.bazelignore
.bc-linter.yml
.clang-format
.clang-tidy
.cmakelintrc
.coveragerc
.dockerignore
.editorconfig
.flake8
.gdbinit
.gitignore
.gitmodules
.lintrunner.toml
.lldbinit
AGENTS.md
BUCK.oss
CITATION.cff
CLAUDE.md
CMakeLists.txt
CODEOWNERS
CODE_OF_CONDUCT.md
CONTRIBUTING.md
Dockerfile
GLOSSARY.md
LICENSE
MANIFEST.in
Makefile
NOTICE
README.md
RELEASE.md
SECURITY.md
aten.bzl
buckbuild.bzl
build.bzl
build_variables.bzl
codex_setup.sh
defs.bzl
docker.Makefile
mypy-strict.ini
mypy.ini
pt_ops.bzl
pt_template_srcs.bzl
pyproject.toml
pyrefly.toml
pytest.ini
requirements-build.txt
requirements.txt
setup.py
ubsan.supp
ufunc_defs.bzl
version.txt
.ctags.d/pytorch.ctags
.devcontainer/Dockerfile
.devcontainer/README.md
.devcontainer/cpu/devcontainer.json
.devcontainer/cuda/devcontainer.json
.devcontainer/cuda/requirements.txt
.devcontainer/scripts/install-dev-tools.sh
.devcontainer/scripts/update_alternatives_clang.sh
.vscode/extensions.json
.vscode/settings_recommended.json
android/README.md
android/build.gradle
android/common.sh
android/gradle.properties
android/gradlew
android/gradlew.bat
android/run_tests.sh
android/settings.gradle
android/gradle/android_tasks.gradle
android/gradle/release.gradle
android/gradle/wrapper/gradle-wrapper.jar
android/gradle/wrapper/gradle-wrapper.properties
android/libs/fbjni/CMakeLists.txt
android/pytorch_android/CMakeLists.txt
android/pytorch_android/build.gradle
android/pytorch_android/generate_test_asset.cpp
android/pytorch_android/generate_test_torchscripts.py
android/pytorch_android/gradle.properties
android/pytorch_android/test_asset.jit
android/pytorch_android/host/build.gradle
android/pytorch_android/host/gradle.properties
android/pytorch_android/src/androidTest/assets/activation_ops.ptl
android/pytorch_android/src/androidTest/assets/android_api_module.ptl
android/pytorch_android/src/androidTest/assets/blas_lapack_ops.ptl
android/pytorch_android/src/androidTest/assets/comparison_ops.ptl
android/pytorch_android/src/androidTest/assets/convolution_ops.ptl
android/pytorch_android/src/androidTest/assets/distance_function_ops.ptl
android/pytorch_android/src/androidTest/assets/dropout_ops.ptl
android/pytorch_android/src/androidTest/assets/dynamic_quant_ops.ptl
android/pytorch_android/src/androidTest/assets/fused_quant_ops.ptl
android/pytorch_android/src/androidTest/assets/general_quant_ops.ptl
android/pytorch_android/src/androidTest/assets/linear_ops.ptl
android/pytorch_android/src/androidTest/assets/loss_function_ops.ptl
android/pytorch_android/src/androidTest/assets/mobilenet_v2.ptl
android/pytorch_android/src/androidTest/assets/nn_utils_ops.ptl
android/pytorch_android/src/androidTest/assets/normalization_ops.ptl
android/pytorch_android/src/androidTest/assets/other_math_ops.ptl
android/pytorch_android/src/androidTest/assets/padding_ops.ptl
android/pytorch_android/src/androidTest/assets/pointwise_ops.ptl
android/pytorch_android/src/androidTest/assets/pooling_ops.ptl
android/pytorch_android/src/androidTest/assets/recurrent_ops.ptl
android/pytorch_android/src/androidTest/assets/reduction_ops.ptl
android/pytorch_android/src/androidTest/assets/sampling_ops.ptl
android/pytorch_android/src/androidTest/assets/shuffle_ops.ptl
android/pytorch_android/src/androidTest/assets/sparse_ops.ptl
android/pytorch_android/src/androidTest/assets/spectral_ops.ptl
android/pytorch_android/src/androidTest/assets/static_quant_ops.ptl
android/pytorch_android/src/androidTest/assets/tensor_creation_ops.ptl
android/pytorch_android/src/androidTest/assets/tensor_general_ops.ptl
android/pytorch_android/src/androidTest/assets/tensor_indexing_ops.ptl
android/pytorch_android/src/androidTest/assets/tensor_typing_ops.ptl
android/pytorch_android/src/androidTest/assets/tensor_view_ops.ptl
android/pytorch_android/src/androidTest/assets/test.pt
android/pytorch_android/src/androidTest/assets/torchscript_builtin_ops.ptl
android/pytorch_android/src/androidTest/assets/torchscript_collection_ops.ptl
android/pytorch_android/src/androidTest/assets/transformer_ops.ptl
android/pytorch_android/src/androidTest/assets/vision_function_ops.ptl
android/pytorch_android/src/androidTest/cpp/pytorch_jni_common_test.cpp
android/pytorch_android/src/androidTest/java/org/pytorch/PytorchHostTests.java
android/pytorch_android/src/androidTest/java/org/pytorch/PytorchInstrumentedTests.java
android/pytorch_android/src/androidTest/java/org/pytorch/PytorchLiteInstrumentedTests.java
android/pytorch_android/src/androidTest/java/org/pytorch/PytorchTestBase.java
android/pytorch_android/src/androidTest/java/org/pytorch/suite/PytorchInstrumentedTestSuite.java
android/pytorch_android/src/androidTest/java/org/pytorch/suite/PytorchLiteInstrumentedTestSuite.java
android/pytorch_android/src/main/AndroidManifest.xml
android/pytorch_android/src/main/cpp/cmake_macros.h
android/pytorch_android/src/main/cpp/cmake_macros.h.in
android/pytorch_android/src/main/cpp/pytorch_jni_common.cpp
android/pytorch_android/src/main/cpp/pytorch_jni_common.h
android/pytorch_android/src/main/cpp/pytorch_jni_jit.cpp
android/pytorch_android/src/main/cpp/pytorch_jni_lite.cpp
android/pytorch_android/src/main/java/org/pytorch/DType.java
android/pytorch_android/src/main/java/org/pytorch/Device.java
android/pytorch_android/src/main/java/org/pytorch/INativePeer.java
android/pytorch_android/src/main/java/org/pytorch/IValue.java
android/pytorch_android/src/main/java/org/pytorch/LiteModuleLoader.java
android/pytorch_android/src/main/java/org/pytorch/LiteNativePeer.java
android/pytorch_android/src/main/java/org/pytorch/MemoryFormat.java
android/pytorch_android/src/main/java/org/pytorch/Module.java
android/pytorch_android/src/main/java/org/pytorch/NativePeer.java
android/pytorch_android/src/main/java/org/pytorch/PyTorchAndroid.java
android/pytorch_android/src/main/java/org/pytorch/PyTorchCodegenLoader.java
android/pytorch_android/src/main/java/org/pytorch/Tensor.java
android/pytorch_android/src/main/res/values/strings.xml
android/pytorch_android_torchvision/CMakeLists.txt
android/pytorch_android_torchvision/build.gradle
android/pytorch_android_torchvision/gradle.properties
android/pytorch_android_torchvision/src/androidTest/java/org/pytorch/torchvision/TorchVisionInstrumentedTests.java
android/pytorch_android_torchvision/src/androidTest/java/org/pytorch/torchvision/suite/TorchVisionInstrumentedTestSuite.java
android/pytorch_android_torchvision/src/main/AndroidManifest.xml
android/pytorch_android_torchvision/src/main/cpp/pytorch_vision_jni.cpp
android/pytorch_android_torchvision/src/main/java/org/pytorch/torchvision/TensorImageUtils.java
android/pytorch_android_torchvision/src/main/res/values/strings.xml
aten/CMakeLists.txt
aten/src/README.md
aten/src/ATen/ATen.h
aten/src/ATen/ATenConfig.cmake.in
aten/src/ATen/AccumulateType.cpp
aten/src/ATen/AccumulateType.h
aten/src/ATen/ArrayRef.h
aten/src/ATen/Backend.h
aten/src/ATen/Backtrace.h
aten/src/ATen/BlasBackend.h
aten/src/ATen/CMakeLists.txt
aten/src/ATen/CPUApplyUtils.h
aten/src/ATen/CPUFixedAllocator.h
aten/src/ATen/CPUGeneratorImpl.cpp
aten/src/ATen/CPUGeneratorImpl.h
aten/src/ATen/CachedTensorUtils.cpp
aten/src/ATen/CachedTensorUtils.h
aten/src/ATen/CollapseDims.h
aten/src/ATen/Config.h
aten/src/ATen/Config.h.in
aten/src/ATen/ConjugateFallback.cpp
aten/src/ATen/Context.cpp
aten/src/ATen/Context.h
aten/src/ATen/DLConvertor.cpp
aten/src/ATen/DLConvertor.h
aten/src/ATen/DTensorState.cpp
aten/src/ATen/DTensorState.h
aten/src/ATen/Device.h
aten/src/ATen/DeviceAccelerator.cpp
aten/src/ATen/DeviceAccelerator.h
aten/src/ATen/DeviceGuard.h
aten/src/ATen/DimVector.h
aten/src/ATen/Dimname.h
aten/src/ATen/Dispatch.cpp
aten/src/ATen/Dispatch.h
aten/src/ATen/Dispatch_v2.h
aten/src/ATen/DynamicLibrary.cpp
aten/src/ATen/DynamicLibrary.h
aten/src/ATen/EmptyTensor.cpp
aten/src/ATen/EmptyTensor.h
aten/src/ATen/ExpandBase.h
aten/src/ATen/ExpandUtils.cpp
aten/src/ATen/ExpandUtils.h
aten/src/ATen/Formatting.h
aten/src/ATen/FuncTorchTLS.cpp
aten/src/ATen/FuncTorchTLS.h
aten/src/ATen/FunctionalInverses.cpp
aten/src/ATen/FunctionalStorageImpl.cpp
aten/src/ATen/FunctionalStorageImpl.h
aten/src/ATen/FunctionalTensorWrapper.cpp
aten/src/ATen/FunctionalTensorWrapper.h
aten/src/ATen/FunctionalizeFallbackKernel.cpp
aten/src/ATen/FunctionalizeFallbackKernel.h
aten/src/ATen/Generator.h
aten/src/ATen/InferSize.h
aten/src/ATen/InitialTensorOptions.h
aten/src/ATen/Layout.h
aten/src/ATen/LegacyBatchedFallback.cpp
aten/src/ATen/LegacyBatchedFallback.h
aten/src/ATen/LegacyBatchedTensorImpl.cpp
aten/src/ATen/LegacyBatchedTensorImpl.h
aten/src/ATen/LegacyBatchingRegistrations.cpp
aten/src/ATen/LegacyVmapMode.cpp
aten/src/ATen/LegacyVmapMode.h
aten/src/ATen/LegacyVmapTransforms.cpp
aten/src/ATen/LegacyVmapTransforms.h
aten/src/ATen/LinalgBackend.h
aten/src/ATen/MapAllocator.cpp
aten/src/ATen/MapAllocator.h
aten/src/ATen/MatrixRef.h
aten/src/ATen/MemoryOverlap.cpp
aten/src/ATen/MemoryOverlap.h
aten/src/ATen/NamedTensor.h
aten/src/ATen/NamedTensorUtils.cpp
aten/src/ATen/NamedTensorUtils.h
aten/src/ATen/NestedTensorImpl.cpp
aten/src/ATen/NestedTensorImpl.h
aten/src/ATen/NumericUtils.h
aten/src/ATen/OpMathType.h
aten/src/ATen/OpaqueTensorImpl.h
aten/src/ATen/PTThreadPool.h
aten/src/ATen/PadNd.h
aten/src/ATen/Parallel-inl.h
aten/src/ATen/Parallel.h
aten/src/ATen/ParallelCommon.cpp
aten/src/ATen/ParallelFuture.h
aten/src/ATen/ParallelNative.cpp
aten/src/ATen/ParallelNative.h
aten/src/ATen/ParallelOpenMP.cpp
aten/src/ATen/ParallelOpenMP.h
aten/src/ATen/ParallelThreadPoolNative.cpp
aten/src/ATen/PythonTorchFunctionTLS.cpp
aten/src/ATen/PythonTorchFunctionTLS.h
aten/src/ATen/ROCmFABackend.h
aten/src/ATen/SDPBackend.h
aten/src/ATen/SavedTensorHooks.cpp
aten/src/ATen/SavedTensorHooks.h
aten/src/ATen/Scalar.h
aten/src/ATen/ScalarOps.cpp
aten/src/ATen/ScalarOps.h
aten/src/ATen/ScalarType.h
aten/src/ATen/SequenceNumber.cpp
aten/src/ATen/SequenceNumber.h
aten/src/ATen/SmallVector.h
aten/src/ATen/SparseCsrTensorImpl.cpp
aten/src/ATen/SparseCsrTensorImpl.h
aten/src/ATen/SparseCsrTensorUtils.h
aten/src/ATen/SparseTensorImpl.cpp
aten/src/ATen/SparseTensorImpl.h
aten/src/ATen/Storage.h
aten/src/ATen/StorageUtils.cpp
aten/src/ATen/StorageUtils.h
aten/src/ATen/Tensor.h
aten/src/ATen/TensorAccessor.h
aten/src/ATen/TensorGeometry.cpp
aten/src/ATen/TensorGeometry.h
aten/src/ATen/TensorIndexing.cpp
aten/src/ATen/TensorIndexing.h
aten/src/ATen/TensorIterator.cpp
aten/src/ATen/TensorIterator.h
aten/src/ATen/TensorIteratorInternal.h
aten/src/ATen/TensorMeta.cpp
aten/src/ATen/TensorMeta.h
aten/src/ATen/TensorNames.cpp
aten/src/ATen/TensorNames.h
aten/src/ATen/TensorOperators.h
aten/src/ATen/TensorOptions.h
aten/src/ATen/TensorSubclassLikeUtils.h
aten/src/ATen/TensorUtils.cpp
aten/src/ATen/TensorUtils.h
aten/src/ATen/ThreadLocalPythonObjects.cpp
aten/src/ATen/ThreadLocalPythonObjects.h
aten/src/ATen/ThreadLocalState.cpp
aten/src/ATen/ThreadLocalState.h
aten/src/ATen/TracerMode.h
aten/src/ATen/TypeDefault.h
aten/src/ATen/Utils.cpp
aten/src/ATen/Utils.h
aten/src/ATen/Version.cpp
aten/src/ATen/Version.h
aten/src/ATen/VmapModeRegistrations.cpp
aten/src/ATen/WrapDimUtils.h
aten/src/ATen/WrapDimUtilsMulti.h
aten/src/ATen/ZeroTensorFallback.cpp
aten/src/ATen/autocast_mode.cpp
aten/src/ATen/autocast_mode.h
aten/src/ATen/ceil_div.h
aten/src/ATen/code_template.h
aten/src/ATen/cpp_custom_type_hack.h
aten/src/ATen/div_rtn.h
aten/src/ATen/dlpack.h
aten/src/ATen/jit_macros.h
aten/src/ATen/jiterator_macros.h
aten/src/ATen/record_function.cpp
aten/src/ATen/record_function.h
aten/src/ATen/accelerator/Graph.cpp
aten/src/ATen/accelerator/Graph.h
aten/src/ATen/benchmarks/quantize_per_channel.cpp
aten/src/ATen/benchmarks/stateful_conv1d.cpp
aten/src/ATen/benchmarks/tensor_add.cpp
aten/src/ATen/core/ATenGeneral.cpp
aten/src/ATen/core/ATenGeneral.h
aten/src/ATen/core/ATenOpList.h
aten/src/ATen/core/ATen_fwd.h
aten/src/ATen/core/ATen_pch.h
aten/src/ATen/core/Array.h
aten/src/ATen/core/BackendSelectFallbackKernel.cpp
aten/src/ATen/core/Backtrace.h
aten/src/ATen/core/CachingHostAllocator.cpp
aten/src/ATen/core/CachingHostAllocator.h
aten/src/ATen/core/CheckMemoryFormat.h
aten/src/ATen/core/DeprecatedTypeProperties.cpp
aten/src/ATen/core/DeprecatedTypeProperties.h
aten/src/ATen/core/DeprecatedTypePropertiesRegistry.cpp
aten/src/ATen/core/DeprecatedTypePropertiesRegistry.h
aten/src/ATen/core/Dict.cpp
aten/src/ATen/core/Dict.h
aten/src/ATen/core/Dict_inl.h
aten/src/ATen/core/DimVector.h
aten/src/ATen/core/Dimname.cpp
aten/src/ATen/core/Dimname.h
aten/src/ATen/core/DistributionsHelper.h
aten/src/ATen/core/Formatting.cpp
aten/src/ATen/core/Formatting.h
aten/src/ATen/core/Generator.cpp
aten/src/ATen/core/Generator.h
aten/src/ATen/core/GeneratorForPrivateuseone.cpp
aten/src/ATen/core/GeneratorForPrivateuseone.h
aten/src/ATen/core/GraphImplInterface.cpp
aten/src/ATen/core/GraphImplInterface.h
aten/src/ATen/core/IListRef.h
aten/src/ATen/core/IListRef_inl.h
aten/src/ATen/core/IListRef_test.cpp
aten/src/ATen/core/LegacyTypeDispatch.h
aten/src/ATen/core/List.cpp
aten/src/ATen/core/List.h
aten/src/ATen/core/List_inl.h
aten/src/ATen/core/List_test.cpp
aten/src/ATen/core/MT19937RNGEngine.h
aten/src/ATen/core/MetaFallbackKernel.cpp
aten/src/ATen/core/NamedRegistrations.cpp
aten/src/ATen/core/NamedTensor.cpp
aten/src/ATen/core/NamedTensor.h
aten/src/ATen/core/NestedIntSymNodeImpl.cpp
aten/src/ATen/core/NestedIntSymNodeImpl.h
aten/src/ATen/core/PhiloxRNGEngine.h
aten/src/ATen/core/PythonFallbackKernel.cpp
aten/src/ATen/core/PythonFallbackKernel.h
aten/src/ATen/core/PythonOpRegistrationTrampoline.cpp
aten/src/ATen/core/PythonOpRegistrationTrampoline.h
aten/src/ATen/core/QuantizerBase.h
aten/src/ATen/core/README.md
aten/src/ATen/core/Range.cpp
aten/src/ATen/core/Range.h
aten/src/ATen/core/Reduction.h
aten/src/ATen/core/Scalar.h
aten/src/ATen/core/ScalarType.h
aten/src/ATen/core/Tensor.cpp
aten/src/ATen/core/Tensor.h
aten/src/ATen/core/TensorAccessor.h
aten/src/ATen/core/TensorBase.h
aten/src/ATen/core/TorchDispatchUtils.cpp
aten/src/ATen/core/TorchDispatchUtils.h
aten/src/ATen/core/TransformationHelper.h
aten/src/ATen/core/UndefinedTensorImpl.h
aten/src/ATen/core/UnsafeFromTH.h
aten/src/ATen/core/VariableFallbackKernel.cpp
aten/src/ATen/core/VariableHooksInterface.cpp
aten/src/ATen/core/VariableHooksInterface.h
aten/src/ATen/core/Variadic.h
aten/src/ATen/core/adaption.cpp
aten/src/ATen/core/alias_info.h
aten/src/ATen/core/blob.cpp
aten/src/ATen/core/blob.h
aten/src/ATen/core/builtin_function.h
aten/src/ATen/core/class_type.cpp
aten/src/ATen/core/class_type.h
aten/src/ATen/core/custom_class.cpp
aten/src/ATen/core/custom_class.h
aten/src/ATen/core/dynamic_type.cpp
aten/src/ATen/core/dynamic_type.h
aten/src/ATen/core/enum_tag.h
aten/src/ATen/core/enum_type.h
aten/src/ATen/core/function.h
aten/src/ATen/core/function_schema.cpp
aten/src/ATen/core/function_schema.h
aten/src/ATen/core/function_schema_inl.h
aten/src/ATen/core/functional.h
aten/src/ATen/core/grad_mode.h
aten/src/ATen/core/interned_strings.cpp
aten/src/ATen/core/interned_strings.h
aten/src/ATen/core/interned_strings_class.h
aten/src/ATen/core/ivalue.cpp
aten/src/ATen/core/ivalue.h
aten/src/ATen/core/ivalue_inl.h
aten/src/ATen/core/ivalue_to.h
aten/src/ATen/core/jit_type.h
aten/src/ATen/core/jit_type_base.h
aten/src/ATen/core/library.cpp
aten/src/ATen/core/operator_name.cpp
aten/src/ATen/core/operator_name.h
aten/src/ATen/core/qualified_name.h
aten/src/ATen/core/register_symbols.cpp
aten/src/ATen/core/rref_interface.h
aten/src/ATen/core/stack.h
aten/src/ATen/core/symbol.h
aten/src/ATen/core/tensor_type.cpp
aten/src/ATen/core/type.cpp
aten/src/ATen/core/type_factory.cpp
aten/src/ATen/core/type_factory.h
aten/src/ATen/core/type_ptr.h
aten/src/ATen/core/typeid.h
aten/src/ATen/core/union_type.cpp
aten/src/ATen/core/boxing/BoxedKernel.h
aten/src/ATen/core/boxing/BoxedKernel_impl.h
aten/src/ATen/core/boxing/KernelFunction.cpp
aten/src/ATen/core/boxing/KernelFunction.h
aten/src/ATen/core/boxing/KernelFunction_impl.h
aten/src/ATen/core/boxing/KernelFunction_test.cpp
aten/src/ATen/core/boxing/OperatorKernel.h
aten/src/ATen/core/boxing/impl/WrapFunctionIntoFunctor.h
aten/src/ATen/core/boxing/impl/WrapFunctionIntoRuntimeFunctor.h
aten/src/ATen/core/boxing/impl/boxing.h
aten/src/ATen/core/boxing/impl/kernel_function_legacy_test.cpp
aten/src/ATen/core/boxing/impl/kernel_function_test.cpp
aten/src/ATen/core/boxing/impl/kernel_lambda_legacy_test.cpp
aten/src/ATen/core/boxing/impl/kernel_lambda_test.cpp
aten/src/ATen/core/boxing/impl/kernel_stackbased_test.cpp
aten/src/ATen/core/boxing/impl/make_boxed_from_unboxed_functor.h
aten/src/ATen/core/boxing/impl/make_boxed_from_unboxed_functor_test.cpp
aten/src/ATen/core/boxing/impl/test_helpers.h
aten/src/ATen/core/dispatch/CppSignature.h
aten/src/ATen/core/dispatch/CppSignature_test.cpp
aten/src/ATen/core/dispatch/DispatchKeyExtractor.cpp
aten/src/ATen/core/dispatch/DispatchKeyExtractor.h
aten/src/ATen/core/dispatch/Dispatcher.cpp
aten/src/ATen/core/dispatch/Dispatcher.h
aten/src/ATen/core/dispatch/ObservedOperators.cpp
aten/src/ATen/core/dispatch/ObservedOperators.h
aten/src/ATen/core/dispatch/OperatorEntry.cpp
aten/src/ATen/core/dispatch/OperatorEntry.h
aten/src/ATen/core/dispatch/OperatorOptions.h
aten/src/ATen/core/dispatch/README.md
aten/src/ATen/core/dispatch/RegistrationHandleRAII.h
aten/src/ATen/core/dispatch/backend_fallback_test.cpp
aten/src/ATen/core/op_registration/README.md
aten/src/ATen/core/op_registration/adaption.h
aten/src/ATen/core/op_registration/infer_schema.cpp
aten/src/ATen/core/op_registration/infer_schema.h
aten/src/ATen/core/op_registration/op_allowlist.h
aten/src/ATen/core/op_registration/op_allowlist_test.cpp
aten/src/ATen/core/op_registration/op_registration.cpp
aten/src/ATen/core/op_registration/op_registration.h
aten/src/ATen/core/op_registration/op_registration_test.cpp
aten/src/ATen/cpu/FlushDenormal.cpp
aten/src/ATen/cpu/FlushDenormal.h
aten/src/ATen/cpu/Utils.cpp
aten/src/ATen/cpu/Utils.h
aten/src/ATen/cpu/vml.h
aten/src/ATen/cpu/vec/functional.h
aten/src/ATen/cpu/vec/functional_base.h
aten/src/ATen/cpu/vec/functional_bfloat16.h
aten/src/ATen/cpu/vec/intrinsics.h
aten/src/ATen/cpu/vec/vec.h
aten/src/ATen/cpu/vec/vec_base.h
aten/src/ATen/cpu/vec/vec_convert.h
aten/src/ATen/cpu/vec/vec_half.h
aten/src/ATen/cpu/vec/vec_mask.h
aten/src/ATen/cpu/vec/vec_n.h
aten/src/ATen/cpu/vec/vec_quant.h
aten/src/ATen/cpu/vec/sve/sve_helper.h
aten/src/ATen/cpu/vec/sve/vec_bfloat16.h
aten/src/ATen/cpu/vec/sve/vec_common_sve.h
aten/src/ATen/cpu/vec/sve/vec_double.h
aten/src/ATen/cpu/vec/sve/vec_float.h
aten/src/ATen/cpu/vec/sve/vec_int.h
aten/src/ATen/cpu/vec/sve/vec_qint.h
aten/src/ATen/cpu/vec/vec128/vec128.h
aten/src/ATen/cpu/vec/vec128/vec128_bfloat16_neon.h
aten/src/ATen/cpu/vec/vec128/vec128_convert.h
aten/src/ATen/cpu/vec/vec128/vec128_double_neon.h
aten/src/ATen/cpu/vec/vec128/vec128_float_neon.h
aten/src/ATen/cpu/vec/vec128/vec128_half_neon.h
aten/src/ATen/cpu/vec/vec128/vec128_int_aarch64.h
aten/src/ATen/cpu/vec/vec128/vec128_reduced_precision_common_neon.h
aten/src/ATen/cpu/vec/vec128/vec128_uint_aarch64.h
aten/src/ATen/cpu/vec/vec256/vec256.h
aten/src/ATen/cpu/vec/vec256/vec256_16bit_float.h
aten/src/ATen/cpu/vec/vec256/vec256_bfloat16.h
aten/src/ATen/cpu/vec/vec256/vec256_complex_double.h
aten/src/ATen/cpu/vec/vec256/vec256_complex_float.h
aten/src/ATen/cpu/vec/vec256/vec256_convert.h
aten/src/ATen/cpu/vec/vec256/vec256_double.h
aten/src/ATen/cpu/vec/vec256/vec256_float.h
aten/src/ATen/cpu/vec/vec256/vec256_half.h
aten/src/ATen/cpu/vec/vec256/vec256_int.h
aten/src/ATen/cpu/vec/vec256/vec256_mask.h
aten/src/ATen/cpu/vec/vec256/vec256_qint.h
aten/src/ATen/cpu/vec/vec256/vsx/vec256_bfloat16_vsx.h
aten/src/ATen/cpu/vec/vec256/vsx/vec256_common_vsx.h
aten/src/ATen/cpu/vec/vec256/vsx/vec256_complex_double_vsx.h
aten/src/ATen/cpu/vec/vec256/vsx/vec256_complex_float_vsx.h
aten/src/ATen/cpu/vec/vec256/vsx/vec256_double_vsx.h
aten/src/ATen/cpu/vec/vec256/vsx/vec256_float_vsx.h
aten/src/ATen/cpu/vec/vec256/vsx/vec256_int16_vsx.h
aten/src/ATen/cpu/vec/vec256/vsx/vec256_int32_vsx.h
aten/src/ATen/cpu/vec/vec256/vsx/vec256_int64_vsx.h
aten/src/ATen/cpu/vec/vec256/vsx/vec256_mask_vsx.h
aten/src/ATen/cpu/vec/vec256/vsx/vec256_qint32_vsx.h
aten/src/ATen/cpu/vec/vec256/vsx/vec256_qint8_vsx.h
aten/src/ATen/cpu/vec/vec256/vsx/vec256_quint8_vsx.h
aten/src/ATen/cpu/vec/vec256/vsx/vsx_helpers.h
aten/src/ATen/cpu/vec/vec256/zarch/vec256_zarch.h
aten/src/ATen/cpu/vec/vec512/vec512.h
aten/src/ATen/cpu/vec/vec512/vec512_bfloat16.h
aten/src/ATen/cpu/vec/vec512/vec512_complex_double.h
aten/src/ATen/cpu/vec/vec512/vec512_complex_float.h
aten/src/ATen/cpu/vec/vec512/vec512_convert.h
aten/src/ATen/cpu/vec/vec512/vec512_double.h
aten/src/ATen/cpu/vec/vec512/vec512_float.h
aten/src/ATen/cpu/vec/vec512/vec512_float8.h
aten/src/ATen/cpu/vec/vec512/vec512_int.h
aten/src/ATen/cpu/vec/vec512/vec512_mask.h
aten/src/ATen/cpu/vec/vec512/vec512_qint.h
aten/src/ATen/cuda/ATenCUDAGeneral.h
aten/src/ATen/cuda/ApplyGridUtils.cuh
aten/src/ATen/cuda/AsmUtils.cuh
aten/src/ATen/cuda/Atomic.cuh
aten/src/ATen/cuda/CUDAApplyUtils.cuh
aten/src/ATen/cuda/CUDABlas.cpp
aten/src/ATen/cuda/CUDABlas.h
aten/src/ATen/cuda/CUDAConfig.h
aten/src/ATen/cuda/CUDAConfig.h.in
aten/src/ATen/cuda/CUDAContext.cpp
aten/src/ATen/cuda/CUDAContext.h
aten/src/ATen/cuda/CUDAContextLight.h
aten/src/ATen/cuda/CUDADataType.h
aten/src/ATen/cuda/CUDADevice.h
aten/src/ATen/cuda/CUDAEvent.h
aten/src/ATen/cuda/CUDAGeneratorImpl.cpp
aten/src/ATen/cuda/CUDAGeneratorImpl.h
aten/src/ATen/cuda/CUDAGraph.cpp
aten/src/ATen/cuda/CUDAGraph.cu
aten/src/ATen/cuda/CUDAGraph.h
aten/src/ATen/cuda/CUDAGraphsUtils.cuh
aten/src/ATen/cuda/CUDAGreenContext.cpp
aten/src/ATen/cuda/CUDAGreenContext.h
aten/src/ATen/cuda/CUDASparse.h
aten/src/ATen/cuda/CUDASparseBlas.cpp
aten/src/ATen/cuda/CUDASparseBlas.h
aten/src/ATen/cuda/CUDASparseDescriptors.cpp
aten/src/ATen/cuda/CUDASparseDescriptors.h
aten/src/ATen/cuda/CUDATensorMethods.cuh
aten/src/ATen/cuda/CUDAUtils.h
aten/src/ATen/cuda/CachingHostAllocator.cpp
aten/src/ATen/cuda/CachingHostAllocator.h
aten/src/ATen/cuda/CuSparseHandlePool.cpp
aten/src/ATen/cuda/CublasHandlePool.cpp
aten/src/ATen/cuda/DeviceUtils.cuh
aten/src/ATen/cuda/EmptyTensor.cpp
aten/src/ATen/cuda/EmptyTensor.h
aten/src/ATen/cuda/Exceptions.cpp
aten/src/ATen/cuda/Exceptions.h
aten/src/ATen/cuda/MemPool.cpp
aten/src/ATen/cuda/MemPool.h
aten/src/ATen/cuda/NumericLimits.cuh
aten/src/ATen/cuda/PeerToPeerAccess.cpp
aten/src/ATen/cuda/PeerToPeerAccess.h
aten/src/ATen/cuda/PhiloxCudaState.h
aten/src/ATen/cuda/PhiloxUtils.cuh
aten/src/ATen/cuda/PinnedMemoryAllocator.h
aten/src/ATen/cuda/ScanUtils.cuh
aten/src/ATen/cuda/Sleep.cu
aten/src/ATen/cuda/Sleep.h
aten/src/ATen/cuda/StatelessPhilox4x32.cuh
aten/src/ATen/cuda/ThrustAllocator.h
aten/src/ATen/cuda/cub-RadixSortKeys.cu
aten/src/ATen/cuda/cub-RadixSortPairs-f16-8.cu
aten/src/ATen/cuda/cub-RadixSortPairs-int32-1.cu
aten/src/ATen/cuda/cub-RadixSortPairs-int32-2.cu
aten/src/ATen/cuda/cub-RadixSortPairs-int32-4.cu
aten/src/ATen/cuda/cub-RadixSortPairs-int64-1.cu
aten/src/ATen/cuda/cub-RadixSortPairs-int64-2.cu
aten/src/ATen/cuda/cub-RadixSortPairs-int64-4.cu
aten/src/ATen/cuda/cub-RadixSortPairs-scalars.cu
aten/src/ATen/cuda/cub-RadixSortPairs-uint16-8.cu
aten/src/ATen/cuda/cub-RadixSortPairs-uint32-8.cu
aten/src/ATen/cuda/cub-RadixSortPairs-uint64-8.cu
aten/src/ATen/cuda/cub-RadixSortPairs.cuh
aten/src/ATen/cuda/cub.cu
aten/src/ATen/cuda/cub.cuh
aten/src/ATen/cuda/cub.h
aten/src/ATen/cuda/cub_definitions.cuh
aten/src/ATen/cuda/jiterator.cu
aten/src/ATen/cuda/jiterator.h
aten/src/ATen/cuda/jiterator_impl.h
aten/src/ATen/cuda/llvm_basic.cpp
aten/src/ATen/cuda/llvm_complex.cpp
aten/src/ATen/cuda/llvm_jit_strings.h
aten/src/ATen/cuda/detail/BLASConstants.cu
aten/src/ATen/cuda/detail/BLASConstants.h
aten/src/ATen/cuda/detail/CUDAHooks.cpp
aten/src/ATen/cuda/detail/CUDAHooks.h
aten/src/ATen/cuda/detail/DeviceThreadHandles.h
aten/src/ATen/cuda/detail/IndexUtils.cu
aten/src/ATen/cuda/detail/IndexUtils.cuh
aten/src/ATen/cuda/detail/IntegerDivider.cuh
aten/src/ATen/cuda/detail/KernelUtils.h
aten/src/ATen/cuda/detail/LazyNVRTC.cpp
aten/src/ATen/cuda/detail/LazyNVRTC.h
aten/src/ATen/cuda/detail/OffsetCalculator.cuh
aten/src/ATen/cuda/detail/PhiloxCudaStateRaw.cuh
aten/src/ATen/cuda/detail/ROCmMacros.cuh
aten/src/ATen/cuda/detail/TensorInfo.cuh
aten/src/ATen/cuda/detail/UnpackRaw.cuh
aten/src/ATen/cuda/nvrtc_stub/ATenNVRTC.cpp
aten/src/ATen/cuda/nvrtc_stub/ATenNVRTC.h
aten/src/ATen/cuda/tunable/GemmCommon.h
aten/src/ATen/cuda/tunable/GemmHipblaslt.h
aten/src/ATen/cuda/tunable/GemmRocblas.h
aten/src/ATen/cuda/tunable/README.md
aten/src/ATen/cuda/tunable/StreamTimer.cpp
aten/src/ATen/cuda/tunable/StreamTimer.h
aten/src/ATen/cuda/tunable/Tunable.cpp
aten/src/ATen/cuda/tunable/Tunable.h
aten/src/ATen/cuda/tunable/TunableGemm.h
aten/src/ATen/cuda/tunable/TunableOp.h
aten/src/ATen/cudnn/AutocastRNN.cpp
aten/src/ATen/cudnn/Descriptors.cpp
aten/src/ATen/cudnn/Descriptors.h
aten/src/ATen/cudnn/Handle.cpp
aten/src/ATen/cudnn/Handle.h
aten/src/ATen/cudnn/Handles.h
aten/src/ATen/cudnn/README.md
aten/src/ATen/cudnn/Types.cpp
aten/src/ATen/cudnn/Types.h
aten/src/ATen/cudnn/Utils.h
aten/src/ATen/cudnn/cudnn-wrapper.h
aten/src/ATen/detail/AcceleratorHooksInterface.h
aten/src/ATen/detail/CPUGuardImpl.cpp
aten/src/ATen/detail/CUDAHooksInterface.cpp
aten/src/ATen/detail/CUDAHooksInterface.h
aten/src/ATen/detail/FunctionTraits.h
aten/src/ATen/detail/HIPHooksInterface.cpp
aten/src/ATen/detail/HIPHooksInterface.h
aten/src/ATen/detail/HPUHooksInterface.cpp
aten/src/ATen/detail/HPUHooksInterface.h
aten/src/ATen/detail/IPUHooksInterface.cpp
aten/src/ATen/detail/IPUHooksInterface.h
aten/src/ATen/detail/MAIAHooksInterface.cpp
aten/src/ATen/detail/MAIAHooksInterface.h
aten/src/ATen/detail/MPSHooksInterface.cpp
aten/src/ATen/detail/MPSHooksInterface.h
aten/src/ATen/detail/MTIAHooksInterface.cpp
aten/src/ATen/detail/MTIAHooksInterface.h
aten/src/ATen/detail/MetaGuardImpl.cpp
aten/src/ATen/detail/PrivateUse1HooksInterface.cpp
aten/src/ATen/detail/PrivateUse1HooksInterface.h
aten/src/ATen/detail/XLAHooksInterface.cpp
aten/src/ATen/detail/XLAHooksInterface.h
aten/src/ATen/detail/XPUHooksInterface.cpp
aten/src/ATen/detail/XPUHooksInterface.h
aten/src/ATen/functorch/ADInterpreters.cpp
aten/src/ATen/functorch/ADInterpreters.h
aten/src/ATen/functorch/BatchRulesActivation.cpp
aten/src/ATen/functorch/BatchRulesBinaryOps.cpp
aten/src/ATen/functorch/BatchRulesConvolution.cpp
aten/src/ATen/functorch/BatchRulesDecompositions.cpp
aten/src/ATen/functorch/BatchRulesDynamic.cpp
aten/src/ATen/functorch/BatchRulesFactory.cpp
aten/src/ATen/functorch/BatchRulesHelper.cpp
aten/src/ATen/functorch/BatchRulesHelper.h
aten/src/ATen/functorch/BatchRulesIndexing.cpp
aten/src/ATen/functorch/BatchRulesLinearAlgebra.cpp
aten/src/ATen/functorch/BatchRulesLoss.cpp
aten/src/ATen/functorch/BatchRulesModules.cpp
aten/src/ATen/functorch/BatchRulesNorm.cpp
aten/src/ATen/functorch/BatchRulesPooling.cpp
aten/src/ATen/functorch/BatchRulesRandomness.cpp
aten/src/ATen/functorch/BatchRulesReduceOps.cpp
aten/src/ATen/functorch/BatchRulesScatterOps.cpp
aten/src/ATen/functorch/BatchRulesUnaryOps.cpp
aten/src/ATen/functorch/BatchRulesViews.cpp
aten/src/ATen/functorch/BatchedFallback.cpp
aten/src/ATen/functorch/BatchedFallback.h
aten/src/ATen/functorch/BatchedTensorImpl.cpp
aten/src/ATen/functorch/BatchedTensorImpl.h
aten/src/ATen/functorch/BatchingMetaprogramming.h
aten/src/ATen/functorch/DynamicLayer.cpp
aten/src/ATen/functorch/DynamicLayer.h
aten/src/ATen/functorch/FunctionalizeInterpreter.cpp
aten/src/ATen/functorch/FunctionalizeInterpreter.h
aten/src/ATen/functorch/Interpreter.cpp
aten/src/ATen/functorch/Interpreter.h
aten/src/ATen/functorch/LegacyBatchingRegistrations.cpp
aten/src/ATen/functorch/LegacyVmapTransforms.cpp
aten/src/ATen/functorch/LegacyVmapTransforms.h
aten/src/ATen/functorch/Macros.h
aten/src/ATen/functorch/PlumbingHelper.cpp
aten/src/ATen/functorch/PlumbingHelper.h
aten/src/ATen/functorch/PyTorchOperatorHacks.cpp
aten/src/ATen/functorch/TensorWrapper.cpp
aten/src/ATen/functorch/TensorWrapper.h
aten/src/ATen/functorch/VmapInterpreter.cpp
aten/src/ATen/functorch/VmapInterpreter.h
aten/src/ATen/functorch/VmapModeRegistrations.cpp
aten/src/ATen/hip/impl/HIPAllocatorMasqueradingAsCUDA.h
aten/src/ATen/hip/impl/HIPCachingAllocatorMasqueradingAsCUDA.cpp
aten/src/ATen/hip/impl/HIPCachingAllocatorMasqueradingAsCUDA.h
aten/src/ATen/hip/impl/HIPGuardImplMasqueradingAsCUDA.h
aten/src/ATen/hip/impl/HIPStreamMasqueradingAsCUDA.h
aten/src/ATen/metal/Context.cpp
aten/src/ATen/metal/Context.h
aten/src/ATen/miopen/AutocastRNN.cpp
aten/src/ATen/miopen/Descriptors.cpp
aten/src/ATen/miopen/Descriptors.h
aten/src/ATen/miopen/Exceptions.h
aten/src/ATen/miopen/Handle.cpp
aten/src/ATen/miopen/Handle.h
aten/src/ATen/miopen/Types.cpp
aten/src/ATen/miopen/Types.h
aten/src/ATen/miopen/Utils.h
aten/src/ATen/miopen/miopen-wrapper.h
aten/src/ATen/mkl/Descriptors.h
aten/src/ATen/mkl/Exceptions.h
aten/src/ATen/mkl/Limits.h
aten/src/ATen/mkl/README.md
aten/src/ATen/mkl/Sparse.h
aten/src/ATen/mkl/SparseBlas.cpp
aten/src/ATen/mkl/SparseBlas.h
aten/src/ATen/mkl/SparseDescriptors.h
aten/src/ATen/mkl/Utils.h
aten/src/ATen/mps/EmptyTensor.cpp
aten/src/ATen/mps/EmptyTensor.h
aten/src/ATen/mps/IndexKernels.h
aten/src/ATen/mps/MPSAllocator.h
aten/src/ATen/mps/MPSAllocator.mm
aten/src/ATen/mps/MPSAllocatorInterface.h
aten/src/ATen/mps/MPSDevice.h
aten/src/ATen/mps/MPSDevice.mm
aten/src/ATen/mps/MPSEvent.h
aten/src/ATen/mps/MPSEvent.mm
aten/src/ATen/mps/MPSFallback.mm
aten/src/ATen/mps/MPSGeneratorImpl.h
aten/src/ATen/mps/MPSGeneratorImpl.mm
aten/src/ATen/mps/MPSGuardImpl.h
aten/src/ATen/mps/MPSGuardImpl.mm
aten/src/ATen/mps/MPSHooks.h
aten/src/ATen/mps/MPSHooks.mm
aten/src/ATen/mps/MPSProfiler.h
aten/src/ATen/mps/MPSProfiler.mm
aten/src/ATen/mps/MPSStream.h
aten/src/ATen/mps/MPSStream.mm
aten/src/ATen/native/Activation.cpp
aten/src/ATen/native/Activation.h
aten/src/ATen/native/AdaptiveAveragePooling.cpp
aten/src/ATen/native/AdaptiveAveragePooling3d.cpp
aten/src/ATen/native/AdaptiveMaxPooling2d.cpp
aten/src/ATen/native/AdaptiveMaxPooling3d.cpp
aten/src/ATen/native/AdaptivePooling.h
aten/src/ATen/native/AffineGridGenerator.cpp
aten/src/ATen/native/AmpKernels.cpp
aten/src/ATen/native/AmpKernels.h
aten/src/ATen/native/AutogradComposite.cpp
aten/src/ATen/native/AveragePool2d.cpp
aten/src/ATen/native/AveragePool3d.cpp
aten/src/ATen/native/BatchLinearAlgebra.cpp
aten/src/ATen/native/BatchLinearAlgebra.h
aten/src/ATen/native/BatchLinearAlgebraKernel.cpp
aten/src/ATen/native/BinaryOps.cpp
aten/src/ATen/native/BinaryOps.h
aten/src/ATen/native/Blas.cpp
aten/src/ATen/native/BlasKernel.cpp
aten/src/ATen/native/Bucketization.cpp
aten/src/ATen/native/BucketizationUtils.h
aten/src/ATen/native/CPUBlas.cpp
aten/src/ATen/native/CPUBlas.h
aten/src/ATen/native/CPUFallback.cpp
aten/src/ATen/native/CPUFallback.h
aten/src/ATen/native/CanUse32BitIndexMath.h
aten/src/ATen/native/ChanelShuffle.cpp
aten/src/ATen/native/Col2Im.cpp
aten/src/ATen/native/ComparisonUtils.cpp
aten/src/ATen/native/ComplexHelper.h
aten/src/ATen/native/CompositeRandomAccessor.h
aten/src/ATen/native/CompositeRandomAccessorCommon.h
aten/src/ATen/native/Constraints.cpp
aten/src/ATen/native/ConvUtils.h
aten/src/ATen/native/Convolution.cpp
aten/src/ATen/native/ConvolutionMM2d.cpp
aten/src/ATen/native/ConvolutionMM3d.cpp
aten/src/ATen/native/ConvolutionMM3d.h
aten/src/ATen/native/ConvolutionTBC.cpp
aten/src/ATen/native/Copy.cpp
aten/src/ATen/native/Copy.h
aten/src/ATen/native/Correlation.cpp
aten/src/ATen/native/Cross.cpp
aten/src/ATen/native/Cross.h
aten/src/ATen/native/DilatedConvolutionUtils.h
aten/src/ATen/native/DilatedMaxPool2d.cpp
aten/src/ATen/native/DilatedMaxPool3d.cpp
aten/src/ATen/native/DispatchStub.cpp
aten/src/ATen/native/DispatchStub.h
aten/src/ATen/native/Distance.cpp
aten/src/ATen/native/Distance.h
aten/src/ATen/native/DistributionTemplates.h
aten/src/ATen/native/Distributions.cpp
aten/src/ATen/native/Distributions.h
aten/src/ATen/native/Dropout.cpp
aten/src/ATen/native/Embedding.cpp
aten/src/ATen/native/EmbeddingBag.cpp
aten/src/ATen/native/EmbeddingBag.h
aten/src/ATen/native/Fill.cpp
aten/src/ATen/native/Fill.h
aten/src/ATen/native/ForeachOpsKernels.cpp
aten/src/ATen/native/ForeachUtils.h
aten/src/ATen/native/FractionalMaxPool2d.cpp
aten/src/ATen/native/FractionalMaxPool3d.cpp
aten/src/ATen/native/FractionalMaxPooling.h
aten/src/ATen/native/FunctionOfAMatrixUtils.cpp
aten/src/ATen/native/FunctionOfAMatrixUtils.h
aten/src/ATen/native/FusedAdagrad.cpp
aten/src/ATen/native/FusedAdagrad.h
aten/src/ATen/native/FusedAdam.cpp
aten/src/ATen/native/FusedAdam.h
aten/src/ATen/native/FusedSGD.cpp
aten/src/ATen/native/FusedSGD.h
aten/src/ATen/native/GatedLinearUnit.cpp
aten/src/ATen/native/Gelu.h
aten/src/ATen/native/GridSampler.cpp
aten/src/ATen/native/GridSampler.h
aten/src/ATen/native/GridSamplerUtils.h
aten/src/ATen/native/GroupedMMUtils.h
aten/src/ATen/native/Histogram.cpp
aten/src/ATen/native/Histogram.h
aten/src/ATen/native/Im2Col.cpp
aten/src/ATen/native/IndexKernel.h
aten/src/ATen/native/IndexingUtils.cpp
aten/src/ATen/native/IndexingUtils.h
aten/src/ATen/native/Integration.cpp
aten/src/ATen/native/Itertools.cpp
aten/src/ATen/native/LegacyBatching.cpp
aten/src/ATen/native/Lerp.cpp
aten/src/ATen/native/Lerp.h
aten/src/ATen/native/Linear.cpp
aten/src/ATen/native/LinearAlgebra.cpp
aten/src/ATen/native/LinearAlgebra.h
aten/src/ATen/native/LinearAlgebraUtils.h
aten/src/ATen/native/Loss.cpp
aten/src/ATen/native/LossCTC.cpp
aten/src/ATen/native/LossMulti.h
aten/src/ATen/native/LossMultiLabelMargin.cpp
aten/src/ATen/native/LossMultiMargin.cpp
aten/src/ATen/native/LossNLL.cpp
aten/src/ATen/native/LossNLL2d.cpp
aten/src/ATen/native/Math.h
aten/src/ATen/native/MathBitFallThroughLists.h
aten/src/ATen/native/MathBitsFallback.h
aten/src/ATen/native/MaxPooling.cpp
aten/src/ATen/native/MaxPooling.h
aten/src/ATen/native/MaxUnpooling.cpp
aten/src/ATen/native/Memory.cpp
aten/src/ATen/native/MetaTensor.cpp
aten/src/ATen/native/NNPACK.cpp
aten/src/ATen/native/NaiveConvolutionTranspose2d.cpp
aten/src/ATen/native/NaiveConvolutionTranspose3d.cpp
aten/src/ATen/native/NaiveDilatedConvolution.cpp
aten/src/ATen/native/NamedTensor.cpp
aten/src/ATen/native/NegateFallback.cpp
aten/src/ATen/native/NonEmptyUtils.h
aten/src/ATen/native/NonSymbolicBC.h
aten/src/ATen/native/Normalization.cpp
aten/src/ATen/native/Normalization.h
aten/src/ATen/native/Onehot.cpp
aten/src/ATen/native/PackedSequence.cpp
aten/src/ATen/native/PadNd.cpp
aten/src/ATen/native/Padding.h
aten/src/ATen/native/PixelShuffle.cpp
aten/src/ATen/native/PixelShuffle.h
aten/src/ATen/native/PointwiseOps.cpp
aten/src/ATen/native/PointwiseOps.h
aten/src/ATen/native/Pool.h
aten/src/ATen/native/Pooling.cpp
aten/src/ATen/native/Pow.cpp
aten/src/ATen/native/Pow.h
aten/src/ATen/native/QuantizedLinear.cpp
aten/src/ATen/native/README.md
aten/src/ATen/native/RNN.cpp
aten/src/ATen/native/RNN.h
aten/src/ATen/native/RangeFactories.cpp
aten/src/ATen/native/RangeFactories.h
aten/src/ATen/native/RangeUtils.h
aten/src/ATen/native/ReduceAllOps.cpp
aten/src/ATen/native/ReduceAllOps.h
aten/src/ATen/native/ReduceOps.cpp
aten/src/ATen/native/ReduceOps.h
aten/src/ATen/native/ReduceOpsUtils.h
aten/src/ATen/native/ReductionType.h
aten/src/ATen/native/ReflectionPad.cpp
aten/src/ATen/native/Repeat.cpp
aten/src/ATen/native/Repeat.h
aten/src/ATen/native/ReplicationPadding.cpp
aten/src/ATen/native/Resize.cpp
aten/src/ATen/native/Resize.h
aten/src/ATen/native/ResizeCommon.h
aten/src/ATen/native/RowwisePrune.cpp
aten/src/ATen/native/Scalar.cpp
aten/src/ATen/native/ScaledBlas.cpp
aten/src/ATen/native/ScaledBlasUtils.cpp
aten/src/ATen/native/ScaledBlasUtils.h
aten/src/ATen/native/ScatterGatherChecks.h
aten/src/ATen/native/SegmentReduce.cpp
aten/src/ATen/native/SegmentReduce.h
aten/src/ATen/native/SharedReduceOps.h
aten/src/ATen/native/SobolEngineOps.cpp
aten/src/ATen/native/SobolEngineOpsUtils.cpp
aten/src/ATen/native/SobolEngineOpsUtils.h
aten/src/ATen/native/SoftMax.cpp
aten/src/ATen/native/Sorting.cpp
aten/src/ATen/native/Sorting.h
aten/src/ATen/native/SortingUtils.h
aten/src/ATen/native/SparseTensorUtils.cpp
aten/src/ATen/native/SparseTensorUtils.h
aten/src/ATen/native/SpectralOps.cpp
aten/src/ATen/native/SpectralOpsUtils.h
aten/src/ATen/native/StridedRandomAccessor.h
aten/src/ATen/native/SummaryOps.cpp
aten/src/ATen/native/TensorAdvancedIndexing.cpp
aten/src/ATen/native/TensorAdvancedIndexing.h
aten/src/ATen/native/TensorAdvancedIndexingUtils.h
aten/src/ATen/native/TensorCompare.cpp
aten/src/ATen/native/TensorCompare.h
aten/src/ATen/native/TensorConversions.cpp
aten/src/ATen/native/TensorConversions.h
aten/src/ATen/native/TensorDimApply.h
aten/src/ATen/native/TensorFactories.cpp
aten/src/ATen/native/TensorFactories.h
aten/src/ATen/native/TensorIterator.h
aten/src/ATen/native/TensorIteratorDynamicCasting.h
aten/src/ATen/native/TensorIteratorReduce.cpp
aten/src/ATen/native/TensorProperties.cpp
aten/src/ATen/native/TensorProperties.h
aten/src/ATen/native/TensorShape.cpp
aten/src/ATen/native/TensorShape.h
aten/src/ATen/native/TensorTransformations.cpp
aten/src/ATen/native/TensorTransformations.h
aten/src/ATen/native/TestOps.cpp
aten/src/ATen/native/TopKImpl.h
aten/src/ATen/native/TransposeType.h
aten/src/ATen/native/TriangularOps.cpp
aten/src/ATen/native/TriangularOpsUtils.h
aten/src/ATen/native/TypeProperties.cpp
aten/src/ATen/native/TypeProperties.h
aten/src/ATen/native/UnaryOps.cpp
aten/src/ATen/native/UnaryOps.h
aten/src/ATen/native/Unfold2d.cpp
aten/src/ATen/native/Unfold2d.h
aten/src/ATen/native/Unfold3d.cpp
aten/src/ATen/native/Unfold3d.h
aten/src/ATen/native/UnfoldBackward.cpp
aten/src/ATen/native/UnfoldBackward.h
aten/src/ATen/native/Unique.cpp
aten/src/ATen/native/UpSample.cpp
aten/src/ATen/native/UpSample.h
aten/src/ATen/native/UpSampleBicubic2d.cpp
aten/src/ATen/native/UpSampleBilinear2d.cpp
aten/src/ATen/native/UpSampleLanczos2d.cpp
aten/src/ATen/native/UpSampleLinear1d.cpp
aten/src/ATen/native/UpSampleNearest1d.cpp
aten/src/ATen/native/UpSampleNearest2d.cpp
aten/src/ATen/native/UpSampleNearest3d.cpp
aten/src/ATen/native/UpSampleTrilinear3d.cpp
aten/src/ATen/native/VariableMethodStubs.cpp
aten/src/ATen/native/WeightNorm.cpp
aten/src/ATen/native/batch_norm.h
aten/src/ATen/native/group_norm.cpp
aten/src/ATen/native/group_norm.h
aten/src/ATen/native/im2col.h
aten/src/ATen/native/im2col_shape_check.h
aten/src/ATen/native/layer_norm.cpp
aten/src/ATen/native/layer_norm.h
aten/src/ATen/native/native_functions.yaml
aten/src/ATen/native/prim_native_functions.cpp
aten/src/ATen/native/tags.yaml
aten/src/ATen/native/ts_native_functions.yaml
aten/src/ATen/native/verbose_wrapper.cpp
aten/src/ATen/native/verbose_wrapper.h
aten/src/ATen/native/vol2col.h
aten/src/ATen/native/ao_sparse/README
aten/src/ATen/native/ao_sparse/library.cpp
aten/src/ATen/native/ao_sparse/quantized/cpu/fbgemm_utils.cpp
aten/src/ATen/native/ao_sparse/quantized/cpu/fbgemm_utils.h
aten/src/ATen/native/ao_sparse/quantized/cpu/packed_params.h
aten/src/ATen/native/ao_sparse/quantized/cpu/qlinear.cpp
aten/src/ATen/native/ao_sparse/quantized/cpu/qlinear_deserialize.cpp
aten/src/ATen/native/ao_sparse/quantized/cpu/qlinear_dynamic.cpp
aten/src/ATen/native/ao_sparse/quantized/cpu/qlinear_prepack.cpp
aten/src/ATen/native/ao_sparse/quantized/cpu/qlinear_serialize.cpp
aten/src/ATen/native/ao_sparse/quantized/cpu/qlinear_unpack.cpp
aten/src/ATen/native/ao_sparse/quantized/cpu/qnnpack_utils.h
aten/src/ATen/native/cpu/Activation.cpp
aten/src/ATen/native/cpu/AdaptiveAvgPoolKernel.cpp
aten/src/ATen/native/cpu/AdaptiveMaxPoolKernel.cpp
aten/src/ATen/native/cpu/AmpGradScalerKernels.cpp
aten/src/ATen/native/cpu/AtomicAddFloat.h
aten/src/ATen/native/cpu/AvgPoolKernel.cpp
aten/src/ATen/native/cpu/BinaryOpsKernel.cpp
aten/src/ATen/native/cpu/BlasKernel.cpp
aten/src/ATen/native/cpu/CatKernel.cpp
aten/src/ATen/native/cpu/CatKernel.h
aten/src/ATen/native/cpu/ChannelShuffleKernel.cpp
aten/src/ATen/native/cpu/ChannelShuffleKernel.h
aten/src/ATen/native/cpu/ComplexKernel.cpp
aten/src/ATen/native/cpu/CopyKernel.cpp
aten/src/ATen/native/cpu/CopyKernel.h
aten/src/ATen/native/cpu/CrossKernel.cpp
aten/src/ATen/native/cpu/DepthwiseConvKernel.cpp
aten/src/ATen/native/cpu/DepthwiseConvKernel.h
aten/src/ATen/native/cpu/DistanceOpsKernel.cpp
aten/src/ATen/native/cpu/DistributionKernels.cpp
aten/src/ATen/native/cpu/DistributionTemplates.h
aten/src/ATen/native/cpu/Elu.h
aten/src/ATen/native/cpu/FillKernel.cpp
aten/src/ATen/native/cpu/FlashAttentionKernel.cpp
aten/src/ATen/native/cpu/FunctionOfAMatrixUtilsKernel.cpp
aten/src/ATen/native/cpu/FusedAdagradKernel.cpp
aten/src/ATen/native/cpu/FusedAdamKernel.cpp
aten/src/ATen/native/cpu/FusedSGDKernel.cpp
aten/src/ATen/native/cpu/Gelu.h
aten/src/ATen/native/cpu/GridSamplerKernel.cpp
aten/src/ATen/native/cpu/GridSamplerKernel.h
aten/src/ATen/native/cpu/HistogramKernel.cpp
aten/src/ATen/native/cpu/IndexKernel.cpp
aten/src/ATen/native/cpu/IndexKernelUtils.h
aten/src/ATen/native/cpu/Intrinsics.h
aten/src/ATen/native/cpu/IsContiguous.h
aten/src/ATen/native/cpu/LerpKernel.cpp
aten/src/ATen/native/cpu/LinearAlgebraKernel.cpp
aten/src/ATen/native/cpu/LogAddExp.h
aten/src/ATen/native/cpu/LogSoftmaxKernelImpl.h
aten/src/ATen/native/cpu/Loops.h
aten/src/ATen/native/cpu/MaxPoolKernel.cpp
aten/src/ATen/native/cpu/MaxPooling.cpp
aten/src/ATen/native/cpu/MaxUnpoolKernel.cpp
aten/src/ATen/native/cpu/MaxUnpoolKernel.h
aten/src/ATen/native/cpu/MultinomialKernel.cpp
aten/src/ATen/native/cpu/NativeMultiheadAttnKernel.cpp
aten/src/ATen/native/cpu/PaddingKernel.cpp
aten/src/ATen/native/cpu/PixelShuffleKernel.cpp
aten/src/ATen/native/cpu/PixelShuffleKernel.h
aten/src/ATen/native/cpu/PointwiseOpsKernel.cpp
aten/src/ATen/native/cpu/PowKernel.cpp
aten/src/ATen/native/cpu/README.md
aten/src/ATen/native/cpu/RangeFactoriesKernel.cpp
aten/src/ATen/native/cpu/Reduce.h
aten/src/ATen/native/cpu/ReduceAllOpsKernel.cpp
aten/src/ATen/native/cpu/ReduceOpsKernel.cpp
aten/src/ATen/native/cpu/ReduceUtils.h
aten/src/ATen/native/cpu/ReducedPrecisionFloatGemvFastPathKernel.cpp
aten/src/ATen/native/cpu/ReducedPrecisionFloatGemvFastPathKernel.h
aten/src/ATen/native/cpu/RenormKernel.cpp
aten/src/ATen/native/cpu/SampledAddmmKernel.cpp
aten/src/ATen/native/cpu/SampledAddmmKernel.h
aten/src/ATen/native/cpu/ScatterGatherKernel.cpp
aten/src/ATen/native/cpu/SerialStackImpl.h
aten/src/ATen/native/cpu/SoftMaxKernel.cpp
aten/src/ATen/native/cpu/SoftmaxKernel.h
aten/src/ATen/native/cpu/SortingKernel.cpp
aten/src/ATen/native/cpu/SparseFactories.cpp
aten/src/ATen/native/cpu/SpmmReduceKernel.cpp
aten/src/ATen/native/cpu/SpmmReduceKernel.h
aten/src/ATen/native/cpu/StackKernel.cpp
aten/src/ATen/native/cpu/StackKernel.h
aten/src/ATen/native/cpu/SumKernel.cpp
aten/src/ATen/native/cpu/TensorCompareKernel.cpp
aten/src/ATen/native/cpu/UnaryOpsKernel.cpp
aten/src/ATen/native/cpu/Unfold2d.cpp
aten/src/ATen/native/cpu/UnfoldBackwardKernel.cpp
aten/src/ATen/native/cpu/UpSampleKernel.cpp
aten/src/ATen/native/cpu/UpSampleKernelAVXAntialias.h
aten/src/ATen/native/cpu/UpSampleKernelNEONAntialias.h
aten/src/ATen/native/cpu/UpSampleMoreKernel.cpp
aten/src/ATen/native/cpu/WeightNormKernel.cpp
aten/src/ATen/native/cpu/WeightNormKernel.h
aten/src/ATen/native/cpu/airy_ai.cpp
aten/src/ATen/native/cpu/avx_mathfun.h
aten/src/ATen/native/cpu/batch_norm_kernel.cpp
aten/src/ATen/native/cpu/group_norm_kernel.cpp
aten/src/ATen/native/cpu/int4mm_kernel.cpp
aten/src/ATen/native/cpu/int8mm_kernel.cpp
aten/src/ATen/native/cpu/int_mm_kernel.h
aten/src/ATen/native/cpu/layer_norm_kernel.cpp
aten/src/ATen/native/cpu/mixed_data_type.h
aten/src/ATen/native/cpu/moments_utils.h
aten/src/ATen/native/cpu/scaled_modified_bessel_k0.cpp
aten/src/ATen/native/cpu/scaled_modified_bessel_k1.cpp
aten/src/ATen/native/cpu/spherical_bessel_j0.cpp
aten/src/ATen/native/cpu/utils.h
aten/src/ATen/native/cpu/zmath.h
aten/src/ATen/native/cuda/AbsKernel.cu
aten/src/ATen/native/cuda/Activation.cpp
aten/src/ATen/native/cuda/Activation.h
aten/src/ATen/native/cuda/ActivationEluKernel.cu
aten/src/ATen/native/cuda/ActivationGeluKernel.cu
aten/src/ATen/native/cuda/ActivationGluKernel.cu
aten/src/ATen/native/cuda/ActivationHardshrinkKernel.cu
aten/src/ATen/native/cuda/ActivationHardsigmoidKernel.cu
aten/src/ATen/native/cuda/ActivationHardswishKernel.cu
aten/src/ATen/native/cuda/ActivationHardtanhKernel.cu
aten/src/ATen/native/cuda/ActivationLeakyReluKernel.cu
aten/src/ATen/native/cuda/ActivationLogSigmoidKernel.cu
aten/src/ATen/native/cuda/ActivationMishKernel.cu
aten/src/ATen/native/cuda/ActivationPreluKernel.cu
aten/src/ATen/native/cuda/ActivationSiluKernel.cu
aten/src/ATen/native/cuda/ActivationSoftplusKernel.cu
aten/src/ATen/native/cuda/ActivationSoftshrinkKernel.cu
aten/src/ATen/native/cuda/ActivationThresholdKernel.cu
aten/src/ATen/native/cuda/AdaptiveAveragePooling.cu
aten/src/ATen/native/cuda/AdaptiveAveragePooling3d.cu
aten/src/ATen/native/cuda/AdaptiveMaxPooling2d.cu
aten/src/ATen/native/cuda/AdaptiveMaxPooling3d.cu
aten/src/ATen/native/cuda/AmpKernels.cu
aten/src/ATen/native/cuda/AveragePool2d.cu
aten/src/ATen/native/cuda/AveragePool3d.cu
aten/src/ATen/native/cuda/BatchLinearAlgebraEig.cu
aten/src/ATen/native/cuda/BinaryBitwiseOpsKernels.cu
aten/src/ATen/native/cuda/BinaryDivFloorKernel.cu
aten/src/ATen/native/cuda/BinaryDivTrueKernel.cu
aten/src/ATen/native/cuda/BinaryDivTruncKernel.cu
aten/src/ATen/native/cuda/BinaryGeometricKernels.cu
aten/src/ATen/native/cuda/BinaryInternal.h
aten/src/ATen/native/cuda/BinaryLogicalOpsKernels.cu
aten/src/ATen/native/cuda/BinaryMiscBackwardOpsKernels.cu
aten/src/ATen/native/cuda/BinaryMiscOpsKernels.cu
aten/src/ATen/native/cuda/BinaryMulKernel.cu
aten/src/ATen/native/cuda/BinaryRemainderKernel.cu
aten/src/ATen/native/cuda/BinaryShiftOpsKernels.cu
aten/src/ATen/native/cuda/Blas.cpp
aten/src/ATen/native/cuda/Bucketization.cu
aten/src/ATen/native/cuda/CUDAJitLoops.cuh
aten/src/ATen/native/cuda/CUDALoops.cuh
aten/src/ATen/native/cuda/CUDAScalar.cu
aten/src/ATen/native/cuda/Col2Im.cu
aten/src/ATen/native/cuda/CompareEQKernel.cu
aten/src/ATen/native/cuda/CompareKernels.cu
aten/src/ATen/native/cuda/ComplexKernel.cu
aten/src/ATen/native/cuda/CompositeRandomAccessor.h
aten/src/ATen/native/cuda/ConvolutionMM2d.cu
aten/src/ATen/native/cuda/Copy.cu
aten/src/ATen/native/cuda/Copy.h
aten/src/ATen/native/cuda/CopysignKernel.cu
aten/src/ATen/native/cuda/CrossKernel.cu
aten/src/ATen/native/cuda/CuFFTPlanCache.h
aten/src/ATen/native/cuda/CuFFTUtils.h
aten/src/ATen/native/cuda/CumminmaxKernel.cu
aten/src/ATen/native/cuda/CumprodKernel.cu
aten/src/ATen/native/cuda/CumsumKernel.cu
aten/src/ATen/native/cuda/DepthwiseConv2d.cu
aten/src/ATen/native/cuda/DepthwiseConv3d.cu
aten/src/ATen/native/cuda/DeviceAddCmulCdiv.cuh
aten/src/ATen/native/cuda/DeviceSqrt.cuh
aten/src/ATen/native/cuda/DilatedMaxPool2d.cu
aten/src/ATen/native/cuda/DilatedMaxPool3d.cu
aten/src/ATen/native/cuda/DistanceKernel.cu
aten/src/ATen/native/cuda/DistributionBernoulli.cu
aten/src/ATen/native/cuda/DistributionCauchyKernel.cu
aten/src/ATen/native/cuda/DistributionExponentialKernel.cu
aten/src/ATen/native/cuda/DistributionGeometricKernel.cu
aten/src/ATen/native/cuda/DistributionLogNormalKernel.cu
aten/src/ATen/native/cuda/DistributionNormal.cu
aten/src/ATen/native/cuda/DistributionRandomKernel.cu
aten/src/ATen/native/cuda/DistributionTemplates.h
aten/src/ATen/native/cuda/DistributionUniform.cu
aten/src/ATen/native/cuda/Distributions.cpp
aten/src/ATen/native/cuda/Distributions.cu
aten/src/ATen/native/cuda/Distributions.h
aten/src/ATen/native/cuda/Dropout.cu
aten/src/ATen/native/cuda/Embedding.cu
aten/src/ATen/native/cuda/EmbeddingBackwardKernel.cu
aten/src/ATen/native/cuda/EmbeddingBackwardKernel.cuh
aten/src/ATen/native/cuda/EmbeddingBag.cu
aten/src/ATen/native/cuda/Equal.cpp
aten/src/ATen/native/cuda/FillKernel.cu
aten/src/ATen/native/cuda/FlattenIndicesKernel.cu
aten/src/ATen/native/cuda/ForeachBinaryOpList.cu
aten/src/ATen/native/cuda/ForeachBinaryOpScalar.cu
aten/src/ATen/native/cuda/ForeachBinaryOpScalarList.cu
aten/src/ATen/native/cuda/ForeachBinaryOpScalarTensor.cu
aten/src/ATen/native/cuda/ForeachFunctors.cuh
aten/src/ATen/native/cuda/ForeachMinMaxFunctors.cuh
aten/src/ATen/native/cuda/ForeachPointwiseOp.cu
aten/src/ATen/native/cuda/ForeachReduceOp.cu
aten/src/ATen/native/cuda/ForeachTernaryOp.cu
aten/src/ATen/native/cuda/ForeachUnaryOp.cu
aten/src/ATen/native/cuda/FractionalMaxPool2d.cu
aten/src/ATen/native/cuda/FractionalMaxPool3d.cu
aten/src/ATen/native/cuda/FunctionOfAMatrixUtilsKernel.cu
aten/src/ATen/native/cuda/FusedAdagradKernel.cu
aten/src/ATen/native/cuda/FusedAdamKernel.cu
aten/src/ATen/native/cuda/FusedAdamWKernel.cu
aten/src/ATen/native/cuda/FusedSgdKernel.cu
aten/src/ATen/native/cuda/GcdLcmKernel.cu
aten/src/ATen/native/cuda/GridSampler.cpp
aten/src/ATen/native/cuda/GridSampler.cu
aten/src/ATen/native/cuda/GridSampler.cuh
aten/src/ATen/native/cuda/GridSampler.h
aten/src/ATen/native/cuda/GroupMM.cu
aten/src/ATen/native/cuda/GroupMM.h
aten/src/ATen/native/cuda/GroupMMCommon.cuh
aten/src/ATen/native/cuda/GroupedBlas.cpp
aten/src/ATen/native/cuda/IGammaKernel.cu
aten/src/ATen/native/cuda/Im2Col.cu
aten/src/ATen/native/cuda/IndexKernel.cpp
aten/src/ATen/native/cuda/IndexKernel.cu
aten/src/ATen/native/cuda/IndexKernel.h
aten/src/ATen/native/cuda/IndexKernelUtils.cu
aten/src/ATen/native/cuda/IndexKernelUtils.h
aten/src/ATen/native/cuda/Indexing.cu
aten/src/ATen/native/cuda/JitLoops.cuh
aten/src/ATen/native/cuda/KernelUtils.cuh
aten/src/ATen/native/cuda/LaunchUtils.h
aten/src/ATen/native/cuda/Lerp.cu
aten/src/ATen/native/cuda/LinearAlgebra.cu
aten/src/ATen/native/cuda/LinearAlgebraStubs.cpp
aten/src/ATen/native/cuda/LogAddExpKernel.cu
aten/src/ATen/native/cuda/LogcumsumexpKernel.cu
aten/src/ATen/native/cuda/Loops.cuh
aten/src/ATen/native/cuda/Loss.cu
aten/src/ATen/native/cuda/LossCTC.cu
aten/src/ATen/native/cuda/Math.cuh
aten/src/ATen/native/cuda/MaxMinElementwiseKernel.cu
aten/src/ATen/native/cuda/MaxUnpooling.cu
aten/src/ATen/native/cuda/MemoryAccess.cuh
aten/src/ATen/native/cuda/MiscUtils.h
aten/src/ATen/native/cuda/MixedDtypesLinear.cu
aten/src/ATen/native/cuda/MultiLabelMarginCriterion.cu
aten/src/ATen/native/cuda/MultiMarginLoss.cu
aten/src/ATen/native/cuda/MultiTensorApply.cuh
aten/src/ATen/native/cuda/MultinomialKernel.cu
aten/src/ATen/native/cuda/NLLLoss2d.cu
aten/src/ATen/native/cuda/NaiveConvolutionTranspose2d.cu
aten/src/ATen/native/cuda/NaiveConvolutionTranspose3d.cu
aten/src/ATen/native/cuda/NaiveDilatedConvolution.cu
aten/src/ATen/native/cuda/Nonzero.cu
aten/src/ATen/native/cuda/Normalization.cu
aten/src/ATen/native/cuda/Normalization.cuh
aten/src/ATen/native/cuda/PersistentSoftmax.cuh
aten/src/ATen/native/cuda/PhiloxDistribution.cu
aten/src/ATen/native/cuda/PhiloxKeySplit.cu
aten/src/ATen/native/cuda/PointwiseOpsKernel.cu
aten/src/ATen/native/cuda/Pow.cuh
aten/src/ATen/native/cuda/PowKernel.cu
aten/src/ATen/native/cuda/RNN.cu
aten/src/ATen/native/cuda/Randperm.cu
aten/src/ATen/native/cuda/Randperm.cuh
aten/src/ATen/native/cuda/RangeFactories.cu
aten/src/ATen/native/cuda/RecordStream.cu
aten/src/ATen/native/cuda/Reduce.cu
aten/src/ATen/native/cuda/Reduce.cuh
aten/src/ATen/native/cuda/ReduceAMinMaxKernel.cu
aten/src/ATen/native/cuda/ReduceArgMaxKernel.cu
aten/src/ATen/native/cuda/ReduceArgMinKernel.cu
aten/src/ATen/native/cuda/ReduceLogicKernel.cu
aten/src/ATen/native/cuda/ReduceMaxValuesKernel.cu
aten/src/ATen/native/cuda/ReduceMinValuesKernel.cu
aten/src/ATen/native/cuda/ReduceMomentKernel.cu
aten/src/ATen/native/cuda/ReduceNormKernel.cu
aten/src/ATen/native/cuda/ReduceOps.cpp
aten/src/ATen/native/cuda/ReduceOps.h
aten/src/ATen/native/cuda/ReduceSumProdKernel.cu
aten/src/ATen/native/cuda/ReflectionPad.cu
aten/src/ATen/native/cuda/RenormKernel.cu
aten/src/ATen/native/cuda/Repeat.cu
aten/src/ATen/native/cuda/ReplicationPadding.cu
aten/src/ATen/native/cuda/Resize.cpp
aten/src/ATen/native/cuda/Resize.h
aten/src/ATen/native/cuda/RowwiseScaledMM.cu
aten/src/ATen/native/cuda/RowwiseScaledMM.h
aten/src/ATen/native/cuda/RreluWithNoise.cu
aten/src/ATen/native/cuda/ScaledBlas.cpp
aten/src/ATen/native/cuda/ScaledGroupMM.cu
aten/src/ATen/native/cuda/ScaledGroupMM.h
aten/src/ATen/native/cuda/ScanKernels.cpp
aten/src/ATen/native/cuda/ScanKernels.h
aten/src/ATen/native/cuda/ScanUtils.cuh
aten/src/ATen/native/cuda/ScatterGatherKernel.cu
aten/src/ATen/native/cuda/SegmentReduce.cu
aten/src/ATen/native/cuda/Shape.cu
aten/src/ATen/native/cuda/SoftMax.cu
aten/src/ATen/native/cuda/Sort.cpp
aten/src/ATen/native/cuda/Sort.cu
aten/src/ATen/native/cuda/Sort.h
aten/src/ATen/native/cuda/SortImpl.cu
aten/src/ATen/native/cuda/SortStable.cu
aten/src/ATen/native/cuda/SortStable.h
aten/src/ATen/native/cuda/SortUtils.cuh
aten/src/ATen/native/cuda/Sorting.cpp
aten/src/ATen/native/cuda/Sorting.cu
aten/src/ATen/native/cuda/Sorting.h
aten/src/ATen/native/cuda/SortingCommon.cuh
aten/src/ATen/native/cuda/SortingRadixSelect.cuh
aten/src/ATen/native/cuda/SparseBinaryOpIntersectionKernel.cu
aten/src/ATen/native/cuda/SparseMM.cu
aten/src/ATen/native/cuda/SpectralOps.cpp
aten/src/ATen/native/cuda/SpectralOps.cu
aten/src/ATen/native/cuda/StepKernel.cu
aten/src/ATen/native/cuda/SummaryOps.cu
aten/src/ATen/native/cuda/TensorCompare.cpp
aten/src/ATen/native/cuda/TensorCompare.cu
aten/src/ATen/native/cuda/TensorFactories.cu
aten/src/ATen/native/cuda/TensorModeKernel.cpp
aten/src/ATen/native/cuda/TensorModeKernel.cu
aten/src/ATen/native/cuda/TensorModeKernel.cuh
aten/src/ATen/native/cuda/TensorModeKernel.h
aten/src/ATen/native/cuda/TensorShape.cu
aten/src/ATen/native/cuda/TensorShapeCUDA.cpp
aten/src/ATen/native/cuda/TensorTopK.cpp
aten/src/ATen/native/cuda/TensorTopK.cu
aten/src/ATen/native/cuda/TensorTopK.h
aten/src/ATen/native/cuda/TensorTransformations.cu
aten/src/ATen/native/cuda/TriangularOps.cu
aten/src/ATen/native/cuda/UnaryComplexKernels.cu
aten/src/ATen/native/cuda/UnaryFractionKernels.cu
aten/src/ATen/native/cuda/UnaryGammaKernels.cu
aten/src/ATen/native/cuda/UnaryGeometricAcosKernel.cu
aten/src/ATen/native/cuda/UnaryGeometricAcoshKernel.cu
aten/src/ATen/native/cuda/UnaryGeometricAsinKernel.cu
aten/src/ATen/native/cuda/UnaryGeometricAsinhKernel.cu
aten/src/ATen/native/cuda/UnaryGeometricAtanKernel.cu
aten/src/ATen/native/cuda/UnaryGeometricAtanhKernel.cu
aten/src/ATen/native/cuda/UnaryGeometricCosKernel.cu
aten/src/ATen/native/cuda/UnaryGeometricCoshKernel.cu
aten/src/ATen/native/cuda/UnaryGeometricSinKernel.cu
aten/src/ATen/native/cuda/UnaryGeometricSinhKernel.cu
aten/src/ATen/native/cuda/UnaryGeometricTanKernel.cu
aten/src/ATen/native/cuda/UnaryGeometricTanhKernel.cu
aten/src/ATen/native/cuda/UnaryLogKernels.cu
aten/src/ATen/native/cuda/UnaryOpsKernel.cu
aten/src/ATen/native/cuda/UnarySignKernels.cu
aten/src/ATen/native/cuda/UnarySpecialOpsKernel.cu
aten/src/ATen/native/cuda/UnfoldBackwardKernel.cu
aten/src/ATen/native/cuda/Unique.cu
aten/src/ATen/native/cuda/UniqueCub.cu
aten/src/ATen/native/cuda/UniqueCub.cuh
aten/src/ATen/native/cuda/UpSample.cuh
aten/src/ATen/native/cuda/UpSampleBicubic2d.cu
aten/src/ATen/native/cuda/UpSampleBilinear2d.cu
aten/src/ATen/native/cuda/UpSampleLinear1d.cu
aten/src/ATen/native/cuda/UpSampleNearest1d.cu
aten/src/ATen/native/cuda/UpSampleNearest2d.cu
aten/src/ATen/native/cuda/UpSampleNearest3d.cu
aten/src/ATen/native/cuda/UpSampleTrilinear3d.cu
aten/src/ATen/native/cuda/ValidateCompressedIndicesKernel.cu
aten/src/ATen/native/cuda/WeightNorm.cu
aten/src/ATen/native/cuda/ZetaKernel.cu
aten/src/ATen/native/cuda/airy_ai.cu
aten/src/ATen/native/cuda/bessel_j0.cu
aten/src/ATen/native/cuda/bessel_j1.cu
aten/src/ATen/native/cuda/bessel_y0.cu
aten/src/ATen/native/cuda/bessel_y1.cu
aten/src/ATen/native/cuda/block_reduce.cuh
aten/src/ATen/native/cuda/chebyshev_polynomial_t.cu
aten/src/ATen/native/cuda/chebyshev_polynomial_u.cu
aten/src/ATen/native/cuda/chebyshev_polynomial_v.cu
aten/src/ATen/native/cuda/chebyshev_polynomial_w.cu
aten/src/ATen/native/cuda/cuBlasCommonArgs.h
aten/src/ATen/native/cuda/cutlass_common.cuh
aten/src/ATen/native/cuda/fused_adagrad_impl.cu
aten/src/ATen/native/cuda/fused_adagrad_impl.cuh
aten/src/ATen/native/cuda/fused_adagrad_utils.cuh
aten/src/ATen/native/cuda/fused_adam_amsgrad_impl.cu
aten/src/ATen/native/cuda/fused_adam_amsgrad_impl.cuh
aten/src/ATen/native/cuda/fused_adam_impl.cu
aten/src/ATen/native/cuda/fused_adam_impl.cuh
aten/src/ATen/native/cuda/fused_adam_utils.cuh
aten/src/ATen/native/cuda/fused_adamw_amsgrad_impl.cu
aten/src/ATen/native/cuda/fused_adamw_amsgrad_impl.cuh
aten/src/ATen/native/cuda/fused_adamw_impl.cu
aten/src/ATen/native/cuda/fused_adamw_impl.cuh
aten/src/ATen/native/cuda/group_norm_kernel.cu
aten/src/ATen/native/cuda/hermite_polynomial_h.cu
aten/src/ATen/native/cuda/hermite_polynomial_he.cu
aten/src/ATen/native/cuda/im2col.cuh
aten/src/ATen/native/cuda/int4mm.cu
aten/src/ATen/native/cuda/int8mm.cu
aten/src/ATen/native/cuda/jit_utils.cpp
aten/src/ATen/native/cuda/jit_utils.h
aten/src/ATen/native/cuda/laguerre_polynomial_l.cu
aten/src/ATen/native/cuda/layer_norm_kernel.cu
aten/src/ATen/native/cuda/legendre_polynomial_p.cu
aten/src/ATen/native/cuda/modified_bessel_i0.cu
aten/src/ATen/native/cuda/modified_bessel_i1.cu
aten/src/ATen/native/cuda/modified_bessel_k0.cu
aten/src/ATen/native/cuda/modified_bessel_k1.cu
aten/src/ATen/native/cuda/reduction_template.cuh
aten/src/ATen/native/cuda/scaled_modified_bessel_k0.cu
aten/src/ATen/native/cuda/scaled_modified_bessel_k1.cu
aten/src/ATen/native/cuda/shifted_chebyshev_polynomial_t.cu
aten/src/ATen/native/cuda/shifted_chebyshev_polynomial_u.cu
aten/src/ATen/native/cuda/shifted_chebyshev_polynomial_v.cu
aten/src/ATen/native/cuda/shifted_chebyshev_polynomial_w.cu
aten/src/ATen/native/cuda/spherical_bessel_j0.cu
aten/src/ATen/native/cuda/thread_constants.h
aten/src/ATen/native/cuda/vol2col.cuh
aten/src/ATen/native/cuda/cutlass_extensions/README.md
aten/src/ATen/native/cuda/cutlass_extensions/epilogue_helpers.h
aten/src/ATen/native/cuda/cutlass_extensions/ft_gemm_configs.h
aten/src/ATen/native/cuda/cutlass_extensions/interleaved_numeric_conversion.h
aten/src/ATen/native/cuda/cutlass_extensions/tile_interleaved_layout.h
aten/src/ATen/native/cuda/cutlass_extensions/arch/mma.h
aten/src/ATen/native/cuda/cutlass_extensions/epilogue/thread/ft_fused_activations.h
aten/src/ATen/native/cuda/cutlass_extensions/gemm/kernel/default_fpA_intB_traits.h
aten/src/ATen/native/cuda/cutlass_extensions/gemm/kernel/fpA_intB_gemm.h
aten/src/ATen/native/cuda/cutlass_extensions/gemm/kernel/mixed_gemm_B_layout.h
aten/src/ATen/native/cuda/cutlass_extensions/gemm/threadblock/default_dq_mma.h
aten/src/ATen/native/cuda/cutlass_extensions/gemm/threadblock/default_dq_mma_multistage.h
aten/src/ATen/native/cuda/cutlass_extensions/gemm/threadblock/default_dq_mma_pipelined.h
aten/src/ATen/native/cuda/cutlass_extensions/gemm/threadblock/default_mma.h
aten/src/ATen/native/cuda/cutlass_extensions/gemm/threadblock/default_mma_bf16.h
aten/src/ATen/native/cuda/cutlass_extensions/gemm/threadblock/dq_mma_base.h
aten/src/ATen/native/cuda/cutlass_extensions/gemm/threadblock/dq_mma_multistage.h
aten/src/ATen/native/cuda/cutlass_extensions/gemm/threadblock/dq_mma_pipelined.h
aten/src/ATen/native/cuda/cutlass_extensions/gemm/warp/default_mma_tensor_op.h
aten/src/ATen/native/cuda/cutlass_extensions/gemm/warp/mma_tensorop_compute_B_with_f16.h
aten/src/ATen/native/cuda/cutlass_extensions/gemm/warp/mma_tensorop_dequantizer.h
aten/src/ATen/native/cuda/linalg/BatchLinearAlgebra.cpp
aten/src/ATen/native/cuda/linalg/BatchLinearAlgebraLib.cpp
aten/src/ATen/native/cuda/linalg/BatchLinearAlgebraLib.h
aten/src/ATen/native/cuda/linalg/BatchLinearAlgebraLibBlas.cpp
aten/src/ATen/native/cuda/linalg/CUDASolver.cpp
aten/src/ATen/native/cuda/linalg/CUDASolver.h
aten/src/ATen/native/cuda/linalg/CudssHandlePool.cpp
aten/src/ATen/native/cuda/linalg/CusolverDnHandlePool.cpp
aten/src/ATen/native/cuda/linalg/MagmaUtils.h
aten/src/ATen/native/cudnn/AffineGridGenerator.cpp
aten/src/ATen/native/cudnn/BatchNorm.cpp
aten/src/ATen/native/cudnn/BatchNorm.h
aten/src/ATen/native/cudnn/ConvPlaceholders.cpp
aten/src/ATen/native/cudnn/ConvShared.cpp
aten/src/ATen/native/cudnn/ConvShared.h
aten/src/ATen/native/cudnn/Conv_v7.cpp
aten/src/ATen/native/cudnn/Conv_v8.cpp
aten/src/ATen/native/cudnn/GridSampler.cpp
aten/src/ATen/native/cudnn/LossCTC.cpp
aten/src/ATen/native/cudnn/MHA.cpp
aten/src/ATen/native/cudnn/MHA.h
aten/src/ATen/native/cudnn/RNN.cpp
aten/src/ATen/native/cudnn/RNNUtils.h
aten/src/ATen/native/hip/ck_bgemm.h
aten/src/ATen/native/hip/ck_bgemm_bfloat16.hip
aten/src/ATen/native/hip/ck_gemm.h
aten/src/ATen/native/hip/ck_gemm_bfloat16.hip
aten/src/ATen/native/hip/ck_gemm_float.hip
aten/src/ATen/native/hip/ck_gemm_half.hip
aten/src/ATen/native/hip/ck_gemm_template.h
aten/src/ATen/native/hip/ck_group_gemm.h
aten/src/ATen/native/hip/ck_group_gemm.hip
aten/src/ATen/native/hip/ck_types.h
aten/src/ATen/native/hip/bgemm_kernels/bgemm_kernel_bf16bf16bf16_128_128x16x64_16x16_4x1_8x16x1_8x16x1_1x16x1x8_2_Intrawave_v2.hip
aten/src/ATen/native/hip/bgemm_kernels/bgemm_kernel_bf16bf16bf16_128_16x128x64_16x16_1x4_8x16x1_8x16x1_1x16x1x8_4_Intrawave_v2.hip
aten/src/ATen/native/hip/bgemm_kernels/bgemm_kernel_bf16bf16bf16_128_16x32x64_16x16_1x1_16x8x1_16x8x1_1x16x1x8_4_Intrawave_v1.hip
aten/src/ATen/native/hip/bgemm_kernels/bgemm_kernel_bf16bf16bf16_128_16x32x64_16x16_1x1_32x4x1_32x4x1_1x16x1x8_4_Intrawave_v1.hip
aten/src/ATen/native/hip/bgemm_kernels/bgemm_kernel_bf16bf16bf16_128_16x32x64_16x16_1x1_8x16x1_8x16x1_1x16x1x8_4_Intrawave_v1.hip
aten/src/ATen/native/hip/bgemm_kernels/bgemm_kernel_bf16bf16bf16_128_16x32x64_16x16_1x1_8x16x1_8x16x1_1x16x1x8_4_Intrawave_v2.hip
aten/src/ATen/native/hip/bgemm_kernels/bgemm_kernel_bf16bf16bf16_128_16x64x64_16x16_1x2_8x16x1_8x16x1_1x16x1x8_4_Intrawave_v2.hip
aten/src/ATen/native/hip/bgemm_kernels/bgemm_kernel_bf16bf16bf16_128_32x16x64_16x16_1x1_8x16x1_8x16x1_1x16x1x8_2_Intrawave_v1.hip
aten/src/ATen/native/hip/bgemm_kernels/bgemm_kernel_bf16bf16bf16_128_32x16x64_16x16_1x1_8x16x1_8x16x1_1x16x1x8_2_Intrawave_v2.hip
aten/src/ATen/native/hip/bgemm_kernels/bgemm_kernel_bf16bf16bf16_128_64x16x64_16x16_2x1_8x16x1_8x16x1_1x16x1x8_2_Intrawave_v2.hip
aten/src/ATen/native/hip/bgemm_kernels/bgemm_kernel_bf16bf16bf16_256_128x128x64_32x32_2x2_8x32x1_8x32x1_1x16x1x16_4_Intrawave_v1.hip
aten/src/ATen/native/hip/bgemm_kernels/bgemm_kernel_bf16bf16bf16_256_128x128x64_32x32_2x2_8x32x1_8x32x1_1x16x1x16_4_Intrawave_v3.hip
aten/src/ATen/native/hip/bgemm_kernels/bgemm_kernel_bf16bf16bf16_256_128x128x64_32x32_2x2_8x32x1_8x32x1_1x16x1x16_4_Intrawave_v5.hip
aten/src/ATen/native/hip/bgemm_kernels/bgemm_kernel_bf16bf16bf16_256_16x256x64_16x16_1x4_8x16x1_8x16x1_1x16x1x16_4_Intrawave_v2.hip
aten/src/ATen/native/hip/bgemm_kernels/bgemm_kernel_bf16bf16bf16_256_224x256x64_16x16_7x8_8x32x1_8x32x1_1x16x1x16_4_Intrawave_v3.hip
aten/src/ATen/native/hip/bgemm_kernels/bgemm_kernel_bf16bf16bf16_256_256x16x64_16x16_4x1_16x16x1_16x8x1_1x32x1x8_2_Intrawave_v2.hip
aten/src/ATen/native/hip/bgemm_kernels/bgemm_kernel_bf16bf16bf16_256_256x16x64_16x16_4x1_32x8x1_32x4x1_1x32x1x8_2_Intrawave_v2.hip
aten/src/ATen/native/hip/bgemm_kernels/bgemm_kernel_bf16bf16bf16_256_256x16x64_16x16_4x1_8x32x1_8x16x1_1x32x1x8_2_Intrawave_v2.hip
aten/src/ATen/native/hip/bgemm_kernels/bgemm_kernel_bf16bf16bf16_256_256x224x64_16x16_8x7_8x32x1_8x32x1_1x32x1x8_4_Intrawave_v3.hip
aten/src/ATen/native/hip/bgemm_kernels/bgemm_kernel_bf16bf16bf16_256_256x256x32_32x32_4x4_16x16x1_16x16x1_1x16x1x16_4_Intrawave_v4.hip
aten/src/ATen/native/hip/bgemm_kernels/bgemm_kernel_bf16bf16bf16_256_256x256x32_32x32_4x4_4x64x1_4x64x1_1x16x1x16_4_Intrawave_v3.hip
aten/src/ATen/native/hip/bgemm_kernels/bgemm_kernel_bf16bf16bf16_256_256x256x32_32x32_4x4_4x64x1_4x64x1_1x16x1x16_4_Intrawave_v5.hip
aten/src/ATen/native/hip/bgemm_kernels/bgemm_kernel_bf16bf16bf16_256_256x256x32_32x32_4x4_8x32x1_8x32x1_1x16x1x16_4_Intrawave_v4.hip
aten/src/ATen/native/hip/bgemm_kernels/bgemm_kernel_bf16bf16bf16_64_16x16x64_16x16_1x1_8x8x1_8x8x1_1x16x1x4_4_Intrawave_v1.hip
aten/src/ATen/native/hip/bgemm_kernels/bgemm_kernel_bf16bf16bf16_64_16x16x64_16x16_1x1_8x8x1_8x8x1_1x16x1x4_4_Intrawave_v2.hip
aten/src/ATen/native/hip/bgemm_kernels/bgemm_kernel_collection.h
aten/src/ATen/native/hip/bgemm_kernels/bgemm_kernel_template.h
aten/src/ATen/native/kleidiai/kai_kernels.cpp
aten/src/ATen/native/kleidiai/kai_kernels.h
aten/src/ATen/native/kleidiai/kai_pack.h
aten/src/ATen/native/kleidiai/kai_ukernel_interface.cpp
aten/src/ATen/native/kleidiai/kai_ukernel_interface.h
aten/src/ATen/native/metal/MetalAten.mm
aten/src/ATen/native/metal/MetalCommandBuffer.h
aten/src/ATen/native/metal/MetalCommandBuffer.mm
aten/src/ATen/native/metal/MetalContext.h
aten/src/ATen/native/metal/MetalContext.mm
aten/src/ATen/native/metal/MetalConvParams.h
aten/src/ATen/native/metal/MetalConvParams.mm
aten/src/ATen/native/metal/MetalDevice.h
aten/src/ATen/native/metal/MetalGuardImpl.cpp
aten/src/ATen/native/metal/MetalNeuronType.h
aten/src/ATen/native/metal/MetalPrepackOpContext.h
aten/src/ATen/native/metal/MetalPrepackOpRegister.cpp
aten/src/ATen/native/metal/MetalShaders.h
aten/src/ATen/native/metal/MetalTensorImpl.h
aten/src/ATen/native/metal/MetalTensorImplStorage.h
aten/src/ATen/native/metal/MetalTensorImplStorage.mm
aten/src/ATen/native/metal/MetalTensorUtils.h
aten/src/ATen/native/metal/MetalTensorUtils.mm
aten/src/ATen/native/metal/mpscnn/MPSCNNClampOp.h
aten/src/ATen/native/metal/mpscnn/MPSCNNClampOp.mm
aten/src/ATen/native/metal/mpscnn/MPSCNNConvOp.h
aten/src/ATen/native/metal/mpscnn/MPSCNNConvOp.mm
aten/src/ATen/native/metal/mpscnn/MPSCNNFullyConnectedOp.h
aten/src/ATen/native/metal/mpscnn/MPSCNNFullyConnectedOp.mm
aten/src/ATen/native/metal/mpscnn/MPSCNNNeuronOp.h
aten/src/ATen/native/metal/mpscnn/MPSCNNNeuronOp.mm
aten/src/ATen/native/metal/mpscnn/MPSCNNOp.h
aten/src/ATen/native/metal/mpscnn/MPSCNNUtils.h
aten/src/ATen/native/metal/mpscnn/MPSCNNUtils.mm
aten/src/ATen/native/metal/mpscnn/MPSImage+Tensor.h
aten/src/ATen/native/metal/mpscnn/MPSImage+Tensor.mm
aten/src/ATen/native/metal/mpscnn/MPSImageUtils.h
aten/src/ATen/native/metal/mpscnn/MPSImageUtils.mm
aten/src/ATen/native/metal/mpscnn/MPSImageWrapper.h
aten/src/ATen/native/metal/mpscnn/MPSImageWrapper.mm
aten/src/ATen/native/metal/mpscnn/tests/MPSCNNTests.h
aten/src/ATen/native/metal/mpscnn/tests/MPSCNNTests.mm
aten/src/ATen/native/metal/mpscnn/tests/MetalOpTestRunner.h
aten/src/ATen/native/metal/mpscnn/tests/MetalOpTestRunner.mm
aten/src/ATen/native/metal/ops/MetalAddmm.mm
aten/src/ATen/native/metal/ops/MetalBinaryElementwise.mm
aten/src/ATen/native/metal/ops/MetalChunk.mm
aten/src/ATen/native/metal/ops/MetalClamp.mm
aten/src/ATen/native/metal/ops/MetalConcat.mm
aten/src/ATen/native/metal/ops/MetalConvolution.h
aten/src/ATen/native/metal/ops/MetalConvolution.mm
aten/src/ATen/native/metal/ops/MetalCopy.h
aten/src/ATen/native/metal/ops/MetalCopy.mm
aten/src/ATen/native/metal/ops/MetalHardshrink.mm
aten/src/ATen/native/metal/ops/MetalHardswish.mm
aten/src/ATen/native/metal/ops/MetalLeakyReLU.mm
aten/src/ATen/native/metal/ops/MetalNeurons.mm
aten/src/ATen/native/metal/ops/MetalPadding.mm
aten/src/ATen/native/metal/ops/MetalPooling.mm
aten/src/ATen/native/metal/ops/MetalReduce.mm
aten/src/ATen/native/metal/ops/MetalReshape.mm
aten/src/ATen/native/metal/ops/MetalSoftmax.mm
aten/src/ATen/native/metal/ops/MetalTranspose.mm
aten/src/ATen/native/metal/ops/MetalUpsamplingNearest.mm
aten/src/ATen/native/miopen/BatchNorm_miopen.cpp
aten/src/ATen/native/miopen/Conv_miopen.cpp
aten/src/ATen/native/miopen/LossCTC_miopen.cpp
aten/src/ATen/native/miopen/RNN_miopen.cpp
aten/src/ATen/native/mkl/LinearAlgebra.cpp
aten/src/ATen/native/mkl/LinearAlgebra.h
aten/src/ATen/native/mkl/MklAllocationHelper.cpp
aten/src/ATen/native/mkl/SparseBlasImpl.cpp
aten/src/ATen/native/mkl/SparseBlasImpl.h
aten/src/ATen/native/mkl/SparseCsrLinearAlgebra.cpp
aten/src/ATen/native/mkl/SparseCsrLinearAlgebra.h
aten/src/ATen/native/mkl/SpectralOps.cpp
aten/src/ATen/native/mkldnn/BinaryOps.cpp
aten/src/ATen/native/mkldnn/Common.h
aten/src/ATen/native/mkldnn/Conv.cpp
aten/src/ATen/native/mkldnn/Conv.h
aten/src/ATen/native/mkldnn/ConvPrepack.cpp
aten/src/ATen/native/mkldnn/ConvPrepack.h
aten/src/ATen/native/mkldnn/Copy.cpp
aten/src/ATen/native/mkldnn/Gelu.cpp
aten/src/ATen/native/mkldnn/IDeepRegistration.cpp
aten/src/ATen/native/mkldnn/IDeepRegistration.h
aten/src/ATen/native/mkldnn/Linear.cpp
aten/src/ATen/native/mkldnn/Linear.h
aten/src/ATen/native/mkldnn/MKLDNNCommon.cpp
aten/src/ATen/native/mkldnn/MKLDNNCommon.h
aten/src/ATen/native/mkldnn/MKLDNNConversions.cpp
aten/src/ATen/native/mkldnn/Matmul.cpp
aten/src/ATen/native/mkldnn/Matmul.h
aten/src/ATen/native/mkldnn/MkldnnTensorMath.cpp
aten/src/ATen/native/mkldnn/Normalization.cpp
aten/src/ATen/native/mkldnn/OpContext.cpp
aten/src/ATen/native/mkldnn/OpContext.h
aten/src/ATen/native/mkldnn/Pooling.cpp
aten/src/ATen/native/mkldnn/Prelu.cpp
aten/src/ATen/native/mkldnn/RNN.cpp
aten/src/ATen/native/mkldnn/RegisterMkldnnOpContextClass.cpp
aten/src/ATen/native/mkldnn/Relu.cpp
aten/src/ATen/native/mkldnn/SoftMax.cpp
aten/src/ATen/native/mkldnn/TensorFactories.cpp
aten/src/ATen/native/mkldnn/TensorShape.cpp
aten/src/ATen/native/mkldnn/TensorShape.h
aten/src/ATen/native/mkldnn/UnaryOps.cpp
aten/src/ATen/native/mkldnn/Utils.cpp
aten/src/ATen/native/mkldnn/Utils.h
aten/src/ATen/native/mkldnn/xpu/Attention.cpp
aten/src/ATen/native/mkldnn/xpu/Blas.cpp
aten/src/ATen/native/mkldnn/xpu/Conv.cpp
aten/src/ATen/native/mkldnn/xpu/Conv.h
aten/src/ATen/native/mkldnn/xpu/FusionUtils.cpp
aten/src/ATen/native/mkldnn/xpu/FusionUtils.h
aten/src/ATen/native/mkldnn/xpu/Linear.cpp
aten/src/ATen/native/mkldnn/xpu/ScaledBlas.cpp
aten/src/ATen/native/mkldnn/xpu/qconv.cpp
aten/src/ATen/native/mkldnn/xpu/qconv.h
aten/src/ATen/native/mkldnn/xpu/qlinear.cpp
aten/src/ATen/native/mkldnn/xpu/qlinear.h
aten/src/ATen/native/mkldnn/xpu/detail/Attention.cpp
aten/src/ATen/native/mkldnn/xpu/detail/Attr.h
aten/src/ATen/native/mkldnn/xpu/detail/Conv.cpp
aten/src/ATen/native/mkldnn/xpu/detail/Deconv.cpp
aten/src/ATen/native/mkldnn/xpu/detail/DnnlExt.h
aten/src/ATen/native/mkldnn/xpu/detail/LRUCache.h
aten/src/ATen/native/mkldnn/xpu/detail/Matmul.cpp
aten/src/ATen/native/mkldnn/xpu/detail/QConv.cpp
aten/src/ATen/native/mkldnn/xpu/detail/QMatmul.cpp
aten/src/ATen/native/mkldnn/xpu/detail/Utils.cpp
aten/src/ATen/native/mkldnn/xpu/detail/Utils.h
aten/src/ATen/native/mkldnn/xpu/detail/WoQMatmul.cpp
aten/src/ATen/native/mkldnn/xpu/detail/oneDNN.h
aten/src/ATen/native/mkldnn/xpu/detail/oneDNNContext.cpp
aten/src/ATen/native/mkldnn/xpu/detail/oneDNNContext.h
aten/src/ATen/native/mps/Copy.h
aten/src/ATen/native/mps/MPSGraphSequoiaOps.h
aten/src/ATen/native/mps/MetalShaderLibrary.h
aten/src/ATen/native/mps/OperationUtils.h
aten/src/ATen/native/mps/OperationUtils.mm
aten/src/ATen/native/mps/TensorFactory.cpp
aten/src/ATen/native/mps/TensorFactory.h
aten/src/ATen/native/mps/kernels/Activation.h
aten/src/ATen/native/mps/kernels/ActivationKernel.metal
aten/src/ATen/native/mps/kernels/Amp.metal
aten/src/ATen/native/mps/kernels/Attention.metal
aten/src/ATen/native/mps/kernels/BinaryKernel.metal
aten/src/ATen/native/mps/kernels/Bucketization.metal
aten/src/ATen/native/mps/kernels/Col2Im.metal
aten/src/ATen/native/mps/kernels/ConstantKernel.metal
aten/src/ATen/native/mps/kernels/CrossKernel.metal
aten/src/ATen/native/mps/kernels/DecodeAttention.h
aten/src/ATen/native/mps/kernels/Distributions.metal
aten/src/ATen/native/mps/kernels/Dropout.metal
aten/src/ATen/native/mps/kernels/EmbeddingBag.h
aten/src/ATen/native/mps/kernels/EmbeddingBag.metal
aten/src/ATen/native/mps/kernels/Eye.metal
aten/src/ATen/native/mps/kernels/FusedOptimizerOps.metal
aten/src/ATen/native/mps/kernels/GridSampler.h
aten/src/ATen/native/mps/kernels/GridSampler.metal
aten/src/ATen/native/mps/kernels/HistogramKernel.metal
aten/src/ATen/native/mps/kernels/Im2Col.metal
aten/src/ATen/native/mps/kernels/Indexing.h
aten/src/ATen/native/mps/kernels/Indexing.metal
aten/src/ATen/native/mps/kernels/LayerNorm.metal
aten/src/ATen/native/mps/kernels/LinearAlgebra.h
aten/src/ATen/native/mps/kernels/LinearAlgebra.metal
aten/src/ATen/native/mps/kernels/Pooling.h
aten/src/ATen/native/mps/kernels/Pooling.metal
aten/src/ATen/native/mps/kernels/PrefillAttention.h
aten/src/ATen/native/mps/kernels/Quantized.metal
aten/src/ATen/native/mps/kernels/RMSNorm.metal
aten/src/ATen/native/mps/kernels/ReduceOps.h
aten/src/ATen/native/mps/kernels/ReduceOps.metal
aten/src/ATen/native/mps/kernels/RenormKernel.metal
aten/src/ATen/native/mps/kernels/Repeat.metal
aten/src/ATen/native/mps/kernels/SamplingHelpers.h
aten/src/ATen/native/mps/kernels/ScanKernel.metal
aten/src/ATen/native/mps/kernels/Shape.h
aten/src/ATen/native/mps/kernels/Shape.metal
aten/src/ATen/native/mps/kernels/Sort.metal
aten/src/ATen/native/mps/kernels/SpecialOps.metal
aten/src/ATen/native/mps/kernels/TensorCompare.h
aten/src/ATen/native/mps/kernels/TensorCompare.metal
aten/src/ATen/native/mps/kernels/TriangularOps.metal
aten/src/ATen/native/mps/kernels/UnaryKernel.metal
aten/src/ATen/native/mps/kernels/UnfoldBackward.metal
aten/src/ATen/native/mps/kernels/UpSample.h
aten/src/ATen/native/mps/kernels/UpSample.metal
aten/src/ATen/native/mps/operations/Activation.mm
aten/src/ATen/native/mps/operations/ActivationKernel.mm
aten/src/ATen/native/mps/operations/AdaptivePooling.mm
aten/src/ATen/native/mps/operations/Amp.mm
aten/src/ATen/native/mps/operations/Attention.mm
aten/src/ATen/native/mps/operations/BinaryKernel.h
aten/src/ATen/native/mps/operations/BinaryKernel.mm
aten/src/ATen/native/mps/operations/BinaryOps.mm
aten/src/ATen/native/mps/operations/BitwiseOps.mm
aten/src/ATen/native/mps/operations/Blas.mm
aten/src/ATen/native/mps/operations/Bucketization.mm
aten/src/ATen/native/mps/operations/Col2Im.mm
aten/src/ATen/native/mps/operations/ConstantOps.mm
aten/src/ATen/native/mps/operations/Convolution.mm
aten/src/ATen/native/mps/operations/Copy.mm
aten/src/ATen/native/mps/operations/CrossKernel.mm
aten/src/ATen/native/mps/operations/Distributions.mm
aten/src/ATen/native/mps/operations/Dropout.mm
aten/src/ATen/native/mps/operations/EmbeddingBag.mm
aten/src/ATen/native/mps/operations/Equal.cpp
aten/src/ATen/native/mps/operations/Eye.mm
aten/src/ATen/native/mps/operations/FastFourierTransform.mm
aten/src/ATen/native/mps/operations/FusedAdamAmsgradKernelImpl.h
aten/src/ATen/native/mps/operations/FusedAdamAmsgradKernelImpl.mm
aten/src/ATen/native/mps/operations/FusedAdamKernel.mm
aten/src/ATen/native/mps/operations/FusedAdamKernelImpl.h
aten/src/ATen/native/mps/operations/FusedAdamKernelImpl.mm
aten/src/ATen/native/mps/operations/FusedAdamWAmsgradKernelImpl.h
aten/src/ATen/native/mps/operations/FusedAdamWAmsgradKernelImpl.mm
aten/src/ATen/native/mps/operations/FusedAdamWKernel.mm
aten/src/ATen/native/mps/operations/FusedAdamWKernelImpl.h
aten/src/ATen/native/mps/operations/FusedAdamWKernelImpl.mm
aten/src/ATen/native/mps/operations/FusedSgdKernel.mm
aten/src/ATen/native/mps/operations/GridSampler.mm
aten/src/ATen/native/mps/operations/HistogramKernel.mm
aten/src/ATen/native/mps/operations/Im2Col.mm
aten/src/ATen/native/mps/operations/Indexing.mm
aten/src/ATen/native/mps/operations/Linear.mm
aten/src/ATen/native/mps/operations/LinearAlgebra.mm
aten/src/ATen/native/mps/operations/LossOps.mm
aten/src/ATen/native/mps/operations/MultiTensorApply.h
aten/src/ATen/native/mps/operations/Normalization.mm
aten/src/ATen/native/mps/operations/Pad.mm
aten/src/ATen/native/mps/operations/PixelShuffle.mm
aten/src/ATen/native/mps/operations/PointwiseOps.mm
aten/src/ATen/native/mps/operations/Pooling.mm
aten/src/ATen/native/mps/operations/Quantized.mm
aten/src/ATen/native/mps/operations/RMSNorm.mm
aten/src/ATen/native/mps/operations/RangeFactories.mm
aten/src/ATen/native/mps/operations/ReduceOps.mm
aten/src/ATen/native/mps/operations/RenormKernel.mm
aten/src/ATen/native/mps/operations/Repeat.mm
aten/src/ATen/native/mps/operations/RnnOps.mm
aten/src/ATen/native/mps/operations/Scalar.mm
aten/src/ATen/native/mps/operations/ScanKernel.h
aten/src/ATen/native/mps/operations/ScanKernel.mm
aten/src/ATen/native/mps/operations/ScatterGather.mm
aten/src/ATen/native/mps/operations/Shape.mm
aten/src/ATen/native/mps/operations/SoftMax.mm
aten/src/ATen/native/mps/operations/Sort.mm
aten/src/ATen/native/mps/operations/SpecialOps.mm
aten/src/ATen/native/mps/operations/SummaryOps.mm
aten/src/ATen/native/mps/operations/TensorCompare.mm
aten/src/ATen/native/mps/operations/TriangularOps.mm
aten/src/ATen/native/mps/operations/UnaryKernel.mm
aten/src/ATen/native/mps/operations/UnaryOps.mm
aten/src/ATen/native/mps/operations/UnfoldBackward.mm
aten/src/ATen/native/mps/operations/Unique.mm
aten/src/ATen/native/mps/operations/UpSample.mm
aten/src/ATen/native/mps/operations/View.mm
aten/src/ATen/native/mps/operations/WeightNorm.mm
aten/src/ATen/native/nested/NestedTensorAliases.cpp
aten/src/ATen/native/nested/NestedTensorBackward.cpp
aten/src/ATen/native/nested/NestedTensorBinaryOps.cpp
aten/src/ATen/native/nested/NestedTensorBinaryOps.h
aten/src/ATen/native/nested/NestedTensorFactories.cpp
aten/src/ATen/native/nested/NestedTensorMath.cpp
aten/src/ATen/native/nested/NestedTensorMath.h
aten/src/ATen/native/nested/NestedTensorMatmul.cpp
aten/src/ATen/native/nested/NestedTensorTransformerFunctions.cpp
aten/src/ATen/native/nested/NestedTensorTransformerFunctions.h
aten/src/ATen/native/nested/NestedTensorTransformerUtils.h
aten/src/ATen/native/nested/NestedTensorUnaryOps.cpp
aten/src/ATen/native/nested/NestedTensorUtils.cpp
aten/src/ATen/native/nested/NestedTensorUtils.h
aten/src/ATen/native/nested/README.md
aten/src/ATen/native/nested/cuda/NestedTensorBinaryOps.cu
aten/src/ATen/native/nested/cuda/NestedTensorMatmul.cu
aten/src/ATen/native/nested/cuda/NestedTensorTransformerFunctions.cpp
aten/src/ATen/native/nested/cuda/NestedTensorTransformerFunctions.cu
aten/src/ATen/native/nested/cuda/NestedTensorTransformerUtils.cpp
aten/src/ATen/native/quantized/AffineQuantizer.cpp
aten/src/ATen/native/quantized/AffineQuantizer.h
aten/src/ATen/native/quantized/AffineQuantizerBase.cpp
aten/src/ATen/native/quantized/AffineQuantizerBase.h
aten/src/ATen/native/quantized/ConvUtils.h
aten/src/ATen/native/quantized/Copy.cpp
aten/src/ATen/native/quantized/Copy.h
aten/src/ATen/native/quantized/FakeQuantAffine.h
aten/src/ATen/native/quantized/FakeQuantPerChannelAffine.cpp
aten/src/ATen/native/quantized/FakeQuantPerTensorAffine.cpp
aten/src/ATen/native/quantized/IndexKernel.h
aten/src/ATen/native/quantized/PackedParams.h
aten/src/ATen/native/quantized/QTensor.cpp
aten/src/ATen/native/quantized/README.md
aten/src/ATen/native/quantized/TensorAdvancedIndexing.cpp
aten/src/ATen/native/quantized/TensorCompare.cpp
aten/src/ATen/native/quantized/TensorFactories.cpp
aten/src/ATen/native/quantized/library.cpp
aten/src/ATen/native/quantized/library.h
aten/src/ATen/native/quantized/qconv_unpack.cpp
aten/src/ATen/native/quantized/qlinear_unpack.cpp
aten/src/ATen/native/quantized/cpu/ACLUtils.cpp
aten/src/ATen/native/quantized/cpu/ACLUtils.h
aten/src/ATen/native/quantized/cpu/AdaptiveAveragePooling.cpp
aten/src/ATen/native/quantized/cpu/AveragePool2d.cpp
aten/src/ATen/native/quantized/cpu/AveragePool3d.cpp
aten/src/ATen/native/quantized/cpu/BinaryOps.cpp
aten/src/ATen/native/quantized/cpu/BinaryOps.h
aten/src/ATen/native/quantized/cpu/ChannelShuffle.cpp
aten/src/ATen/native/quantized/cpu/EmbeddingPackedParams.h
aten/src/ATen/native/quantized/cpu/IntReprQuant.cpp
aten/src/ATen/native/quantized/cpu/LinearUnpackImpl.cpp
aten/src/ATen/native/quantized/cpu/MakePerTensorQuantizedTensor.cpp
aten/src/ATen/native/quantized/cpu/Normalization.cpp
aten/src/ATen/native/quantized/cpu/OnednnUtils.h
aten/src/ATen/native/quantized/cpu/Pooling.cpp
aten/src/ATen/native/quantized/cpu/QnnpackUtils.h
aten/src/ATen/native/quantized/cpu/QuantUtils.h
aten/src/ATen/native/quantized/cpu/QuantizedOps.h
aten/src/ATen/native/quantized/cpu/ReduceOps.cpp
aten/src/ATen/native/quantized/cpu/RuyUtils.cpp
aten/src/ATen/native/quantized/cpu/RuyUtils.h
aten/src/ATen/native/quantized/cpu/Sorting.cpp
aten/src/ATen/native/quantized/cpu/TensorOperators.cpp
aten/src/ATen/native/quantized/cpu/TensorShape.cpp
aten/src/ATen/native/quantized/cpu/UpSampleBilinear2d.cpp
aten/src/ATen/native/quantized/cpu/UpSampleNearest2d.cpp
aten/src/ATen/native/quantized/cpu/UpSampleNearest3d.cpp
aten/src/ATen/native/quantized/cpu/XnnpackUtils.cpp
aten/src/ATen/native/quantized/cpu/XnnpackUtils.h
aten/src/ATen/native/quantized/cpu/conv_serialization.h
aten/src/ATen/native/quantized/cpu/fbgemm_utils.cpp
aten/src/ATen/native/quantized/cpu/fbgemm_utils.h
aten/src/ATen/native/quantized/cpu/fused_obs_fake_quant.cpp
aten/src/ATen/native/quantized/cpu/init_qnnpack.cpp
aten/src/ATen/native/quantized/cpu/init_qnnpack.h
aten/src/ATen/native/quantized/cpu/qclamp.cpp
aten/src/ATen/native/quantized/cpu/qconv.cpp
aten/src/ATen/native/quantized/cpu/qconv.h
aten/src/ATen/native/quantized/cpu/qconv_dynamic.cpp
aten/src/ATen/native/quantized/cpu/qconv_prepack.cpp
aten/src/ATen/native/quantized/cpu/qconv_unpack_impl.cpp
aten/src/ATen/native/quantized/cpu/qdropout.cpp
aten/src/ATen/native/quantized/cpu/qelu.cpp
aten/src/ATen/native/quantized/cpu/qembeddingbag.cpp
aten/src/ATen/native/quantized/cpu/qembeddingbag.h
aten/src/ATen/native/quantized/cpu/qembeddingbag_prepack.cpp
aten/src/ATen/native/quantized/cpu/qembeddingbag_prepack.h
aten/src/ATen/native/quantized/cpu/qembeddingbag_unpack.cpp
aten/src/ATen/native/quantized/cpu/qgelu.cpp
aten/src/ATen/native/quantized/cpu/qhardsigmoid.cpp
aten/src/ATen/native/quantized/cpu/qhardswish.cpp
aten/src/ATen/native/quantized/cpu/qlinear.cpp
aten/src/ATen/native/quantized/cpu/qlinear.h
aten/src/ATen/native/quantized/cpu/qlinear_dynamic.cpp
aten/src/ATen/native/quantized/cpu/qlinear_prepack.cpp
aten/src/ATen/native/quantized/cpu/qmatmul.cpp
aten/src/ATen/native/quantized/cpu/qmul.cpp
aten/src/ATen/native/quantized/cpu/qnormalization.cpp
aten/src/ATen/native/quantized/cpu/qrelu.cpp
aten/src/ATen/native/quantized/cpu/qsigmoid.cpp
aten/src/ATen/native/quantized/cpu/qsoftmax.cpp
aten/src/ATen/native/quantized/cpu/qtanh.cpp
aten/src/ATen/native/quantized/cpu/qthreshold.cpp
aten/src/ATen/native/quantized/cpu/kernels/QuantizedOpKernels.cpp
aten/src/ATen/native/quantized/cpu/kernels/README.md
aten/src/ATen/native/quantized/cpu/qnnpack/BUCK.oss
aten/src/ATen/native/quantized/cpu/qnnpack/CMakeLists.txt
aten/src/ATen/native/quantized/cpu/qnnpack/CODE_OF_CONDUCT.md
aten/src/ATen/native/quantized/cpu/qnnpack/CONTRIBUTING.md
aten/src/ATen/native/quantized/cpu/qnnpack/LICENSE
aten/src/ATen/native/quantized/cpu/qnnpack/README.md
aten/src/ATen/native/quantized/cpu/qnnpack/buckbuild.bzl
aten/src/ATen/native/quantized/cpu/qnnpack/configure.py
aten/src/ATen/native/quantized/cpu/qnnpack/confu.yaml
aten/src/ATen/native/quantized/cpu/qnnpack/generate-wrapper.py
aten/src/ATen/native/quantized/cpu/qnnpack/bench/add.cc
aten/src/ATen/native/quantized/cpu/qnnpack/bench/average-pooling.cc
aten/src/ATen/native/quantized/cpu/qnnpack/bench/channel-shuffle.cc
aten/src/ATen/native/quantized/cpu/qnnpack/bench/convolution.cc
aten/src/ATen/native/quantized/cpu/qnnpack/bench/global-average-pooling.cc
aten/src/ATen/native/quantized/cpu/qnnpack/bench/hardsigmoid.cc
aten/src/ATen/native/quantized/cpu/qnnpack/bench/hardswish.cc
aten/src/ATen/native/quantized/cpu/qnnpack/bench/hgemm.cc
aten/src/ATen/native/quantized/cpu/qnnpack/bench/max-pooling.cc
aten/src/ATen/native/quantized/cpu/qnnpack/bench/q8gemm.cc
aten/src/ATen/native/quantized/cpu/qnnpack/bench/q8gemm_sparse.cc
aten/src/ATen/native/quantized/cpu/qnnpack/bench/requantization.cc
aten/src/ATen/native/quantized/cpu/qnnpack/bench/sgemm.cc
aten/src/ATen/native/quantized/cpu/qnnpack/bench/sigmoid.cc
aten/src/ATen/native/quantized/cpu/qnnpack/bench/softargmax.cc
aten/src/ATen/native/quantized/cpu/qnnpack/bench/tanh.cc
aten/src/ATen/native/quantized/cpu/qnnpack/cmake/DownloadCpuinfo.cmake
aten/src/ATen/native/quantized/cpu/qnnpack/cmake/DownloadFP16.cmake
aten/src/ATen/native/quantized/cpu/qnnpack/cmake/DownloadFXdiv.cmake
aten/src/ATen/native/quantized/cpu/qnnpack/cmake/DownloadGoogleBenchmark.cmake
aten/src/ATen/native/quantized/cpu/qnnpack/cmake/DownloadGoogleTest.cmake
aten/src/ATen/native/quantized/cpu/qnnpack/cmake/DownloadPSimd.cmake
aten/src/ATen/native/quantized/cpu/qnnpack/cmake/DownloadPThreadPool.cmake
aten/src/ATen/native/quantized/cpu/qnnpack/deps/clog/CMakeLists.txt
aten/src/ATen/native/quantized/cpu/qnnpack/deps/clog/LICENSE
aten/src/ATen/native/quantized/cpu/qnnpack/deps/clog/README.md
aten/src/ATen/native/quantized/cpu/qnnpack/deps/clog/configure.py
aten/src/ATen/native/quantized/cpu/qnnpack/deps/clog/confu.yaml
aten/src/ATen/native/quantized/cpu/qnnpack/deps/clog/cmake/DownloadGoogleTest.cmake
aten/src/ATen/native/quantized/cpu/qnnpack/deps/clog/include/clog.h
aten/src/ATen/native/quantized/cpu/qnnpack/deps/clog/src/clog.c
aten/src/ATen/native/quantized/cpu/qnnpack/deps/clog/test/clog.cc
aten/src/ATen/native/quantized/cpu/qnnpack/include/pack_block_sparse.h
aten/src/ATen/native/quantized/cpu/qnnpack/include/pytorch_qnnpack.h
aten/src/ATen/native/quantized/cpu/qnnpack/include/qnnpack_func.h
aten/src/ATen/native/quantized/cpu/qnnpack/scripts/build-android-arm64.sh
aten/src/ATen/native/quantized/cpu/qnnpack/scripts/build-android-armv7.sh
aten/src/ATen/native/quantized/cpu/qnnpack/scripts/build-android-x86.sh
aten/src/ATen/native/quantized/cpu/qnnpack/scripts/build-ios-arm64.sh
aten/src/ATen/native/quantized/cpu/qnnpack/scripts/build-ios-arm64e.sh
aten/src/ATen/native/quantized/cpu/qnnpack/scripts/build-ios-armv7.sh
aten/src/ATen/native/quantized/cpu/qnnpack/scripts/build-ios-armv7s.sh
aten/src/ATen/native/quantized/cpu/qnnpack/scripts/build-ios-i386.sh
aten/src/ATen/native/quantized/cpu/qnnpack/scripts/build-ios-x86_64.sh
aten/src/ATen/native/quantized/cpu/qnnpack/scripts/build-local.sh
aten/src/ATen/native/quantized/cpu/qnnpack/scripts/test-android-arm64.sh
aten/src/ATen/native/quantized/cpu/qnnpack/scripts/test-android-armv7.sh
aten/src/ATen/native/quantized/cpu/qnnpack/scripts/test-android-x86.sh
aten/src/ATen/native/quantized/cpu/qnnpack/src/add.c
aten/src/ATen/native/quantized/cpu/qnnpack/src/average-pooling.c
aten/src/ATen/native/quantized/cpu/qnnpack/src/channel-shuffle.c
aten/src/ATen/native/quantized/cpu/qnnpack/src/clamp.c
aten/src/ATen/native/quantized/cpu/qnnpack/src/conv-prepack.cc
aten/src/ATen/native/quantized/cpu/qnnpack/src/conv-run.cc
aten/src/ATen/native/quantized/cpu/qnnpack/src/convolution.c
aten/src/ATen/native/quantized/cpu/qnnpack/src/deconv-run.cc
aten/src/ATen/native/quantized/cpu/qnnpack/src/deconvolution.c
aten/src/ATen/native/quantized/cpu/qnnpack/src/fc-dynamic-run.cc
aten/src/ATen/native/quantized/cpu/qnnpack/src/fc-prepack.cc
aten/src/ATen/native/quantized/cpu/qnnpack/src/fc-run.cc
aten/src/ATen/native/quantized/cpu/qnnpack/src/fc-unpack.cc
aten/src/ATen/native/quantized/cpu/qnnpack/src/fully-connected-sparse.c
aten/src/ATen/native/quantized/cpu/qnnpack/src/fully-connected.c
aten/src/ATen/native/quantized/cpu/qnnpack/src/global-average-pooling.c
aten/src/ATen/native/quantized/cpu/qnnpack/src/hardsigmoid.c
aten/src/ATen/native/quantized/cpu/qnnpack/src/hardswish.c
aten/src/ATen/native/quantized/cpu/qnnpack/src/indirection.c
aten/src/ATen/native/quantized/cpu/qnnpack/src/init.c
aten/src/ATen/native/quantized/cpu/qnnpack/src/leaky-relu.c
aten/src/ATen/native/quantized/cpu/qnnpack/src/max-pooling.c
aten/src/ATen/native/quantized/cpu/qnnpack/src/operator-delete.c
aten/src/ATen/native/quantized/cpu/qnnpack/src/operator-run.c
aten/src/ATen/native/quantized/cpu/qnnpack/src/sigmoid.c
aten/src/ATen/native/quantized/cpu/qnnpack/src/softargmax.c
aten/src/ATen/native/quantized/cpu/qnnpack/src/tanh.c
aten/src/ATen/native/quantized/cpu/qnnpack/src/hgemm/8x8-aarch32-neonfp16arith.S
aten/src/ATen/native/quantized/cpu/qnnpack/src/hgemm/8x8-neonfp16arith.c
aten/src/ATen/native/quantized/cpu/qnnpack/src/q8avgpool/mp8x9p8q-neon.c
aten/src/ATen/native/quantized/cpu/qnnpack/src/q8avgpool/mp8x9p8q-sse2.c
aten/src/ATen/native/quantized/cpu/qnnpack/src/q8avgpool/up8x9-neon.c
aten/src/ATen/native/quantized/cpu/qnnpack/src/q8avgpool/up8x9-sse2.c
aten/src/ATen/native/quantized/cpu/qnnpack/src/q8avgpool/up8xm-neon.c
aten/src/ATen/native/quantized/cpu/qnnpack/src/q8avgpool/up8xm-sse2.c
aten/src/ATen/native/quantized/cpu/qnnpack/src/q8conv/4x4c2-sse2.c
aten/src/ATen/native/quantized/cpu/qnnpack/src/q8conv/4x8-aarch32-neon.S
aten/src/ATen/native/quantized/cpu/qnnpack/src/q8conv/4x8-neon.c
aten/src/ATen/native/quantized/cpu/qnnpack/src/q8conv/8x8-aarch64-neon.S
aten/src/ATen/native/quantized/cpu/qnnpack/src/q8conv/8x8-neon.c
aten/src/ATen/native/quantized/cpu/qnnpack/src/q8dwconv/mp8x25-neon-per-channel.c
aten/src/ATen/native/quantized/cpu/qnnpack/src/q8dwconv/mp8x25-neon.c
aten/src/ATen/native/quantized/cpu/qnnpack/src/q8dwconv/mp8x25-sse2-per-channel.c
aten/src/ATen/native/quantized/cpu/qnnpack/src/q8dwconv/mp8x25-sse2.c
aten/src/ATen/native/quantized/cpu/qnnpack/src/q8dwconv/mp8x27-neon.c
aten/src/ATen/native/quantized/cpu/qnnpack/src/q8dwconv/mp8x27-sse2.c
aten/src/ATen/native/quantized/cpu/qnnpack/src/q8dwconv/up8x9-aarch32-neon-per-channel.S
aten/src/ATen/native/quantized/cpu/qnnpack/src/q8dwconv/up8x9-aarch32-neon.S
aten/src/ATen/native/quantized/cpu/qnnpack/src/q8dwconv/up8x9-neon-per-channel.c
aten/src/ATen/native/quantized/cpu/qnnpack/src/q8dwconv/up8x9-neon.c
aten/src/ATen/native/quantized/cpu/qnnpack/src/q8dwconv/up8x9-sse2-per-channel.c
aten/src/ATen/native/quantized/cpu/qnnpack/src/q8dwconv/up8x9-sse2.c
aten/src/ATen/native/quantized/cpu/qnnpack/src/q8gavgpool/mp8x7p7q-neon.c
aten/src/ATen/native/quantized/cpu/qnnpack/src/q8gavgpool/mp8x7p7q-sse2.c
aten/src/ATen/native/quantized/cpu/qnnpack/src/q8gavgpool/up8x7-neon.c
aten/src/ATen/native/quantized/cpu/qnnpack/src/q8gavgpool/up8x7-sse2.c
aten/src/ATen/native/quantized/cpu/qnnpack/src/q8gavgpool/up8xm-neon.c
aten/src/ATen/native/quantized/cpu/qnnpack/src/q8gavgpool/up8xm-sse2.c
aten/src/ATen/native/quantized/cpu/qnnpack/src/q8gemm/2x4c8-sse2.c
aten/src/ATen/native/quantized/cpu/qnnpack/src/q8gemm/4x-sumrows-neon.c
aten/src/ATen/native/quantized/cpu/qnnpack/src/q8gemm/4x4c2-dq-sse2.c
aten/src/ATen/native/quantized/cpu/qnnpack/src/q8gemm/4x4c2-sse2.c
aten/src/ATen/native/quantized/cpu/qnnpack/src/q8gemm/4x8-aarch32-neon.S
aten/src/ATen/native/quantized/cpu/qnnpack/src/q8gemm/4x8-dq-aarch32-neon.S
aten/src/ATen/native/quantized/cpu/qnnpack/src/q8gemm/4x8-dq-neon.c
aten/src/ATen/native/quantized/cpu/qnnpack/src/q8gemm/4x8-neon.c
aten/src/ATen/native/quantized/cpu/qnnpack/src/q8gemm/4x8c2-xzp-aarch32-neon.S
aten/src/ATen/native/quantized/cpu/qnnpack/src/q8gemm/4x8c2-xzp-neon.c
aten/src/ATen/native/quantized/cpu/qnnpack/src/q8gemm/6x4-neon.c
aten/src/ATen/native/quantized/cpu/qnnpack/src/q8gemm/8x8-aarch64-neon.S
aten/src/ATen/native/quantized/cpu/qnnpack/src/q8gemm/8x8-dq-aarch64-neon.S
aten/src/ATen/native/quantized/cpu/qnnpack/src/q8gemm/8x8-neon.c
aten/src/ATen/native/quantized/cpu/qnnpack/src/q8gemm_sparse/4x4-packA-aarch32-neon.S
aten/src/ATen/native/quantized/cpu/qnnpack/src/q8gemm_sparse/4x8c1x4-dq-packedA-aarch32-neon.S
aten/src/ATen/native/quantized/cpu/qnnpack/src/q8gemm_sparse/4x8c8x1-dq-packedA-aarch32-neon.S
aten/src/ATen/native/quantized/cpu/qnnpack/src/q8gemm_sparse/8x4-packA-aarch32-neon.S
aten/src/ATen/native/quantized/cpu/qnnpack/src/q8gemm_sparse/8x4-packA-aarch64-neon.S
aten/src/ATen/native/quantized/cpu/qnnpack/src/q8gemm_sparse/8x4-packA-sse2.c
aten/src/ATen/native/quantized/cpu/qnnpack/src/q8gemm_sparse/8x4c1x4-dq-packedA-sse2.c
aten/src/ATen/native/quantized/cpu/qnnpack/src/q8gemm_sparse/8x4c1x4-dq-packedA-sse2.h
aten/src/ATen/native/quantized/cpu/qnnpack/src/q8gemm_sparse/8x4c1x4-packed-sse2.h
aten/src/ATen/native/quantized/cpu/qnnpack/src/q8gemm_sparse/8x8c1x4-dq-packedA-aarch64-neon.S
aten/src/ATen/native/quantized/cpu/qnnpack/src/q8gemm_sparse/8x8c8x1-dq-packedA-aarch64-neon.S
aten/src/ATen/native/quantized/cpu/qnnpack/src/q8vadd/neon.c
aten/src/ATen/native/quantized/cpu/qnnpack/src/q8vadd/sse2.c
aten/src/ATen/native/quantized/cpu/qnnpack/src/qnnpack/AlignedAllocator.h
aten/src/ATen/native/quantized/cpu/qnnpack/src/qnnpack/assembly.h
aten/src/ATen/native/quantized/cpu/qnnpack/src/qnnpack/common.h
aten/src/ATen/native/quantized/cpu/qnnpack/src/qnnpack/hgemm.h
aten/src/ATen/native/quantized/cpu/qnnpack/src/qnnpack/indirection.h
aten/src/ATen/native/quantized/cpu/qnnpack/src/qnnpack/isa-checks.h
aten/src/ATen/native/quantized/cpu/qnnpack/src/qnnpack/log.h
aten/src/ATen/native/quantized/cpu/qnnpack/src/qnnpack/math.h
aten/src/ATen/native/quantized/cpu/qnnpack/src/qnnpack/operator.h
aten/src/ATen/native/quantized/cpu/qnnpack/src/qnnpack/pack.h
aten/src/ATen/native/quantized/cpu/qnnpack/src/qnnpack/params.h
aten/src/ATen/native/quantized/cpu/qnnpack/src/qnnpack/q8avgpool.h
aten/src/ATen/native/quantized/cpu/qnnpack/src/qnnpack/q8conv.h
aten/src/ATen/native/quantized/cpu/qnnpack/src/qnnpack/q8dwconv.h
aten/src/ATen/native/quantized/cpu/qnnpack/src/qnnpack/q8gavgpool.h
aten/src/ATen/native/quantized/cpu/qnnpack/src/qnnpack/q8gemm.h
aten/src/ATen/native/quantized/cpu/qnnpack/src/qnnpack/q8gemm_sparse.h
aten/src/ATen/native/quantized/cpu/qnnpack/src/qnnpack/q8vadd.h
aten/src/ATen/native/quantized/cpu/qnnpack/src/qnnpack/requantization-stubs.h
aten/src/ATen/native/quantized/cpu/qnnpack/src/qnnpack/requantization.h
aten/src/ATen/native/quantized/cpu/qnnpack/src/qnnpack/scalar-utils.h
aten/src/ATen/native/quantized/cpu/qnnpack/src/qnnpack/sconv.h
aten/src/ATen/native/quantized/cpu/qnnpack/src/qnnpack/sdwconv.h
aten/src/ATen/native/quantized/cpu/qnnpack/src/qnnpack/sgemm.h
aten/src/ATen/native/quantized/cpu/qnnpack/src/qnnpack/u8clamp.h
aten/src/ATen/native/quantized/cpu/qnnpack/src/qnnpack/u8lut32norm.h
aten/src/ATen/native/quantized/cpu/qnnpack/src/qnnpack/u8maxpool.h
aten/src/ATen/native/quantized/cpu/qnnpack/src/qnnpack/u8rmax.h
aten/src/ATen/native/quantized/cpu/qnnpack/src/qnnpack/x8lut.h
aten/src/ATen/native/quantized/cpu/qnnpack/src/qnnpack/x8zip.h
aten/src/ATen/native/quantized/cpu/qnnpack/src/requantization/fp32-neon.c
aten/src/ATen/native/quantized/cpu/qnnpack/src/requantization/fp32-psimd.c
aten/src/ATen/native/quantized/cpu/qnnpack/src/requantization/fp32-scalar.c
aten/src/ATen/native/quantized/cpu/qnnpack/src/requantization/fp32-sse2.c
aten/src/ATen/native/quantized/cpu/qnnpack/src/requantization/gemmlowp-neon.c
aten/src/ATen/native/quantized/cpu/qnnpack/src/requantization/gemmlowp-scalar.c
aten/src/ATen/native/quantized/cpu/qnnpack/src/requantization/gemmlowp-scalar.h
aten/src/ATen/native/quantized/cpu/qnnpack/src/requantization/gemmlowp-sse.h
aten/src/ATen/native/quantized/cpu/qnnpack/src/requantization/gemmlowp-sse2.c
aten/src/ATen/native/quantized/cpu/qnnpack/src/requantization/gemmlowp-sse4.c
aten/src/ATen/native/quantized/cpu/qnnpack/src/requantization/gemmlowp-ssse3.c
aten/src/ATen/native/quantized/cpu/qnnpack/src/requantization/precise-neon.c
aten/src/ATen/native/quantized/cpu/qnnpack/src/requantization/precise-psimd.c
aten/src/ATen/native/quantized/cpu/qnnpack/src/requantization/precise-scalar.c
aten/src/ATen/native/quantized/cpu/qnnpack/src/requantization/precise-sse2.c
aten/src/ATen/native/quantized/cpu/qnnpack/src/requantization/precise-sse4.c
aten/src/ATen/native/quantized/cpu/qnnpack/src/requantization/precise-ssse3.c
aten/src/ATen/native/quantized/cpu/qnnpack/src/requantization/q31-neon.c
aten/src/ATen/native/quantized/cpu/qnnpack/src/requantization/q31-scalar.c
aten/src/ATen/native/quantized/cpu/qnnpack/src/requantization/q31-sse2.c
aten/src/ATen/native/quantized/cpu/qnnpack/src/requantization/q31-sse4.c
aten/src/ATen/native/quantized/cpu/qnnpack/src/requantization/q31-ssse3.c
aten/src/ATen/native/quantized/cpu/qnnpack/src/requantization/runtime-assembly.h
aten/src/ATen/native/quantized/cpu/qnnpack/src/requantization/runtime-neon.h
aten/src/ATen/native/quantized/cpu/qnnpack/src/requantization/runtime-sse2.h
aten/src/ATen/native/quantized/cpu/qnnpack/src/sconv/6x8-psimd.c
aten/src/ATen/native/quantized/cpu/qnnpack/src/sdwconv/up4x9-psimd.c
aten/src/ATen/native/quantized/cpu/qnnpack/src/sgemm/5x8-neon.c
aten/src/ATen/native/quantized/cpu/qnnpack/src/sgemm/6x8-neon.c
aten/src/ATen/native/quantized/cpu/qnnpack/src/sgemm/6x8-psimd.c
aten/src/ATen/native/quantized/cpu/qnnpack/src/u8clamp/neon.c
aten/src/ATen/native/quantized/cpu/qnnpack/src/u8clamp/sse2.c
aten/src/ATen/native/quantized/cpu/qnnpack/src/u8lut32norm/scalar.c
aten/src/ATen/native/quantized/cpu/qnnpack/src/u8maxpool/16x9p8q-neon.c
aten/src/ATen/native/quantized/cpu/qnnpack/src/u8maxpool/16x9p8q-sse2.c
aten/src/ATen/native/quantized/cpu/qnnpack/src/u8maxpool/sub16-neon.c
aten/src/ATen/native/quantized/cpu/qnnpack/src/u8maxpool/sub16-sse2.c
aten/src/ATen/native/quantized/cpu/qnnpack/src/u8rmax/neon.c
aten/src/ATen/native/quantized/cpu/qnnpack/src/u8rmax/sse2.c
aten/src/ATen/native/quantized/cpu/qnnpack/src/x8lut/scalar.c
aten/src/ATen/native/quantized/cpu/qnnpack/src/x8zip/x2-neon.c
aten/src/ATen/native/quantized/cpu/qnnpack/src/x8zip/x2-sse2.c
aten/src/ATen/native/quantized/cpu/qnnpack/src/x8zip/x3-neon.c
aten/src/ATen/native/quantized/cpu/qnnpack/src/x8zip/x3-sse2.c
aten/src/ATen/native/quantized/cpu/qnnpack/src/x8zip/x4-neon.c
aten/src/ATen/native/quantized/cpu/qnnpack/src/x8zip/x4-sse2.c
aten/src/ATen/native/quantized/cpu/qnnpack/src/x8zip/xm-neon.c
aten/src/ATen/native/quantized/cpu/qnnpack/src/x8zip/xm-sse2.c
aten/src/ATen/native/quantized/cpu/qnnpack/test/add-operator-tester.h
aten/src/ATen/native/quantized/cpu/qnnpack/test/add.cc
aten/src/ATen/native/quantized/cpu/qnnpack/test/average-pooling-operator-tester.h
aten/src/ATen/native/quantized/cpu/qnnpack/test/average-pooling.cc
aten/src/ATen/native/quantized/cpu/qnnpack/test/avgpool-microkernel-tester.h
aten/src/ATen/native/quantized/cpu/qnnpack/test/channel-shuffle-operator-tester.h
aten/src/ATen/native/quantized/cpu/qnnpack/test/channel-shuffle.cc
aten/src/ATen/native/quantized/cpu/qnnpack/test/clamp-microkernel-tester.h
aten/src/ATen/native/quantized/cpu/qnnpack/test/clamp-operator-tester.h
aten/src/ATen/native/quantized/cpu/qnnpack/test/clamp.cc
aten/src/ATen/native/quantized/cpu/qnnpack/test/convolution-operator-tester.h
aten/src/ATen/native/quantized/cpu/qnnpack/test/convolution.cc
aten/src/ATen/native/quantized/cpu/qnnpack/test/deconvolution-operator-tester.h
aten/src/ATen/native/quantized/cpu/qnnpack/test/deconvolution.cc
aten/src/ATen/native/quantized/cpu/qnnpack/test/dwconv-microkernel-tester.h
aten/src/ATen/native/quantized/cpu/qnnpack/test/fully-connected-operator-tester.h
aten/src/ATen/native/quantized/cpu/qnnpack/test/fully-connected-sparse-operator-tester.h
aten/src/ATen/native/quantized/cpu/qnnpack/test/fully-connected-sparse.cc
aten/src/ATen/native/quantized/cpu/qnnpack/test/fully-connected.cc
aten/src/ATen/native/quantized/cpu/qnnpack/test/gavgpool-microkernel-tester.h
aten/src/ATen/native/quantized/cpu/qnnpack/test/gemm-block-sparse-microkernel-tester.h
aten/src/ATen/native/quantized/cpu/qnnpack/test/gemm-microkernel-tester.h
aten/src/ATen/native/quantized/cpu/qnnpack/test/global-average-pooling-operator-tester.h
aten/src/ATen/native/quantized/cpu/qnnpack/test/global-average-pooling.cc
aten/src/ATen/native/quantized/cpu/qnnpack/test/hardsigmoid-operator-tester.h
aten/src/ATen/native/quantized/cpu/qnnpack/test/hardsigmoid.cc
aten/src/ATen/native/quantized/cpu/qnnpack/test/hardswish-operator-tester.h
aten/src/ATen/native/quantized/cpu/qnnpack/test/hardswish.cc
aten/src/ATen/native/quantized/cpu/qnnpack/test/hgemm.cc
aten/src/ATen/native/quantized/cpu/qnnpack/test/leaky-relu-operator-tester.h
aten/src/ATen/native/quantized/cpu/qnnpack/test/leaky-relu.cc
aten/src/ATen/native/quantized/cpu/qnnpack/test/lut-microkernel-tester.h
aten/src/ATen/native/quantized/cpu/qnnpack/test/lut-norm-microkernel-tester.h
aten/src/ATen/native/quantized/cpu/qnnpack/test/max-pooling-operator-tester.h
aten/src/ATen/native/quantized/cpu/qnnpack/test/max-pooling.cc
aten/src/ATen/native/quantized/cpu/qnnpack/test/maxpool-microkernel-tester.h
aten/src/ATen/native/quantized/cpu/qnnpack/test/q8avgpool.cc
aten/src/ATen/native/quantized/cpu/qnnpack/test/q8conv.cc
aten/src/ATen/native/quantized/cpu/qnnpack/test/q8dwconv.cc
aten/src/ATen/native/quantized/cpu/qnnpack/test/q8gavgpool.cc
aten/src/ATen/native/quantized/cpu/qnnpack/test/q8gemm.cc
aten/src/ATen/native/quantized/cpu/qnnpack/test/q8gemm_sparse.cc
aten/src/ATen/native/quantized/cpu/qnnpack/test/q8vadd.cc
aten/src/ATen/native/quantized/cpu/qnnpack/test/requantization-tester.h
aten/src/ATen/native/quantized/cpu/qnnpack/test/requantization.cc
aten/src/ATen/native/quantized/cpu/qnnpack/test/rmax-microkernel-tester.h
aten/src/ATen/native/quantized/cpu/qnnpack/test/sconv.cc
aten/src/ATen/native/quantized/cpu/qnnpack/test/sgemm.cc
aten/src/ATen/native/quantized/cpu/qnnpack/test/sigmoid-operator-tester.h
aten/src/ATen/native/quantized/cpu/qnnpack/test/sigmoid.cc
aten/src/ATen/native/quantized/cpu/qnnpack/test/softargmax-operator-tester.h
aten/src/ATen/native/quantized/cpu/qnnpack/test/softargmax.cc
aten/src/ATen/native/quantized/cpu/qnnpack/test/tanh-operator-tester.h
aten/src/ATen/native/quantized/cpu/qnnpack/test/tanh.cc
aten/src/ATen/native/quantized/cpu/qnnpack/test/test_utils.h
aten/src/ATen/native/quantized/cpu/qnnpack/test/u8clamp.cc
aten/src/ATen/native/quantized/cpu/qnnpack/test/u8lut32norm.cc
aten/src/ATen/native/quantized/cpu/qnnpack/test/u8maxpool.cc
aten/src/ATen/native/quantized/cpu/qnnpack/test/u8rmax.cc
aten/src/ATen/native/quantized/cpu/qnnpack/test/vadd-microkernel-tester.h
aten/src/ATen/native/quantized/cpu/qnnpack/test/x8lut.cc
aten/src/ATen/native/quantized/cpu/qnnpack/test/x8zip.cc
aten/src/ATen/native/quantized/cpu/qnnpack/test/zip-microkernel-tester.h
aten/src/ATen/native/quantized/cpu/qnnpack/wrappers/hgemm/8x8-aarch32-neonfp16arith.S
aten/src/ATen/native/quantized/cpu/qnnpack/wrappers/q8avgpool/mp8x9p8q-neon.c
aten/src/ATen/native/quantized/cpu/qnnpack/wrappers/q8avgpool/mp8x9p8q-sse2.c
aten/src/ATen/native/quantized/cpu/qnnpack/wrappers/q8avgpool/up8x9-neon.c
aten/src/ATen/native/quantized/cpu/qnnpack/wrappers/q8avgpool/up8x9-sse2.c
aten/src/ATen/native/quantized/cpu/qnnpack/wrappers/q8avgpool/up8xm-neon.c
aten/src/ATen/native/quantized/cpu/qnnpack/wrappers/q8avgpool/up8xm-sse2.c
aten/src/ATen/native/quantized/cpu/qnnpack/wrappers/q8conv/4x4c2-sse2.c
aten/src/ATen/native/quantized/cpu/qnnpack/wrappers/q8conv/4x8-aarch32-neon.S
aten/src/ATen/native/quantized/cpu/qnnpack/wrappers/q8conv/4x8-neon.c
aten/src/ATen/native/quantized/cpu/qnnpack/wrappers/q8conv/8x8-aarch64-neon.S
aten/src/ATen/native/quantized/cpu/qnnpack/wrappers/q8conv/8x8-neon.c
aten/src/ATen/native/quantized/cpu/qnnpack/wrappers/q8dwconv/mp8x25-neon-per-channel.c
aten/src/ATen/native/quantized/cpu/qnnpack/wrappers/q8dwconv/mp8x25-neon.c
aten/src/ATen/native/quantized/cpu/qnnpack/wrappers/q8dwconv/mp8x25-sse2-per-channel.c
aten/src/ATen/native/quantized/cpu/qnnpack/wrappers/q8dwconv/mp8x25-sse2.c
aten/src/ATen/native/quantized/cpu/qnnpack/wrappers/q8dwconv/mp8x27-neon.c
aten/src/ATen/native/quantized/cpu/qnnpack/wrappers/q8dwconv/mp8x27-sse2.c
aten/src/ATen/native/quantized/cpu/qnnpack/wrappers/q8dwconv/up8x9-aarch32-neon-per-channel.S
aten/src/ATen/native/quantized/cpu/qnnpack/wrappers/q8dwconv/up8x9-aarch32-neon.S
aten/src/ATen/native/quantized/cpu/qnnpack/wrappers/q8dwconv/up8x9-neon-per-channel.c
aten/src/ATen/native/quantized/cpu/qnnpack/wrappers/q8dwconv/up8x9-neon.c
aten/src/ATen/native/quantized/cpu/qnnpack/wrappers/q8dwconv/up8x9-sse2-per-channel.c
aten/src/ATen/native/quantized/cpu/qnnpack/wrappers/q8dwconv/up8x9-sse2.c
aten/src/ATen/native/quantized/cpu/qnnpack/wrappers/q8gavgpool/mp8x7p7q-neon.c
aten/src/ATen/native/quantized/cpu/qnnpack/wrappers/q8gavgpool/mp8x7p7q-sse2.c
aten/src/ATen/native/quantized/cpu/qnnpack/wrappers/q8gavgpool/up8x7-neon.c
aten/src/ATen/native/quantized/cpu/qnnpack/wrappers/q8gavgpool/up8x7-sse2.c
aten/src/ATen/native/quantized/cpu/qnnpack/wrappers/q8gavgpool/up8xm-neon.c
aten/src/ATen/native/quantized/cpu/qnnpack/wrappers/q8gavgpool/up8xm-sse2.c
aten/src/ATen/native/quantized/cpu/qnnpack/wrappers/q8gemm/2x4c8-sse2.c
aten/src/ATen/native/quantized/cpu/qnnpack/wrappers/q8gemm/4x-sumrows-neon.c
aten/src/ATen/native/quantized/cpu/qnnpack/wrappers/q8gemm/4x4c2-dq-sse2.c
aten/src/ATen/native/quantized/cpu/qnnpack/wrappers/q8gemm/4x4c2-sse2.c
aten/src/ATen/native/quantized/cpu/qnnpack/wrappers/q8gemm/4x8-aarch32-neon.S
aten/src/ATen/native/quantized/cpu/qnnpack/wrappers/q8gemm/4x8-dq-aarch32-neon.S
aten/src/ATen/native/quantized/cpu/qnnpack/wrappers/q8gemm/4x8-dq-neon.c
aten/src/ATen/native/quantized/cpu/qnnpack/wrappers/q8gemm/4x8-neon.c
aten/src/ATen/native/quantized/cpu/qnnpack/wrappers/q8gemm/4x8c2-xzp-aarch32-neon.S
aten/src/ATen/native/quantized/cpu/qnnpack/wrappers/q8gemm/4x8c2-xzp-neon.c
aten/src/ATen/native/quantized/cpu/qnnpack/wrappers/q8gemm/6x4-neon.c
aten/src/ATen/native/quantized/cpu/qnnpack/wrappers/q8gemm/8x8-aarch64-neon.S
aten/src/ATen/native/quantized/cpu/qnnpack/wrappers/q8gemm/8x8-dq-aarch64-neon.S
aten/src/ATen/native/quantized/cpu/qnnpack/wrappers/q8gemm/8x8-neon.c
aten/src/ATen/native/quantized/cpu/qnnpack/wrappers/q8gemm_sparse/4x4-packA-aarch32-neon.S
aten/src/ATen/native/quantized/cpu/qnnpack/wrappers/q8gemm_sparse/4x8c1x4-dq-packedA-aarch32-neon.S
aten/src/ATen/native/quantized/cpu/qnnpack/wrappers/q8gemm_sparse/4x8c8x1-dq-packedA-aarch32-neon.S
aten/src/ATen/native/quantized/cpu/qnnpack/wrappers/q8gemm_sparse/8x4-packA-aarch32-neon.S
aten/src/ATen/native/quantized/cpu/qnnpack/wrappers/q8gemm_sparse/8x4-packA-aarch64-neon.S
aten/src/ATen/native/quantized/cpu/qnnpack/wrappers/q8gemm_sparse/8x4c1x4-packed-sse2.c
aten/src/ATen/native/quantized/cpu/qnnpack/wrappers/q8gemm_sparse/8x8c1x4-dq-packedA-aarch64-neon.S
aten/src/ATen/native/quantized/cpu/qnnpack/wrappers/q8gemm_sparse/8x8c8x1-dq-packedA-aarch64-neon.S
aten/src/ATen/native/quantized/cpu/qnnpack/wrappers/q8vadd/neon.c
aten/src/ATen/native/quantized/cpu/qnnpack/wrappers/q8vadd/sse2.c
aten/src/ATen/native/quantized/cpu/qnnpack/wrappers/requantization/fp32-neon.c
aten/src/ATen/native/quantized/cpu/qnnpack/wrappers/requantization/fp32-psimd.c
aten/src/ATen/native/quantized/cpu/qnnpack/wrappers/requantization/fp32-scalar.c
aten/src/ATen/native/quantized/cpu/qnnpack/wrappers/requantization/fp32-sse2.c
aten/src/ATen/native/quantized/cpu/qnnpack/wrappers/requantization/gemmlowp-neon.c
aten/src/ATen/native/quantized/cpu/qnnpack/wrappers/requantization/gemmlowp-scalar.c
aten/src/ATen/native/quantized/cpu/qnnpack/wrappers/requantization/gemmlowp-sse2.c
aten/src/ATen/native/quantized/cpu/qnnpack/wrappers/requantization/gemmlowp-sse4.c
aten/src/ATen/native/quantized/cpu/qnnpack/wrappers/requantization/gemmlowp-ssse3.c
aten/src/ATen/native/quantized/cpu/qnnpack/wrappers/requantization/precise-neon.c
aten/src/ATen/native/quantized/cpu/qnnpack/wrappers/requantization/precise-psimd.c
aten/src/ATen/native/quantized/cpu/qnnpack/wrappers/requantization/precise-scalar.c
aten/src/ATen/native/quantized/cpu/qnnpack/wrappers/requantization/precise-sse2.c
aten/src/ATen/native/quantized/cpu/qnnpack/wrappers/requantization/precise-sse4.c
aten/src/ATen/native/quantized/cpu/qnnpack/wrappers/requantization/precise-ssse3.c
aten/src/ATen/native/quantized/cpu/qnnpack/wrappers/requantization/q31-neon.c
aten/src/ATen/native/quantized/cpu/qnnpack/wrappers/requantization/q31-scalar.c
aten/src/ATen/native/quantized/cpu/qnnpack/wrappers/requantization/q31-sse2.c
aten/src/ATen/native/quantized/cpu/qnnpack/wrappers/requantization/q31-sse4.c
aten/src/ATen/native/quantized/cpu/qnnpack/wrappers/requantization/q31-ssse3.c
aten/src/ATen/native/quantized/cpu/qnnpack/wrappers/sgemm/5x8-neon.c
aten/src/ATen/native/quantized/cpu/qnnpack/wrappers/sgemm/6x8-neon.c
aten/src/ATen/native/quantized/cpu/qnnpack/wrappers/sgemm/6x8-psimd.c
aten/src/ATen/native/quantized/cpu/qnnpack/wrappers/u8clamp/neon.c
aten/src/ATen/native/quantized/cpu/qnnpack/wrappers/u8clamp/sse2.c
aten/src/ATen/native/quantized/cpu/qnnpack/wrappers/u8lut32norm/scalar.c
aten/src/ATen/native/quantized/cpu/qnnpack/wrappers/u8maxpool/16x9p8q-neon.c
aten/src/ATen/native/quantized/cpu/qnnpack/wrappers/u8maxpool/16x9p8q-sse2.c
aten/src/ATen/native/quantized/cpu/qnnpack/wrappers/u8maxpool/sub16-neon.c
aten/src/ATen/native/quantized/cpu/qnnpack/wrappers/u8maxpool/sub16-sse2.c
aten/src/ATen/native/quantized/cpu/qnnpack/wrappers/u8rmax/neon.c
aten/src/ATen/native/quantized/cpu/qnnpack/wrappers/u8rmax/sse2.c
aten/src/ATen/native/quantized/cpu/qnnpack/wrappers/x8lut/scalar.c
aten/src/ATen/native/quantized/cpu/qnnpack/wrappers/x8zip/x2-neon.c
aten/src/ATen/native/quantized/cpu/qnnpack/wrappers/x8zip/x2-sse2.c
aten/src/ATen/native/quantized/cpu/qnnpack/wrappers/x8zip/x3-neon.c
aten/src/ATen/native/quantized/cpu/qnnpack/wrappers/x8zip/x3-sse2.c
aten/src/ATen/native/quantized/cpu/qnnpack/wrappers/x8zip/x4-neon.c
aten/src/ATen/native/quantized/cpu/qnnpack/wrappers/x8zip/x4-sse2.c
aten/src/ATen/native/quantized/cpu/qnnpack/wrappers/x8zip/xm-neon.c
aten/src/ATen/native/quantized/cpu/qnnpack/wrappers/x8zip/xm-sse2.c
aten/src/ATen/native/quantized/cuda/Activation.cpp
aten/src/ATen/native/quantized/cuda/Activation.cu
aten/src/ATen/native/quantized/cuda/AffineQuantizer.cu
aten/src/ATen/native/quantized/cuda/EmbeddingBag.cu
aten/src/ATen/native/quantized/cuda/FakeQuantizeCore.cu
aten/src/ATen/native/quantized/cuda/FusedObsFakeQuant.cu
aten/src/ATen/native/quantized/cuda/IntReprQuant.cu
aten/src/ATen/native/quantized/cuda/MakePerTensorQuantizedTensor.cu
aten/src/ATen/native/quantized/cudnn/BinaryOps.cpp
aten/src/ATen/native/quantized/cudnn/Conv.cpp
aten/src/ATen/native/quantized/cudnn/ConvPrepack.cpp
aten/src/ATen/native/quantized/cudnn/ConvUnpackImpl.cpp
aten/src/ATen/native/quantized/cudnn/Linear.cpp
aten/src/ATen/native/quantized/cudnn/LinearPrepack.cpp
aten/src/ATen/native/quantized/cudnn/LinearUnpackImpl.cpp
aten/src/ATen/native/quantized/cudnn/Pooling.cpp
aten/src/ATen/native/quantized/cudnn/utils.h
aten/src/ATen/native/sparse/FlattenIndicesCommon.h
aten/src/ATen/native/sparse/FlattenIndicesKernel.cpp
aten/src/ATen/native/sparse/Macros.h
aten/src/ATen/native/sparse/ParamUtils.cpp
aten/src/ATen/native/sparse/ParamUtils.h
aten/src/ATen/native/sparse/SoftMax.cpp
aten/src/ATen/native/sparse/SparseBinaryOpIntersectionCommon.h
aten/src/ATen/native/sparse/SparseBinaryOpIntersectionKernel.cpp
aten/src/ATen/native/sparse/SparseBlas.cpp
aten/src/ATen/native/sparse/SparseBlas.h
aten/src/ATen/native/sparse/SparseBlasImpl.cpp
aten/src/ATen/native/sparse/SparseBlasImpl.h
aten/src/ATen/native/sparse/SparseCsrTensor.cpp
aten/src/ATen/native/sparse/SparseCsrTensorMath.cpp
aten/src/ATen/native/sparse/SparseCsrTensorMath.h
aten/src/ATen/native/sparse/SparseFactories.cpp
aten/src/ATen/native/sparse/SparseFactories.h
aten/src/ATen/native/sparse/SparseMatMul.cpp
aten/src/ATen/native/sparse/SparseStubs.h
aten/src/ATen/native/sparse/SparseTensor.cpp
aten/src/ATen/native/sparse/SparseTensorMath.cpp
aten/src/ATen/native/sparse/SparseTensorMath.h
aten/src/ATen/native/sparse/SparseUnaryOps.cpp
aten/src/ATen/native/sparse/ValidateCompressedIndicesCommon.h
aten/src/ATen/native/sparse/ValidateCompressedIndicesKernel.cpp
aten/src/ATen/native/sparse/cuda/ComputeSparseTile.h
aten/src/ATen/native/sparse/cuda/SoftMax.cu
aten/src/ATen/native/sparse/cuda/SparseBlas.cpp
aten/src/ATen/native/sparse/cuda/SparseBlasImpl.cpp
aten/src/ATen/native/sparse/cuda/SparseBlasImpl.h
aten/src/ATen/native/sparse/cuda/SparseBlasLegacy.cpp
aten/src/ATen/native/sparse/cuda/SparseBlasLegacy.h
aten/src/ATen/native/sparse/cuda/SparseCUDAApplyUtils.cuh
aten/src/ATen/native/sparse/cuda/SparseCUDABlas.cpp
aten/src/ATen/native/sparse/cuda/SparseCUDABlas.h
aten/src/ATen/native/sparse/cuda/SparseCUDATensor.cu
aten/src/ATen/native/sparse/cuda/SparseCUDATensorMath.cu
aten/src/ATen/native/sparse/cuda/SparseCUDATensorMath.cuh
aten/src/ATen/native/sparse/cuda/SparseCsrTensorMath.cu
aten/src/ATen/native/sparse/cuda/SparseMatMul.cu
aten/src/ATen/native/sparse/cuda/SparseSemiStructuredApply.cu
aten/src/ATen/native/sparse/cuda/SparseSemiStructuredApplyDense.cu
aten/src/ATen/native/sparse/cuda/SparseSemiStructuredLinear.cu
aten/src/ATen/native/sparse/cuda/SparseSemiStructuredOps.cu
aten/src/ATen/native/sparse/cuda/SparseSemiStructuredPack.h
aten/src/ATen/native/sparse/cuda/SparseSemiStructuredTile.cu
aten/src/ATen/native/sparse/cuda/StaticSort.h
aten/src/ATen/native/sparse/cuda/cuSPARSELtOps.cpp
aten/src/ATen/native/sparse/cuda/cuSPARSELtOps.h
aten/src/ATen/native/sparse/eigen/SparseBlasImpl.cpp
aten/src/ATen/native/sparse/eigen/SparseBlasImpl.h
aten/src/ATen/native/sparse/mps/FlattenIndices.mm
aten/src/ATen/native/sparse/mps/SparseMPSTensor.mm
aten/src/ATen/native/sparse/mps/SparseMPSTensorMath.mm
aten/src/ATen/native/sparse/mps/kernels/Coalesce.metal
aten/src/ATen/native/sparse/mps/kernels/FlattenIndices.metal
aten/src/ATen/native/sparse/mps/kernels/SparseTensorMath.metal
aten/src/ATen/native/transformers/attention.cpp
aten/src/ATen/native/transformers/attention.h
aten/src/ATen/native/transformers/sdp_utils.h
aten/src/ATen/native/transformers/sdp_utils_cpp.cpp
aten/src/ATen/native/transformers/sdp_utils_cpp.h
aten/src/ATen/native/transformers/transformer.cpp
aten/src/ATen/native/transformers/cuda/attention.cu
aten/src/ATen/native/transformers/cuda/attention_backward.cu
aten/src/ATen/native/transformers/cuda/sdp_utils.cpp
aten/src/ATen/native/transformers/cuda/sdp_utils.h
aten/src/ATen/native/transformers/cuda/flash_attn/flash_api.cpp
aten/src/ATen/native/transformers/cuda/flash_attn/flash_api.h
aten/src/ATen/native/transformers/cuda/flash_attn/philox.cuh
aten/src/ATen/native/transformers/cuda/flash_attn/static_switch.h
aten/src/ATen/native/transformers/cuda/mem_eff_attention/debug_utils.h
aten/src/ATen/native/transformers/cuda/mem_eff_attention/gemm_kernel_utils.h
aten/src/ATen/native/transformers/cuda/mem_eff_attention/kernel_backward.h
aten/src/ATen/native/transformers/cuda/mem_eff_attention/kernel_forward.h
aten/src/ATen/native/transformers/cuda/mem_eff_attention/pytorch_utils.h
aten/src/ATen/native/transformers/cuda/mem_eff_attention/epilogue/epilogue_pipelined.h
aten/src/ATen/native/transformers/cuda/mem_eff_attention/epilogue/epilogue_rescale_output.h
aten/src/ATen/native/transformers/cuda/mem_eff_attention/epilogue/epilogue_thread_apply_logsumexp.h
aten/src/ATen/native/transformers/cuda/mem_eff_attention/gemm/custom_mma.h
aten/src/ATen/native/transformers/cuda/mem_eff_attention/gemm/custom_mma_base.h
aten/src/ATen/native/transformers/cuda/mem_eff_attention/gemm/custom_mma_multistage.h
aten/src/ATen/native/transformers/cuda/mem_eff_attention/gemm/custom_mma_pipelined.h
aten/src/ATen/native/transformers/cuda/mem_eff_attention/gemm/find_default_mma.h
aten/src/ATen/native/transformers/cuda/mem_eff_attention/gemm/mma_accum_lambda_iterator.h
aten/src/ATen/native/transformers/cuda/mem_eff_attention/gemm/mma_from_smem.h
aten/src/ATen/native/transformers/cuda/mem_eff_attention/iterators/default_warp_iterator_from_smem.h
aten/src/ATen/native/transformers/cuda/mem_eff_attention/iterators/epilogue_predicated_tile_iterator.h
aten/src/ATen/native/transformers/cuda/mem_eff_attention/iterators/make_residual_last.h
aten/src/ATen/native/transformers/cuda/mem_eff_attention/iterators/predicated_tile_access_iterator_residual_last.h
aten/src/ATen/native/transformers/cuda/mem_eff_attention/iterators/predicated_tile_iterator_residual_last.h
aten/src/ATen/native/transformers/cuda/mem_eff_attention/iterators/transpose_warp_iterator.h
aten/src/ATen/native/transformers/cuda/mem_eff_attention/iterators/warp_iterator_from_smem.h
aten/src/ATen/native/transformers/cuda/mem_eff_attention/kernels/cutlassB.h
aten/src/ATen/native/transformers/cuda/mem_eff_attention/kernels/cutlassB_bf16_aligned_k128.cu
aten/src/ATen/native/transformers/cuda/mem_eff_attention/kernels/cutlassB_bf16_aligned_k128_dropout.cu
aten/src/ATen/native/transformers/cuda/mem_eff_attention/kernels/cutlassB_bf16_aligned_k32.cu
aten/src/ATen/native/transformers/cuda/mem_eff_attention/kernels/cutlassB_bf16_aligned_k32_dropout.cu
aten/src/ATen/native/transformers/cuda/mem_eff_attention/kernels/cutlassB_bf16_aligned_k64.cu
aten/src/ATen/native/transformers/cuda/mem_eff_attention/kernels/cutlassB_bf16_aligned_k64_dropout.cu
aten/src/ATen/native/transformers/cuda/mem_eff_attention/kernels/cutlassB_bf16_aligned_k65536.cu
aten/src/ATen/native/transformers/cuda/mem_eff_attention/kernels/cutlassB_bf16_aligned_k65536_dropout.cu
aten/src/ATen/native/transformers/cuda/mem_eff_attention/kernels/cutlassB_bf16_aligned_k96.cu
aten/src/ATen/native/transformers/cuda/mem_eff_attention/kernels/cutlassB_f16_aligned_k128.cu
aten/src/ATen/native/transformers/cuda/mem_eff_attention/kernels/cutlassB_f16_aligned_k128_dropout.cu
aten/src/ATen/native/transformers/cuda/mem_eff_attention/kernels/cutlassB_f16_aligned_k32.cu
aten/src/ATen/native/transformers/cuda/mem_eff_attention/kernels/cutlassB_f16_aligned_k32_dropout.cu
aten/src/ATen/native/transformers/cuda/mem_eff_attention/kernels/cutlassB_f16_aligned_k64.cu
aten/src/ATen/native/transformers/cuda/mem_eff_attention/kernels/cutlassB_f16_aligned_k64_dropout.cu
aten/src/ATen/native/transformers/cuda/mem_eff_attention/kernels/cutlassB_f16_aligned_k65536.cu
aten/src/ATen/native/transformers/cuda/mem_eff_attention/kernels/cutlassB_f16_aligned_k65536_dropout.cu
aten/src/ATen/native/transformers/cuda/mem_eff_attention/kernels/cutlassB_f16_aligned_k96.cu
aten/src/ATen/native/transformers/cuda/mem_eff_attention/kernels/cutlassB_f16_notaligned_k128.cu
aten/src/ATen/native/transformers/cuda/mem_eff_attention/kernels/cutlassB_f16_notaligned_k128_dropout.cu
aten/src/ATen/native/transformers/cuda/mem_eff_attention/kernels/cutlassB_f16_notaligned_k32.cu
aten/src/ATen/native/transformers/cuda/mem_eff_attention/kernels/cutlassB_f16_notaligned_k32_dropout.cu
aten/src/ATen/native/transformers/cuda/mem_eff_attention/kernels/cutlassB_f16_notaligned_k64.cu
aten/src/ATen/native/transformers/cuda/mem_eff_attention/kernels/cutlassB_f16_notaligned_k64_dropout.cu
aten/src/ATen/native/transformers/cuda/mem_eff_attention/kernels/cutlassB_f16_notaligned_k65536.cu
aten/src/ATen/native/transformers/cuda/mem_eff_attention/kernels/cutlassB_f16_notaligned_k65536_dropout.cu
aten/src/ATen/native/transformers/cuda/mem_eff_attention/kernels/cutlassB_f32_aligned_k128.cu
aten/src/ATen/native/transformers/cuda/mem_eff_attention/kernels/cutlassB_f32_aligned_k128_dropout.cu
aten/src/ATen/native/transformers/cuda/mem_eff_attention/kernels/cutlassB_f32_aligned_k32.cu
aten/src/ATen/native/transformers/cuda/mem_eff_attention/kernels/cutlassB_f32_aligned_k32_dropout.cu
aten/src/ATen/native/transformers/cuda/mem_eff_attention/kernels/cutlassB_f32_aligned_k64.cu
aten/src/ATen/native/transformers/cuda/mem_eff_attention/kernels/cutlassB_f32_aligned_k64_dropout.cu
aten/src/ATen/native/transformers/cuda/mem_eff_attention/kernels/cutlassB_f32_aligned_k65536.cu
aten/src/ATen/native/transformers/cuda/mem_eff_attention/kernels/cutlassB_f32_aligned_k65536_dropout.cu
aten/src/ATen/native/transformers/cuda/mem_eff_attention/kernels/cutlassB_f32_notaligned_k128.cu
aten/src/ATen/native/transformers/cuda/mem_eff_attention/kernels/cutlassB_f32_notaligned_k128_dropout.cu
aten/src/ATen/native/transformers/cuda/mem_eff_attention/kernels/cutlassB_f32_notaligned_k32.cu
aten/src/ATen/native/transformers/cuda/mem_eff_attention/kernels/cutlassB_f32_notaligned_k32_dropout.cu
aten/src/ATen/native/transformers/cuda/mem_eff_attention/kernels/cutlassB_f32_notaligned_k64.cu
aten/src/ATen/native/transformers/cuda/mem_eff_attention/kernels/cutlassB_f32_notaligned_k64_dropout.cu
aten/src/ATen/native/transformers/cuda/mem_eff_attention/kernels/cutlassB_f32_notaligned_k65536.cu
aten/src/ATen/native/transformers/cuda/mem_eff_attention/kernels/cutlassB_f32_notaligned_k65536_dropout.cu
aten/src/ATen/native/transformers/cuda/mem_eff_attention/kernels/cutlassF.h
aten/src/ATen/native/transformers/cuda/mem_eff_attention/kernels/cutlassF_bf16_aligned.cu
aten/src/ATen/native/transformers/cuda/mem_eff_attention/kernels/cutlassF_f16_aligned.cu
aten/src/ATen/native/transformers/cuda/mem_eff_attention/kernels/cutlassF_f16_notaligned.cu
aten/src/ATen/native/transformers/cuda/mem_eff_attention/kernels/cutlassF_f32_aligned.cu
aten/src/ATen/native/transformers/cuda/mem_eff_attention/kernels/cutlassF_f32_notaligned.cu
aten/src/ATen/native/transformers/cuda/mem_eff_attention/kernels/generate_kernels.py
aten/src/ATen/native/transformers/cuda/mem_eff_attention/transform/tile_smem_loader.h
aten/src/ATen/native/transformers/hip/aotriton_adapter.h
aten/src/ATen/native/transformers/hip/aotriton_versions.h
aten/src/ATen/native/transformers/hip/gemm_kernel_utils.h
aten/src/ATen/native/transformers/hip/flash_attn/flash_api.h
aten/src/ATen/native/transformers/hip/flash_attn/flash_common_hip.hpp
aten/src/ATen/native/transformers/hip/flash_attn/aot/mha_all_aot.hip
aten/src/ATen/native/transformers/hip/flash_attn/ck/CMakeLists.txt
aten/src/ATen/native/transformers/hip/flash_attn/ck/add_make_kernel_pt.sh
aten/src/ATen/native/transformers/hip/flash_attn/ck/launch_kernel_pt.hpp
aten/src/ATen/native/transformers/hip/flash_attn/ck/me_bwd_ck.hip
aten/src/ATen/native/transformers/hip/flash_attn/ck/me_ck_api.h
aten/src/ATen/native/transformers/hip/flash_attn/ck/me_fwd_ck.hip
aten/src/ATen/native/transformers/hip/flash_attn/ck/mha_bwd_ck.hip
aten/src/ATen/native/transformers/hip/flash_attn/ck/mha_fwd_ck.hip
aten/src/ATen/native/transformers/hip/flash_attn/ck/mha_varlen_bwd_ck.hip
aten/src/ATen/native/transformers/hip/flash_attn/ck/mha_varlen_fwd_ck.hip
aten/src/ATen/native/transformers/hip/flash_attn/ck/fav_v3/CMakeLists.txt
aten/src/ATen/native/transformers/hip/flash_attn/ck/fav_v3/generate_aiter_embedded_hsa.py
aten/src/ATen/native/transformers/xpu/attention.cpp
aten/src/ATen/native/transformers/xpu/attention_backward.cpp
aten/src/ATen/native/transformers/xpu/sdp_utils.cpp
aten/src/ATen/native/transformers/xpu/sdp_utils.h
aten/src/ATen/native/ufunc/add.h
aten/src/ATen/native/utils/Factory.cpp
aten/src/ATen/native/utils/Factory.h
aten/src/ATen/native/utils/ParamUtils.h
aten/src/ATen/native/utils/ParamsHash.h
aten/src/ATen/native/vulkan/VulkanGuardImpl.cpp
aten/src/ATen/native/vulkan/VulkanOpaqueTensorImpl.h
aten/src/ATen/native/vulkan/api/Adapter.cpp
aten/src/ATen/native/vulkan/api/Adapter.h
aten/src/ATen/native/vulkan/api/Allocator.cpp
aten/src/ATen/native/vulkan/api/Allocator.h
aten/src/ATen/native/vulkan/api/Command.cpp
aten/src/ATen/native/vulkan/api/Command.h
aten/src/ATen/native/vulkan/api/Context.cpp
aten/src/ATen/native/vulkan/api/Context.h
aten/src/ATen/native/vulkan/api/Descriptor.cpp
aten/src/ATen/native/vulkan/api/Descriptor.h
aten/src/ATen/native/vulkan/api/Exception.cpp
aten/src/ATen/native/vulkan/api/Exception.h
aten/src/ATen/native/vulkan/api/Pipeline.cpp
aten/src/ATen/native/vulkan/api/Pipeline.h
aten/src/ATen/native/vulkan/api/QueryPool.cpp
aten/src/ATen/native/vulkan/api/QueryPool.h
aten/src/ATen/native/vulkan/api/Resource.cpp
aten/src/ATen/native/vulkan/api/Resource.h
aten/src/ATen/native/vulkan/api/Runtime.cpp
aten/src/ATen/native/vulkan/api/Runtime.h
aten/src/ATen/native/vulkan/api/Shader.cpp
aten/src/ATen/native/vulkan/api/Shader.h
aten/src/ATen/native/vulkan/api/ShaderRegistry.cpp
aten/src/ATen/native/vulkan/api/ShaderRegistry.h
aten/src/ATen/native/vulkan/api/StringUtil.h
aten/src/ATen/native/vulkan/api/Tensor.cpp
aten/src/ATen/native/vulkan/api/Tensor.h
aten/src/ATen/native/vulkan/api/Types.h
aten/src/ATen/native/vulkan/api/Utils.h
aten/src/ATen/native/vulkan/api/api.h
aten/src/ATen/native/vulkan/api/vk_api.h
aten/src/ATen/native/vulkan/glsl/abs.glsl
aten/src/ATen/native/vulkan/glsl/abs_.glsl
aten/src/ATen/native/vulkan/glsl/adaptive_avg_pool2d.glsl
aten/src/ATen/native/vulkan/glsl/avg_pool2d.glsl
aten/src/ATen/native/vulkan/glsl/batchnorm.glsl
aten/src/ATen/native/vulkan/glsl/binary_op_scalar.glsl
aten/src/ATen/native/vulkan/glsl/binary_op_tensor.glsl
aten/src/ATen/native/vulkan/glsl/buffer_to_buffer.glsl
aten/src/ATen/native/vulkan/glsl/cat_feature.glsl
aten/src/ATen/native/vulkan/glsl/clamp.glsl
aten/src/ATen/native/vulkan/glsl/clamp_.glsl
aten/src/ATen/native/vulkan/glsl/conv1d.glsl
aten/src/ATen/native/vulkan/glsl/conv2d.glsl
aten/src/ATen/native/vulkan/glsl/conv2d_dw.glsl
aten/src/ATen/native/vulkan/glsl/conv2d_dw_output_tile.glsl
aten/src/ATen/native/vulkan/glsl/conv2d_pw.glsl
aten/src/ATen/native/vulkan/glsl/conv_transpose2d.glsl
aten/src/ATen/native/vulkan/glsl/convert_channels_to_height_packed.glsl
aten/src/ATen/native/vulkan/glsl/convert_channels_to_width_packed.glsl
aten/src/ATen/native/vulkan/glsl/cumsum_batch_height_width.glsl
aten/src/ATen/native/vulkan/glsl/cumsum_channel.glsl
aten/src/ATen/native/vulkan/glsl/dequantize.glsl
aten/src/ATen/native/vulkan/glsl/extract_texel.glsl
aten/src/ATen/native/vulkan/glsl/flip.glsl
aten/src/ATen/native/vulkan/glsl/gelu_tanh.glsl
aten/src/ATen/native/vulkan/glsl/gelu_tanh_.glsl
aten/src/ATen/native/vulkan/glsl/glu_channel.glsl
aten/src/ATen/native/vulkan/glsl/glu_channel_mul4.glsl
aten/src/ATen/native/vulkan/glsl/hardshrink.glsl
aten/src/ATen/native/vulkan/glsl/hardshrink_.glsl
aten/src/ATen/native/vulkan/glsl/hardsigmoid.glsl
aten/src/ATen/native/vulkan/glsl/hardsigmoid_.glsl
aten/src/ATen/native/vulkan/glsl/hardswish.glsl
aten/src/ATen/native/vulkan/glsl/hardswish_.glsl
aten/src/ATen/native/vulkan/glsl/image2d_to_nchw.glsl
aten/src/ATen/native/vulkan/glsl/image_to_nchw.glsl
aten/src/ATen/native/vulkan/glsl/image_to_nchw_int32.glsl
aten/src/ATen/native/vulkan/glsl/image_to_nchw_quantized_mul4.glsl
aten/src/ATen/native/vulkan/glsl/image_to_nchw_uint.glsl
aten/src/ATen/native/vulkan/glsl/indexing.h
aten/src/ATen/native/vulkan/glsl/leaky_relu.glsl
aten/src/ATen/native/vulkan/glsl/leaky_relu_.glsl
aten/src/ATen/native/vulkan/glsl/lerp.glsl
aten/src/ATen/native/vulkan/glsl/lerp_.glsl
aten/src/ATen/native/vulkan/glsl/lerp_scalar.glsl
aten/src/ATen/native/vulkan/glsl/lerp_scalar_.glsl
aten/src/ATen/native/vulkan/glsl/log_softmax.glsl
aten/src/ATen/native/vulkan/glsl/masked_fill.glsl
aten/src/ATen/native/vulkan/glsl/max_pool2d.glsl
aten/src/ATen/native/vulkan/glsl/mean_dim.glsl
aten/src/ATen/native/vulkan/glsl/mean_dim_keepdim.glsl
aten/src/ATen/native/vulkan/glsl/mm.glsl
aten/src/ATen/native/vulkan/glsl/nchw_to_image.glsl
aten/src/ATen/native/vulkan/glsl/nchw_to_image2d.glsl
aten/src/ATen/native/vulkan/glsl/nchw_to_image2d_int32.glsl
aten/src/ATen/native/vulkan/glsl/nchw_to_image2d_int8.glsl
aten/src/ATen/native/vulkan/glsl/nchw_to_image2d_uint8.glsl
aten/src/ATen/native/vulkan/glsl/nchw_to_image_bool.glsl
aten/src/ATen/native/vulkan/glsl/nchw_to_image_int32.glsl
aten/src/ATen/native/vulkan/glsl/nchw_to_image_int8.glsl
aten/src/ATen/native/vulkan/glsl/nchw_to_image_uint8.glsl
aten/src/ATen/native/vulkan/glsl/normal_.glsl
aten/src/ATen/native/vulkan/glsl/permute_4d.glsl
aten/src/ATen/native/vulkan/glsl/pow_scalar_tensor.glsl
aten/src/ATen/native/vulkan/glsl/quantize_per_tensor_qint32.glsl
aten/src/ATen/native/vulkan/glsl/quantize_per_tensor_qint8.glsl
aten/src/ATen/native/vulkan/glsl/quantize_per_tensor_quint8.glsl
aten/src/ATen/native/vulkan/glsl/quantized_add.glsl
aten/src/ATen/native/vulkan/glsl/quantized_addmm_qint8.glsl
aten/src/ATen/native/vulkan/glsl/quantized_addmm_quint8.glsl
aten/src/ATen/native/vulkan/glsl/quantized_clamp_qint8.glsl
aten/src/ATen/native/vulkan/glsl/quantized_clamp_qint8_.glsl
aten/src/ATen/native/vulkan/glsl/quantized_clamp_quint8.glsl
aten/src/ATen/native/vulkan/glsl/quantized_clamp_quint8_.glsl
aten/src/ATen/native/vulkan/glsl/quantized_conv2d.glsl
aten/src/ATen/native/vulkan/glsl/quantized_conv2d_dw.glsl
aten/src/ATen/native/vulkan/glsl/quantized_conv2d_pw_2x2.glsl
aten/src/ATen/native/vulkan/glsl/quantized_conv_transpose2d.glsl
aten/src/ATen/native/vulkan/glsl/quantized_div.glsl
aten/src/ATen/native/vulkan/glsl/quantized_gelu_tanh_qint8.glsl
aten/src/ATen/native/vulkan/glsl/quantized_gelu_tanh_qint8_.glsl
aten/src/ATen/native/vulkan/glsl/quantized_gelu_tanh_quint8.glsl
aten/src/ATen/native/vulkan/glsl/quantized_gelu_tanh_quint8_.glsl
aten/src/ATen/native/vulkan/glsl/quantized_max_pool2d_qint8.glsl
aten/src/ATen/native/vulkan/glsl/quantized_max_pool2d_quint8.glsl
aten/src/ATen/native/vulkan/glsl/quantized_mm_qint8.glsl
aten/src/ATen/native/vulkan/glsl/quantized_mm_quint8.glsl
aten/src/ATen/native/vulkan/glsl/quantized_mul.glsl
aten/src/ATen/native/vulkan/glsl/quantized_sub.glsl
aten/src/ATen/native/vulkan/glsl/quantized_upsample_nearest2d.glsl
aten/src/ATen/native/vulkan/glsl/random.h
aten/src/ATen/native/vulkan/glsl/reflection_pad2d.glsl
aten/src/ATen/native/vulkan/glsl/replication_pad2d.glsl
aten/src/ATen/native/vulkan/glsl/select_batch_4d.glsl
aten/src/ATen/native/vulkan/glsl/select_depth_3d.glsl
aten/src/ATen/native/vulkan/glsl/select_depth_4d.glsl
aten/src/ATen/native/vulkan/glsl/select_height_3d.glsl
aten/src/ATen/native/vulkan/glsl/select_height_4d.glsl
aten/src/ATen/native/vulkan/glsl/select_width_3d.glsl
aten/src/ATen/native/vulkan/glsl/select_width_4d.glsl
aten/src/ATen/native/vulkan/glsl/shader_params.yaml
aten/src/ATen/native/vulkan/glsl/sigmoid.glsl
aten/src/ATen/native/vulkan/glsl/sigmoid_.glsl
aten/src/ATen/native/vulkan/glsl/slice_4d.glsl
aten/src/ATen/native/vulkan/glsl/softmax_batch_height_width.glsl
aten/src/ATen/native/vulkan/glsl/softmax_channel.glsl
aten/src/ATen/native/vulkan/glsl/stack_feature.glsl
aten/src/ATen/native/vulkan/glsl/sum_dim.glsl
aten/src/ATen/native/vulkan/glsl/sum_dim_keepdim.glsl
aten/src/ATen/native/vulkan/glsl/tanh.glsl
aten/src/ATen/native/vulkan/glsl/tanh_.glsl
aten/src/ATen/native/vulkan/glsl/texel_access.h
aten/src/ATen/native/vulkan/glsl/threshold.glsl
aten/src/ATen/native/vulkan/glsl/unary_op.glsl
aten/src/ATen/native/vulkan/glsl/uniform_.glsl
aten/src/ATen/native/vulkan/glsl/unsqueeze.glsl
aten/src/ATen/native/vulkan/glsl/upsample_bilinear2d_align_false.glsl
aten/src/ATen/native/vulkan/glsl/upsample_bilinear2d_align_true.glsl
aten/src/ATen/native/vulkan/glsl/upsample_nearest2d.glsl
aten/src/ATen/native/vulkan/glsl/zero.glsl
aten/src/ATen/native/vulkan/impl/Arithmetic.cpp
aten/src/ATen/native/vulkan/impl/Arithmetic.h
aten/src/ATen/native/vulkan/impl/Common.cpp
aten/src/ATen/native/vulkan/impl/Common.h
aten/src/ATen/native/vulkan/impl/Packing.cpp
aten/src/ATen/native/vulkan/impl/Packing.h
aten/src/ATen/native/vulkan/ops/Batchnorm.cpp
aten/src/ATen/native/vulkan/ops/Batchnorm.h
aten/src/ATen/native/vulkan/ops/BinaryOp.cpp
aten/src/ATen/native/vulkan/ops/Clamp.cpp
aten/src/ATen/native/vulkan/ops/Clone.cpp
aten/src/ATen/native/vulkan/ops/Common.h
aten/src/ATen/native/vulkan/ops/Concat.cpp
aten/src/ATen/native/vulkan/ops/Convert.h
aten/src/ATen/native/vulkan/ops/Convolution.cpp
aten/src/ATen/native/vulkan/ops/Convolution.h
aten/src/ATen/native/vulkan/ops/Copy.cpp
aten/src/ATen/native/vulkan/ops/Copy.h
aten/src/ATen/native/vulkan/ops/Expand.cpp
aten/src/ATen/native/vulkan/ops/Factory.cpp
aten/src/ATen/native/vulkan/ops/Factory.h
aten/src/ATen/native/vulkan/ops/Flip.cpp
aten/src/ATen/native/vulkan/ops/Glu.cpp
aten/src/ATen/native/vulkan/ops/Gru.cpp
aten/src/ATen/native/vulkan/ops/Gru.h
aten/src/ATen/native/vulkan/ops/Layernorm.cpp
aten/src/ATen/native/vulkan/ops/Layernorm.h
aten/src/ATen/native/vulkan/ops/Lerp.cpp
aten/src/ATen/native/vulkan/ops/Lstm.cpp
aten/src/ATen/native/vulkan/ops/Lstm.h
aten/src/ATen/native/vulkan/ops/MaskedFill.cpp
aten/src/ATen/native/vulkan/ops/Mean.cpp
aten/src/ATen/native/vulkan/ops/Mm.cpp
aten/src/ATen/native/vulkan/ops/Mm.h
aten/src/ATen/native/vulkan/ops/NativeLayerNorm.cpp
aten/src/ATen/native/vulkan/ops/Padding.cpp
aten/src/ATen/native/vulkan/ops/Permute.cpp
aten/src/ATen/native/vulkan/ops/Pool.cpp
aten/src/ATen/native/vulkan/ops/QuantizedFunctions.h
aten/src/ATen/native/vulkan/ops/QuantizedTensor.cpp
aten/src/ATen/native/vulkan/ops/Random.cpp
aten/src/ATen/native/vulkan/ops/Register.cpp
aten/src/ATen/native/vulkan/ops/Register.h
aten/src/ATen/native/vulkan/ops/Repeat.cpp
aten/src/ATen/native/vulkan/ops/Scalar.cpp
aten/src/ATen/native/vulkan/ops/Select.cpp
aten/src/ATen/native/vulkan/ops/Shape.cpp
aten/src/ATen/native/vulkan/ops/Slice.cpp
aten/src/ATen/native/vulkan/ops/Softmax.cpp
aten/src/ATen/native/vulkan/ops/Stack.cpp
aten/src/ATen/native/vulkan/ops/Sum.cpp
aten/src/ATen/native/vulkan/ops/Tile.cpp
aten/src/ATen/native/vulkan/ops/Transpose.cpp
aten/src/ATen/native/vulkan/ops/UnaryOp.cpp
aten/src/ATen/native/vulkan/ops/Unsqueeze.cpp
aten/src/ATen/native/vulkan/ops/Upsample.cpp
aten/src/ATen/native/vulkan/ops/Utils.cpp
aten/src/ATen/native/vulkan/ops/Utils.h
aten/src/ATen/native/vulkan/ops/Var.cpp
aten/src/ATen/native/vulkan/ops/VulkanPackedContext.h
aten/src/ATen/native/vulkan/ops/Zero.cpp
aten/src/ATen/native/vulkan/ops/cumsum.cpp
aten/src/ATen/native/xnnpack/Activation.cpp
aten/src/ATen/native/xnnpack/AveragePooling.cpp
aten/src/ATen/native/xnnpack/ChannelShuffle.cpp
aten/src/ATen/native/xnnpack/Common.h
aten/src/ATen/native/xnnpack/Convolution.cpp
aten/src/ATen/native/xnnpack/Convolution.h
aten/src/ATen/native/xnnpack/Engine.h
aten/src/ATen/native/xnnpack/Init.cpp
aten/src/ATen/native/xnnpack/Linear.cpp
aten/src/ATen/native/xnnpack/Linear.h
aten/src/ATen/native/xnnpack/MaxPooling.cpp
aten/src/ATen/native/xnnpack/OpContext.cpp
aten/src/ATen/native/xnnpack/OpContext.h
aten/src/ATen/native/xnnpack/Pooling.h
aten/src/ATen/native/xnnpack/RegisterOpContextClass.cpp
aten/src/ATen/native/xnnpack/Shim.cpp
aten/src/ATen/nnapi/CMakeLists.txt
aten/src/ATen/nnapi/NeuralNetworks.h
aten/src/ATen/nnapi/codegen.py
aten/src/ATen/nnapi/nnapi_bind.cpp
aten/src/ATen/nnapi/nnapi_bind.h
aten/src/ATen/nnapi/nnapi_model_loader.cpp
aten/src/ATen/nnapi/nnapi_model_loader.h
aten/src/ATen/nnapi/nnapi_register.cpp
aten/src/ATen/nnapi/nnapi_wrapper.cpp
aten/src/ATen/nnapi/nnapi_wrapper.h
aten/src/ATen/ops/from_blob.h
aten/src/ATen/ops/tensor.h
aten/src/ATen/quantized/CMakeLists.txt
aten/src/ATen/quantized/QTensorImpl.cpp
aten/src/ATen/quantized/QTensorImpl.h
aten/src/ATen/quantized/Quantizer.cpp
aten/src/ATen/quantized/Quantizer.h
aten/src/ATen/templates/ATenOpList.cpp
aten/src/ATen/templates/CompositeViewCopyKernels.cpp
aten/src/ATen/templates/DispatchKeyFunction.h
aten/src/ATen/templates/DispatchKeyFunctions.h
aten/src/ATen/templates/DispatchKeyFunctions_inl.h
aten/src/ATen/templates/DispatchKeyNativeFunctions.cpp
aten/src/ATen/templates/DispatchKeyNativeFunctions.h
aten/src/ATen/templates/Function.h
aten/src/ATen/templates/FunctionalInverses.h
aten/src/ATen/templates/Functions.cpp
aten/src/ATen/templates/Functions.h
aten/src/ATen/templates/LazyIr.h
aten/src/ATen/templates/LazyNonNativeIr.h
aten/src/ATen/templates/MethodOperators.h
aten/src/ATen/templates/NativeFunction.h
aten/src/ATen/templates/NativeFunctions.h
aten/src/ATen/templates/NativeMetaFunction.h
aten/src/ATen/templates/NativeMetaFunctions.h
aten/src/ATen/templates/Operator.h
aten/src/ATen/templates/Operators.cpp
aten/src/ATen/templates/Operators.h
aten/src/ATen/templates/RedispatchFunctions.cpp
aten/src/ATen/templates/RedispatchFunctions.h
aten/src/ATen/templates/RegisterBackendSelect.cpp
aten/src/ATen/templates/RegisterCodegenUnboxedKernels.cpp
aten/src/ATen/templates/RegisterDispatchDefinitions.ini
aten/src/ATen/templates/RegisterDispatchKey.cpp
aten/src/ATen/templates/RegisterFunctionalization.cpp
aten/src/ATen/templates/RegisterSchema.cpp
aten/src/ATen/templates/RegistrationDeclarations.h
aten/src/ATen/templates/TensorBody.h
aten/src/ATen/templates/TensorMethods.cpp
aten/src/ATen/templates/UfuncCPU.cpp
aten/src/ATen/templates/UfuncCPUKernel.cpp
aten/src/ATen/templates/UfuncCUDA.cu
aten/src/ATen/templates/UnboxingFunctions.cpp
aten/src/ATen/templates/UnboxingFunctions.h
aten/src/ATen/templates/ViewMetaClasses.cpp
aten/src/ATen/templates/ViewMetaClasses.h
aten/src/ATen/templates/ViewMetaClassesPythonBinding.cpp
aten/src/ATen/templates/aten_interned_strings.h
aten/src/ATen/templates/enum_tag.h
aten/src/ATen/test/CMakeLists.txt
aten/src/ATen/test/Dict_test.cpp
aten/src/ATen/test/Dimname_test.cpp
aten/src/ATen/test/ExclusivelyOwned_test.cpp
aten/src/ATen/test/MaybeOwned_test.cpp
aten/src/ATen/test/NamedTensor_test.cpp
aten/src/ATen/test/StorageUtils_test.cpp
aten/src/ATen/test/accelerator_graph_test.cpp
aten/src/ATen/test/allocator_clone_test.h
aten/src/ATen/test/apply_utils_test.cpp
aten/src/ATen/test/atest.cpp
aten/src/ATen/test/basic.cpp
aten/src/ATen/test/broadcast_test.cpp
aten/src/ATen/test/cpu_allocator_test.cpp
aten/src/ATen/test/cpu_caching_allocator_test.cpp
aten/src/ATen/test/cpu_generator_test.cpp
aten/src/ATen/test/cpu_profiling_allocator_test.cpp
aten/src/ATen/test/cpu_rng_test.cpp
aten/src/ATen/test/cuda_allocatorTraceTracker_test.cpp
aten/src/ATen/test/cuda_allocator_test.cpp
aten/src/ATen/test/cuda_apply_test.cpp
aten/src/ATen/test/cuda_atomic_ops_test.cu
aten/src/ATen/test/cuda_caching_host_allocator_test.cpp
aten/src/ATen/test/cuda_complex_math_test.cu
aten/src/ATen/test/cuda_complex_test.cu
aten/src/ATen/test/cuda_cub_test.cu
aten/src/ATen/test/cuda_cublas_handle_pool_test.cpp
aten/src/ATen/test/cuda_cudnn_test.cpp
aten/src/ATen/test/cuda_device_test.cpp
aten/src/ATen/test/cuda_distributions_test.cu
aten/src/ATen/test/cuda_dlconvertor_test.cpp
aten/src/ATen/test/cuda_event_test.cpp
aten/src/ATen/test/cuda_exchange_device_test.cpp
aten/src/ATen/test/cuda_generator_test.cu
aten/src/ATen/test/cuda_half_test.cu
aten/src/ATen/test/cuda_integer_divider_test.cu
aten/src/ATen/test/cuda_optional_test.cu
aten/src/ATen/test/cuda_packedtensoraccessor_test.cu
aten/src/ATen/test/cuda_reportMemoryUsage_test.cpp
aten/src/ATen/test/cuda_stream_test.cpp
aten/src/ATen/test/cuda_vectorized_test.cu
aten/src/ATen/test/dlconvertor_test.cpp
aten/src/ATen/test/extension_backend_test.cpp
aten/src/ATen/test/half_test.cpp
aten/src/ATen/test/ivalue_test.cpp
aten/src/ATen/test/lazy_tensor_test.cpp
aten/src/ATen/test/legacy_vmap_test.cpp
aten/src/ATen/test/math_kernel_test.cpp
aten/src/ATen/test/memory_format_test.cpp
aten/src/ATen/test/memory_overlapping_test.cpp
aten/src/ATen/test/mobile_memory_cleanup.cpp
aten/src/ATen/test/mps_test_allocator.cpp
aten/src/ATen/test/mps_test_metal_library.cpp
aten/src/ATen/test/mps_test_objc_interface.mm
aten/src/ATen/test/mps_test_print.cpp
aten/src/ATen/test/native_test.cpp
aten/src/ATen/test/operator_name_test.cpp
aten/src/ATen/test/operators_test.cpp
aten/src/ATen/test/packedtensoraccessor_test.cpp
aten/src/ATen/test/pow_test.cpp
aten/src/ATen/test/quantized_test.cpp
aten/src/ATen/test/reduce_ops_test.cpp
aten/src/ATen/test/reportMemoryUsage.h
aten/src/ATen/test/reportMemoryUsage_test.cpp
aten/src/ATen/test/rng_test.h
aten/src/ATen/test/scalar_tensor_test.cpp
aten/src/ATen/test/scalar_test.cpp
aten/src/ATen/test/stride_properties_test.cpp
aten/src/ATen/test/tensor_interop_test.cpp
aten/src/ATen/test/tensor_iterator_test.cpp
aten/src/ATen/test/test_assert.h
aten/src/ATen/test/test_parallel.cpp
aten/src/ATen/test/test_thread_pool_guard.cpp
aten/src/ATen/test/thread_init_test.cpp
aten/src/ATen/test/type_ptr_test.cpp
aten/src/ATen/test/type_test.cpp
aten/src/ATen/test/undefined_tensor_test.cpp
aten/src/ATen/test/vec_test_all_types.cpp
aten/src/ATen/test/vec_test_all_types.h
aten/src/ATen/test/verify_api_visibility.cpp
aten/src/ATen/test/vulkan_api_test.cpp
aten/src/ATen/test/vulkan_quantized_api_test.cpp
aten/src/ATen/test/weakref_test.cpp
aten/src/ATen/test/wrapdim_test.cpp
aten/src/ATen/test/xla_tensor_test.cpp
aten/src/ATen/test/xnnpack_test.cpp
aten/src/ATen/test/xpu_caching_host_allocator_test.cpp
aten/src/ATen/test/xpu_device_test.cpp
aten/src/ATen/test/xpu_event_test.cpp
aten/src/ATen/test/xpu_generator_test.cpp
aten/src/ATen/test/xpu_reportMemoryUsage_test.cpp
aten/src/ATen/test/test_install/CMakeLists.txt
aten/src/ATen/test/test_install/main.cpp
aten/src/ATen/vulkan/Context.cpp
aten/src/ATen/vulkan/Context.h
aten/src/ATen/xpu/CachingHostAllocator.cpp
aten/src/ATen/xpu/CachingHostAllocator.h
aten/src/ATen/xpu/EmptyTensor.cpp
aten/src/ATen/xpu/EmptyTensor.h
aten/src/ATen/xpu/PeerToPeerAccess.h
aten/src/ATen/xpu/PhiloxXpuState.h
aten/src/ATen/xpu/PinnedMemoryAllocator.h
aten/src/ATen/xpu/XPUContext.cpp
aten/src/ATen/xpu/XPUContext.h
aten/src/ATen/xpu/XPUDevice.h
aten/src/ATen/xpu/XPUEvent.h
aten/src/ATen/xpu/XPUGeneratorImpl.cpp
aten/src/ATen/xpu/XPUGeneratorImpl.h
aten/src/ATen/xpu/XPUGraph.cpp
aten/src/ATen/xpu/XPUGraph.h
aten/src/ATen/xpu/XPUGraphsUtils.h
aten/src/ATen/xpu/XPUScaledBlas.cpp
aten/src/ATen/xpu/XPUScaledBlas.h
aten/src/ATen/xpu/XPUUtils.h
aten/src/ATen/xpu/detail/LazyLevelZero.cpp
aten/src/ATen/xpu/detail/LazyLevelZero.h
aten/src/ATen/xpu/detail/XPUHooks.cpp
aten/src/ATen/xpu/detail/XPUHooks.h
aten/src/ATen/xpu/level_zero_stub/ATenLevelZero.h
aten/src/THC/CMakeLists.txt
aten/src/THC/THCAtomics.cuh
aten/src/THC/THCDeviceUtils.cuh
aten/tools/run_tests.sh
aten/tools/test_install.sh
aten/tools/valgrind.sup
benchmarks/README.md
benchmarks/compare-fastrnn-results.py
benchmarks/compare.sh
benchmarks/upload_scribe.py
benchmarks/data/README.md
benchmarks/data/dataloader_benchmark.py
benchmarks/data/samplers_benchmark.py
benchmarks/diffusion/compile_benchmark.py
benchmarks/distributed/bench_nvshmem_tile_reduce.py
benchmarks/distributed/ddp/README.md
benchmarks/distributed/ddp/benchmark.py
benchmarks/distributed/ddp/diff.py
benchmarks/dynamo/Makefile
benchmarks/dynamo/README.md
benchmarks/dynamo/__init__.py
benchmarks/dynamo/all_torchbench_models_list.txt
benchmarks/dynamo/benchmarks.py
benchmarks/dynamo/cachebench.py
benchmarks/dynamo/check_accuracy.py
benchmarks/dynamo/check_csv.py
benchmarks/dynamo/check_graph_breaks.py
benchmarks/dynamo/check_memory_compression_ratio.py
benchmarks/dynamo/check_perf_csv.py
benchmarks/dynamo/combine_csv.py
benchmarks/dynamo/common.py
benchmarks/dynamo/dist_util.py
benchmarks/dynamo/distributed.py
benchmarks/dynamo/expected_ci_perf_inductor_torchbench.csv
benchmarks/dynamo/expected_ci_speedup_inductor_torchbench_cpu.csv
benchmarks/dynamo/huggingface.py
benchmarks/dynamo/huggingface.yaml
benchmarks/dynamo/huggingface_llm_models.py
benchmarks/dynamo/huggingface_models_list.txt
benchmarks/dynamo/huggingface_models_list_cpu.txt
benchmarks/dynamo/join_results.py
benchmarks/dynamo/launch_compile_op_numerics.py
benchmarks/dynamo/optimus.py
benchmarks/dynamo/parse_logs.py
benchmarks/dynamo/perf_cli.py
benchmarks/dynamo/run_all.sh
benchmarks/dynamo/run_delta.sh
benchmarks/dynamo/runner.py
benchmarks/dynamo/summarize_perf.py
benchmarks/dynamo/test.py
benchmarks/dynamo/timm_models.py
benchmarks/dynamo/timm_models.yaml
benchmarks/dynamo/timm_models_list.txt
benchmarks/dynamo/timm_models_list_cpu.txt
benchmarks/dynamo/torchao_backend.py
benchmarks/dynamo/torchbench.py
benchmarks/dynamo/torchbench.yaml
benchmarks/dynamo/torchbench_models_list.txt
benchmarks/dynamo/torchbench_models_list_cpu.txt
benchmarks/dynamo/training_loss.py
benchmarks/dynamo/ci_expected_accuracy/aot_eager_huggingface_inference.csv
benchmarks/dynamo/ci_expected_accuracy/aot_eager_huggingface_training.csv
benchmarks/dynamo/ci_expected_accuracy/aot_eager_timm_inference.csv
benchmarks/dynamo/ci_expected_accuracy/aot_eager_timm_training.csv
benchmarks/dynamo/ci_expected_accuracy/aot_eager_torchbench_inference.csv
benchmarks/dynamo/ci_expected_accuracy/aot_eager_torchbench_training.csv
benchmarks/dynamo/ci_expected_accuracy/aot_inductor_huggingface_inference.csv
benchmarks/dynamo/ci_expected_accuracy/aot_inductor_timm_inference.csv
benchmarks/dynamo/ci_expected_accuracy/aot_inductor_torchbench_inference.csv
benchmarks/dynamo/ci_expected_accuracy/cpu_aot_inductor_amp_freezing_torchbench_inference.csv
benchmarks/dynamo/ci_expected_accuracy/cpu_aot_inductor_freezing_huggingface_inference.csv
benchmarks/dynamo/ci_expected_accuracy/cpu_aot_inductor_freezing_timm_inference.csv
benchmarks/dynamo/ci_expected_accuracy/cpu_aot_inductor_freezing_torchbench_inference.csv
benchmarks/dynamo/ci_expected_accuracy/cpu_inductor_amp_freezing_huggingface_inference.csv
benchmarks/dynamo/ci_expected_accuracy/cpu_inductor_amp_freezing_timm_inference.csv
benchmarks/dynamo/ci_expected_accuracy/cpu_inductor_amp_freezing_torchbench_inference.csv
benchmarks/dynamo/ci_expected_accuracy/cpu_inductor_freezing_huggingface_inference.csv
benchmarks/dynamo/ci_expected_accuracy/cpu_inductor_freezing_timm_inference.csv
benchmarks/dynamo/ci_expected_accuracy/cpu_inductor_freezing_torchbench_inference.csv
benchmarks/dynamo/ci_expected_accuracy/cpu_inductor_huggingface_inference.csv
benchmarks/dynamo/ci_expected_accuracy/cpu_inductor_timm_inference.csv
benchmarks/dynamo/ci_expected_accuracy/cpu_inductor_torchbench_inference.csv
benchmarks/dynamo/ci_expected_accuracy/dynamic_aot_eager_huggingface_inference.csv
benchmarks/dynamo/ci_expected_accuracy/dynamic_aot_eager_huggingface_training.csv
benchmarks/dynamo/ci_expected_accuracy/dynamic_aot_eager_timm_inference.csv
benchmarks/dynamo/ci_expected_accuracy/dynamic_aot_eager_timm_training.csv
benchmarks/dynamo/ci_expected_accuracy/dynamic_aot_eager_torchbench_inference.csv
benchmarks/dynamo/ci_expected_accuracy/dynamic_aot_eager_torchbench_training.csv
benchmarks/dynamo/ci_expected_accuracy/dynamic_cpu_aot_inductor_amp_freezing_torchbench_inference.csv
benchmarks/dynamo/ci_expected_accuracy/dynamic_cpu_aot_inductor_freezing_torchbench_inference.csv
benchmarks/dynamo/ci_expected_accuracy/dynamic_cpu_inductor_huggingface_inference.csv
benchmarks/dynamo/ci_expected_accuracy/dynamic_cpu_inductor_timm_inference.csv
benchmarks/dynamo/ci_expected_accuracy/dynamic_cpu_inductor_torchbench_inference.csv
benchmarks/dynamo/ci_expected_accuracy/dynamic_cpu_max_autotune_inductor_amp_freezing_huggingface_inference.csv
benchmarks/dynamo/ci_expected_accuracy/dynamic_cpu_max_autotune_inductor_amp_freezing_timm_inference.csv
benchmarks/dynamo/ci_expected_accuracy/dynamic_cpu_max_autotune_inductor_amp_freezing_torchbench_inference.csv
benchmarks/dynamo/ci_expected_accuracy/dynamic_inductor_huggingface_inference.csv
benchmarks/dynamo/ci_expected_accuracy/dynamic_inductor_huggingface_training.csv
benchmarks/dynamo/ci_expected_accuracy/dynamic_inductor_timm_inference.csv
benchmarks/dynamo/ci_expected_accuracy/dynamic_inductor_timm_training.csv
benchmarks/dynamo/ci_expected_accuracy/dynamic_inductor_torchbench_inference.csv
benchmarks/dynamo/ci_expected_accuracy/dynamic_inductor_torchbench_training.csv
benchmarks/dynamo/ci_expected_accuracy/dynamo_eager_huggingface_inference.csv
benchmarks/dynamo/ci_expected_accuracy/dynamo_eager_huggingface_training.csv
benchmarks/dynamo/ci_expected_accuracy/dynamo_eager_timm_inference.csv
benchmarks/dynamo/ci_expected_accuracy/dynamo_eager_timm_training.csv
benchmarks/dynamo/ci_expected_accuracy/dynamo_eager_torchbench_inference.csv
benchmarks/dynamo/ci_expected_accuracy/dynamo_eager_torchbench_training.csv
benchmarks/dynamo/ci_expected_accuracy/inductor_huggingface_inference.csv
benchmarks/dynamo/ci_expected_accuracy/inductor_huggingface_training.csv
benchmarks/dynamo/ci_expected_accuracy/inductor_timm_inference.csv
benchmarks/dynamo/ci_expected_accuracy/inductor_timm_training.csv
benchmarks/dynamo/ci_expected_accuracy/inductor_torchbench_inference.csv
benchmarks/dynamo/ci_expected_accuracy/inductor_torchbench_training.csv
benchmarks/dynamo/ci_expected_accuracy/update_expected.py
benchmarks/dynamo/ci_expected_accuracy/rocm/aot_eager_huggingface_inference.csv
benchmarks/dynamo/ci_expected_accuracy/rocm/aot_eager_huggingface_training.csv
benchmarks/dynamo/ci_expected_accuracy/rocm/aot_eager_timm_inference.csv
benchmarks/dynamo/ci_expected_accuracy/rocm/aot_eager_timm_training.csv
benchmarks/dynamo/ci_expected_accuracy/rocm/aot_eager_torchbench_inference.csv
benchmarks/dynamo/ci_expected_accuracy/rocm/aot_eager_torchbench_training.csv
benchmarks/dynamo/ci_expected_accuracy/rocm/aot_inductor_huggingface_inference.csv
benchmarks/dynamo/ci_expected_accuracy/rocm/aot_inductor_timm_inference.csv
benchmarks/dynamo/ci_expected_accuracy/rocm/aot_inductor_torchbench_inference.csv
benchmarks/dynamo/ci_expected_accuracy/rocm/dynamic_aot_eager_huggingface_inference.csv
benchmarks/dynamo/ci_expected_accuracy/rocm/dynamic_aot_eager_huggingface_training.csv
benchmarks/dynamo/ci_expected_accuracy/rocm/dynamic_aot_eager_timm_inference.csv
benchmarks/dynamo/ci_expected_accuracy/rocm/dynamic_aot_eager_timm_training.csv
benchmarks/dynamo/ci_expected_accuracy/rocm/dynamic_aot_eager_torchbench_inference.csv
benchmarks/dynamo/ci_expected_accuracy/rocm/dynamic_aot_eager_torchbench_training.csv
benchmarks/dynamo/ci_expected_accuracy/rocm/dynamic_inductor_huggingface_inference.csv
benchmarks/dynamo/ci_expected_accuracy/rocm/dynamic_inductor_huggingface_training.csv
benchmarks/dynamo/ci_expected_accuracy/rocm/dynamic_inductor_timm_inference.csv
benchmarks/dynamo/ci_expected_accuracy/rocm/dynamic_inductor_timm_training.csv
benchmarks/dynamo/ci_expected_accuracy/rocm/dynamic_inductor_torchbench_inference.csv
benchmarks/dynamo/ci_expected_accuracy/rocm/dynamic_inductor_torchbench_training.csv
benchmarks/dynamo/ci_expected_accuracy/rocm/dynamo_eager_huggingface_inference.csv
benchmarks/dynamo/ci_expected_accuracy/rocm/dynamo_eager_huggingface_training.csv
benchmarks/dynamo/ci_expected_accuracy/rocm/dynamo_eager_timm_inference.csv
benchmarks/dynamo/ci_expected_accuracy/rocm/dynamo_eager_timm_training.csv
benchmarks/dynamo/ci_expected_accuracy/rocm/dynamo_eager_torchbench_inference.csv
benchmarks/dynamo/ci_expected_accuracy/rocm/dynamo_eager_torchbench_training.csv
benchmarks/dynamo/ci_expected_accuracy/rocm/inductor_huggingface_inference.csv
benchmarks/dynamo/ci_expected_accuracy/rocm/inductor_huggingface_training.csv
benchmarks/dynamo/ci_expected_accuracy/rocm/inductor_timm_inference.csv
benchmarks/dynamo/ci_expected_accuracy/rocm/inductor_timm_training.csv
benchmarks/dynamo/ci_expected_accuracy/rocm/inductor_torchbench_inference.csv
benchmarks/dynamo/ci_expected_accuracy/rocm/inductor_torchbench_training.csv
benchmarks/dynamo/genai_layers/README.md
benchmarks/dynamo/genai_layers/benchmark.py
benchmarks/dynamo/genai_layers/kernels.py
benchmarks/dynamo/genai_layers/requirements.txt
benchmarks/dynamo/genai_layers/utils.py
benchmarks/dynamo/microbenchmarks/__init__.py
benchmarks/dynamo/microbenchmarks/analyze_templates.py
benchmarks/dynamo/microbenchmarks/bench_mm_fusion.py
benchmarks/dynamo/microbenchmarks/benchmark_helper.py
benchmarks/dynamo/microbenchmarks/cache_debug_microbenchmarks.py
benchmarks/dynamo/microbenchmarks/cache_hit_microbenchmarks.py
benchmarks/dynamo/microbenchmarks/dynamo_guard_build.py
benchmarks/dynamo/microbenchmarks/dynamo_guard_eval.py
benchmarks/dynamo/microbenchmarks/dynamo_microbenchmarks.py
benchmarks/dynamo/microbenchmarks/fx_microbenchmarks.py
benchmarks/dynamo/microbenchmarks/inductor_bmm.py
benchmarks/dynamo/microbenchmarks/inductor_cpu_atomic.py
benchmarks/dynamo/microbenchmarks/inductor_mm.py
benchmarks/dynamo/microbenchmarks/matmul_relu.py
benchmarks/dynamo/microbenchmarks/microbench.py
benchmarks/dynamo/microbenchmarks/model.py
benchmarks/dynamo/microbenchmarks/nested_graph_breaks.py
benchmarks/dynamo/microbenchmarks/operator_inp_utils.py
benchmarks/dynamo/microbenchmarks/operatorbench.py
benchmarks/dynamo/microbenchmarks/optree_tree_map.py
benchmarks/dynamo/microbenchmarks/overheads.py
benchmarks/dynamo/microbenchmarks/tensor_layout_mini_benchmark.py
benchmarks/dynamo/microbenchmarks/utils.py
benchmarks/dynamo/microbenchmarks/operator_inp_logs/hf_train/AlbertForMaskedLM_training.txt
benchmarks/dynamo/microbenchmarks/operator_inp_logs/hf_train/AlbertForQuestionAnswering_training.txt
benchmarks/dynamo/microbenchmarks/operator_inp_logs/hf_train/AllenaiLongformerBase_training.txt
benchmarks/dynamo/microbenchmarks/operator_inp_logs/hf_train/BartForCausalLM_training.txt
benchmarks/dynamo/microbenchmarks/operator_inp_logs/hf_train/BartForConditionalGeneration_training.txt
benchmarks/dynamo/microbenchmarks/operator_inp_logs/hf_train/BertForMaskedLM_training.txt
benchmarks/dynamo/microbenchmarks/operator_inp_logs/hf_train/BertForQuestionAnswering_training.txt
benchmarks/dynamo/microbenchmarks/operator_inp_logs/hf_train/BigBird_training.txt
benchmarks/dynamo/microbenchmarks/operator_inp_logs/hf_train/BlenderbotSmallForCausalLM_training.txt
benchmarks/dynamo/microbenchmarks/operator_inp_logs/hf_train/BlenderbotSmallForConditionalGeneration_training.txt
benchmarks/dynamo/microbenchmarks/operator_inp_logs/hf_train/CamemBert_training.txt
benchmarks/dynamo/microbenchmarks/operator_inp_logs/hf_train/DebertaForMaskedLM_training.txt
benchmarks/dynamo/microbenchmarks/operator_inp_logs/hf_train/DebertaForQuestionAnswering_training.txt
benchmarks/dynamo/microbenchmarks/operator_inp_logs/hf_train/DebertaV2ForMaskedLM_training.txt
benchmarks/dynamo/microbenchmarks/operator_inp_logs/hf_train/DebertaV2ForQuestionAnswering_training.txt
benchmarks/dynamo/microbenchmarks/operator_inp_logs/hf_train/DistilBertForMaskedLM_training.txt
benchmarks/dynamo/microbenchmarks/operator_inp_logs/hf_train/DistilBertForQuestionAnswering_training.txt
benchmarks/dynamo/microbenchmarks/operator_inp_logs/hf_train/DistillGPT2_training.txt
benchmarks/dynamo/microbenchmarks/operator_inp_logs/hf_train/ElectraForCausalLM_training.txt
benchmarks/dynamo/microbenchmarks/operator_inp_logs/hf_train/ElectraForQuestionAnswering_training.txt
benchmarks/dynamo/microbenchmarks/operator_inp_logs/hf_train/GPT2ForSequenceClassification_training.txt
benchmarks/dynamo/microbenchmarks/operator_inp_logs/hf_train/GPTNeoForCausalLM_training.txt
benchmarks/dynamo/microbenchmarks/operator_inp_logs/hf_train/GPTNeoForSequenceClassification_training.txt
benchmarks/dynamo/microbenchmarks/operator_inp_logs/hf_train/GoogleFnet_training.txt
benchmarks/dynamo/microbenchmarks/operator_inp_logs/hf_train/LayoutLMForMaskedLM_training.txt
benchmarks/dynamo/microbenchmarks/operator_inp_logs/hf_train/LayoutLMForSequenceClassification_training.txt
benchmarks/dynamo/microbenchmarks/operator_inp_logs/hf_train/M2M100ForConditionalGeneration_training.txt
benchmarks/dynamo/microbenchmarks/operator_inp_logs/hf_train/MBartForCausalLM_training.txt
benchmarks/dynamo/microbenchmarks/operator_inp_logs/hf_train/MBartForConditionalGeneration_training.txt
benchmarks/dynamo/microbenchmarks/operator_inp_logs/hf_train/MegatronBertForCausalLM_training.txt
benchmarks/dynamo/microbenchmarks/operator_inp_logs/hf_train/MegatronBertForQuestionAnswering_training.txt
benchmarks/dynamo/microbenchmarks/operator_inp_logs/hf_train/MobileBertForMaskedLM_training.txt
benchmarks/dynamo/microbenchmarks/operator_inp_logs/hf_train/MobileBertForQuestionAnswering_training.txt
benchmarks/dynamo/microbenchmarks/operator_inp_logs/hf_train/OPTForCausalLM_training.txt
benchmarks/dynamo/microbenchmarks/operator_inp_logs/hf_train/PLBartForCausalLM_training.txt
benchmarks/dynamo/microbenchmarks/operator_inp_logs/hf_train/PLBartForConditionalGeneration_training.txt
benchmarks/dynamo/microbenchmarks/operator_inp_logs/hf_train/PegasusForCausalLM_training.txt
benchmarks/dynamo/microbenchmarks/operator_inp_logs/hf_train/PegasusForConditionalGeneration_training.txt
benchmarks/dynamo/microbenchmarks/operator_inp_logs/hf_train/RobertaForCausalLM_training.txt
benchmarks/dynamo/microbenchmarks/operator_inp_logs/hf_train/RobertaForQuestionAnswering_training.txt
benchmarks/dynamo/microbenchmarks/operator_inp_logs/hf_train/Speech2Text2ForCausalLM_training.txt
benchmarks/dynamo/microbenchmarks/operator_inp_logs/hf_train/TrOCRForCausalLM_training.txt
benchmarks/dynamo/microbenchmarks/operator_inp_logs/hf_train/XGLMForCausalLM_training.txt
benchmarks/dynamo/microbenchmarks/operator_inp_logs/hf_train/XLNetLMHeadModel_training.txt
benchmarks/dynamo/microbenchmarks/operator_inp_logs/hf_train/YituTechConvBert_training.txt
benchmarks/dynamo/microbenchmarks/operator_inp_logs/timm_train/adv_inception_v3_training.txt
benchmarks/dynamo/microbenchmarks/operator_inp_logs/timm_train/beit_base_patch16_224_training.txt
benchmarks/dynamo/microbenchmarks/operator_inp_logs/timm_train/botnet26t_256_training.txt
benchmarks/dynamo/microbenchmarks/operator_inp_logs/timm_train/cait_m36_384_training.txt
benchmarks/dynamo/microbenchmarks/operator_inp_logs/timm_train/coat_lite_mini_training.txt
benchmarks/dynamo/microbenchmarks/operator_inp_logs/timm_train/convmixer_768_32_training.txt
benchmarks/dynamo/microbenchmarks/operator_inp_logs/timm_train/convnext_base_training.txt
benchmarks/dynamo/microbenchmarks/operator_inp_logs/timm_train/crossvit_9_240_training.txt
benchmarks/dynamo/microbenchmarks/operator_inp_logs/timm_train/cspdarknet53_training.txt
benchmarks/dynamo/microbenchmarks/operator_inp_logs/timm_train/deit_base_distilled_patch16_224_training.txt
benchmarks/dynamo/microbenchmarks/operator_inp_logs/timm_train/densenet121_training.txt
benchmarks/dynamo/microbenchmarks/operator_inp_logs/timm_train/dla102_training.txt
benchmarks/dynamo/microbenchmarks/operator_inp_logs/timm_train/dm_nfnet_f0_training.txt
benchmarks/dynamo/microbenchmarks/operator_inp_logs/timm_train/dpn107_training.txt
benchmarks/dynamo/microbenchmarks/operator_inp_logs/timm_train/eca_botnext26ts_256_training.txt
benchmarks/dynamo/microbenchmarks/operator_inp_logs/timm_train/eca_halonext26ts_training.txt
benchmarks/dynamo/microbenchmarks/operator_inp_logs/timm_train/ecaresnet101d_training.txt
benchmarks/dynamo/microbenchmarks/operator_inp_logs/timm_train/ese_vovnet19b_dw_training.txt
benchmarks/dynamo/microbenchmarks/operator_inp_logs/timm_train/fbnetc_100_training.txt
benchmarks/dynamo/microbenchmarks/operator_inp_logs/timm_train/fbnetv3_b_training.txt
benchmarks/dynamo/microbenchmarks/operator_inp_logs/timm_train/gernet_l_training.txt
benchmarks/dynamo/microbenchmarks/operator_inp_logs/timm_train/ghostnet_100_training.txt
benchmarks/dynamo/microbenchmarks/operator_inp_logs/timm_train/gluon_inception_v3_training.txt
benchmarks/dynamo/microbenchmarks/operator_inp_logs/timm_train/gluon_senet154_training.txt
benchmarks/dynamo/microbenchmarks/operator_inp_logs/timm_train/gluon_xception65_training.txt
benchmarks/dynamo/microbenchmarks/operator_inp_logs/timm_train/gmixer_24_224_training.txt
benchmarks/dynamo/microbenchmarks/operator_inp_logs/timm_train/gmlp_s16_224_training.txt
benchmarks/dynamo/microbenchmarks/operator_inp_logs/timm_train/hardcorenas_a_training.txt
benchmarks/dynamo/microbenchmarks/operator_inp_logs/timm_train/hrnet_w18_training.txt
benchmarks/dynamo/microbenchmarks/operator_inp_logs/timm_train/inception_v3_training.txt
benchmarks/dynamo/microbenchmarks/operator_inp_logs/timm_train/jx_nest_base_training.txt
benchmarks/dynamo/microbenchmarks/operator_inp_logs/timm_train/lcnet_050_training.txt
benchmarks/dynamo/microbenchmarks/operator_inp_logs/timm_train/legacy_senet154_training.txt
benchmarks/dynamo/microbenchmarks/operator_inp_logs/timm_train/levit_128_training.txt
benchmarks/dynamo/microbenchmarks/operator_inp_logs/timm_train/mixer_b16_224_training.txt
benchmarks/dynamo/microbenchmarks/operator_inp_logs/timm_train/mixnet_l_training.txt
benchmarks/dynamo/microbenchmarks/operator_inp_logs/timm_train/mnasnet_100_training.txt
benchmarks/dynamo/microbenchmarks/operator_inp_logs/timm_train/mobilenetv2_100_training.txt
benchmarks/dynamo/microbenchmarks/operator_inp_logs/timm_train/mobilenetv3_large_100_training.txt
benchmarks/dynamo/microbenchmarks/operator_inp_logs/timm_train/mobilevit_s_training.txt
benchmarks/dynamo/microbenchmarks/operator_inp_logs/timm_train/nasnetalarge_training.txt
benchmarks/dynamo/microbenchmarks/operator_inp_logs/timm_train/nfnet_l0_training.txt
benchmarks/dynamo/microbenchmarks/operator_inp_logs/timm_train/pit_b_224_training.txt
benchmarks/dynamo/microbenchmarks/operator_inp_logs/timm_train/pnasnet5large_training.txt
benchmarks/dynamo/microbenchmarks/operator_inp_logs/timm_train/poolformer_m36_training.txt
benchmarks/dynamo/microbenchmarks/operator_inp_logs/timm_train/regnety_002_training.txt
benchmarks/dynamo/microbenchmarks/operator_inp_logs/timm_train/repvgg_a2_training.txt
benchmarks/dynamo/microbenchmarks/operator_inp_logs/timm_train/res2net101_26w_4s_training.txt
benchmarks/dynamo/microbenchmarks/operator_inp_logs/timm_train/res2net50_14w_8s_training.txt
benchmarks/dynamo/microbenchmarks/operator_inp_logs/timm_train/res2next50_training.txt
benchmarks/dynamo/microbenchmarks/operator_inp_logs/timm_train/resmlp_12_224_training.txt
benchmarks/dynamo/microbenchmarks/operator_inp_logs/timm_train/resnest101e_training.txt
benchmarks/dynamo/microbenchmarks/operator_inp_logs/timm_train/resnet18_training.txt
benchmarks/dynamo/microbenchmarks/operator_inp_logs/timm_train/rexnet_100_training.txt
benchmarks/dynamo/microbenchmarks/operator_inp_logs/timm_train/sebotnet33ts_256_training.txt
benchmarks/dynamo/microbenchmarks/operator_inp_logs/timm_train/selecsls42b_training.txt
benchmarks/dynamo/microbenchmarks/operator_inp_logs/timm_train/spnasnet_100_training.txt
benchmarks/dynamo/microbenchmarks/operator_inp_logs/timm_train/swin_base_patch4_window7_224_training.txt
benchmarks/dynamo/microbenchmarks/operator_inp_logs/timm_train/swsl_resnext101_32x16d_training.txt
benchmarks/dynamo/microbenchmarks/operator_inp_logs/timm_train/tf_efficientnet_b0_training.txt
benchmarks/dynamo/microbenchmarks/operator_inp_logs/timm_train/tf_mixnet_l_training.txt
benchmarks/dynamo/microbenchmarks/operator_inp_logs/timm_train/tinynet_a_training.txt
benchmarks/dynamo/microbenchmarks/operator_inp_logs/timm_train/tnt_s_patch16_224_training.txt
benchmarks/dynamo/microbenchmarks/operator_inp_logs/timm_train/twins_pcpvt_base_training.txt
benchmarks/dynamo/microbenchmarks/operator_inp_logs/timm_train/visformer_small_training.txt
benchmarks/dynamo/microbenchmarks/operator_inp_logs/timm_train/vit_base_patch16_224_training.txt
benchmarks/dynamo/microbenchmarks/operator_inp_logs/timm_train/volo_d1_224_training.txt
benchmarks/dynamo/microbenchmarks/operator_inp_logs/torchbench_train/BERT_pytorch_training.txt
benchmarks/dynamo/microbenchmarks/operator_inp_logs/torchbench_train/Background_Matting_training.txt
benchmarks/dynamo/microbenchmarks/operator_inp_logs/torchbench_train/LearningToPaint_training.txt
benchmarks/dynamo/microbenchmarks/operator_inp_logs/torchbench_train/Super_SloMo_training.txt
benchmarks/dynamo/microbenchmarks/operator_inp_logs/torchbench_train/alexnet_training.txt
benchmarks/dynamo/microbenchmarks/operator_inp_logs/torchbench_train/attention_is_all_you_need_pytorch_training.txt
benchmarks/dynamo/microbenchmarks/operator_inp_logs/torchbench_train/dcgan_training.txt
benchmarks/dynamo/microbenchmarks/operator_inp_logs/torchbench_train/densenet121_training.txt
benchmarks/dynamo/microbenchmarks/operator_inp_logs/torchbench_train/fambench_dlrm_training.txt
benchmarks/dynamo/microbenchmarks/operator_inp_logs/torchbench_train/fastNLP_Bert_training.txt
benchmarks/dynamo/microbenchmarks/operator_inp_logs/torchbench_train/hf_Albert_training.txt
benchmarks/dynamo/microbenchmarks/operator_inp_logs/torchbench_train/hf_Bart_training.txt
benchmarks/dynamo/microbenchmarks/operator_inp_logs/torchbench_train/hf_Bert_training.txt
benchmarks/dynamo/microbenchmarks/operator_inp_logs/torchbench_train/hf_BigBird_training.txt
benchmarks/dynamo/microbenchmarks/operator_inp_logs/torchbench_train/hf_DistilBert_training.txt
benchmarks/dynamo/microbenchmarks/operator_inp_logs/torchbench_train/hf_GPT2_training.txt
benchmarks/dynamo/microbenchmarks/operator_inp_logs/torchbench_train/hf_Longformer_training.txt
benchmarks/dynamo/microbenchmarks/operator_inp_logs/torchbench_train/maml_omniglot_training.txt
benchmarks/dynamo/microbenchmarks/operator_inp_logs/torchbench_train/mnasnet1_0_training.txt
benchmarks/dynamo/microbenchmarks/operator_inp_logs/torchbench_train/mobilenet_v2_training.txt
benchmarks/dynamo/microbenchmarks/operator_inp_logs/torchbench_train/mobilenet_v3_large_training.txt
benchmarks/dynamo/microbenchmarks/operator_inp_logs/torchbench_train/nvidia_deeprecommender_training.txt
benchmarks/dynamo/microbenchmarks/operator_inp_logs/torchbench_train/pytorch_CycleGAN_and_pix2pix_training.txt
benchmarks/dynamo/microbenchmarks/operator_inp_logs/torchbench_train/pytorch_stargan_training.txt
benchmarks/dynamo/microbenchmarks/operator_inp_logs/torchbench_train/pytorch_struct_training.txt
benchmarks/dynamo/microbenchmarks/operator_inp_logs/torchbench_train/pytorch_unet_training.txt
benchmarks/dynamo/microbenchmarks/operator_inp_logs/torchbench_train/resnet18_training.txt
benchmarks/dynamo/microbenchmarks/operator_inp_logs/torchbench_train/resnet50_training.txt
benchmarks/dynamo/microbenchmarks/operator_inp_logs/torchbench_train/resnext50_32x4d_training.txt
benchmarks/dynamo/microbenchmarks/operator_inp_logs/torchbench_train/shufflenet_v2_x1_0_training.txt
benchmarks/dynamo/microbenchmarks/operator_inp_logs/torchbench_train/speech_transformer_training.txt
benchmarks/dynamo/microbenchmarks/operator_inp_logs/torchbench_train/squeezenet1_1_training.txt
benchmarks/dynamo/microbenchmarks/operator_inp_logs/torchbench_train/timm_efficientdet_training.txt
benchmarks/dynamo/microbenchmarks/operator_inp_logs/torchbench_train/timm_efficientnet_training.txt
benchmarks/dynamo/microbenchmarks/operator_inp_logs/torchbench_train/timm_nfnet_training.txt
benchmarks/dynamo/microbenchmarks/operator_inp_logs/torchbench_train/timm_regnet_training.txt
benchmarks/dynamo/microbenchmarks/operator_inp_logs/torchbench_train/timm_resnest_training.txt
benchmarks/dynamo/microbenchmarks/operator_inp_logs/torchbench_train/timm_vision_transformer_training.txt
benchmarks/dynamo/microbenchmarks/operator_inp_logs/torchbench_train/timm_vovnet_training.txt
benchmarks/dynamo/microbenchmarks/operator_inp_logs/torchbench_train/tts_angular_training.txt
benchmarks/dynamo/microbenchmarks/operator_inp_logs/torchbench_train/vgg16_training.txt
benchmarks/dynamo/microbenchmarks/operator_inp_logs/torchbench_train/vision_maskrcnn_training.txt
benchmarks/dynamo/microbenchmarks/operator_inp_logs/torchbench_train/yolov3_training.txt
benchmarks/dynamo/pr_time_benchmarks/README.md
benchmarks/dynamo/pr_time_benchmarks/__init__.py
benchmarks/dynamo/pr_time_benchmarks/benchmark_runner.sh
benchmarks/dynamo/pr_time_benchmarks/check_results.py
benchmarks/dynamo/pr_time_benchmarks/expected_results.csv
benchmarks/dynamo/pr_time_benchmarks/log_benchmarking_time.py
benchmarks/dynamo/pr_time_benchmarks/benchmarks/add_loop.py
benchmarks/dynamo/pr_time_benchmarks/benchmarks/aotdispatcher.py
benchmarks/dynamo/pr_time_benchmarks/benchmarks/aotdispatcher_partitioner.py
benchmarks/dynamo/pr_time_benchmarks/benchmarks/aotdispatcher_partitioner2.py
benchmarks/dynamo/pr_time_benchmarks/benchmarks/basic_modules_benchmarks.py
benchmarks/dynamo/pr_time_benchmarks/benchmarks/benchmark_base.py
benchmarks/dynamo/pr_time_benchmarks/benchmarks/dtensor.py
benchmarks/dynamo/pr_time_benchmarks/benchmarks/dynamo_inline.py
benchmarks/dynamo/pr_time_benchmarks/benchmarks/float_args.py
benchmarks/dynamo/pr_time_benchmarks/benchmarks/mm_loop.py
benchmarks/dynamo/pr_time_benchmarks/benchmarks/nested_module.py
benchmarks/dynamo/pr_time_benchmarks/benchmarks/runtime_overhead.py
benchmarks/dynamo/pr_time_benchmarks/benchmarks/sum_floordiv.py
benchmarks/dynamo/pr_time_benchmarks/benchmarks/symint_sum.py
benchmarks/dynamo/pr_time_benchmarks/benchmarks/unbind_split_flip_cat.py
benchmarks/dynamo/pr_time_benchmarks/benchmarks/update_hint_benchmark.py
benchmarks/dynamo/pr_time_benchmarks/test_check_result/expected_test.csv
benchmarks/dynamo/pr_time_benchmarks/test_check_result/result_test.csv
benchmarks/fastrnns/README.md
benchmarks/fastrnns/__init__.py
benchmarks/fastrnns/bench.py
benchmarks/fastrnns/cells.py
benchmarks/fastrnns/conftest.py
benchmarks/fastrnns/custom_lstms.py
benchmarks/fastrnns/factory.py
benchmarks/fastrnns/fuser.py
benchmarks/fastrnns/profile.py
benchmarks/fastrnns/runner.py
benchmarks/fastrnns/scratch.py
benchmarks/fastrnns/test.py
benchmarks/fastrnns/test_bench.py
benchmarks/framework_overhead_benchmark/SimpleAddModule.py
benchmarks/framework_overhead_benchmark/framework_overhead_benchmark.py
benchmarks/framework_overhead_benchmark/pt_wrapper_module.py
benchmarks/framework_overhead_benchmark/utils.py
benchmarks/functional_autograd_benchmark/README.md
benchmarks/functional_autograd_benchmark/audio_text_models.py
benchmarks/functional_autograd_benchmark/compare.py
benchmarks/functional_autograd_benchmark/functional_autograd_benchmark.py
benchmarks/functional_autograd_benchmark/ppl_models.py
benchmarks/functional_autograd_benchmark/torchaudio_models.py
benchmarks/functional_autograd_benchmark/torchvision_models.py
benchmarks/functional_autograd_benchmark/utils.py
benchmarks/functional_autograd_benchmark/vision_models.py
benchmarks/fuser/plot_speedups.py
benchmarks/fuser/run_benchmarks.py
benchmarks/gpt_fast/benchmark.py
benchmarks/gpt_fast/common.py
benchmarks/gpt_fast/generate.py
benchmarks/gpt_fast/mixtral_moe_model.py
benchmarks/gpt_fast/mixtral_moe_quantize.py
benchmarks/gpt_fast/model.py
benchmarks/gpt_fast/quantize.py
benchmarks/inductor_backends/cutlass.py
benchmarks/inference/CHANGELOG.md
benchmarks/inference/README.md
benchmarks/inference/process_metrics.py
benchmarks/inference/runner.sh
benchmarks/inference/server.py
benchmarks/inference/results/output_128_false.md
benchmarks/inference/results/output_128_true.md
benchmarks/inference/results/output_1_false.md
benchmarks/inference/results/output_1_true.md
benchmarks/inference/results/output_256_false.md
benchmarks/inference/results/output_256_true.md
benchmarks/inference/results/output_32_false.md
benchmarks/inference/results/output_32_true.md
benchmarks/inference/results/output_64_false.md
benchmarks/inference/results/output_64_true.md
benchmarks/inference/src/avg_latency_plot.png
benchmarks/inference/src/throughput_plot.png
benchmarks/instruction_counts/README.md
benchmarks/instruction_counts/main.py
benchmarks/instruction_counts/applications/__init__.py
benchmarks/instruction_counts/applications/ci.py
benchmarks/instruction_counts/core/__init__.py
benchmarks/instruction_counts/core/api.py
benchmarks/instruction_counts/core/expand.py
benchmarks/instruction_counts/core/types.py
benchmarks/instruction_counts/core/utils.py
benchmarks/instruction_counts/definitions/__init__.py
benchmarks/instruction_counts/definitions/setup.py
benchmarks/instruction_counts/definitions/standard.py
benchmarks/instruction_counts/execution/__init__.py
benchmarks/instruction_counts/execution/runner.py
benchmarks/instruction_counts/execution/work.py
benchmarks/instruction_counts/worker/__init__.py
benchmarks/instruction_counts/worker/main.py
benchmarks/nested/nested_bmm_bench.py
benchmarks/operator_benchmark/README.md
benchmarks/operator_benchmark/__init__.py
benchmarks/operator_benchmark/aarch64_expected_ci_operator_benchmark_eager_float32_cpu.csv
benchmarks/operator_benchmark/benchmark_all_other_test.py
benchmarks/operator_benchmark/benchmark_all_quantized_test.py
benchmarks/operator_benchmark/benchmark_all_test.py
benchmarks/operator_benchmark/benchmark_core.py
benchmarks/operator_benchmark/benchmark_pytorch.py
benchmarks/operator_benchmark/benchmark_runner.py
benchmarks/operator_benchmark/benchmark_test_generator.py
benchmarks/operator_benchmark/benchmark_utils.py
benchmarks/operator_benchmark/check_perf_csv.py
benchmarks/operator_benchmark/operator_benchmark.py
benchmarks/operator_benchmark/x86_64_expected_ci_operator_benchmark_eager_float32_cpu.csv
benchmarks/operator_benchmark/common/__init__.py
benchmarks/operator_benchmark/common/repeat_benchmark.py
benchmarks/operator_benchmark/common/tests/add_ops_list_test.py
benchmarks/operator_benchmark/common/tests/jit_forward_test.py
benchmarks/operator_benchmark/common/tests/pt_backward_test.py
benchmarks/operator_benchmark/common/tests/pt_configs_list_test.py
benchmarks/operator_benchmark/common/tests/pt_cpu_gpu_forward_backward_test.py
benchmarks/operator_benchmark/common/tests/random_sample_test.py
benchmarks/operator_benchmark/pt/__init__.py
benchmarks/operator_benchmark/pt/activation_test.py
benchmarks/operator_benchmark/pt/add_test.py
benchmarks/operator_benchmark/pt/addmm_test.py
benchmarks/operator_benchmark/pt/ao_sparsifier_test.py
benchmarks/operator_benchmark/pt/arange_test.py
benchmarks/operator_benchmark/pt/as_strided_test.py
benchmarks/operator_benchmark/pt/batchnorm_test.py
benchmarks/operator_benchmark/pt/binary_inplace_test.py
benchmarks/operator_benchmark/pt/binary_test.py
benchmarks/operator_benchmark/pt/bmm_test.py
benchmarks/operator_benchmark/pt/boolean_test.py
benchmarks/operator_benchmark/pt/cat_test.py
benchmarks/operator_benchmark/pt/channel_shuffle_test.py
benchmarks/operator_benchmark/pt/chunk_test.py
benchmarks/operator_benchmark/pt/clip_ranges_test.py
benchmarks/operator_benchmark/pt/configs.py
benchmarks/operator_benchmark/pt/conv_test.py
benchmarks/operator_benchmark/pt/diag_test.py
benchmarks/operator_benchmark/pt/embeddingbag_test.py
benchmarks/operator_benchmark/pt/fill_test.py
benchmarks/operator_benchmark/pt/gather_test.py
benchmarks/operator_benchmark/pt/gelu_test.py
benchmarks/operator_benchmark/pt/groupnorm_test.py
benchmarks/operator_benchmark/pt/hardsigmoid_test.py
benchmarks/operator_benchmark/pt/hardswish_test.py
benchmarks/operator_benchmark/pt/index_add__test.py
benchmarks/operator_benchmark/pt/index_select_test.py
benchmarks/operator_benchmark/pt/instancenorm_test.py
benchmarks/operator_benchmark/pt/interpolate_test.py
benchmarks/operator_benchmark/pt/layernorm_test.py
benchmarks/operator_benchmark/pt/linear_prepack_fp16_test.py
benchmarks/operator_benchmark/pt/linear_test.py
benchmarks/operator_benchmark/pt/linear_unpack_fp16_test.py
benchmarks/operator_benchmark/pt/matmul_test.py
benchmarks/operator_benchmark/pt/matrix_mult_test.py
benchmarks/operator_benchmark/pt/mm_test.py
benchmarks/operator_benchmark/pt/nan_to_num_test.py
benchmarks/operator_benchmark/pt/norm_test.py
benchmarks/operator_benchmark/pt/optimizer_test.py
benchmarks/operator_benchmark/pt/pool_test.py
benchmarks/operator_benchmark/pt/qactivation_test.py
benchmarks/operator_benchmark/pt/qarithmetic_test.py
benchmarks/operator_benchmark/pt/qatembedding_ops_test.py
benchmarks/operator_benchmark/pt/qbatchnorm_test.py
benchmarks/operator_benchmark/pt/qcat_test.py
benchmarks/operator_benchmark/pt/qcomparators_test.py
benchmarks/operator_benchmark/pt/qconv_test.py
benchmarks/operator_benchmark/pt/qembedding_bag_lookups_test.py
benchmarks/operator_benchmark/pt/qembedding_pack_test.py
benchmarks/operator_benchmark/pt/qembeddingbag_test.py
benchmarks/operator_benchmark/pt/qgroupnorm_test.py
benchmarks/operator_benchmark/pt/qinstancenorm_test.py
benchmarks/operator_benchmark/pt/qinterpolate_test.py
benchmarks/operator_benchmark/pt/qlayernorm_test.py
benchmarks/operator_benchmark/pt/qlinear_test.py
benchmarks/operator_benchmark/pt/qobserver_test.py
benchmarks/operator_benchmark/pt/qpool_test.py
benchmarks/operator_benchmark/pt/qrnn_test.py
benchmarks/operator_benchmark/pt/qtensor_method_test.py
benchmarks/operator_benchmark/pt/quantization_test.py
benchmarks/operator_benchmark/pt/qunary_test.py
benchmarks/operator_benchmark/pt/remainder_test.py
benchmarks/operator_benchmark/pt/scaled_grouped_mm_test.py
benchmarks/operator_benchmark/pt/scaled_mm_common.py
benchmarks/operator_benchmark/pt/scaled_mm_test.py
benchmarks/operator_benchmark/pt/softmax_test.py
benchmarks/operator_benchmark/pt/split_test.py
benchmarks/operator_benchmark/pt/stack_test.py
benchmarks/operator_benchmark/pt/sum_test.py
benchmarks/operator_benchmark/pt/tensor_to_test.py
benchmarks/operator_benchmark/pt/ternary_test.py
benchmarks/operator_benchmark/pt/topk_test.py
benchmarks/operator_benchmark/pt/unary_test.py
benchmarks/operator_benchmark/pt/where_test.py
benchmarks/operator_benchmark/pt_extension/cpp_extension_test.py
benchmarks/operator_benchmark/pt_extension/extension.cpp
benchmarks/operator_benchmark/pt_extension/setup.py
benchmarks/overrides_benchmark/README.md
benchmarks/overrides_benchmark/bench.py
benchmarks/overrides_benchmark/common.py
benchmarks/overrides_benchmark/pyspybench.py
benchmarks/profiler_benchmark/profiler_bench.py
benchmarks/profiler_benchmark/resnet_memory_profiler.py
benchmarks/record_function_benchmark/record_function_bench.py
benchmarks/serialization/export_save_linear_bench.py
benchmarks/serialization/nested_annotation_str.py
benchmarks/serialization/simple_measurement.py
benchmarks/sparse/README.md
benchmarks/sparse/__init__.py
benchmarks/sparse/spmm.py
benchmarks/sparse/spmv.py
benchmarks/sparse/test_csr.sh
benchmarks/sparse/triton_ops.py
benchmarks/sparse/utils.py
benchmarks/sparse/dlmc/README.md
benchmarks/sparse/dlmc/__init__.py
benchmarks/sparse/dlmc/matmul_bench.py
benchmarks/sparse/dlmc/test.sh
benchmarks/sparse/dlmc/utils.py
benchmarks/static_runtime/CMakeLists.txt
benchmarks/static_runtime/deep_wide_pt.cc
benchmarks/static_runtime/deep_wide_pt.h
benchmarks/static_runtime/deep_wide_pt_bench.cc
benchmarks/static_runtime/test_cpu_fusion.cc
benchmarks/static_runtime/test_generated_ops.cc
benchmarks/static_runtime/test_static_module.cc
benchmarks/static_runtime/test_static_runtime.cc
benchmarks/static_runtime/test_utils.cc
benchmarks/static_runtime/test_utils.h
benchmarks/tensorexpr/HowToRun.md
benchmarks/tensorexpr/__main__.py
benchmarks/tensorexpr/attention.py
benchmarks/tensorexpr/benchmark.py
benchmarks/tensorexpr/broadcast.py
benchmarks/tensorexpr/concat.py
benchmarks/tensorexpr/conv.py
benchmarks/tensorexpr/elementwise.py
benchmarks/tensorexpr/matmul.py
benchmarks/tensorexpr/microbenchmarks.py
benchmarks/tensorexpr/nnc.png
benchmarks/tensorexpr/normalization.py
benchmarks/tensorexpr/pooling.py
benchmarks/tensorexpr/pt_engine.py
benchmarks/tensorexpr/reduction.py
benchmarks/tensorexpr/rnn_eltwise.py
benchmarks/tensorexpr/softmax.py
benchmarks/tensorexpr/swish.py
benchmarks/tensorexpr/tensor_engine.py
benchmarks/transformer/attention_bias_benchmarks.py
benchmarks/transformer/better_transformer_vs_mha_functional.py
benchmarks/transformer/config_utils.py
benchmarks/transformer/score_mod.py
benchmarks/transformer/sdp.py
benchmarks/transformer/sdpa.py
benchmarks/transformer/configs/config_basic.yaml
binaries/CMakeLists.txt
binaries/aot_model_compiler.cc
binaries/at_launch_benchmark.cc
binaries/compare_models_torch.cc
binaries/core_overhead_benchmark.cc
binaries/dump_operator_names.cc
binaries/lite_interpreter_model_load.cc
binaries/load_benchmark_torch.cc
binaries/optimize_for_mobile.cc
binaries/parallel_info.cc
binaries/record_function_benchmark.cc
binaries/speed_benchmark_torch.cc
c10/BUCK.oss
c10/BUILD.bazel
c10/CMakeLists.txt
c10/build.bzl
c10/ovrsource_defs.bzl
c10/benchmark/BUILD.bazel
c10/benchmark/CMakeLists.txt
c10/benchmark/build.bzl
c10/benchmark/intrusive_ptr_benchmark.cpp
c10/core/Allocator.cpp
c10/core/Allocator.h
c10/core/AllocatorConfig.cpp
c10/core/AllocatorConfig.h
c10/core/AutogradState.cpp
c10/core/AutogradState.h
c10/core/BUILD.bazel
c10/core/Backend.h
c10/core/CPUAllocator.cpp
c10/core/CPUAllocator.h
c10/core/CachingDeviceAllocator.cpp
c10/core/CachingDeviceAllocator.h
c10/core/CompileTimeFunctionPointer.h
c10/core/ConstantSymNodeImpl.cpp
c10/core/ConstantSymNodeImpl.h
c10/core/Contiguity.h
c10/core/CopyBytes.cpp
c10/core/CopyBytes.h
c10/core/DefaultDtype.cpp
c10/core/DefaultDtype.h
c10/core/DefaultTensorOptions.h
c10/core/Device.cpp
c10/core/Device.h
c10/core/DeviceArray.h
c10/core/DeviceCapability.h
c10/core/DeviceGuard.h
c10/core/DeviceType.cpp
c10/core/DeviceType.h
c10/core/DispatchKey.cpp
c10/core/DispatchKey.h
c10/core/DispatchKeySet.cpp
c10/core/DispatchKeySet.h
c10/core/DynamicCast.h
c10/core/Event.h
c10/core/GeneratorImpl.cpp
c10/core/GeneratorImpl.h
c10/core/GradMode.cpp
c10/core/GradMode.h
c10/core/InferenceMode.cpp
c10/core/InferenceMode.h
c10/core/Layout.h
c10/core/MemoryFormat.h
c10/core/OptionalRef.h
c10/core/PyHandleCache.h
c10/core/QEngine.h
c10/core/QScheme.h
c10/core/RefcountedDeleter.cpp
c10/core/RefcountedDeleter.h
c10/core/SafePyObject.cpp
c10/core/SafePyObject.h
c10/core/Scalar.cpp
c10/core/Scalar.h
c10/core/ScalarType.cpp
c10/core/ScalarType.h
c10/core/ScalarTypeToTypeMeta.h
c10/core/Storage.cpp
c10/core/Storage.h
c10/core/StorageImpl.cpp
c10/core/StorageImpl.h
c10/core/StorageMaterializer.h
c10/core/Stream.cpp
c10/core/Stream.h
c10/core/StreamGuard.h
c10/core/SymBool.cpp
c10/core/SymBool.h
c10/core/SymFloat.cpp
c10/core/SymFloat.h
c10/core/SymInt.cpp
c10/core/SymInt.h
c10/core/SymIntArrayRef.cpp
c10/core/SymIntArrayRef.h
c10/core/SymNodeImpl.cpp
c10/core/SymNodeImpl.h
c10/core/SymbolicShapeMeta.cpp
c10/core/SymbolicShapeMeta.h
c10/core/TensorImpl.cpp
c10/core/TensorImpl.h
c10/core/TensorOptions.cpp
c10/core/TensorOptions.h
c10/core/UndefinedTensorImpl.cpp
c10/core/UndefinedTensorImpl.h
c10/core/WrapDimMinimal.cpp
c10/core/WrapDimMinimal.h
c10/core/alignment.h
c10/core/build.bzl
c10/core/thread_pool.cpp
c10/core/thread_pool.h
c10/core/impl/COW.cpp
c10/core/impl/COW.h
c10/core/impl/COWDeleter.cpp
c10/core/impl/COWDeleter.h
c10/core/impl/DeviceGuardImplInterface.cpp
c10/core/impl/DeviceGuardImplInterface.h
c10/core/impl/FakeGuardImpl.h
c10/core/impl/GPUTrace.cpp
c10/core/impl/GPUTrace.h
c10/core/impl/InlineDeviceGuard.h
c10/core/impl/InlineEvent.h
c10/core/impl/InlineStreamGuard.h
c10/core/impl/LocalDispatchKeySet.cpp
c10/core/impl/LocalDispatchKeySet.h
c10/core/impl/PyInterpreter.cpp
c10/core/impl/PyInterpreter.h
c10/core/impl/PyInterpreterHooks.cpp
c10/core/impl/PyInterpreterHooks.h
c10/core/impl/PyObjectSlot.h
c10/core/impl/PythonDispatcherTLS.cpp
c10/core/impl/PythonDispatcherTLS.h
c10/core/impl/README-cow.md
c10/core/impl/README.md
c10/core/impl/SizesAndStrides.cpp
c10/core/impl/SizesAndStrides.h
c10/core/impl/TorchDispatchModeTLS.cpp
c10/core/impl/TorchDispatchModeTLS.h
c10/core/impl/VirtualGuardImpl.h
c10/core/impl/alloc_cpu.cpp
c10/core/impl/alloc_cpu.h
c10/cuda/BUILD.bazel
c10/cuda/CMakeLists.txt
c10/cuda/CUDAAlgorithm.h
c10/cuda/CUDAAllocatorConfig.cpp
c10/cuda/CUDAAllocatorConfig.h
c10/cuda/CUDACachingAllocator.cpp
c10/cuda/CUDACachingAllocator.h
c10/cuda/CUDADeviceAssertion.h
c10/cuda/CUDADeviceAssertionHost.cpp
c10/cuda/CUDADeviceAssertionHost.h
c10/cuda/CUDAEvent.h
c10/cuda/CUDAException.cpp
c10/cuda/CUDAException.h
c10/cuda/CUDAFunctions.cpp
c10/cuda/CUDAFunctions.h
c10/cuda/CUDAGraphsC10Utils.h
c10/cuda/CUDAGuard.h
c10/cuda/CUDAMacros.h
c10/cuda/CUDAMallocAsyncAllocator.cpp
c10/cuda/CUDAMathCompat.h
c10/cuda/CUDAMiscFunctions.cpp
c10/cuda/CUDAMiscFunctions.h
c10/cuda/CUDAStream.cpp
c10/cuda/CUDAStream.h
c10/cuda/PeerToPeerAccess.cpp
c10/cuda/PeerToPeerAccess.h
c10/cuda/README.md
c10/cuda/build.bzl
c10/cuda/driver_api.cpp
c10/cuda/driver_api.h
c10/cuda/impl/CUDAGuardImpl.cpp
c10/cuda/impl/CUDAGuardImpl.h
c10/cuda/impl/CUDATest.cpp
c10/cuda/impl/CUDATest.h
c10/cuda/impl/cuda_cmake_macros.h.in
c10/cuda/test/BUILD.bazel
c10/cuda/test/CMakeLists.txt
c10/cuda/test/build.bzl
c10/cuda/test/impl/CUDAAssertionsTest_1_var_test.cu
c10/cuda/test/impl/CUDAAssertionsTest_catches_stream.cu
c10/cuda/test/impl/CUDAAssertionsTest_catches_thread_and_block_and_device.cu
c10/cuda/test/impl/CUDAAssertionsTest_from_2_processes.cu
c10/cuda/test/impl/CUDAAssertionsTest_multiple_writes_from_blocks_and_threads.cu
c10/cuda/test/impl/CUDAAssertionsTest_multiple_writes_from_multiple_blocks.cu
c10/cuda/test/impl/CUDAAssertionsTest_multiple_writes_from_same_block.cu
c10/cuda/test/impl/CUDATest.cpp
c10/hip/CMakeLists.txt
c10/macros/BUILD.bazel
c10/macros/Export.h
c10/macros/Macros.h
c10/macros/build.bzl
c10/macros/cmake_macros.h
c10/metal/atomic.h
c10/metal/common.h
c10/metal/error.h
c10/metal/expm1f.h
c10/metal/igamma.h
c10/metal/indexing.h
c10/metal/random.h
c10/metal/reduction_utils.h
c10/metal/special_math.h
c10/metal/utils.h
c10/mobile/BUILD.bazel
c10/mobile/CPUCachingAllocator.cpp
c10/mobile/CPUCachingAllocator.h
c10/mobile/CPUProfilingAllocator.cpp
c10/mobile/CPUProfilingAllocator.h
c10/mobile/build.bzl
c10/test/BUILD.bazel
c10/test/CMakeLists.txt
c10/test/build.bzl
c10/test/core/AllocatorConfig_test.cpp
c10/test/core/CompileTimeFunctionPointer_test.cpp
c10/test/core/DeviceGuard_test.cpp
c10/test/core/Device_test.cpp
c10/test/core/DispatchKeySet_test.cpp
c10/test/core/Scalar_test.cpp
c10/test/core/StreamGuard_test.cpp
c10/test/core/SymInt_test.cpp
c10/test/core/impl/InlineDeviceGuard_test.cpp
c10/test/core/impl/InlineStreamGuard_test.cpp
c10/test/core/impl/SizesAndStrides_test.cpp
c10/test/core/impl/cow_test.cpp
c10/test/util/ArrayRef_test.cpp
c10/test/util/Bitset_test.cpp
c10/test/util/ConstexprCrc_test.cpp
c10/test/util/DeadlockDetection_test.cpp
c10/test/util/Enumerate_test.cpp
c10/test/util/Half_test.cpp
c10/test/util/IntrusiveList_test.cpp
c10/test/util/LeftRight_test.cpp
c10/test/util/Macros.h
c10/test/util/NetworkFlow_test.cpp
c10/test/util/Semaphore_test.cpp
c10/test/util/Synchronized_test.cpp
c10/test/util/ThreadLocalDebugInfo_test.cpp
c10/test/util/ThreadLocal_test.cpp
c10/test/util/TypeIndex_test.cpp
c10/test/util/WaitCounter_test.cpp
c10/test/util/accumulate_test.cpp
c10/test/util/bfloat16_test.cpp
c10/test/util/bit_cast_test.cpp
c10/test/util/complex_math_test.cpp
c10/test/util/complex_math_test_common.h
c10/test/util/complex_test.cpp
c10/test/util/complex_test_common.h
c10/test/util/cpp17_header_build_check.cpp
c10/test/util/error_test.cpp
c10/test/util/exception_test.cpp
c10/test/util/flags_test.cpp
c10/test/util/generic_math_test.cpp
c10/test/util/intrusive_ptr_test.cpp
c10/test/util/irange_test.cpp
c10/test/util/lazy_test.cpp
c10/test/util/logging_test.cpp
c10/test/util/nofatal_test.cpp
c10/test/util/optional_test.cpp
c10/test/util/ordered_preserving_dict_test.cpp
c10/test/util/registry_test.cpp
c10/test/util/small_vector_test.cpp
c10/test/util/ssize_test.cpp
c10/test/util/string_util_test.cpp
c10/test/util/string_view_test.cpp
c10/test/util/tempfile_test.cpp
c10/test/util/typeid_test.cpp
c10/util/AbortHandler.h
c10/util/AlignOf.h
c10/util/ApproximateClock.cpp
c10/util/ApproximateClock.h
c10/util/Array.h
c10/util/ArrayRef.h
c10/util/BFloat16-inl.h
c10/util/BFloat16-math.h
c10/util/BFloat16.h
c10/util/BUILD.bazel
c10/util/BUILD_MODE.bzl
c10/util/Backtrace.cpp
c10/util/Backtrace.h
c10/util/Bfloat16.cpp
c10/util/Bitset.h
c10/util/C++17.h
c10/util/CallOnce.h
c10/util/ConstexprCrc.h
c10/util/DeadlockDetection.cpp
c10/util/DeadlockDetection.h
c10/util/Deprecated.h
c10/util/DimVector.h
c10/util/DynamicCounter.cpp
c10/util/DynamicCounter.h
c10/util/Enumerate.h
c10/util/Exception.cpp
c10/util/Exception.h
c10/util/ExclusivelyOwned.h
c10/util/ExclusivelyOwnedTensorTraits.h
c10/util/FbcodeMaps.h
c10/util/FileSystem.h
c10/util/Flags.h
c10/util/Float4_e2m1fn_x2.h
c10/util/Float8_e4m3fn-inl.h
c10/util/Float8_e4m3fn.cpp
c10/util/Float8_e4m3fn.h
c10/util/Float8_e4m3fnuz-inl.h
c10/util/Float8_e4m3fnuz.cpp
c10/util/Float8_e4m3fnuz.h
c10/util/Float8_e5m2-inl.h
c10/util/Float8_e5m2.cpp
c10/util/Float8_e5m2.h
c10/util/Float8_e5m2fnuz-inl.h
c10/util/Float8_e5m2fnuz.cpp
c10/util/Float8_e5m2fnuz.h
c10/util/Float8_e8m0fnu-inl.h
c10/util/Float8_e8m0fnu.cpp
c10/util/Float8_e8m0fnu.h
c10/util/FunctionRef.h
c10/util/Gauge.cpp
c10/util/Gauge.h
c10/util/Half-inl.h
c10/util/Half.cpp
c10/util/Half.h
c10/util/IdWrapper.h
c10/util/IntrusiveList.h
c10/util/Lazy.h
c10/util/LeftRight.cpp
c10/util/LeftRight.h
c10/util/Load.h
c10/util/Logging.cpp
c10/util/Logging.h
c10/util/MathConstants.cpp
c10/util/MathConstants.h
c10/util/MaybeOwned.h
c10/util/Metaprogramming.h
c10/util/NetworkFlow.cpp
c10/util/NetworkFlow.h
c10/util/Optional.cpp
c10/util/Optional.h
c10/util/OptionalArrayRef.h
c10/util/ParallelGuard.cpp
c10/util/ParallelGuard.h
c10/util/Registry.h
c10/util/ScopeExit.h
c10/util/Semaphore.h
c10/util/SmallBuffer.h
c10/util/SmallVector.cpp
c10/util/SmallVector.h
c10/util/StringUtil.cpp
c10/util/StringUtil.h
c10/util/Synchronized.h
c10/util/ThreadLocal.h
c10/util/ThreadLocalDebugInfo.cpp
c10/util/ThreadLocalDebugInfo.h
c10/util/Type.h
c10/util/TypeCast.cpp
c10/util/TypeCast.h
c10/util/TypeIndex.h
c10/util/TypeList.cpp
c10/util/TypeList.h
c10/util/TypeSafeSignMath.h
c10/util/TypeTraits.cpp
c10/util/TypeTraits.h
c10/util/Type_demangle.cpp
c10/util/Type_no_demangle.cpp
c10/util/Unicode.cpp
c10/util/Unicode.h
c10/util/UniqueVoidPtr.cpp
c10/util/UniqueVoidPtr.h
c10/util/Unroll.h
c10/util/WaitCounter.cpp
c10/util/WaitCounter.h
c10/util/WaitCounterDynamicBackend.h
c10/util/accumulate.h
c10/util/bit_cast.h
c10/util/bits.h
c10/util/build.bzl
c10/util/complex.h
c10/util/complex_math.cpp
c10/util/complex_math.h
c10/util/complex_utils.h
c10/util/copysign.h
c10/util/env.cpp
c10/util/env.h
c10/util/error.cpp
c10/util/error.h
c10/util/flags_use_gflags.cpp
c10/util/flags_use_no_gflags.cpp
c10/util/flat_hash_map.h
c10/util/floating_point_utils.h
c10/util/generic_math.h
c10/util/hash.h
c10/util/int128.cpp
c10/util/int128.h
c10/util/intrusive_ptr.cpp
c10/util/intrusive_ptr.h
c10/util/irange.h
c10/util/llvmMathExtras.h
c10/util/logging_common.h
c10/util/logging_is_google_glog.h
c10/util/logging_is_not_google_glog.h
c10/util/numa.cpp
c10/util/numa.h
c10/util/order_preserving_flat_hash_map.h
c10/util/overflows.h
c10/util/overloaded.h
c10/util/python_stub.h
c10/util/qint32.h
c10/util/qint8.h
c10/util/quint2x4.h
c10/util/quint4x2.h
c10/util/quint8.h
c10/util/safe_numerics.h
c10/util/signal_handler.cpp
c10/util/signal_handler.h
c10/util/sparse_bitset.h
c10/util/ssize.h
c10/util/static_tracepoint.h
c10/util/static_tracepoint_elfx86.h
c10/util/strides.h
c10/util/string_utils.h
c10/util/string_view.h
c10/util/strong_type.h
c10/util/tempfile.cpp
c10/util/tempfile.h
c10/util/thread_name.cpp
c10/util/thread_name.h
c10/util/typeid.cpp
c10/util/typeid.h
c10/util/win32-headers.h
c10/xpu/CMakeLists.txt
c10/xpu/PeerToPeerAccess.cpp
c10/xpu/PeerToPeerAccess.h
c10/xpu/XPUCachingAllocator.cpp
c10/xpu/XPUCachingAllocator.h
c10/xpu/XPUDeviceProp.h
c10/xpu/XPUEvent.h
c10/xpu/XPUException.h
c10/xpu/XPUFunctions.cpp
c10/xpu/XPUFunctions.h
c10/xpu/XPUGraphsC10Utils.h
c10/xpu/XPUMacros.h
c10/xpu/XPUStream.cpp
c10/xpu/XPUStream.h
c10/xpu/impl/XPUGuardImpl.cpp
c10/xpu/impl/XPUGuardImpl.h
c10/xpu/impl/xpu_cmake_macros.h.in
c10/xpu/test/CMakeLists.txt
c10/xpu/test/impl/XPUCachingAllocatorTest.cpp
c10/xpu/test/impl/XPUDeviceTest.cpp
c10/xpu/test/impl/XPUGuardTest.cpp
c10/xpu/test/impl/XPUStreamTest.cpp
c10/xpu/test/impl/XPUTest.h
caffe2/.clang-format
caffe2/CMakeLists.txt
caffe2/core/CMakeLists.txt
caffe2/core/common.cc
caffe2/core/common.h
caffe2/core/macros.h
caffe2/core/macros.h.in
caffe2/core/timer.h
caffe2/perfkernels/CMakeLists.txt
caffe2/perfkernels/common.h
caffe2/perfkernels/common_avx.cc
caffe2/perfkernels/common_avx2.cc
caffe2/perfkernels/common_sve.cc
caffe2/perfkernels/embedding_lookup_idx.cc
caffe2/perfkernels/embedding_lookup_idx.h
caffe2/perfkernels/embedding_lookup_idx_avx2.cc
caffe2/perfkernels/embedding_lookup_idx_sve.cc
caffe2/perfkernels/hp_emblookup_codegen.py
caffe2/perfkernels/sve_emblookup_codegen.py
caffe2/serialize/CMakeLists.txt
caffe2/serialize/crc.cc
caffe2/serialize/crc_alt.h
caffe2/serialize/file_adapter.cc
caffe2/serialize/file_adapter.h
caffe2/serialize/in_memory_adapter.h
caffe2/serialize/inline_container.cc
caffe2/serialize/inline_container.h
caffe2/serialize/inline_container_test.cc
caffe2/serialize/istream_adapter.cc
caffe2/serialize/istream_adapter.h
caffe2/serialize/read_adapter_interface.cc
caffe2/serialize/read_adapter_interface.h
caffe2/serialize/versions.h
caffe2/utils/CMakeLists.txt
caffe2/utils/fixed_divisor.h
caffe2/utils/proto_wrap.cc
caffe2/utils/proto_wrap.h
caffe2/utils/string_utils.cc
caffe2/utils/string_utils.h
caffe2/utils/threadpool/ThreadPool.cc
caffe2/utils/threadpool/ThreadPool.h
caffe2/utils/threadpool/ThreadPoolCommon.h
caffe2/utils/threadpool/WorkersPool.h
caffe2/utils/threadpool/pthreadpool-cpp.cc
caffe2/utils/threadpool/pthreadpool-cpp.h
caffe2/utils/threadpool/pthreadpool.cc
caffe2/utils/threadpool/pthreadpool.h
caffe2/utils/threadpool/pthreadpool_impl.cc
caffe2/utils/threadpool/thread_pool_guard.cpp
caffe2/utils/threadpool/thread_pool_guard.h
cmake/Allowlist.cmake
cmake/BLAS_ABI.cmake
cmake/BuildVariables.cmake
cmake/Caffe2Config.cmake.in
cmake/Codegen.cmake
cmake/DebugHelper.cmake
cmake/Dependencies.cmake
cmake/EnvVarForwarding.cmake
cmake/FileMirroring.cmake
cmake/FlatBuffers.cmake
cmake/IncludeSource.cpp.in
cmake/Metal.cmake
cmake/MiscCheck.cmake
cmake/PackageData.cmake
cmake/PreBuildSteps.cmake
cmake/ProtoBuf.cmake
cmake/ProtoBufPatch.cmake
cmake/Summary.cmake
cmake/TorchConfig.cmake.in
cmake/TorchConfigVersion.cmake.in
cmake/VulkanCodegen.cmake
cmake/VulkanDependencies.cmake
cmake/cmake_uninstall.cmake.in
cmake/prioritized_text.txt
cmake/External/EigenBLAS.cmake
cmake/External/aotriton.cmake
cmake/External/nccl.cmake
cmake/External/nnpack.cmake
cmake/External/rccl.cmake
cmake/External/ucc.cmake
cmake/Modules/FindACL.cmake
cmake/Modules/FindAPL.cmake
cmake/Modules/FindARM.cmake
cmake/Modules/FindAVX.cmake
cmake/Modules/FindAtlas.cmake
cmake/Modules/FindBLAS.cmake
cmake/Modules/FindBLIS.cmake
cmake/Modules/FindBenchmark.cmake
cmake/Modules/FindCUB.cmake
cmake/Modules/FindCUDAToolkit.cmake
cmake/Modules/FindCUDNN.cmake
cmake/Modules/FindCUDSS.cmake
cmake/Modules/FindCUSPARSELT.cmake
cmake/Modules/FindFlexiBLAS.cmake
cmake/Modules/FindGloo.cmake
cmake/Modules/FindITT.cmake
cmake/Modules/FindLAPACK.cmake
cmake/Modules/FindMAGMA.cmake
cmake/Modules/FindMKL.cmake
cmake/Modules/FindMKLDNN.cmake
cmake/Modules/FindNCCL.cmake
cmake/Modules/FindNuma.cmake
cmake/Modules/FindOpenBLAS.cmake
cmake/Modules/FindOpenMP.cmake
cmake/Modules/FindSYCLToolkit.cmake
cmake/Modules/FindSanitizer.cmake
cmake/Modules/FindVSX.cmake
cmake/Modules/FindZVECTOR.cmake
cmake/Modules/Findpybind11.cmake
cmake/Modules/FindvecLib.cmake
cmake/Modules/README.md
cmake/public/ComputeLibrary.cmake
cmake/public/LoadHIP.cmake
cmake/public/cuda.cmake
cmake/public/gflags.cmake
cmake/public/glog.cmake
cmake/public/mkl.cmake
cmake/public/mkldnn.cmake
cmake/public/protobuf.cmake
cmake/public/utils.cmake
cmake/public/xpu.cmake
docs/Makefile
docs/README.md
docs/libtorch.rst
docs/make.bat
docs/requirements.txt
docs/cpp/Makefile
docs/cpp/README.md
docs/cpp/check_coverage.py
docs/cpp/cpp_coverage.txt
docs/cpp/cpp_html_issues.txt
docs/cpp/source/Doxyfile
docs/cpp/source/check-doxygen.sh
docs/cpp/source/conf.py
docs/cpp/source/faq.md
docs/cpp/source/frontend.md
docs/cpp/source/index.md
docs/cpp/source/installing.md
docs/cpp/source/api/index.md
docs/cpp/source/api/aten/accessors.md
docs/cpp/source/api/aten/creation.md
docs/cpp/source/api/aten/index.md
docs/cpp/source/api/aten/indexing.md
docs/cpp/source/api/aten/tensor.md
docs/cpp/source/api/autograd/custom_functions.md
docs/cpp/source/api/autograd/gradient.md
docs/cpp/source/api/autograd/index.md
docs/cpp/source/api/autograd/modes.md
docs/cpp/source/api/c10/device.md
docs/cpp/source/api/c10/guards.md
docs/cpp/source/api/c10/index.md
docs/cpp/source/api/c10/streams.md
docs/cpp/source/api/c10/types.md
docs/cpp/source/api/c10/utilities.md
docs/cpp/source/api/cuda/guards.md
docs/cpp/source/api/cuda/index.md
docs/cpp/source/api/cuda/streams.md
docs/cpp/source/api/cuda/utilities.md
docs/cpp/source/api/data/dataloader.md
docs/cpp/source/api/data/datasets.md
docs/cpp/source/api/data/index.md
docs/cpp/source/api/data/samplers.md
docs/cpp/source/api/data/transforms.md
docs/cpp/source/api/library/custom_classes.md
docs/cpp/source/api/library/index.md
docs/cpp/source/api/library/registration.md
docs/cpp/source/api/library/versioning.md
docs/cpp/source/api/nn/activation.md
docs/cpp/source/api/nn/containers.md
docs/cpp/source/api/nn/convolution.md
docs/cpp/source/api/nn/dropout.md
docs/cpp/source/api/nn/embedding.md
docs/cpp/source/api/nn/functional.md
docs/cpp/source/api/nn/index.md
docs/cpp/source/api/nn/linear.md
docs/cpp/source/api/nn/loss.md
docs/cpp/source/api/nn/normalization.md
docs/cpp/source/api/nn/pooling.md
docs/cpp/source/api/nn/recurrent.md
docs/cpp/source/api/nn/transformer.md
docs/cpp/source/api/nn/utilities.md
docs/cpp/source/api/optim/adaptive.md
docs/cpp/source/api/optim/gradient_descent.md
docs/cpp/source/api/optim/index.md
docs/cpp/source/api/optim/schedulers.md
docs/cpp/source/api/optim/second_order.md
docs/cpp/source/api/serialize/archives.md
docs/cpp/source/api/serialize/checkpoints.md
docs/cpp/source/api/serialize/index.md
docs/cpp/source/api/serialize/save_load.md
docs/cpp/source/api/stable/index.md
docs/cpp/source/api/stable/operators.md
docs/cpp/source/api/stable/registration.md
docs/cpp/source/api/stable/utilities.md
docs/cpp/source/api/xpu/index.md
docs/cpp/source/api/xpu/streams.md
docs/cpp/source/api/xpu/utilities.md
docs/source/accelerator.md
docs/source/amp.md
docs/source/autograd.md
docs/source/backends.md
docs/source/benchmark_utils.md
docs/source/checkpoint.md
docs/source/complex_numbers.md
docs/source/conf.py
docs/source/config_mod.md
docs/source/cpp_extension.rst
docs/source/cpp_index.rst
docs/source/cpu.rst
docs/source/cuda._sanitizer.rst
docs/source/cuda.aliases.md
docs/source/cuda.md
docs/source/cuda.tunable.md
docs/source/cuda_environment_variables.rst
docs/source/cudnn_persistent_rnn.rst
docs/source/cudnn_rnn_determinism.rst
docs/source/data.md
docs/source/ddp_comm_hooks.md
docs/source/debugging_environment_variables.md
docs/source/deterministic.md
docs/source/distributed._dist2.md
docs/source/distributed.algorithms.join.md
docs/source/distributed.checkpoint.md
docs/source/distributed.elastic.md
docs/source/distributed.fsdp.fully_shard.md
docs/source/distributed.md
docs/source/distributed.optim.md
docs/source/distributed.pipelining.md
docs/source/distributed.tensor.md
docs/source/distributed.tensor.parallel.md
docs/source/distributions.md
docs/source/dlpack.md
docs/source/docutils.conf
docs/source/fft.md
docs/source/fsdp.md
docs/source/func.api.md
docs/source/func.batch_norm.md
docs/source/func.md
docs/source/func.migrating.md
docs/source/func.ux_limitations.md
docs/source/func.whirlwind_tour.md
docs/source/future_mod.md
docs/source/futures.md
docs/source/fx.experimental.md
docs/source/fx.md
docs/source/hub.md
docs/source/index.md
docs/source/jit_utils.md
docs/source/library.md
docs/source/linalg.md
docs/source/logging.md
docs/source/masked.md
docs/source/math-quantizer-equation.png
docs/source/meta.md
docs/source/miscellaneous_environment_variables.md
docs/source/mobile_optimizer.md
docs/source/model_zoo.md
docs/source/module_tracker.md
docs/source/monitor.md
docs/source/mps.md
docs/source/mps_environment_variables.md
docs/source/mtia.md
docs/source/mtia.memory.md
docs/source/mtia.mtia_graph.md
docs/source/multiprocessing.md
docs/source/name_inference.md
docs/source/named_tensor.md
docs/source/nativert.rst
docs/source/nested.md
docs/source/nn.aliases.md
docs/source/nn.attention.bias.md
docs/source/nn.attention.experimental.md
docs/source/nn.attention.flex_attention.md
docs/source/nn.attention.rst
docs/source/nn.attention.varlen.md
docs/source/nn.functional.rst
docs/source/nn.init.rst
docs/source/nn.rst
docs/source/notes.md
docs/source/onnx.md
docs/source/onnx_export.md
docs/source/onnx_ops.md
docs/source/onnx_testing.md
docs/source/onnx_verification.md
docs/source/optim.aliases.md
docs/source/optim.md
docs/source/package.md
docs/source/profiler.md
docs/source/pytorch-api.md
docs/source/quantization-support.aliases.md
docs/source/quantization-support.md
docs/source/quantization.rst
docs/source/random.md
docs/source/redirects.py
docs/source/rpc.md
docs/source/signal.md
docs/source/size.md
docs/source/sparse.rst
docs/source/special.md
docs/source/storage.md
docs/source/symmetric_memory.md
docs/source/tensor_attributes.rst
docs/source/tensor_view.rst
docs/source/tensorboard.rst
docs/source/tensors.rst
docs/source/testing.md
docs/source/threading_environment_variables.md
docs/source/torch.aliases.md
docs/source/torch.compiler_api.md
docs/source/torch.compiler_troubleshooting_old.md
docs/source/torch.intermediate_debug_printer.md
docs/source/torch.overrides.md
docs/source/torch.rst
docs/source/torch_cuda_memory.md
docs/source/torch_environment_variables.md
docs/source/torch_nccl_environment_variables.md
docs/source/type_info.md
docs/source/utils.md
docs/source/xpu.aliases.md
docs/source/xpu.md
docs/source/_static/css/copybutton.css
docs/source/_static/css/jit.css
docs/source/_static/img/aliastracker_graph.png
docs/source/_static/img/dynamic_graph.gif
docs/source/_static/img/meshgrid.png
docs/source/_static/img/pytorch-logo-dark-unstable.png
docs/source/_static/img/pytorch-logo-dark.png
docs/source/_static/img/pytorch-logo-dark.svg
docs/source/_static/img/pytorch-logo-flame.png
docs/source/_static/img/pytorch-logo-flame.svg
docs/source/_static/img/rpc_arch.png
docs/source/_static/img/tensor_illustration.png
docs/source/_static/img/aoti_debug_printer/after_launch.png
docs/source/_static/img/aoti_debug_printer/before_launch.png
docs/source/_static/img/aoti_debugging_guide/cuda_ima_cca.png
docs/source/_static/img/distributed_autograd/distributed_dependencies.png
docs/source/_static/img/distributed_autograd/distributed_dependencies_computed.png
docs/source/_static/img/distributed_autograd/local_dependencies.png
docs/source/_static/img/distributed_autograd/send_recv_functions.png
docs/source/_static/img/dynamic_shapes/dynamic_shapes_example_specialization.png
docs/source/_static/img/dynamic_shapes/tlparse10_debugging_guards_unbacked.png
docs/source/_static/img/dynamic_shapes/tlparse1_dynamic_shapes_false.png
docs/source/_static/img/dynamic_shapes/tlparse2_dynamic_shapes_true.png
docs/source/_static/img/dynamic_shapes/tlparse3_specialization.png
docs/source/_static/img/dynamic_shapes/tlparse4_pgo.png
docs/source/_static/img/dynamic_shapes/tlparse5_dynamic_shapes.png
docs/source/_static/img/dynamic_shapes/tlparse6_size_related_recompilations.png
docs/source/_static/img/dynamic_shapes/tlparse7_not_size_related_recompilations.png
docs/source/_static/img/dynamic_shapes/tlparse8_compilation_metrics.png
docs/source/_static/img/dynamic_shapes/tlparse9_debugging_guards.png
docs/source/_static/img/dynamo/TorchDynamo.png
docs/source/_static/img/dynamo/flowchart.jpg
docs/source/_static/img/dynamo/td_stack.png
docs/source/_static/img/dynamo/torchinductor_backend.png
docs/source/_static/img/export/draft_export_report.png
docs/source/_static/img/export/draft_export_report_dde.png
docs/source/_static/img/fine_grained_apis/api_diagram.png
docs/source/_static/img/fine_grained_apis/call_stack_diagram.png
docs/source/_static/img/inductor_profiling/inductor_code.png
docs/source/_static/img/inductor_profiling/kernel_breakdown.png
docs/source/_static/img/inductor_profiling/terminal_printout.png
docs/source/_static/img/inductor_profiling/trace.png
docs/source/_static/img/inductor_provenance/index.png
docs/source/_static/img/inductor_provenance/index_2.png
docs/source/_static/img/inductor_provenance/kernel_source_1.png
docs/source/_static/img/inductor_provenance/kernel_source_2.png
docs/source/_static/img/inductor_provenance/kernel_source_3.png
docs/source/_static/img/inductor_provenance/provenance_aot_inductor.png
docs/source/_static/img/inductor_provenance/provenance_jit_inductor.png
docs/source/_static/img/masked/tensor_comparison.jpg
docs/source/_static/img/nested/njt_visual.png
docs/source/_static/img/nn/layer_norm.jpg
docs/source/_static/img/onnx/onnx_dynamo_mlp_model.png
docs/source/_static/img/onnx/torch_dynamo_exporter_memory_usage.png
docs/source/_static/img/pipeline_parallelism/no_pipe.png
docs/source/_static/img/pipeline_parallelism/pipe.png
docs/source/_static/img/profiling_torch_compile/ac2g.png
docs/source/_static/img/profiling_torch_compile/basic_chrome_trace.png
docs/source/_static/img/profiling_torch_compile/compilation_profiling.png
docs/source/_static/img/profiling_torch_compile/cpu_bound.png
docs/source/_static/img/profiling_torch_compile/graph_breaks.png
docs/source/_static/img/profiling_torch_compile/graph_breaks_with_torch_compiled_region.png
docs/source/_static/img/profiling_torch_compile/kernel_launch_labeled.png
docs/source/_static/img/profiling_torch_compile/noninductor_triton_kernel.png
docs/source/_static/img/profiling_torch_compile/triton_kernel_launch.png
docs/source/_static/img/tensorboard/add_histogram.png
docs/source/_static/img/tensorboard/add_histogram_raw.png
docs/source/_static/img/tensorboard/add_hparam.png
docs/source/_static/img/tensorboard/add_image.png
docs/source/_static/img/tensorboard/add_images.png
docs/source/_static/img/tensorboard/add_scalar.png
docs/source/_static/img/tensorboard/add_scalars.png
docs/source/_static/img/tensorboard/hier_tags.png
docs/source/_static/img/torch_cuda_memory/active_memory_timeline.png
docs/source/_static/img/torch_cuda_memory/allocator_state_history.png
docs/source/_templates/classtemplate.rst
docs/source/_templates/sobolengine.rst
docs/source/_templates/autosummary/class.rst
docs/source/_templates/autosummary/classnoinheritance.rst
docs/source/accelerator/amp.md
docs/source/accelerator/autoload.md
docs/source/accelerator/ci.md
docs/source/accelerator/device.md
docs/source/accelerator/guard.md
docs/source/accelerator/hooks.md
docs/source/accelerator/index.md
docs/source/accelerator/operators.md
docs/source/accelerator/profiler.md
docs/source/community/build_ci_governance.rst
docs/source/community/contribution_guide.rst
docs/source/community/design.rst
docs/source/community/governance.rst
docs/source/community/index.rst
docs/source/community/persons_of_interest.rst
docs/source/elastic/agent.rst
docs/source/elastic/agent_diagram.jpg
docs/source/elastic/control_plane.rst
docs/source/elastic/customization.rst
docs/source/elastic/errors.rst
docs/source/elastic/etcd_rdzv_diagram.png
docs/source/elastic/events.rst
docs/source/elastic/examples.rst
docs/source/elastic/kubernetes.rst
docs/source/elastic/metrics.rst
docs/source/elastic/multiprocessing.rst
docs/source/elastic/numa.rst
docs/source/elastic/quickstart.rst
docs/source/elastic/rendezvous.rst
docs/source/elastic/run.rst
docs/source/elastic/subprocess_handler.rst
docs/source/elastic/timer.md
docs/source/elastic/train_script.md
docs/source/higher_order_ops/associative_scan.md
docs/source/higher_order_ops/cond.md
docs/source/higher_order_ops/index.md
docs/source/higher_order_ops/map.md
docs/source/higher_order_ops/scan.md
docs/source/higher_order_ops/while_loop.md
docs/source/notes/amp_examples.rst
docs/source/notes/autograd.rst
docs/source/notes/broadcasting.rst
docs/source/notes/cpu_threading_torchscript_inference.rst
docs/source/notes/cuda.rst
docs/source/notes/custom_operators.rst
docs/source/notes/ddp.rst
docs/source/notes/extending.func.rst
docs/source/notes/extending.rst
docs/source/notes/faq.rst
docs/source/notes/get_start_xpu.rst
docs/source/notes/gradcheck.md
docs/source/notes/hip.rst
docs/source/notes/large_scale_deployments.md
docs/source/notes/libtorch_stable_abi.md
docs/source/notes/local_tensor_tutorial.rst
docs/source/notes/mkldnn.rst
docs/source/notes/modules.rst
docs/source/notes/mps.rst
docs/source/notes/multiprocessing.rst
docs/source/notes/numerical_accuracy.rst
docs/source/notes/out.rst
docs/source/notes/randomness.rst
docs/source/notes/serialization.rst
docs/source/notes/windows.rst
docs/source/rpc/distributed_autograd.rst
docs/source/rpc/rref.rst
docs/source/scripts/build_activation_images.py
docs/source/scripts/build_lr_scheduler_images.py
docs/source/scripts/build_opsets.py
docs/source/scripts/exportdb/blurb.txt
docs/source/scripts/exportdb/generate_example_rst.py
docs/source/user_guide/index.md
docs/source/user_guide/pytorch_main_components.md
docs/source/user_guide/torch_compiler/advanced.md
docs/source/user_guide/torch_compiler/api_reference.md
docs/source/user_guide/torch_compiler/core_concepts.md
docs/source/user_guide/torch_compiler/export.md
docs/source/user_guide/torch_compiler/performance.md
docs/source/user_guide/torch_compiler/torch.compiler.config.md
docs/source/user_guide/torch_compiler/torch.compiler.md
docs/source/user_guide/torch_compiler/torch.compiler_aot_compile.md
docs/source/user_guide/torch_compiler/torch.compiler_aot_inductor.md
docs/source/user_guide/torch_compiler/torch.compiler_aot_inductor_debugging_guide.md
docs/source/user_guide/torch_compiler/torch.compiler_aot_inductor_minifier.md
docs/source/user_guide/torch_compiler/torch.compiler_backward.md
docs/source/user_guide/torch_compiler/torch.compiler_cudagraph_trees.md
docs/source/user_guide/torch_compiler/torch.compiler_custom_backends.md
docs/source/user_guide/torch_compiler/torch.compiler_dynamic_shapes.md
docs/source/user_guide/torch_compiler/torch.compiler_dynamo_deepdive.md
docs/source/user_guide/torch_compiler/torch.compiler_dynamo_overview.md
docs/source/user_guide/torch_compiler/torch.compiler_fake_tensor.md
docs/source/user_guide/torch_compiler/torch.compiler_faq.md
docs/source/user_guide/torch_compiler/torch.compiler_fine_grain_apis.md
docs/source/user_guide/torch_compiler/torch.compiler_get_started.md
docs/source/user_guide/torch_compiler/torch.compiler_inductor_profiling.md
docs/source/user_guide/torch_compiler/torch.compiler_inductor_provenance.md
docs/source/user_guide/torch_compiler/torch.compiler_ir.md
docs/source/user_guide/torch_compiler/torch.compiler_nn_module.md
docs/source/user_guide/torch_compiler/torch.compiler_performance_dashboard.md
docs/source/user_guide/torch_compiler/torch.compiler_profiling_torch_compile.md
docs/source/user_guide/torch_compiler/torch.compiler_transformations.md
docs/source/user_guide/torch_compiler/torch.compiler_troubleshooting.md
docs/source/user_guide/torch_compiler/troubleshooting_faqs.md
docs/source/user_guide/torch_compiler/compile/dynamic_shapes_advanced_control_options.md
docs/source/user_guide/torch_compiler/compile/dynamic_shapes_backed_unbacked.md
docs/source/user_guide/torch_compiler/compile/dynamic_shapes_beyond_the_basics.md
docs/source/user_guide/torch_compiler/compile/dynamic_shapes_core_concepts.md
docs/source/user_guide/torch_compiler/compile/dynamic_shapes_debugging_tlparse_torch_logs.md
docs/source/user_guide/torch_compiler/compile/dynamic_shapes_troubleshooting.md
docs/source/user_guide/torch_compiler/compile/dynamic_shapes_troubleshooting_guardon_errors.md
docs/source/user_guide/torch_compiler/compile/dynamic_shapes_zero_one_specialization.md
docs/source/user_guide/torch_compiler/compile/header_code.py
docs/source/user_guide/torch_compiler/compile/programming_model.common_graph_breaks.md
docs/source/user_guide/torch_compiler/compile/programming_model.compiler_disable.md
docs/source/user_guide/torch_compiler/compile/programming_model.custom_ops.md
docs/source/user_guide/torch_compiler/compile/programming_model.dynamo_core_concepts.md
docs/source/user_guide/torch_compiler/compile/programming_model.dynamo_nonstrict_trace.md
docs/source/user_guide/torch_compiler/compile/programming_model.error_on_graph_break.md
docs/source/user_guide/torch_compiler/compile/programming_model.fullgraph_false.md
docs/source/user_guide/torch_compiler/compile/programming_model.fullgraph_true.md
docs/source/user_guide/torch_compiler/compile/programming_model.graph_breaks_index.md
docs/source/user_guide/torch_compiler/compile/programming_model.md
docs/source/user_guide/torch_compiler/compile/programming_model.nested_graph_breaks.md
docs/source/user_guide/torch_compiler/compile/programming_model.non_strict_tracing_model.md
docs/source/user_guide/torch_compiler/compile/programming_model.observability.md
docs/source/user_guide/torch_compiler/compile/programming_model.recompilation.md
docs/source/user_guide/torch_compiler/compile/programming_model.reporting_issues.md
docs/source/user_guide/torch_compiler/compile/programming_model.skipped_functions.md
docs/source/user_guide/torch_compiler/compile/programming_model.where_to_apply_compile.md
docs/source/user_guide/torch_compiler/compile/_static/dynamo_summary_diagram.png
docs/source/user_guide/torch_compiler/export/api_reference.md
docs/source/user_guide/torch_compiler/export/draft_export.md
docs/source/user_guide/torch_compiler/export/ir_spec.md
docs/source/user_guide/torch_compiler/export/joint_with_descriptors.md
docs/source/user_guide/torch_compiler/export/programming_model.md
docs/source/user_guide/torch_compiler/export/pt2_archive.md
functorch/COMPILE_README.md
functorch/README.md
functorch/__init__.py
functorch/writing_batching_rules.md
functorch/_src/__init__.py
functorch/_src/aot_autograd/__init__.py
functorch/_src/eager_transforms/__init__.py
functorch/_src/make_functional/__init__.py
functorch/_src/vmap/__init__.py
functorch/benchmarks/chrome_trace_parser.py
functorch/benchmarks/cse.py
functorch/benchmarks/operator_authoring.py
functorch/benchmarks/per_sample_grads.py
functorch/benchmarks/pointwise_scorecard.py
functorch/benchmarks/process_scorecard.py
functorch/compile/__init__.py
functorch/dim/README.md
functorch/dim/__init__.py
functorch/dim/_dim_entry.py
functorch/dim/_enable_all_layers.py
functorch/dim/_getsetitem.py
functorch/dim/_order.py
functorch/dim/_py_inst_decoder.py
functorch/dim/_tensor_info.py
functorch/dim/_wrap.py
functorch/dim/magic_trace.py
functorch/dim/op_properties.py
functorch/dim/wrap_type.py
functorch/docs/Makefile
functorch/docs/README.md
functorch/docs/source/aot_autograd.rst
functorch/docs/source/batch_norm.rst
functorch/docs/source/conf.py
functorch/docs/source/docutils.conf
functorch/docs/source/experimental.rst
functorch/docs/source/functorch.rst
functorch/docs/source/index.rst
functorch/docs/source/install.rst
functorch/docs/source/ux_limitations.rst
functorch/docs/source/_static/css/custom.css
functorch/docs/source/_templates/classtemplate.rst
functorch/docs/source/_templates/autosummary/class.rst
functorch/docs/source/tutorials/aot_autograd_optimizations.ipynb
functorch/docs/source/tutorials/ensembling.ipynb
functorch/docs/source/tutorials/jacobians_hessians.ipynb
functorch/docs/source/tutorials/minifier.ipynb
functorch/docs/source/tutorials/neural_tangent_kernels.ipynb
functorch/docs/source/tutorials/per_sample_grads.ipynb
functorch/docs/source/tutorials/whirlwind_tour.ipynb
functorch/docs/source/tutorials/_src/plot_ensembling.py
functorch/docs/source/tutorials/_src/plot_jacobians_and_hessians.py
functorch/docs/source/tutorials/_src/plot_per_sample_gradients.py
functorch/einops/__init__.py
functorch/einops/_parsing.py
functorch/einops/rearrange.py
functorch/examples/compilation/README.md
functorch/examples/compilation/eager_fusion.py
functorch/examples/compilation/fuse_module.py
functorch/examples/compilation/linear_train.py
functorch/examples/compilation/simple_function.py
functorch/examples/dp_cifar10/README.md
functorch/examples/dp_cifar10/cifar10_opacus.py
functorch/examples/dp_cifar10/cifar10_transforms.py
functorch/examples/ensembling/parallel_train.py
functorch/examples/lennard_jones/lennard_jones.py
functorch/examples/maml_omniglot/README.md
functorch/examples/maml_omniglot/maml-omniglot-higher.py
functorch/examples/maml_omniglot/maml-omniglot-ptonly.py
functorch/examples/maml_omniglot/maml-omniglot-transforms.py
functorch/examples/maml_omniglot/support/omniglot_loaders.py
functorch/examples/maml_regression/evjang.py
functorch/examples/maml_regression/evjang_transforms.py
functorch/examples/maml_regression/evjang_transforms_module.py
functorch/experimental/__init__.py
functorch/experimental/control_flow.py
functorch/experimental/ops.py
functorch/op_analysis/annotated_ops
functorch/op_analysis/gen_data.py
functorch/op_analysis/public_api
mypy_plugins/check_mypy_version.py
mypy_plugins/sympy_mypy_plugin.py
scripts/README.md
scripts/build_host_protoc.sh
scripts/install_triton_wheel.sh
scripts/lint_urls.sh
scripts/lint_xrefs.sh
scripts/lintrunner.py
scripts/proto.ps1
scripts/setup_hooks.py
scripts/analysis/format_test_csv.py
scripts/analysis/run_test_csv.sh
scripts/compile_tests/common.py
scripts/compile_tests/download_reports.py
scripts/compile_tests/failures_histogram.py
scripts/compile_tests/passrate.py
scripts/compile_tests/update_failures.py
scripts/export/update_schema.py
scripts/jit/log_extract.py
scripts/onnx/install-develop.sh
scripts/onnx/install.sh
scripts/onnx/test.sh
scripts/release/README.md
scripts/release/apply-release-changes.sh
scripts/release/cut-release-branch.sh
scripts/release_notes/README.md
scripts/release_notes/apply_categories.py
scripts/release_notes/categorize.py
scripts/release_notes/classifier.py
scripts/release_notes/commitlist.py
scripts/release_notes/common.py
scripts/release_notes/explore.ipynb
scripts/release_notes/parse_cherry_picks.py
scripts/release_notes/remove_cherry_picks.py
scripts/release_notes/requirements.txt
scripts/release_notes/test_release_notes.py
test/HowToWriteTestsUsingFileCheck.md
test/_test_bazel.py
test/allowlist_for_publicAPI.json
test/bench_mps_ops.py
test/conftest.py
test/create_dummy_torchscript_model.py
test/linear.py
test/load_torchscript_model.py
test/minioptest_failures_dict.json
test/mkl_verbose.py
test/mkldnn_verbose.py
test/pytest_shard_custom.py
test/run_doctests.sh
test/run_test.py
test/simulate_nccl_errors.py
test/slow_tests.json
test/test_accelerator.py
test/test_ao_sparsity.py
test/test_appending_byte_serializer.py
test/test_as_strided.py
test/test_autocast.py
test/test_autograd.py
test/test_autograd_fallback.py
test/test_autoload.py
test/test_binary_ufuncs.py
test/test_bmm_outer_product.py
test/test_bundled_images.py
test/test_bundled_inputs.py
test/test_ci_sanity_check_fail.py
test/test_comparison_utils.py
test/test_compile_benchmark_util.py
test/test_complex.py
test/test_content_store.py
test/test_cpp_api_parity.py
test/test_cpp_extensions_aot.py
test/test_cpp_extensions_jit.py
test/test_cpp_extensions_mtia_backend.py
test/test_cpp_extensions_stream_and_event.py
test/test_cuda.py
test/test_cuda_compatibility.py
test/test_cuda_expandable_segments.py
test/test_cuda_graph_annotations.py
test/test_cuda_multigpu.py
test/test_cuda_nvml_based_avail.py
test/test_cuda_primary_ctx.py
test/test_cuda_sanitizer.py
test/test_cuda_trace.py
test/test_custom_ops.py
test/test_dataloader.py
test/test_datapipe.py
test/test_decomp.py
test/test_determination.py
test/test_dispatch.py
test/test_dlpack.py
test/test_dynamic_shapes.py
test/test_expanded_weights.py
test/test_extension_utils.py
test/test_fake_tensor.py
test/test_file_check.py
test/test_flop_counter.py
test/test_foreach.py
test/test_function_schema.py
test/test_functional_autograd_benchmark.py
test/test_functional_optim.py
test/test_functionalization.py
test/test_functionalization_of_rng_ops.py
test/test_futures.py
test/test_fx.py
test/test_fx_experimental.py
test/test_fx_graph_print.py
test/test_fx_passes.py
test/test_fx_reinplace_pass.py
test/test_hop_infra.py
test/test_hub.py
test/test_import_stats.py
test/test_indexing.py
test/test_inspect_utils.py
test/test_itt.py
test/test_jit.py
test/test_jit_autocast.py
test/test_jit_disabled.py
test/test_jit_fuser.py
test/test_jit_fuser_legacy.py
test/test_jit_fuser_te.py
test/test_jit_legacy.py
test/test_jit_llga_fuser.py
test/test_jit_profiling.py
test/test_jit_simple.py
test/test_jit_string.py
test/test_jiterator.py
test/test_kernel_launch_checks.py
test/test_legacy_vmap.py
test/test_license.py
test/test_linalg.py
test/test_logging.py
test/test_masked.py
test/test_maskedtensor.py
test/test_matmul_cuda.py
test/test_meta.py
test/test_metal.py
test/test_mkl_verbose.py
test/test_mkldnn.py
test/test_mkldnn_fusion.py
test/test_mkldnn_verbose.py
test/test_mobile_optimizer.py
test/test_model_exports_to_core_aten.py
test/test_module_tracker.py
test/test_modules.py
test/test_monitor.py
test/test_mps.py
test/test_multiprocessing.py
test/test_multiprocessing_spawn.py
test/test_namedtensor.py
test/test_namedtuple_return_api.py
test/test_native_functions.py
test/test_native_mha.py
test/test_nestedtensor.py
test/test_nn.py
test/test_nnapi.py
test/test_numa_binding.py
test/test_numba_integration.py
test/test_numpy_interop.py
test/test_opaque_obj_v2.py
test/test_openmp.py
test/test_ops.py
test/test_ops_fwd_gradients.py
test/test_ops_gradients.py
test/test_ops_jit.py
test/test_ops_unbacked.py
test/test_optim.py
test/test_out_dtype_op.py
test/test_overrides.py
test/test_package.py
test/test_per_overload_api.py
test/test_prims.py
test/test_privateuseone_python_backend.py
test/test_proxy_tensor.py
test/test_pruning_op.py
test/test_public_bindings.py
test/test_python_dispatch.py
test/test_pytree.py
test/test_quantization.py
test/test_reductions.py
test/test_rename_privateuse1_to_existing_device.py
test/test_scaled_matmul_cuda.py
test/test_scatter_gather_ops.py
test/test_schema_check.py
test/test_segment_reductions.py
test/test_serialization.py
test/test_set_default_mobile_cpu_allocator.py
test/test_shape_ops.py
test/test_show_pickle.py
test/test_sort_and_select.py
test/test_sparse.py
test/test_sparse_csr.py
test/test_sparse_semi_structured.py
test/test_spectral_ops.py
test/test_stateless.py
test/test_stateless_rng.py
test/test_static_runtime.py
test/test_subclass.py
test/test_sympy_utils.py
test/test_tensor_creation_ops.py
test/test_tensorboard.py
test/test_tensorexpr.py
test/test_tensorexpr_pybind.py
test/test_testing.py
test/test_throughput_benchmark.py
test/test_torch.py
test/test_torch_config_hash_determinism.py
test/test_torchfuzz_repros.py
test/test_transformers.py
test/test_tsan.py
test/test_type_hints.py
test/test_type_info.py
test/test_type_promotion.py
test/test_typing.py
test/test_unary_ufuncs.py
test/test_utils.py
test/test_utils_config_module.py
test/test_utils_filelock.py
test/test_varlen_attention.py
test/test_view_ops.py
test/test_vulkan.py
test/test_weak.py
test/test_xnnpack_integration.py
test/test_xpu.py
test/test_xpu_expandable_segments.py
test/ao/sparsity/test_activation_sparsifier.py
test/ao/sparsity/test_composability.py
test/ao/sparsity/test_data_scheduler.py
test/ao/sparsity/test_data_sparsifier.py
test/ao/sparsity/test_kernels.py
test/ao/sparsity/test_parametrization.py
test/ao/sparsity/test_qlinear_packed_params.py
test/ao/sparsity/test_scheduler.py
test/ao/sparsity/test_sparsifier.py
test/ao/sparsity/test_sparsity_utils.py
test/ao/sparsity/test_structured_sparsifier.py
test/autograd/test_complex.py
test/autograd/test_functional.py
test/autograd/test_logging.py
test/autograd/test_node_lifecycle.py
test/backends/xeon/test_launch.py
test/benchmark_utils/callgrind_artifacts.json
test/benchmark_utils/test_benchmark_utils.py
test/compiled_autograd_skips/FakeTensorDispatchCache.test__upsample_bilinear2d_aa_backward_dynamic_shapes
test/compiled_autograd_skips/MiniOpTest.test_aot_dispatch_dynamic__test_mm
test/compiled_autograd_skips/MiniOpTest.test_aot_dispatch_static__test_mm
test/compiled_autograd_skips/PackedSequenceTest.test_pack_padded_sequence
test/compiled_autograd_skips/TestAllowMutationOnSaved.test_backward_out_of_context
test/compiled_autograd_skips/TestAllowMutationOnSaved.test_basic
test/compiled_autograd_skips/TestAllowMutationOnSaved.test_double_backward
test/compiled_autograd_skips/TestAllowMutationOnSaved.test_inplace_foreach
test/compiled_autograd_skips/TestAllowMutationOnSaved.test_save_base_and_modify_view
test/compiled_autograd_skips/TestAllowMutationOnSaved.test_save_view_modify_base
test/compiled_autograd_skips/TestAllowMutationOnSaved.test_saved_but_not_anymore
test/compiled_autograd_skips/TestAllowMutationOnSaved.test_views
test/compiled_autograd_skips/TestAllowMutationOnSaved.test_with_math_views
test/compiled_autograd_skips/TestAllowMutationOnSaved.test_with_out_variant
test/compiled_autograd_skips/TestAutodiffSubgraphSlicing.test_bias_as_arg
test/compiled_autograd_skips/TestAutodiffSubgraphSlicing.test_bias_as_module_attr
test/compiled_autograd_skips/TestAutodiffSubgraphSlicing.test_constructed_bias
test/compiled_autograd_skips/TestAutograd.test_accumulate_grad_tensor_reference
test/compiled_autograd_skips/TestAutograd.test_anomaly_assign_parent_cleanup
test/compiled_autograd_skips/TestAutograd.test_anomaly_detect_nan
test/compiled_autograd_skips/TestAutograd.test_anomaly_grad_warnings
test/compiled_autograd_skips/TestAutograd.test_autograd_inplace_views_cross_dtype
test/compiled_autograd_skips/TestAutograd.test_autograd_node_isinstance
test/compiled_autograd_skips/TestAutograd.test_callback_adds_callback
test/compiled_autograd_skips/TestAutograd.test_callback_propagates_errors_from_device_thread
test/compiled_autograd_skips/TestAutograd.test_create_graph_and_full_backward_hook_cycle
test/compiled_autograd_skips/TestAutograd.test_current_graph_task_execution_order
test/compiled_autograd_skips/TestAutograd.test_current_node
test/compiled_autograd_skips/TestAutograd.test_custom_autograd_no_early_free
test/compiled_autograd_skips/TestAutograd.test_custom_function_cycle
test/compiled_autograd_skips/TestAutograd.test_custom_function_error
test/compiled_autograd_skips/TestAutograd.test_custom_function_forward_mode_forward_is_no_op
test/compiled_autograd_skips/TestAutograd.test_custom_function_forward_mode_wrong_formula
test/compiled_autograd_skips/TestAutograd.test_custom_function_save_for_forward
test/compiled_autograd_skips/TestAutograd.test_default_saved_tensors_hooks_double_backward
test/compiled_autograd_skips/TestAutograd.test_grad_batched_grad
test/compiled_autograd_skips/TestAutograd.test_grad_nonleaf_register_hook
test/compiled_autograd_skips/TestAutograd.test_gradcheck_backward_mul_by_grad_output
test/compiled_autograd_skips/TestAutograd.test_gradcheck_check_batched_grad
test/compiled_autograd_skips/TestAutograd.test_gradcheck_check_forward_or_backward_only
test/compiled_autograd_skips/TestAutograd.test_gradcheck_check_no_differentiable_outputs
test/compiled_autograd_skips/TestAutograd.test_gradcheck_complex_non_complex_outputs
test/compiled_autograd_skips/TestAutograd.test_gradcheck_dense_and_sparse_inputs
test/compiled_autograd_skips/TestAutograd.test_gradcheck_forward_ad
test/compiled_autograd_skips/TestAutograd.test_gradcheck_forward_ad_batched_grad
test/compiled_autograd_skips/TestAutograd.test_gradcheck_multiple_mkldnn_inputs
test/compiled_autograd_skips/TestAutograd.test_gradcheck_undefined_grad
test/compiled_autograd_skips/TestAutograd.test_gradcheck_validates_input_mkldnn
test/compiled_autograd_skips/TestAutograd.test_gradcheck_validates_inputs
test/compiled_autograd_skips/TestAutograd.test_graph_save_on_cpu
test/compiled_autograd_skips/TestAutograd.test_graph_save_on_cpu_cuda
test/compiled_autograd_skips/TestAutograd.test_hooks
test/compiled_autograd_skips/TestAutograd.test_input_buffer_accum
test/compiled_autograd_skips/TestAutograd.test_mark_non_differentiable_none
test/compiled_autograd_skips/TestAutograd.test_naughty_autograd_function_stashing_ctx
test/compiled_autograd_skips/TestAutograd.test_no_grad_copy
test/compiled_autograd_skips/TestAutograd.test_no_grad_copy_sparse
test/compiled_autograd_skips/TestAutograd.test_node_post_hook_registered_during_unpack_hook
test/compiled_autograd_skips/TestAutograd.test_post_accumulate_grad_hook_ordering
test/compiled_autograd_skips/TestAutograd.test_profiler_seq_nr
test/compiled_autograd_skips/TestAutograd.test_reentrant_with_callbacks_both_depths
test/compiled_autograd_skips/TestAutograd.test_reentrant_with_callbacks_depth_0
test/compiled_autograd_skips/TestAutograd.test_reentrant_with_callbacks_depth_1
test/compiled_autograd_skips/TestAutograd.test_reentrant_with_non_leaf_variable_hook
test/compiled_autograd_skips/TestAutograd.test_save_output_nr
test/compiled_autograd_skips/TestAutograd.test_saved_variable_packing_unpacking_saved_original_with_hooks
test/compiled_autograd_skips/TestAutograd.test_setup_context_when_forward_has_default_args
test/compiled_autograd_skips/TestAutograd.test_sparse_gather_both_scalar
test/compiled_autograd_skips/TestAutograd.test_sparse_gather_dim0
test/compiled_autograd_skips/TestAutograd.test_sparse_gather_dim1
test/compiled_autograd_skips/TestAutograd.test_sparse_gather_dim_neg
test/compiled_autograd_skips/TestAutograd.test_sparse_gather_ind_scalar
test/compiled_autograd_skips/TestAutograd.test_sparse_gather_x_scalar
test/compiled_autograd_skips/TestAutograd.test_sparse_mm_backward
test/compiled_autograd_skips/TestAutograd.test_to_sparse_backward
test/compiled_autograd_skips/TestAutograd.test_unrelated_inputs
test/compiled_autograd_skips/TestAutogradComplex.test_view_func_for_complex_views
test/compiled_autograd_skips/TestAutogradDeviceTypeCPU.test_inplace_on_view_gradcheck_cpu
test/compiled_autograd_skips/TestAutogradDeviceTypeCPU.test_sparse_backward_cpu_complex128
test/compiled_autograd_skips/TestAutogradDeviceTypeCPU.test_sparse_backward_cpu_float64
test/compiled_autograd_skips/TestAutogradDeviceTypeCPU.test_sparse_ctor_getter_backward_cpu_complex128
test/compiled_autograd_skips/TestAutogradDeviceTypeCPU.test_sparse_ctor_getter_backward_cpu_float64
test/compiled_autograd_skips/TestAutogradDeviceTypeCPU.test_sparse_mask_autograd_cpu
test/compiled_autograd_skips/TestAutogradDeviceTypeCPU.test_where_functional_cpu
test/compiled_autograd_skips/TestAutogradDeviceTypeCUDA.test_inplace_on_view_python_cuda
test/compiled_autograd_skips/TestAutogradDeviceTypeCUDA.test_pin_memory_cuda
test/compiled_autograd_skips/TestAutogradDeviceTypeCUDA.test_reentrant_parent_error_on_cpu_cuda
test/compiled_autograd_skips/TestAutogradDeviceTypeCUDA.test_sparse_backward_cuda_complex128
test/compiled_autograd_skips/TestAutogradDeviceTypeCUDA.test_sparse_backward_cuda_float64
test/compiled_autograd_skips/TestAutogradDeviceTypeCUDA.test_sparse_ctor_getter_backward_cuda_complex128
test/compiled_autograd_skips/TestAutogradDeviceTypeCUDA.test_sparse_ctor_getter_backward_cuda_float64
test/compiled_autograd_skips/TestAutogradDeviceTypeCUDA.test_sparse_mask_autograd_cuda
test/compiled_autograd_skips/TestAutogradDeviceTypeCUDA.test_where_functional_cuda
test/compiled_autograd_skips/TestAutogradFallback.test_autograd_function_registered_to_cpu_mode_warn
test/compiled_autograd_skips/TestAutogradFallback.test_base_does_not_require_grad_mode_warn
test/compiled_autograd_skips/TestAutogradFallback.test_composite_registered_to_cpu_mode_warn
test/compiled_autograd_skips/TestAutogradFallback.test_cpu_return_self_mode_warn
test/compiled_autograd_skips/TestAutogradFallback.test_inplace_autograd_function_registered_to_cpu_mode_warn
test/compiled_autograd_skips/TestAutogradFallback.test_no_autograd_kernel_inplace_mode_warn
test/compiled_autograd_skips/TestAutogradFallback.test_no_autograd_kernel_mode_warn
test/compiled_autograd_skips/TestAutogradFallback.test_post_autograd_returns_leaf_mode_warn
test/compiled_autograd_skips/TestAutogradFallback.test_post_autograd_returns_mix_of_requires_grad_tensors_mode_warn
test/compiled_autograd_skips/TestAutogradFallback.test_supports_tensor_lists_mode_warn
test/compiled_autograd_skips/TestAutogradFallback.test_undefined_grads_mode_warn
test/compiled_autograd_skips/TestAutogradFallback.test_undefined_inputs_outputs_mode_warn
test/compiled_autograd_skips/TestAutogradForwardMode.test_advanced_packing_unpacking
test/compiled_autograd_skips/TestAutogradFunctional.test_hessian_create_graph_vectorize_False_base_tensor
test/compiled_autograd_skips/TestAutogradFunctional.test_hessian_create_graph_vectorize_False_logging_tensor
test/compiled_autograd_skips/TestAutogradFunctional.test_hessian_create_graph_vectorize_True_base_tensor
test/compiled_autograd_skips/TestAutogradFunctional.test_hessian_create_graph_vectorize_True_logging_tensor
test/compiled_autograd_skips/TestAutogradFunctional.test_hessian_err_check_vectorize_True_base_tensor
test/compiled_autograd_skips/TestAutogradFunctional.test_hessian_err_check_vectorize_True_logging_tensor
test/compiled_autograd_skips/TestAutogradFunctional.test_hessian_output_vectorized_base_tensor
test/compiled_autograd_skips/TestAutogradFunctional.test_hessian_output_vectorized_logging_tensor
test/compiled_autograd_skips/TestAutogradFunctional.test_hessian_vectorize_correctness_multi_input_base_tensor
test/compiled_autograd_skips/TestAutogradFunctional.test_hessian_vectorize_correctness_multi_input_logging_tensor
test/compiled_autograd_skips/TestAutogradFunctional.test_hessian_vectorize_correctness_simple_base_tensor
test/compiled_autograd_skips/TestAutogradFunctional.test_hessian_vectorize_correctness_simple_logging_tensor
test/compiled_autograd_skips/TestAutogradFunctional.test_hessian_vectorize_correctness_unrelated_outputs_base_tensor
test/compiled_autograd_skips/TestAutogradFunctional.test_hessian_vectorize_correctness_unrelated_outputs_logging_tensor
test/compiled_autograd_skips/TestAutogradFunctional.test_hessian_vectorize_raises_no_warnings_base_tensor
test/compiled_autograd_skips/TestAutogradFunctional.test_hessian_vectorize_raises_no_warnings_logging_tensor
test/compiled_autograd_skips/TestAutogradFunctional.test_hvp_create_graph_base_tensor
test/compiled_autograd_skips/TestAutogradFunctional.test_hvp_create_graph_logging_tensor
test/compiled_autograd_skips/TestAutogradFunctional.test_jacobian_create_graph_vectorize_False_base_tensor
test/compiled_autograd_skips/TestAutogradFunctional.test_jacobian_create_graph_vectorize_False_logging_tensor
test/compiled_autograd_skips/TestAutogradFunctional.test_jacobian_create_graph_vectorize_True_base_tensor
test/compiled_autograd_skips/TestAutogradFunctional.test_jacobian_create_graph_vectorize_True_logging_tensor
test/compiled_autograd_skips/TestAutogradFunctional.test_jacobian_err_check_vectorize_True_base_tensor
test/compiled_autograd_skips/TestAutogradFunctional.test_jacobian_err_check_vectorize_True_logging_tensor
test/compiled_autograd_skips/TestAutogradFunctional.test_jacobian_output_vectorized_base_tensor
test/compiled_autograd_skips/TestAutogradFunctional.test_jacobian_output_vectorized_logging_tensor
test/compiled_autograd_skips/TestAutogradFunctional.test_jacobian_scalar_vectorized_base_tensor
test/compiled_autograd_skips/TestAutogradFunctional.test_jacobian_scalar_vectorized_logging_tensor
test/compiled_autograd_skips/TestAutogradFunctional.test_jacobian_vectorize_correctness_different_devices_base_tensor
test/compiled_autograd_skips/TestAutogradFunctional.test_jacobian_vectorize_correctness_different_devices_logging_tensor
test/compiled_autograd_skips/TestAutogradFunctional.test_jacobian_vectorize_correctness_different_dtype_base_tensor
test/compiled_autograd_skips/TestAutogradFunctional.test_jacobian_vectorize_correctness_different_dtype_logging_tensor
test/compiled_autograd_skips/TestAutogradFunctional.test_jacobian_vectorize_correctness_multi_input_base_tensor
test/compiled_autograd_skips/TestAutogradFunctional.test_jacobian_vectorize_correctness_multi_input_logging_tensor
test/compiled_autograd_skips/TestAutogradFunctional.test_jacobian_vectorize_correctness_multi_input_multi_output_base_tensor
test/compiled_autograd_skips/TestAutogradFunctional.test_jacobian_vectorize_correctness_multi_input_multi_output_logging_tensor
test/compiled_autograd_skips/TestAutogradFunctional.test_jacobian_vectorize_correctness_simple_base_tensor
test/compiled_autograd_skips/TestAutogradFunctional.test_jacobian_vectorize_correctness_simple_logging_tensor
test/compiled_autograd_skips/TestAutogradFunctional.test_jacobian_vectorize_correctness_unrelated_outputs_base_tensor
test/compiled_autograd_skips/TestAutogradFunctional.test_jacobian_vectorize_correctness_unrelated_outputs_logging_tensor
test/compiled_autograd_skips/TestAutogradFunctional.test_jacobian_vectorize_correctness_zero_dim_base_tensor
test/compiled_autograd_skips/TestAutogradFunctional.test_jacobian_vectorize_correctness_zero_dim_logging_tensor
test/compiled_autograd_skips/TestAutogradFunctional.test_jacobian_vectorize_raises_no_warnings_base_tensor
test/compiled_autograd_skips/TestAutogradFunctional.test_jacobian_vectorize_raises_no_warnings_logging_tensor
test/compiled_autograd_skips/TestAutogradFunctional.test_jvp_create_graph_base_tensor
test/compiled_autograd_skips/TestAutogradFunctional.test_jvp_create_graph_logging_tensor
test/compiled_autograd_skips/TestAutogradFunctional.test_vhp_create_graph_base_tensor
test/compiled_autograd_skips/TestAutogradFunctional.test_vhp_create_graph_logging_tensor
test/compiled_autograd_skips/TestAutogradFunctional.test_vjp_create_graph_base_tensor
test/compiled_autograd_skips/TestAutogradFunctional.test_vjp_create_graph_logging_tensor
test/compiled_autograd_skips/TestAutogradMultipleDispatchCPU.test_autograd_composite_implicit_and_dispatch_registration_cpu
test/compiled_autograd_skips/TestAutogradMultipleDispatchCPU.test_autograd_multiple_dispatch_registrations_cpu
test/compiled_autograd_skips/TestAutogradMultipleDispatchCPU.test_per_dispatch_key_input_saving_cpu
test/compiled_autograd_skips/TestAutogradMultipleDispatchCUDA.test_autograd_composite_implicit_and_dispatch_registration_cuda
test/compiled_autograd_skips/TestAutogradMultipleDispatchCUDA.test_autograd_multiple_dispatch_registrations_cuda
test/compiled_autograd_skips/TestAutogradMultipleDispatchCUDA.test_backward_single_threaded_cuda
test/compiled_autograd_skips/TestBasicsCPU.test_nn_unfold_cpu
test/compiled_autograd_skips/TestBasicsCPU.test_softmax_cpu
test/compiled_autograd_skips/TestBasicsCPU.test_stack_cpu
test/compiled_autograd_skips/TestBasicsCPU.test_to_dense_and_sparse_coo_cpu
test/compiled_autograd_skips/TestBasicsCPU.test_to_dense_and_sparse_csr_cpu
test/compiled_autograd_skips/TestBasicsCPU.test_to_dense_cpu
test/compiled_autograd_skips/TestBasicsCPU.test_to_sparse_cpu
test/compiled_autograd_skips/TestBasicsCPU.test_unfold_cpu
test/compiled_autograd_skips/TestBasicsCPU.test_where_cpu
test/compiled_autograd_skips/TestControlFlowTraced.test_tracing_map_autograd_aot_functionalized
test/compiled_autograd_skips/TestControlFlowTraced.test_tracing_map_autograd_symbolic_dict
test/compiled_autograd_skips/TestControlFlowTraced.test_tracing_map_autograd_symbolic_list
test/compiled_autograd_skips/TestControlFlowTraced.test_tracing_map_autograd_symbolic_simple
test/compiled_autograd_skips/TestConvolutionNNDeviceTypeCPU.test_Conv2d_backward_depthwise_cpu_complex128
test/compiled_autograd_skips/TestConvolutionNNDeviceTypeCPU.test_conv3d_same_padding_backward_cpu_complex128
test/compiled_autograd_skips/TestConvolutionNNDeviceTypeCPU.test_conv3d_valid_padding_backward_cpu_complex128
test/compiled_autograd_skips/TestConvolutionNNDeviceTypeCPU.test_conv_backend_mkldnn1d_has_bias_False_strided_False_contiguous_False_cpu
test/compiled_autograd_skips/TestConvolutionNNDeviceTypeCPU.test_conv_backend_mkldnn1d_has_bias_False_strided_False_contiguous_True_cpu
test/compiled_autograd_skips/TestConvolutionNNDeviceTypeCPU.test_conv_backend_mkldnn1d_has_bias_False_strided_True_contiguous_False_cpu
test/compiled_autograd_skips/TestConvolutionNNDeviceTypeCPU.test_conv_backend_mkldnn1d_has_bias_False_strided_True_contiguous_True_cpu
test/compiled_autograd_skips/TestConvolutionNNDeviceTypeCPU.test_conv_backend_mkldnn1d_has_bias_True_strided_False_contiguous_False_cpu
test/compiled_autograd_skips/TestConvolutionNNDeviceTypeCPU.test_conv_backend_mkldnn1d_has_bias_True_strided_False_contiguous_True_cpu
test/compiled_autograd_skips/TestConvolutionNNDeviceTypeCPU.test_conv_backend_mkldnn1d_has_bias_True_strided_True_contiguous_False_cpu
test/compiled_autograd_skips/TestConvolutionNNDeviceTypeCPU.test_conv_backend_mkldnn1d_has_bias_True_strided_True_contiguous_True_cpu
test/compiled_autograd_skips/TestConvolutionNNDeviceTypeCPU.test_conv_backend_mkldnn2d_has_bias_False_strided_False_contiguous_False_cpu
test/compiled_autograd_skips/TestConvolutionNNDeviceTypeCPU.test_conv_backend_mkldnn2d_has_bias_False_strided_False_contiguous_True_cpu
test/compiled_autograd_skips/TestConvolutionNNDeviceTypeCPU.test_conv_backend_mkldnn2d_has_bias_False_strided_True_contiguous_False_cpu
test/compiled_autograd_skips/TestConvolutionNNDeviceTypeCPU.test_conv_backend_mkldnn2d_has_bias_False_strided_True_contiguous_True_cpu
test/compiled_autograd_skips/TestConvolutionNNDeviceTypeCPU.test_conv_backend_mkldnn2d_has_bias_True_strided_False_contiguous_False_cpu
test/compiled_autograd_skips/TestConvolutionNNDeviceTypeCPU.test_conv_backend_mkldnn2d_has_bias_True_strided_False_contiguous_True_cpu
test/compiled_autograd_skips/TestConvolutionNNDeviceTypeCPU.test_conv_backend_mkldnn2d_has_bias_True_strided_True_contiguous_False_cpu
test/compiled_autograd_skips/TestConvolutionNNDeviceTypeCPU.test_conv_backend_mkldnn2d_has_bias_True_strided_True_contiguous_True_cpu
test/compiled_autograd_skips/TestConvolutionNNDeviceTypeCPU.test_conv_backend_mkldnn3d_has_bias_False_strided_False_contiguous_False_cpu
test/compiled_autograd_skips/TestConvolutionNNDeviceTypeCPU.test_conv_backend_mkldnn3d_has_bias_False_strided_False_contiguous_True_cpu
test/compiled_autograd_skips/TestConvolutionNNDeviceTypeCPU.test_conv_backend_mkldnn3d_has_bias_False_strided_True_contiguous_False_cpu
test/compiled_autograd_skips/TestConvolutionNNDeviceTypeCPU.test_conv_backend_mkldnn3d_has_bias_False_strided_True_contiguous_True_cpu
test/compiled_autograd_skips/TestConvolutionNNDeviceTypeCPU.test_conv_backend_mkldnn3d_has_bias_True_strided_False_contiguous_False_cpu
test/compiled_autograd_skips/TestConvolutionNNDeviceTypeCPU.test_conv_backend_mkldnn3d_has_bias_True_strided_False_contiguous_True_cpu
test/compiled_autograd_skips/TestConvolutionNNDeviceTypeCPU.test_conv_backend_mkldnn3d_has_bias_True_strided_True_contiguous_False_cpu
test/compiled_autograd_skips/TestConvolutionNNDeviceTypeCPU.test_conv_backend_mkldnn3d_has_bias_True_strided_True_contiguous_True_cpu
test/compiled_autograd_skips/TestConvolutionNNDeviceTypeCPU.test_conv_backend_mkldnn_empty_batch1d_has_bias_False_strided_False_contiguous_False_cpu
test/compiled_autograd_skips/TestConvolutionNNDeviceTypeCPU.test_conv_backend_mkldnn_empty_batch1d_has_bias_False_strided_False_contiguous_True_cpu
test/compiled_autograd_skips/TestConvolutionNNDeviceTypeCPU.test_conv_backend_mkldnn_empty_batch1d_has_bias_False_strided_True_contiguous_False_cpu
test/compiled_autograd_skips/TestConvolutionNNDeviceTypeCPU.test_conv_backend_mkldnn_empty_batch1d_has_bias_False_strided_True_contiguous_True_cpu
test/compiled_autograd_skips/TestConvolutionNNDeviceTypeCPU.test_conv_backend_mkldnn_empty_batch1d_has_bias_True_strided_False_contiguous_False_cpu
test/compiled_autograd_skips/TestConvolutionNNDeviceTypeCPU.test_conv_backend_mkldnn_empty_batch1d_has_bias_True_strided_False_contiguous_True_cpu
test/compiled_autograd_skips/TestConvolutionNNDeviceTypeCPU.test_conv_backend_mkldnn_empty_batch1d_has_bias_True_strided_True_contiguous_False_cpu
test/compiled_autograd_skips/TestConvolutionNNDeviceTypeCPU.test_conv_backend_mkldnn_empty_batch1d_has_bias_True_strided_True_contiguous_True_cpu
test/compiled_autograd_skips/TestConvolutionNNDeviceTypeCPU.test_conv_backend_mkldnn_empty_batch2d_has_bias_False_strided_False_contiguous_False_cpu
test/compiled_autograd_skips/TestConvolutionNNDeviceTypeCPU.test_conv_backend_mkldnn_empty_batch2d_has_bias_False_strided_False_contiguous_True_cpu
test/compiled_autograd_skips/TestConvolutionNNDeviceTypeCPU.test_conv_backend_mkldnn_empty_batch2d_has_bias_False_strided_True_contiguous_False_cpu
test/compiled_autograd_skips/TestConvolutionNNDeviceTypeCPU.test_conv_backend_mkldnn_empty_batch2d_has_bias_False_strided_True_contiguous_True_cpu
test/compiled_autograd_skips/TestConvolutionNNDeviceTypeCPU.test_conv_backend_mkldnn_empty_batch2d_has_bias_True_strided_False_contiguous_False_cpu
test/compiled_autograd_skips/TestConvolutionNNDeviceTypeCPU.test_conv_backend_mkldnn_empty_batch2d_has_bias_True_strided_False_contiguous_True_cpu
test/compiled_autograd_skips/TestConvolutionNNDeviceTypeCPU.test_conv_backend_mkldnn_empty_batch2d_has_bias_True_strided_True_contiguous_False_cpu
test/compiled_autograd_skips/TestConvolutionNNDeviceTypeCPU.test_conv_backend_mkldnn_empty_batch2d_has_bias_True_strided_True_contiguous_True_cpu
test/compiled_autograd_skips/TestConvolutionNNDeviceTypeCPU.test_conv_backend_mkldnn_empty_batch3d_has_bias_False_strided_False_contiguous_False_cpu
test/compiled_autograd_skips/TestConvolutionNNDeviceTypeCPU.test_conv_backend_mkldnn_empty_batch3d_has_bias_False_strided_False_contiguous_True_cpu
test/compiled_autograd_skips/TestConvolutionNNDeviceTypeCPU.test_conv_backend_mkldnn_empty_batch3d_has_bias_False_strided_True_contiguous_False_cpu
test/compiled_autograd_skips/TestConvolutionNNDeviceTypeCPU.test_conv_backend_mkldnn_empty_batch3d_has_bias_False_strided_True_contiguous_True_cpu
test/compiled_autograd_skips/TestConvolutionNNDeviceTypeCPU.test_conv_backend_mkldnn_empty_batch3d_has_bias_True_strided_False_contiguous_False_cpu
test/compiled_autograd_skips/TestConvolutionNNDeviceTypeCPU.test_conv_backend_mkldnn_empty_batch3d_has_bias_True_strided_False_contiguous_True_cpu
test/compiled_autograd_skips/TestConvolutionNNDeviceTypeCPU.test_conv_backend_mkldnn_empty_batch3d_has_bias_True_strided_True_contiguous_False_cpu
test/compiled_autograd_skips/TestConvolutionNNDeviceTypeCPU.test_conv_backend_mkldnn_empty_batch3d_has_bias_True_strided_True_contiguous_True_cpu
test/compiled_autograd_skips/TestConvolutionNNDeviceTypeCPU.test_conv_backend_mkldnn_empty_batch_channel1d_has_bias_False_strided_False_contiguous_False_cpu
test/compiled_autograd_skips/TestConvolutionNNDeviceTypeCPU.test_conv_backend_mkldnn_empty_batch_channel1d_has_bias_False_strided_False_contiguous_True_cpu
test/compiled_autograd_skips/TestConvolutionNNDeviceTypeCPU.test_conv_backend_mkldnn_empty_batch_channel1d_has_bias_False_strided_True_contiguous_False_cpu
test/compiled_autograd_skips/TestConvolutionNNDeviceTypeCPU.test_conv_backend_mkldnn_empty_batch_channel1d_has_bias_False_strided_True_contiguous_True_cpu
test/compiled_autograd_skips/TestConvolutionNNDeviceTypeCPU.test_conv_backend_mkldnn_empty_batch_channel1d_has_bias_True_strided_False_contiguous_False_cpu
test/compiled_autograd_skips/TestConvolutionNNDeviceTypeCPU.test_conv_backend_mkldnn_empty_batch_channel1d_has_bias_True_strided_False_contiguous_True_cpu
test/compiled_autograd_skips/TestConvolutionNNDeviceTypeCPU.test_conv_backend_mkldnn_empty_batch_channel1d_has_bias_True_strided_True_contiguous_False_cpu
test/compiled_autograd_skips/TestConvolutionNNDeviceTypeCPU.test_conv_backend_mkldnn_empty_batch_channel1d_has_bias_True_strided_True_contiguous_True_cpu
test/compiled_autograd_skips/TestConvolutionNNDeviceTypeCPU.test_conv_backend_mkldnn_empty_batch_channel2d_has_bias_False_strided_False_contiguous_False_cpu
test/compiled_autograd_skips/TestConvolutionNNDeviceTypeCPU.test_conv_backend_mkldnn_empty_batch_channel2d_has_bias_False_strided_False_contiguous_True_cpu
test/compiled_autograd_skips/TestConvolutionNNDeviceTypeCPU.test_conv_backend_mkldnn_empty_batch_channel2d_has_bias_False_strided_True_contiguous_False_cpu
test/compiled_autograd_skips/TestConvolutionNNDeviceTypeCPU.test_conv_backend_mkldnn_empty_batch_channel2d_has_bias_False_strided_True_contiguous_True_cpu
test/compiled_autograd_skips/TestConvolutionNNDeviceTypeCPU.test_conv_backend_mkldnn_empty_batch_channel2d_has_bias_True_strided_False_contiguous_False_cpu
test/compiled_autograd_skips/TestConvolutionNNDeviceTypeCPU.test_conv_backend_mkldnn_empty_batch_channel2d_has_bias_True_strided_False_contiguous_True_cpu
test/compiled_autograd_skips/TestConvolutionNNDeviceTypeCPU.test_conv_backend_mkldnn_empty_batch_channel2d_has_bias_True_strided_True_contiguous_False_cpu
test/compiled_autograd_skips/TestConvolutionNNDeviceTypeCPU.test_conv_backend_mkldnn_empty_batch_channel2d_has_bias_True_strided_True_contiguous_True_cpu
test/compiled_autograd_skips/TestConvolutionNNDeviceTypeCPU.test_conv_backend_mkldnn_empty_batch_channel3d_has_bias_False_strided_False_contiguous_False_cpu
test/compiled_autograd_skips/TestConvolutionNNDeviceTypeCPU.test_conv_backend_mkldnn_empty_batch_channel3d_has_bias_False_strided_False_contiguous_True_cpu
test/compiled_autograd_skips/TestConvolutionNNDeviceTypeCPU.test_conv_backend_mkldnn_empty_batch_channel3d_has_bias_False_strided_True_contiguous_False_cpu
test/compiled_autograd_skips/TestConvolutionNNDeviceTypeCPU.test_conv_backend_mkldnn_empty_batch_channel3d_has_bias_False_strided_True_contiguous_True_cpu
test/compiled_autograd_skips/TestConvolutionNNDeviceTypeCPU.test_conv_backend_mkldnn_empty_batch_channel3d_has_bias_True_strided_False_contiguous_False_cpu
test/compiled_autograd_skips/TestConvolutionNNDeviceTypeCPU.test_conv_backend_mkldnn_empty_batch_channel3d_has_bias_True_strided_False_contiguous_True_cpu
test/compiled_autograd_skips/TestConvolutionNNDeviceTypeCPU.test_conv_backend_mkldnn_empty_batch_channel3d_has_bias_True_strided_True_contiguous_False_cpu
test/compiled_autograd_skips/TestConvolutionNNDeviceTypeCPU.test_conv_backend_mkldnn_empty_batch_channel3d_has_bias_True_strided_True_contiguous_True_cpu
test/compiled_autograd_skips/TestConvolutionNNDeviceTypeCPU.test_conv_backend_mkldnn_empty_channel1d_has_bias_False_strided_False_contiguous_False_cpu
test/compiled_autograd_skips/TestConvolutionNNDeviceTypeCPU.test_conv_backend_mkldnn_empty_channel1d_has_bias_False_strided_False_contiguous_True_cpu
test/compiled_autograd_skips/TestConvolutionNNDeviceTypeCPU.test_conv_backend_mkldnn_empty_channel1d_has_bias_False_strided_True_contiguous_False_cpu
test/compiled_autograd_skips/TestConvolutionNNDeviceTypeCPU.test_conv_backend_mkldnn_empty_channel1d_has_bias_False_strided_True_contiguous_True_cpu
test/compiled_autograd_skips/TestConvolutionNNDeviceTypeCPU.test_conv_backend_mkldnn_empty_channel1d_has_bias_True_strided_False_contiguous_False_cpu
test/compiled_autograd_skips/TestConvolutionNNDeviceTypeCPU.test_conv_backend_mkldnn_empty_channel1d_has_bias_True_strided_False_contiguous_True_cpu
test/compiled_autograd_skips/TestConvolutionNNDeviceTypeCPU.test_conv_backend_mkldnn_empty_channel1d_has_bias_True_strided_True_contiguous_False_cpu
test/compiled_autograd_skips/TestConvolutionNNDeviceTypeCPU.test_conv_backend_mkldnn_empty_channel1d_has_bias_True_strided_True_contiguous_True_cpu
test/compiled_autograd_skips/TestConvolutionNNDeviceTypeCPU.test_conv_backend_mkldnn_empty_channel2d_has_bias_False_strided_False_contiguous_False_cpu
test/compiled_autograd_skips/TestConvolutionNNDeviceTypeCPU.test_conv_backend_mkldnn_empty_channel2d_has_bias_False_strided_False_contiguous_True_cpu
test/compiled_autograd_skips/TestConvolutionNNDeviceTypeCPU.test_conv_backend_mkldnn_empty_channel2d_has_bias_False_strided_True_contiguous_False_cpu
test/compiled_autograd_skips/TestConvolutionNNDeviceTypeCPU.test_conv_backend_mkldnn_empty_channel2d_has_bias_False_strided_True_contiguous_True_cpu
test/compiled_autograd_skips/TestConvolutionNNDeviceTypeCPU.test_conv_backend_mkldnn_empty_channel2d_has_bias_True_strided_False_contiguous_False_cpu
test/compiled_autograd_skips/TestConvolutionNNDeviceTypeCPU.test_conv_backend_mkldnn_empty_channel2d_has_bias_True_strided_False_contiguous_True_cpu
test/compiled_autograd_skips/TestConvolutionNNDeviceTypeCPU.test_conv_backend_mkldnn_empty_channel2d_has_bias_True_strided_True_contiguous_False_cpu
test/compiled_autograd_skips/TestConvolutionNNDeviceTypeCPU.test_conv_backend_mkldnn_empty_channel2d_has_bias_True_strided_True_contiguous_True_cpu
test/compiled_autograd_skips/TestConvolutionNNDeviceTypeCPU.test_conv_backend_mkldnn_empty_channel3d_has_bias_False_strided_False_contiguous_False_cpu
test/compiled_autograd_skips/TestConvolutionNNDeviceTypeCPU.test_conv_backend_mkldnn_empty_channel3d_has_bias_False_strided_False_contiguous_True_cpu
test/compiled_autograd_skips/TestConvolutionNNDeviceTypeCPU.test_conv_backend_mkldnn_empty_channel3d_has_bias_False_strided_True_contiguous_False_cpu
test/compiled_autograd_skips/TestConvolutionNNDeviceTypeCPU.test_conv_backend_mkldnn_empty_channel3d_has_bias_False_strided_True_contiguous_True_cpu
test/compiled_autograd_skips/TestConvolutionNNDeviceTypeCPU.test_conv_backend_mkldnn_empty_channel3d_has_bias_True_strided_False_contiguous_False_cpu
test/compiled_autograd_skips/TestConvolutionNNDeviceTypeCPU.test_conv_backend_mkldnn_empty_channel3d_has_bias_True_strided_False_contiguous_True_cpu
test/compiled_autograd_skips/TestConvolutionNNDeviceTypeCPU.test_conv_backend_mkldnn_empty_channel3d_has_bias_True_strided_True_contiguous_False_cpu
test/compiled_autograd_skips/TestConvolutionNNDeviceTypeCPU.test_conv_backend_mkldnn_empty_channel3d_has_bias_True_strided_True_contiguous_True_cpu
test/compiled_autograd_skips/TestConvolutionNNDeviceTypeCPU.test_conv_double_backward_stride_cpu
test/compiled_autograd_skips/TestCppApiParity.test_torch_nn_EmbeddingBag_sparse
test/compiled_autograd_skips/TestCppApiParity.test_torch_nn_Embedding_sparse
test/compiled_autograd_skips/TestCustomOpTestingCPU.test_aot_autograd_check_degenerate_cases_check_gradients_False_dynamic_False_cpu
test/compiled_autograd_skips/TestCustomOpTestingCPU.test_aot_autograd_check_degenerate_cases_check_gradients_False_dynamic_True_cpu
test/compiled_autograd_skips/TestCustomOpTestingCPU.test_aot_autograd_check_degenerate_cases_check_gradients_auto_dynamic_False_cpu
test/compiled_autograd_skips/TestCustomOpTestingCPU.test_aot_autograd_check_degenerate_cases_check_gradients_auto_dynamic_True_cpu
test/compiled_autograd_skips/TestCustomOpTestingCPU.test_global_state_mutation_cpu
test/compiled_autograd_skips/TestEmbeddingNN.test_embedding_sparse_basic
test/compiled_autograd_skips/TestEmbeddingNN.test_embedding_sparse_empty_tensor
test/compiled_autograd_skips/TestEmbeddingNNDeviceTypeCPU.test_EmbeddingBag_per_sample_weights_and_no_offsets_cpu_int32_float32
test/compiled_autograd_skips/TestEmbeddingNNDeviceTypeCPU.test_EmbeddingBag_per_sample_weights_and_no_offsets_cpu_int32_float64
test/compiled_autograd_skips/TestEmbeddingNNDeviceTypeCPU.test_EmbeddingBag_per_sample_weights_and_no_offsets_cpu_int64_float32
test/compiled_autograd_skips/TestEmbeddingNNDeviceTypeCPU.test_EmbeddingBag_per_sample_weights_and_no_offsets_cpu_int64_float64
test/compiled_autograd_skips/TestEmbeddingNNDeviceTypeCPU.test_embedding_backward_cpu_float64
test/compiled_autograd_skips/TestEmbeddingNNDeviceTypeCPU.test_embedding_bag_2D_padding_idx_cpu_float32
test/compiled_autograd_skips/TestEmbeddingNNDeviceTypeCPU.test_embedding_bag_2D_padding_idx_cpu_float64
test/compiled_autograd_skips/TestEmbeddingNNDeviceTypeCPU.test_embedding_bag_bfloat16_cpu_int32_int32
test/compiled_autograd_skips/TestEmbeddingNNDeviceTypeCPU.test_embedding_bag_bfloat16_cpu_int32_int64
test/compiled_autograd_skips/TestEmbeddingNNDeviceTypeCPU.test_embedding_bag_bfloat16_cpu_int64_int32
test/compiled_autograd_skips/TestEmbeddingNNDeviceTypeCPU.test_embedding_bag_bfloat16_cpu_int64_int64
test/compiled_autograd_skips/TestEmbeddingNNDeviceTypeCPU.test_embedding_bag_device_cpu_int32_int32_bfloat16
test/compiled_autograd_skips/TestEmbeddingNNDeviceTypeCPU.test_embedding_bag_device_cpu_int32_int32_float16
test/compiled_autograd_skips/TestEmbeddingNNDeviceTypeCPU.test_embedding_bag_device_cpu_int32_int32_float32
test/compiled_autograd_skips/TestEmbeddingNNDeviceTypeCPU.test_embedding_bag_device_cpu_int32_int32_float64
test/compiled_autograd_skips/TestEmbeddingNNDeviceTypeCPU.test_embedding_bag_device_cpu_int32_int64_bfloat16
test/compiled_autograd_skips/TestEmbeddingNNDeviceTypeCPU.test_embedding_bag_device_cpu_int32_int64_float16
test/compiled_autograd_skips/TestEmbeddingNNDeviceTypeCPU.test_embedding_bag_device_cpu_int32_int64_float32
test/compiled_autograd_skips/TestEmbeddingNNDeviceTypeCPU.test_embedding_bag_device_cpu_int32_int64_float64
test/compiled_autograd_skips/TestEmbeddingNNDeviceTypeCPU.test_embedding_bag_device_cpu_int64_int32_bfloat16
test/compiled_autograd_skips/TestEmbeddingNNDeviceTypeCPU.test_embedding_bag_device_cpu_int64_int32_float16
test/compiled_autograd_skips/TestEmbeddingNNDeviceTypeCPU.test_embedding_bag_device_cpu_int64_int32_float32
test/compiled_autograd_skips/TestEmbeddingNNDeviceTypeCPU.test_embedding_bag_device_cpu_int64_int32_float64
test/compiled_autograd_skips/TestEmbeddingNNDeviceTypeCPU.test_embedding_bag_device_cpu_int64_int64_bfloat16
test/compiled_autograd_skips/TestEmbeddingNNDeviceTypeCPU.test_embedding_bag_device_cpu_int64_int64_float16
test/compiled_autograd_skips/TestEmbeddingNNDeviceTypeCPU.test_embedding_bag_device_cpu_int64_int64_float32
test/compiled_autograd_skips/TestEmbeddingNNDeviceTypeCPU.test_embedding_bag_device_cpu_int64_int64_float64
test/compiled_autograd_skips/TestEmbeddingNNDeviceTypeCPU.test_embedding_bag_half_cpu_int32_int32
test/compiled_autograd_skips/TestEmbeddingNNDeviceTypeCPU.test_embedding_bag_half_cpu_int32_int64
test/compiled_autograd_skips/TestEmbeddingNNDeviceTypeCPU.test_embedding_bag_half_cpu_int64_int32
test/compiled_autograd_skips/TestEmbeddingNNDeviceTypeCPU.test_embedding_bag_half_cpu_int64_int64
test/compiled_autograd_skips/TestExamplesCorrectnessCPU.test_maml_omniglot_mechanism_functional_call_cpu
test/compiled_autograd_skips/TestExamplesCorrectnessCPU.test_maml_omniglot_mechanism_make_functional_cpu
test/compiled_autograd_skips/TestExpandedWeightFunctionalCPU.test_cnn_model_mean_cpu
test/compiled_autograd_skips/TestExpandedWeightFunctionalCPU.test_cnn_model_sum_cpu
test/compiled_autograd_skips/TestExpandedWeightFunctionalCPU.test_embedding_model_cpu
test/compiled_autograd_skips/TestExpandedWeightFunctionalCPU.test_group_norm_model_num_dim_1_cpu
test/compiled_autograd_skips/TestExpandedWeightFunctionalCPU.test_group_norm_model_num_dim_2_cpu
test/compiled_autograd_skips/TestExpandedWeightFunctionalCPU.test_group_norm_model_num_dim_3_cpu
test/compiled_autograd_skips/TestExpandedWeightFunctionalCPU.test_instance_norm_model_num_dim_1_cpu
test/compiled_autograd_skips/TestExpandedWeightFunctionalCPU.test_instance_norm_model_num_dim_2_cpu
test/compiled_autograd_skips/TestExpandedWeightFunctionalCPU.test_instance_norm_model_num_dim_3_cpu
test/compiled_autograd_skips/TestExpandedWeightFunctionalCPU.test_layer_norm_model_num_dim_1_cpu
test/compiled_autograd_skips/TestExpandedWeightFunctionalCPU.test_layer_norm_model_num_dim_2_cpu
test/compiled_autograd_skips/TestExpandedWeightFunctionalCPU.test_layer_norm_model_num_dim_3_cpu
test/compiled_autograd_skips/TestExpandedWeightModuleCPU.test_Conv1d_circular_stride2_pad2_cpu
test/compiled_autograd_skips/TestExpandedWeightModuleCPU.test_Conv1d_circular_stride2_pad2_multiple_inputs_cpu
test/compiled_autograd_skips/TestExpandedWeightModuleCPU.test_Conv1d_cpu
test/compiled_autograd_skips/TestExpandedWeightModuleCPU.test_Conv1d_multiple_inputs_cpu
test/compiled_autograd_skips/TestExpandedWeightModuleCPU.test_Conv1d_pad1_cpu
test/compiled_autograd_skips/TestExpandedWeightModuleCPU.test_Conv1d_pad1_multiple_inputs_cpu
test/compiled_autograd_skips/TestExpandedWeightModuleCPU.test_Conv1d_pad1size1_cpu
test/compiled_autograd_skips/TestExpandedWeightModuleCPU.test_Conv1d_pad1size1_multiple_inputs_cpu
test/compiled_autograd_skips/TestExpandedWeightModuleCPU.test_Conv1d_pad2_cpu
test/compiled_autograd_skips/TestExpandedWeightModuleCPU.test_Conv1d_pad2_multiple_inputs_cpu
test/compiled_autograd_skips/TestExpandedWeightModuleCPU.test_Conv1d_pad2size1_cpu
test/compiled_autograd_skips/TestExpandedWeightModuleCPU.test_Conv1d_pad2size1_multiple_inputs_cpu
test/compiled_autograd_skips/TestExpandedWeightModuleCPU.test_Conv1d_reflect_stride2_pad2_cpu
test/compiled_autograd_skips/TestExpandedWeightModuleCPU.test_Conv1d_reflect_stride2_pad2_multiple_inputs_cpu
test/compiled_autograd_skips/TestExpandedWeightModuleCPU.test_Conv1d_replicate_stride2_pad2_cpu
test/compiled_autograd_skips/TestExpandedWeightModuleCPU.test_Conv1d_replicate_stride2_pad2_multiple_inputs_cpu
test/compiled_autograd_skips/TestExpandedWeightModuleCPU.test_Conv1d_stride_cpu
test/compiled_autograd_skips/TestExpandedWeightModuleCPU.test_Conv1d_stride_multiple_inputs_cpu
test/compiled_autograd_skips/TestExpandedWeightModuleCPU.test_Conv1d_zeros_stride2_pad2_cpu
test/compiled_autograd_skips/TestExpandedWeightModuleCPU.test_Conv1d_zeros_stride2_pad2_multiple_inputs_cpu
test/compiled_autograd_skips/TestExpandedWeightModuleCPU.test_Conv2d_circular_stride2_pad2_cpu
test/compiled_autograd_skips/TestExpandedWeightModuleCPU.test_Conv2d_circular_stride2_pad2_multiple_inputs_cpu
test/compiled_autograd_skips/TestExpandedWeightModuleCPU.test_Conv2d_cpu
test/compiled_autograd_skips/TestExpandedWeightModuleCPU.test_Conv2d_dilated_cpu
test/compiled_autograd_skips/TestExpandedWeightModuleCPU.test_Conv2d_dilated_multiple_inputs_cpu
test/compiled_autograd_skips/TestExpandedWeightModuleCPU.test_Conv2d_multiple_inputs_cpu
test/compiled_autograd_skips/TestExpandedWeightModuleCPU.test_Conv2d_no_bias_cpu
test/compiled_autograd_skips/TestExpandedWeightModuleCPU.test_Conv2d_no_bias_multiple_inputs_cpu
test/compiled_autograd_skips/TestExpandedWeightModuleCPU.test_Conv2d_padding_cpu
test/compiled_autograd_skips/TestExpandedWeightModuleCPU.test_Conv2d_padding_multiple_inputs_cpu
test/compiled_autograd_skips/TestExpandedWeightModuleCPU.test_Conv2d_reflect_stride2_pad2_cpu
test/compiled_autograd_skips/TestExpandedWeightModuleCPU.test_Conv2d_reflect_stride2_pad2_multiple_inputs_cpu
test/compiled_autograd_skips/TestExpandedWeightModuleCPU.test_Conv2d_replicate_stride2_pad2_cpu
test/compiled_autograd_skips/TestExpandedWeightModuleCPU.test_Conv2d_replicate_stride2_pad2_multiple_inputs_cpu
test/compiled_autograd_skips/TestExpandedWeightModuleCPU.test_Conv2d_strided_cpu
test/compiled_autograd_skips/TestExpandedWeightModuleCPU.test_Conv2d_strided_multiple_inputs_cpu
test/compiled_autograd_skips/TestExpandedWeightModuleCPU.test_Conv2d_zeros_stride2_pad2_cpu
test/compiled_autograd_skips/TestExpandedWeightModuleCPU.test_Conv2d_zeros_stride2_pad2_multiple_inputs_cpu
test/compiled_autograd_skips/TestExpandedWeightModuleCPU.test_Conv3d_1x1x1_no_bias_cpu
test/compiled_autograd_skips/TestExpandedWeightModuleCPU.test_Conv3d_1x1x1_no_bias_multiple_inputs_cpu
test/compiled_autograd_skips/TestExpandedWeightModuleCPU.test_Conv3d_circular_stride2_pad2_cpu
test/compiled_autograd_skips/TestExpandedWeightModuleCPU.test_Conv3d_circular_stride2_pad2_multiple_inputs_cpu
test/compiled_autograd_skips/TestExpandedWeightModuleCPU.test_Conv3d_cpu
test/compiled_autograd_skips/TestExpandedWeightModuleCPU.test_Conv3d_multiple_inputs_cpu
test/compiled_autograd_skips/TestExpandedWeightModuleCPU.test_Conv3d_no_bias_cpu
test/compiled_autograd_skips/TestExpandedWeightModuleCPU.test_Conv3d_no_bias_multiple_inputs_cpu
test/compiled_autograd_skips/TestExpandedWeightModuleCPU.test_Conv3d_replicate_stride2_pad2_cpu
test/compiled_autograd_skips/TestExpandedWeightModuleCPU.test_Conv3d_replicate_stride2_pad2_multiple_inputs_cpu
test/compiled_autograd_skips/TestExpandedWeightModuleCPU.test_Conv3d_stride_cpu
test/compiled_autograd_skips/TestExpandedWeightModuleCPU.test_Conv3d_stride_multiple_inputs_cpu
test/compiled_autograd_skips/TestExpandedWeightModuleCPU.test_Conv3d_stride_padding_cpu
test/compiled_autograd_skips/TestExpandedWeightModuleCPU.test_Conv3d_stride_padding_multiple_inputs_cpu
test/compiled_autograd_skips/TestExpandedWeightModuleCPU.test_Conv3d_zeros_stride2_pad2_cpu
test/compiled_autograd_skips/TestExpandedWeightModuleCPU.test_Conv3d_zeros_stride2_pad2_multiple_inputs_cpu
test/compiled_autograd_skips/TestExpandedWeightModuleCPU.test_Linear_cpu
test/compiled_autograd_skips/TestExpandedWeightModuleCPU.test_Linear_multiple_inputs_cpu
test/compiled_autograd_skips/TestExpandedWeightModuleCPU.test_Linear_no_bias_cpu
test/compiled_autograd_skips/TestExpandedWeightModuleCPU.test_Linear_no_bias_multiple_inputs_cpu
test/compiled_autograd_skips/TestExpandedWeightModuleCPU.test_per_sample_api_failing_cpu
test/compiled_autograd_skips/TestFakeQuantize.test_fq_module_per_channel
test/compiled_autograd_skips/TestGenerateOpcheckTests.test_opcheck
test/compiled_autograd_skips/TestGenerateOpcheckTests.test_opcheck_customopdef
test/compiled_autograd_skips/TestGenericProxyTensorFake.test_make_fx_model_fwd_bwd
test/compiled_autograd_skips/TestGenericProxyTensorFake.test_make_fx_model_fwd_bwd_wgtupdate
test/compiled_autograd_skips/TestGenericProxyTensorFake.test_proxy_tensor
test/compiled_autograd_skips/TestGenericProxyTensorFake.test_resnet18_backward_trace
test/compiled_autograd_skips/TestGenericProxyTensorReal.test_make_fx_model_fwd_bwd
test/compiled_autograd_skips/TestGenericProxyTensorReal.test_make_fx_model_fwd_bwd_wgtupdate
test/compiled_autograd_skips/TestGenericProxyTensorReal.test_proxy_tensor
test/compiled_autograd_skips/TestGenericProxyTensorReal.test_resnet18_backward_trace
test/compiled_autograd_skips/TestGenericProxyTensorSymbolic.test_make_fx_model_fwd_bwd
test/compiled_autograd_skips/TestGenericProxyTensorSymbolic.test_make_fx_model_fwd_bwd_wgtupdate
test/compiled_autograd_skips/TestGenericProxyTensorSymbolic.test_proxy_tensor
test/compiled_autograd_skips/TestGenericProxyTensorSymbolic.test_resnet18_backward_trace
test/compiled_autograd_skips/TestJit.test_script_autograd_grad
test/compiled_autograd_skips/TestJit.test_script_backward_twice
test/compiled_autograd_skips/TestJitGeneratedModule.test_nn_Conv2d_no_bias
test/compiled_autograd_skips/TestJitGeneratedModule.test_nn_Conv3d_1x1x1_no_bias
test/compiled_autograd_skips/TestJitGeneratedModule.test_nn_Conv3d_no_bias
test/compiled_autograd_skips/TestJitGeneratedModule.test_nn_ConvTranspose1d_no_bias
test/compiled_autograd_skips/TestJitGeneratedModule.test_nn_ConvTranspose2d_dilated
test/compiled_autograd_skips/TestJitGeneratedModule.test_nn_ConvTranspose2d_no_bias
test/compiled_autograd_skips/TestJitGeneratedModule.test_nn_Softsign_no_batch_dim
test/compiled_autograd_skips/TestJitGeneratedModule.test_nn_Tanhshrink_no_batch_dim
test/compiled_autograd_skips/TestLinalgCPU.test_invariance_error_spectral_decompositions_cpu_complex128
test/compiled_autograd_skips/TestMkldnnCPU.test_adaptive_avg_pool2d_cpu
test/compiled_autograd_skips/TestMkldnnCPU.test_autograd_from_mkldnn_cpu
test/compiled_autograd_skips/TestMkldnnCPU.test_autograd_to_mkldnn_cpu
test/compiled_autograd_skips/TestMkldnnCPU.test_avg_pool2d_cpu
test/compiled_autograd_skips/TestMkldnnCPU.test_avg_pool3d_cpu
test/compiled_autograd_skips/TestMkldnnCPU.test_batch_norm_2d_cpu
test/compiled_autograd_skips/TestMkldnnCPU.test_conv2d_cpu
test/compiled_autograd_skips/TestMkldnnCPU.test_conv3d_cpu
test/compiled_autograd_skips/TestMkldnnCPU.test_gelu_bf16_cpu
test/compiled_autograd_skips/TestMkldnnCPU.test_gelu_cpu
test/compiled_autograd_skips/TestMkldnnCPU.test_linear_backward_cpu
test/compiled_autograd_skips/TestMkldnnCPU.test_linear_non_contiguous_weight_cpu
test/compiled_autograd_skips/TestMkldnnCPU.test_max_pool2d_cpu
test/compiled_autograd_skips/TestMkldnnCPU.test_max_pool3d_cpu
test/compiled_autograd_skips/TestMkldnnCPU.test_prelu_bf16_cpu
test/compiled_autograd_skips/TestMkldnnCPU.test_prelu_cpu
test/compiled_autograd_skips/TestMkldnnCPU.test_relu__cpu
test/compiled_autograd_skips/TestMkldnnCPU.test_relu_cpu
test/compiled_autograd_skips/TestMkldnnCPU.test_reshape_backward_cpu
test/compiled_autograd_skips/TestModels.test_dcgan_models
test/compiled_autograd_skips/TestModels.test_mnist
test/compiled_autograd_skips/TestModels.test_reinforcement_learning
test/compiled_autograd_skips/TestModels.test_vae
test/compiled_autograd_skips/TestModuleGlobalHooks.test_module_backward_global_hook_writeable
test/compiled_autograd_skips/TestModuleGlobalHooks.test_module_global_hook_invalid_outputs
test/compiled_autograd_skips/TestModuleHookNN.test_hook_invalid_outputs
test/compiled_autograd_skips/TestModuleHookNN.test_hooks
test/compiled_autograd_skips/TestMultithreadAutograd.test_fork_join_in_middle
test/compiled_autograd_skips/TestMultithreadAutograd.test_multi_grad_all_hooks
test/compiled_autograd_skips/TestMultithreadAutograd.test_multi_grad_any_hooks
test/compiled_autograd_skips/TestMultithreadAutograd.test_python_thread_in_middle
test/compiled_autograd_skips/TestMultithreadAutograd.test_set_multithreading_enabled_as_context_manager_and_function
test/compiled_autograd_skips/TestMultithreadAutograd.test_simple_backward
test/compiled_autograd_skips/TestMultithreadAutograd.test_simple_backward_same_input
test/compiled_autograd_skips/TestNN.test_AdaptiveLogSoftmax
test/compiled_autograd_skips/TestNN.test_Conv1d_circular_stride2_pad2
test/compiled_autograd_skips/TestNN.test_Conv1d_reflect_stride2_pad2
test/compiled_autograd_skips/TestNN.test_Conv1d_replicate_stride2_pad2
test/compiled_autograd_skips/TestNN.test_Conv2d_circular_stride2_pad2
test/compiled_autograd_skips/TestNN.test_Conv2d_reflect_stride2_pad2
test/compiled_autograd_skips/TestNN.test_Conv2d_replicate_stride2_pad2
test/compiled_autograd_skips/TestNN.test_Conv3d_circular_stride2_pad2
test/compiled_autograd_skips/TestNN.test_Conv3d_replicate_stride2_pad2
test/compiled_autograd_skips/TestNN.test_CosineEmbeddingLoss_no_batch_dim_mean
test/compiled_autograd_skips/TestNN.test_CosineEmbeddingLoss_no_batch_dim_none
test/compiled_autograd_skips/TestNN.test_CosineEmbeddingLoss_no_batch_dim_sum
test/compiled_autograd_skips/TestNN.test_EmbeddingBag_sparse
test/compiled_autograd_skips/TestNN.test_Embedding_sparse
test/compiled_autograd_skips/TestNN.test_HingeEmbeddingLoss_margin_no_reduce
test/compiled_autograd_skips/TestNN.test_HingeEmbeddingLoss_no_batch_dim_mean
test/compiled_autograd_skips/TestNN.test_HingeEmbeddingLoss_no_batch_dim_none
test/compiled_autograd_skips/TestNN.test_HingeEmbeddingLoss_no_batch_dim_sum
test/compiled_autograd_skips/TestNN.test_HingeEmbeddingLoss_no_reduce
test/compiled_autograd_skips/TestNN.test_Linear
test/compiled_autograd_skips/TestNN.test_Linear_no_batch_dim
test/compiled_autograd_skips/TestNN.test_Linear_no_bias
test/compiled_autograd_skips/TestNN.test_MarginRankingLoss_no_batch_dim_mean
test/compiled_autograd_skips/TestNN.test_MarginRankingLoss_no_batch_dim_none
test/compiled_autograd_skips/TestNN.test_MarginRankingLoss_no_batch_dim_sum
test/compiled_autograd_skips/TestNN.test_Mish_no_batch_dim
test/compiled_autograd_skips/TestNN.test_MultiLabelSoftMarginLoss_no_batch_dim_mean
test/compiled_autograd_skips/TestNN.test_MultiLabelSoftMarginLoss_no_batch_dim_none
test/compiled_autograd_skips/TestNN.test_MultiLabelSoftMarginLoss_no_batch_dim_sum
test/compiled_autograd_skips/TestNN.test_MultiLabelSoftMarginLoss_no_reduce
test/compiled_autograd_skips/TestNN.test_MultiLabelSoftMarginLoss_weights_no_reduce
test/compiled_autograd_skips/TestNN.test_PairwiseDistance
test/compiled_autograd_skips/TestNN.test_PairwiseDistance_broadcast_lhs
test/compiled_autograd_skips/TestNN.test_PairwiseDistance_broadcast_rhs
test/compiled_autograd_skips/TestNN.test_PairwiseDistance_no_batch_dim
test/compiled_autograd_skips/TestNN.test_PairwiseDistance_with_non_default_args
test/compiled_autograd_skips/TestNN.test_PoissonNLLLoss_no_batch_dim_mean
test/compiled_autograd_skips/TestNN.test_PoissonNLLLoss_no_batch_dim_none
test/compiled_autograd_skips/TestNN.test_PoissonNLLLoss_no_batch_dim_sum
test/compiled_autograd_skips/TestNN.test_PoissonNLLLoss_no_reduce
test/compiled_autograd_skips/TestNN.test_SiLU_no_batch_dim
test/compiled_autograd_skips/TestNN.test_Softsign_no_batch_dim
test/compiled_autograd_skips/TestNN.test_Tanhshrink_no_batch_dim
test/compiled_autograd_skips/TestNN.test_TransformerDecoderLayer_gelu_activation
test/compiled_autograd_skips/TestNN.test_TransformerDecoderLayer_relu_activation
test/compiled_autograd_skips/TestNN.test_TransformerEncoderLayer_gelu_activation
test/compiled_autograd_skips/TestNN.test_TransformerEncoderLayer_relu_activation
test/compiled_autograd_skips/TestNN.test_Transformer_multilayer_coder
test/compiled_autograd_skips/TestNN.test_TripletMarginLoss_no_batch_dim_mean
test/compiled_autograd_skips/TestNN.test_TripletMarginLoss_no_batch_dim_none
test/compiled_autograd_skips/TestNN.test_TripletMarginLoss_no_batch_dim_sum
test/compiled_autograd_skips/TestNN.test_affine_grid
test/compiled_autograd_skips/TestNN.test_affine_grid_3d
test/compiled_autograd_skips/TestNN.test_bilinear_no_bias
test/compiled_autograd_skips/TestNN.test_cosine_embedding_loss_margin_no_reduce
test/compiled_autograd_skips/TestNN.test_cosine_embedding_loss_no_reduce
test/compiled_autograd_skips/TestNN.test_elu_inplace_on_view
test/compiled_autograd_skips/TestNN.test_grid_sample
test/compiled_autograd_skips/TestNN.test_interpolate
test/compiled_autograd_skips/TestNN.test_linear_autograd_device_cpu_bias_weightCOO
test/compiled_autograd_skips/TestNN.test_linear_autograd_device_cpu_bias_weightCSC
test/compiled_autograd_skips/TestNN.test_linear_autograd_device_cpu_bias_weightCSR
test/compiled_autograd_skips/TestNN.test_linear_autograd_device_cpu_nobias_weightCOO
test/compiled_autograd_skips/TestNN.test_linear_autograd_device_cpu_nobias_weightCSC
test/compiled_autograd_skips/TestNN.test_linear_autograd_device_cpu_nobias_weightCSR
test/compiled_autograd_skips/TestNN.test_normalize
test/compiled_autograd_skips/TestNN.test_relu_inplace_on_view
test/compiled_autograd_skips/TestNN.test_swap_module_params_poisons_acc_grad
test/compiled_autograd_skips/TestNN.test_triplet_margin_loss
test/compiled_autograd_skips/TestNN.test_triplet_margin_loss_no_reduce
test/compiled_autograd_skips/TestNN.test_triplet_margin_loss_swap
test/compiled_autograd_skips/TestNN.test_triplet_margin_loss_swap_no_reduce
test/compiled_autograd_skips/TestNN.test_upsamplingLinear1d
test/compiled_autograd_skips/TestNN.test_upsampling_bfloat16
test/compiled_autograd_skips/TestNN.test_upsampling_not_recompute_scale_factor
test/compiled_autograd_skips/TestNNDeviceTypeCPU.test_GRU_grad_and_gradgrad_cpu_float64
test/compiled_autograd_skips/TestNNDeviceTypeCPU.test_GroupNorm_general_cpu
test/compiled_autograd_skips/TestNNDeviceTypeCPU.test_LSTM_differentiable_backward_using_oneDNN_cpu_bfloat16
test/compiled_autograd_skips/TestNNDeviceTypeCPU.test_LSTM_differentiable_backward_using_oneDNN_cpu_float32
test/compiled_autograd_skips/TestNNDeviceTypeCPU.test_LSTM_grad_and_gradgrad_cpu_float64
test/compiled_autograd_skips/TestNNDeviceTypeCPU.test_elu_inplace_with_neg_alpha_cpu
test/compiled_autograd_skips/TestNNDeviceTypeCPU.test_groupnorm_nhwc_cpu_bfloat16
test/compiled_autograd_skips/TestNNDeviceTypeCPU.test_groupnorm_nhwc_cpu_float16
test/compiled_autograd_skips/TestNNDeviceTypeCPU.test_groupnorm_nhwc_cpu_float32
test/compiled_autograd_skips/TestNNDeviceTypeCPU.test_groupnorm_nhwc_cpu_float64
test/compiled_autograd_skips/TestNNDeviceTypeCPU.test_leaky_relu_inplace_with_neg_slope_cpu
test/compiled_autograd_skips/TestNNDeviceTypeCPU.test_triplet_margin_with_distance_loss_cpu
test/compiled_autograd_skips/TestNNDeviceTypeCPU.test_triplet_margin_with_distance_loss_default_parity_cpu
test/compiled_autograd_skips/TestNNDeviceTypeCPU.test_upsamplingBiMode2d_antialias_False_align_corners_False_mode_bicubic_memory_format0_cpu
test/compiled_autograd_skips/TestNNDeviceTypeCPU.test_upsamplingBiMode2d_antialias_False_align_corners_False_mode_bicubic_memory_format1_cpu
test/compiled_autograd_skips/TestNNDeviceTypeCPU.test_upsamplingBiMode2d_antialias_False_align_corners_False_mode_bilinear_memory_format0_cpu
test/compiled_autograd_skips/TestNNDeviceTypeCPU.test_upsamplingBiMode2d_antialias_False_align_corners_False_mode_bilinear_memory_format1_cpu
test/compiled_autograd_skips/TestNNDeviceTypeCPU.test_upsamplingBiMode2d_antialias_False_align_corners_True_mode_bicubic_memory_format0_cpu
test/compiled_autograd_skips/TestNNDeviceTypeCPU.test_upsamplingBiMode2d_antialias_False_align_corners_True_mode_bicubic_memory_format1_cpu
test/compiled_autograd_skips/TestNNDeviceTypeCPU.test_upsamplingBiMode2d_antialias_False_align_corners_True_mode_bilinear_memory_format0_cpu
test/compiled_autograd_skips/TestNNDeviceTypeCPU.test_upsamplingBiMode2d_antialias_False_align_corners_True_mode_bilinear_memory_format1_cpu
test/compiled_autograd_skips/TestNNDeviceTypeCPU.test_upsamplingBiMode2d_antialias_True_align_corners_False_mode_bicubic_memory_format0_cpu
test/compiled_autograd_skips/TestNNDeviceTypeCPU.test_upsamplingBiMode2d_antialias_True_align_corners_False_mode_bicubic_memory_format1_cpu
test/compiled_autograd_skips/TestNNDeviceTypeCPU.test_upsamplingBiMode2d_antialias_True_align_corners_True_mode_bicubic_memory_format0_cpu
test/compiled_autograd_skips/TestNNDeviceTypeCPU.test_upsamplingBiMode2d_antialias_True_align_corners_True_mode_bicubic_memory_format1_cpu
test/compiled_autograd_skips/TestNNDeviceTypeCPU.test_upsamplingNearest1d_mode_nearest-exact_cpu
test/compiled_autograd_skips/TestNNDeviceTypeCPU.test_upsamplingNearest1d_mode_nearest_cpu
test/compiled_autograd_skips/TestNNDeviceTypeCPU.test_upsamplingTrilinear3d_align_corners_False_memory_format0_cpu
test/compiled_autograd_skips/TestNNDeviceTypeCPU.test_upsamplingTrilinear3d_align_corners_False_memory_format1_cpu
test/compiled_autograd_skips/TestNNDeviceTypeCPU.test_upsamplingTrilinear3d_align_corners_True_memory_format0_cpu
test/compiled_autograd_skips/TestNNDeviceTypeCPU.test_upsamplingTrilinear3d_align_corners_True_memory_format1_cpu
test/compiled_autograd_skips/TestNNParametrization.test_new_spectral_norm_swap_False
test/compiled_autograd_skips/TestNamedTensor.test_autograd_ignores_names
test/compiled_autograd_skips/TestNamedTensor.test_autograd_smoke
test/compiled_autograd_skips/TestNamedTensor.test_autograd_warns_named_grad
test/compiled_autograd_skips/TestNamedTensor.test_tensor_grad_is_unnamed
test/compiled_autograd_skips/TestNestedCheckpoint.test_nested_checkpoint_early_stop_False
test/compiled_autograd_skips/TestNestedCheckpoint.test_nested_checkpoint_early_stop_True
test/compiled_autograd_skips/TestNestedCheckpoint.test_nested_checkpoint_set_early_stop_no_recompution_needed
test/compiled_autograd_skips/TestNestedCheckpoint.test_nested_checkpoint_two_children_early_stop_False
test/compiled_autograd_skips/TestNestedCheckpoint.test_nested_checkpoint_two_children_early_stop_True
test/compiled_autograd_skips/TestNestedTensorAutogradCPU.test_abs_backward_cpu
test/compiled_autograd_skips/TestNestedTensorAutogradCPU.test_accumulate_grad_different_strides_cpu
test/compiled_autograd_skips/TestNestedTensorAutogradCPU.test_as_nested_tensor_propagates_gradients_cpu
test/compiled_autograd_skips/TestNestedTensorAutogradCPU.test_backward_add_strided_cpu
test/compiled_autograd_skips/TestNestedTensorAutogradCPU.test_backward_for_add_op_cpu
test/compiled_autograd_skips/TestNestedTensorAutogradCPU.test_backward_for_sub_op_cpu
test/compiled_autograd_skips/TestNestedTensorAutogradCPU.test_backward_sub_strided_cpu
test/compiled_autograd_skips/TestNestedTensorAutogradCPU.test_dropout_backward_jagged_cpu
test/compiled_autograd_skips/TestNestedTensorAutogradCPU.test_dropout_backward_strided_cpu
test/compiled_autograd_skips/TestNestedTensorAutogradCPU.test_gelu_backward_cpu
test/compiled_autograd_skips/TestNestedTensorAutogradCPU.test_indexing_backward_cpu
test/compiled_autograd_skips/TestNestedTensorAutogradCPU.test_layer_norm_backward_5d_size_128_cpu
test/compiled_autograd_skips/TestNestedTensorAutogradCPU.test_layer_norm_backward_5d_size_2_cpu
test/compiled_autograd_skips/TestNestedTensorAutogradCPU.test_layer_norm_backward_5d_size_32_cpu
test/compiled_autograd_skips/TestNestedTensorAutogradCPU.test_layer_norm_backward_5d_size_4_cpu
test/compiled_autograd_skips/TestNestedTensorAutogradCPU.test_layer_norm_backward_edge_case_cpu
test/compiled_autograd_skips/TestNestedTensorAutogradCPU.test_layer_norm_backward_size_1023_cpu
test/compiled_autograd_skips/TestNestedTensorAutogradCPU.test_layer_norm_backward_size_1024_cpu
test/compiled_autograd_skips/TestNestedTensorAutogradCPU.test_layer_norm_backward_size_128_cpu
test/compiled_autograd_skips/TestNestedTensorAutogradCPU.test_layer_norm_backward_size_256_cpu
test/compiled_autograd_skips/TestNestedTensorAutogradCPU.test_layer_norm_backward_size_2_cpu
test/compiled_autograd_skips/TestNestedTensorAutogradCPU.test_layer_norm_backward_size_32_cpu
test/compiled_autograd_skips/TestNestedTensorAutogradCPU.test_layer_norm_backward_size_4_cpu
test/compiled_autograd_skips/TestNestedTensorAutogradCPU.test_layer_norm_backward_size_512_cpu
test/compiled_autograd_skips/TestNestedTensorAutogradCPU.test_layer_norm_backward_size_513_cpu
test/compiled_autograd_skips/TestNestedTensorAutogradCPU.test_masked_fill_backward_cpu
test/compiled_autograd_skips/TestNestedTensorAutogradCPU.test_nested_tensor_bmm_backward_cpu
test/compiled_autograd_skips/TestNestedTensorAutogradCPU.test_nested_tensor_bmm_gradcheck_cpu
test/compiled_autograd_skips/TestNestedTensorAutogradCPU.test_nested_tensor_from_list_cpu
test/compiled_autograd_skips/TestNestedTensorAutogradCPU.test_nested_tensor_from_mask_and_to_padded_cpu
test/compiled_autograd_skips/TestNestedTensorAutogradCPU.test_nested_tensor_from_padded_cpu
test/compiled_autograd_skips/TestNestedTensorAutogradCPU.test_nested_tensor_from_padded_fused_cpu
test/compiled_autograd_skips/TestNestedTensorAutogradCPU.test_nested_tensor_generates_leaf_cpu
test/compiled_autograd_skips/TestNestedTensorAutogradCPU.test_nested_tensor_linear_backward_cpu
test/compiled_autograd_skips/TestNestedTensorAutogradCPU.test_nested_tensor_linear_cpu
test/compiled_autograd_skips/TestNestedTensorAutogradCPU.test_nested_tensor_linear_plus_transpose_cpu
test/compiled_autograd_skips/TestNestedTensorAutogradCPU.test_nested_tensor_matmul_backward_cpu
test/compiled_autograd_skips/TestNestedTensorAutogradCPU.test_nested_tensor_matmul_gradcheck_cpu
test/compiled_autograd_skips/TestNestedTensorAutogradCPU.test_nested_tensor_reshape_backward_cpu
test/compiled_autograd_skips/TestNestedTensorAutogradCPU.test_nested_tensor_reshape_gradcheck_cpu
test/compiled_autograd_skips/TestNestedTensorAutogradCPU.test_nested_tensor_softmax_cpu
test/compiled_autograd_skips/TestNestedTensorAutogradCPU.test_nested_tensor_squeeze_backward_cpu
test/compiled_autograd_skips/TestNestedTensorAutogradCPU.test_nested_tensor_squeeze_gradcheck_cpu
test/compiled_autograd_skips/TestNestedTensorAutogradCPU.test_nested_tensor_to_padded_tensor_cpu
test/compiled_autograd_skips/TestNestedTensorAutogradCPU.test_nested_tensor_transpose_backward_cpu
test/compiled_autograd_skips/TestNestedTensorAutogradCPU.test_nested_tensor_transpose_gradcheck_cpu
test/compiled_autograd_skips/TestNestedTensorAutogradCPU.test_nested_tensor_unsqueeze_backward_cpu
test/compiled_autograd_skips/TestNestedTensorAutogradCPU.test_nested_tensor_unsqueeze_gradcheck_cpu
test/compiled_autograd_skips/TestNestedTensorAutogradCPU.test_relu_backward_cpu
test/compiled_autograd_skips/TestNestedTensorAutogradCPU.test_selu_backward_cpu
test/compiled_autograd_skips/TestNestedTensorAutogradCPU.test_split_with_sizes_flow_through_cpu
test/compiled_autograd_skips/TestNestedTensorAutogradCPU.test_to_buffer_series_ops_grad_with_broadcast_cpu
test/compiled_autograd_skips/TestNestedTensorAutogradCPU.test_unbind_flow_through_cpu
test/compiled_autograd_skips/TestNestedTensorAutogradCPU.test_values_grad_with_broadcast_cpu
test/compiled_autograd_skips/TestNestedTensorAutogradCUDA.test_abs_backward_cuda
test/compiled_autograd_skips/TestNestedTensorAutogradCUDA.test_accumulate_grad_different_strides_cuda
test/compiled_autograd_skips/TestNestedTensorAutogradCUDA.test_as_nested_tensor_propagates_gradients_cuda
test/compiled_autograd_skips/TestNestedTensorAutogradCUDA.test_backward_add_strided_cuda
test/compiled_autograd_skips/TestNestedTensorAutogradCUDA.test_backward_for_add_op_cuda
test/compiled_autograd_skips/TestNestedTensorAutogradCUDA.test_backward_for_sub_op_cuda
test/compiled_autograd_skips/TestNestedTensorAutogradCUDA.test_backward_sub_strided_cuda
test/compiled_autograd_skips/TestNestedTensorAutogradCUDA.test_dropout_backward_jagged_cuda
test/compiled_autograd_skips/TestNestedTensorAutogradCUDA.test_dropout_backward_strided_cuda
test/compiled_autograd_skips/TestNestedTensorAutogradCUDA.test_gelu_backward_cuda
test/compiled_autograd_skips/TestNestedTensorAutogradCUDA.test_indexing_backward_cuda
test/compiled_autograd_skips/TestNestedTensorAutogradCUDA.test_layer_norm_backward_5d_size_128_cuda
test/compiled_autograd_skips/TestNestedTensorAutogradCUDA.test_layer_norm_backward_5d_size_2_cuda
test/compiled_autograd_skips/TestNestedTensorAutogradCUDA.test_layer_norm_backward_5d_size_32_cuda
test/compiled_autograd_skips/TestNestedTensorAutogradCUDA.test_layer_norm_backward_5d_size_4_cuda
test/compiled_autograd_skips/TestNestedTensorAutogradCUDA.test_layer_norm_backward_edge_case_cuda
test/compiled_autograd_skips/TestNestedTensorAutogradCUDA.test_layer_norm_backward_size_1023_cuda
test/compiled_autograd_skips/TestNestedTensorAutogradCUDA.test_layer_norm_backward_size_1024_cuda
test/compiled_autograd_skips/TestNestedTensorAutogradCUDA.test_layer_norm_backward_size_128_cuda
test/compiled_autograd_skips/TestNestedTensorAutogradCUDA.test_layer_norm_backward_size_256_cuda
test/compiled_autograd_skips/TestNestedTensorAutogradCUDA.test_layer_norm_backward_size_2_cuda
test/compiled_autograd_skips/TestNestedTensorAutogradCUDA.test_layer_norm_backward_size_32_cuda
test/compiled_autograd_skips/TestNestedTensorAutogradCUDA.test_layer_norm_backward_size_4_cuda
test/compiled_autograd_skips/TestNestedTensorAutogradCUDA.test_layer_norm_backward_size_512_cuda
test/compiled_autograd_skips/TestNestedTensorAutogradCUDA.test_layer_norm_backward_size_513_cuda
test/compiled_autograd_skips/TestNestedTensorAutogradCUDA.test_masked_fill_backward_cuda
test/compiled_autograd_skips/TestNestedTensorAutogradCUDA.test_nested_tensor_bmm_backward_cuda
test/compiled_autograd_skips/TestNestedTensorAutogradCUDA.test_nested_tensor_bmm_gradcheck_cuda
test/compiled_autograd_skips/TestNestedTensorAutogradCUDA.test_nested_tensor_from_list_cuda
test/compiled_autograd_skips/TestNestedTensorAutogradCUDA.test_nested_tensor_from_mask_and_to_padded_cuda
test/compiled_autograd_skips/TestNestedTensorAutogradCUDA.test_nested_tensor_from_padded_cuda
test/compiled_autograd_skips/TestNestedTensorAutogradCUDA.test_nested_tensor_from_padded_fused_cuda
test/compiled_autograd_skips/TestNestedTensorAutogradCUDA.test_nested_tensor_generates_leaf_cuda
test/compiled_autograd_skips/TestNestedTensorAutogradCUDA.test_nested_tensor_linear_backward_cuda
test/compiled_autograd_skips/TestNestedTensorAutogradCUDA.test_nested_tensor_linear_cuda
test/compiled_autograd_skips/TestNestedTensorAutogradCUDA.test_nested_tensor_linear_plus_transpose_cuda
test/compiled_autograd_skips/TestNestedTensorAutogradCUDA.test_nested_tensor_matmul_backward_cuda
test/compiled_autograd_skips/TestNestedTensorAutogradCUDA.test_nested_tensor_matmul_gradcheck_cuda
test/compiled_autograd_skips/TestNestedTensorAutogradCUDA.test_nested_tensor_reshape_backward_cuda
test/compiled_autograd_skips/TestNestedTensorAutogradCUDA.test_nested_tensor_reshape_gradcheck_cuda
test/compiled_autograd_skips/TestNestedTensorAutogradCUDA.test_nested_tensor_softmax_cuda
test/compiled_autograd_skips/TestNestedTensorAutogradCUDA.test_nested_tensor_squeeze_backward_cuda
test/compiled_autograd_skips/TestNestedTensorAutogradCUDA.test_nested_tensor_squeeze_gradcheck_cuda
test/compiled_autograd_skips/TestNestedTensorAutogradCUDA.test_nested_tensor_to_padded_tensor_cuda
test/compiled_autograd_skips/TestNestedTensorAutogradCUDA.test_nested_tensor_transpose_backward_cuda
test/compiled_autograd_skips/TestNestedTensorAutogradCUDA.test_nested_tensor_transpose_gradcheck_cuda
test/compiled_autograd_skips/TestNestedTensorAutogradCUDA.test_nested_tensor_unsqueeze_backward_cuda
test/compiled_autograd_skips/TestNestedTensorAutogradCUDA.test_nested_tensor_unsqueeze_gradcheck_cuda
test/compiled_autograd_skips/TestNestedTensorAutogradCUDA.test_relu_backward_cuda
test/compiled_autograd_skips/TestNestedTensorAutogradCUDA.test_selu_backward_cuda
test/compiled_autograd_skips/TestNestedTensorAutogradCUDA.test_split_with_sizes_flow_through_cuda
test/compiled_autograd_skips/TestNestedTensorAutogradCUDA.test_to_buffer_series_ops_grad_with_broadcast_cuda
test/compiled_autograd_skips/TestNestedTensorAutogradCUDA.test_unbind_flow_through_cuda
test/compiled_autograd_skips/TestNestedTensorAutogradCUDA.test_values_grad_with_broadcast_cuda
test/compiled_autograd_skips/TestNestedTensorDeviceTypeCPU.test_detach_cpu_float16
test/compiled_autograd_skips/TestNestedTensorDeviceTypeCPU.test_detach_cpu_float32
test/compiled_autograd_skips/TestNestedTensorDeviceTypeCPU.test_detach_cpu_float64
test/compiled_autograd_skips/TestNestedTensorDeviceTypeCPU.test_embedding_jagged_cpu
test/compiled_autograd_skips/TestNestedTensorDeviceTypeCPU.test_nested_tensor_chunk_cpu_float16
test/compiled_autograd_skips/TestNestedTensorDeviceTypeCPU.test_nested_tensor_chunk_cpu_float32
test/compiled_autograd_skips/TestNestedTensorDeviceTypeCPU.test_nested_tensor_chunk_cpu_float64
test/compiled_autograd_skips/TestNestedTensorDeviceTypeCPU.test_nested_tensor_indexing_cpu_float16
test/compiled_autograd_skips/TestNestedTensorDeviceTypeCPU.test_nested_tensor_indexing_cpu_float32
test/compiled_autograd_skips/TestNestedTensorDeviceTypeCPU.test_nested_tensor_indexing_cpu_float64
test/compiled_autograd_skips/TestNestedTensorDeviceTypeCPU.test_nested_tensor_sum_dim_cpu_float32
test/compiled_autograd_skips/TestNestedTensorDeviceTypeCUDA.test_detach_cuda_float16
test/compiled_autograd_skips/TestNestedTensorDeviceTypeCUDA.test_detach_cuda_float32
test/compiled_autograd_skips/TestNestedTensorDeviceTypeCUDA.test_detach_cuda_float64
test/compiled_autograd_skips/TestNestedTensorDeviceTypeCUDA.test_embedding_jagged_cuda
test/compiled_autograd_skips/TestNestedTensorDeviceTypeCUDA.test_nested_tensor_chunk_cuda_float16
test/compiled_autograd_skips/TestNestedTensorDeviceTypeCUDA.test_nested_tensor_chunk_cuda_float32
test/compiled_autograd_skips/TestNestedTensorDeviceTypeCUDA.test_nested_tensor_chunk_cuda_float64
test/compiled_autograd_skips/TestNestedTensorDeviceTypeCUDA.test_nested_tensor_indexing_cuda_float16
test/compiled_autograd_skips/TestNestedTensorDeviceTypeCUDA.test_nested_tensor_indexing_cuda_float32
test/compiled_autograd_skips/TestNestedTensorDeviceTypeCUDA.test_nested_tensor_indexing_cuda_float64
test/compiled_autograd_skips/TestNestedTensorOpInfoCPU.test_nested_tensor_input_mutation_backward_cpu
test/compiled_autograd_skips/TestNestedTensorOpInfoCUDA.test_nested_tensor_input_mutation_backward_cuda
test/compiled_autograd_skips/TestNestedTensorSubclassCPU.test_apply__cpu_float32
test/compiled_autograd_skips/TestNestedTensorSubclassCPU.test_as_nested_tensor_from_tensor_dim_2_layout_jagged_requires_grad_True_contiguous_False_cpu_float16
test/compiled_autograd_skips/TestNestedTensorSubclassCPU.test_as_nested_tensor_from_tensor_dim_2_layout_jagged_requires_grad_True_contiguous_False_cpu_float32
test/compiled_autograd_skips/TestNestedTensorSubclassCPU.test_as_nested_tensor_from_tensor_dim_2_layout_jagged_requires_grad_True_contiguous_False_cpu_float64
test/compiled_autograd_skips/TestNestedTensorSubclassCPU.test_as_nested_tensor_from_tensor_dim_2_layout_jagged_requires_grad_True_contiguous_True_cpu_float16
test/compiled_autograd_skips/TestNestedTensorSubclassCPU.test_as_nested_tensor_from_tensor_dim_2_layout_jagged_requires_grad_True_contiguous_True_cpu_float32
test/compiled_autograd_skips/TestNestedTensorSubclassCPU.test_as_nested_tensor_from_tensor_dim_2_layout_jagged_requires_grad_True_contiguous_True_cpu_float64
test/compiled_autograd_skips/TestNestedTensorSubclassCPU.test_as_nested_tensor_from_tensor_dim_2_layout_strided_requires_grad_True_contiguous_False_cpu_float16
test/compiled_autograd_skips/TestNestedTensorSubclassCPU.test_as_nested_tensor_from_tensor_dim_2_layout_strided_requires_grad_True_contiguous_False_cpu_float32
test/compiled_autograd_skips/TestNestedTensorSubclassCPU.test_as_nested_tensor_from_tensor_dim_2_layout_strided_requires_grad_True_contiguous_False_cpu_float64
test/compiled_autograd_skips/TestNestedTensorSubclassCPU.test_as_nested_tensor_from_tensor_dim_2_layout_strided_requires_grad_True_contiguous_True_cpu_float16
test/compiled_autograd_skips/TestNestedTensorSubclassCPU.test_as_nested_tensor_from_tensor_dim_2_layout_strided_requires_grad_True_contiguous_True_cpu_float32
test/compiled_autograd_skips/TestNestedTensorSubclassCPU.test_as_nested_tensor_from_tensor_dim_2_layout_strided_requires_grad_True_contiguous_True_cpu_float64
test/compiled_autograd_skips/TestNestedTensorSubclassCPU.test_as_nested_tensor_from_tensor_dim_3_layout_jagged_requires_grad_True_contiguous_False_cpu_float16
test/compiled_autograd_skips/TestNestedTensorSubclassCPU.test_as_nested_tensor_from_tensor_dim_3_layout_jagged_requires_grad_True_contiguous_False_cpu_float32
test/compiled_autograd_skips/TestNestedTensorSubclassCPU.test_as_nested_tensor_from_tensor_dim_3_layout_jagged_requires_grad_True_contiguous_False_cpu_float64
test/compiled_autograd_skips/TestNestedTensorSubclassCPU.test_as_nested_tensor_from_tensor_dim_3_layout_jagged_requires_grad_True_contiguous_True_cpu_float16
test/compiled_autograd_skips/TestNestedTensorSubclassCPU.test_as_nested_tensor_from_tensor_dim_3_layout_jagged_requires_grad_True_contiguous_True_cpu_float32
test/compiled_autograd_skips/TestNestedTensorSubclassCPU.test_as_nested_tensor_from_tensor_dim_3_layout_jagged_requires_grad_True_contiguous_True_cpu_float64
test/compiled_autograd_skips/TestNestedTensorSubclassCPU.test_as_nested_tensor_from_tensor_dim_3_layout_strided_requires_grad_True_contiguous_False_cpu_float16
test/compiled_autograd_skips/TestNestedTensorSubclassCPU.test_as_nested_tensor_from_tensor_dim_3_layout_strided_requires_grad_True_contiguous_False_cpu_float32
test/compiled_autograd_skips/TestNestedTensorSubclassCPU.test_as_nested_tensor_from_tensor_dim_3_layout_strided_requires_grad_True_contiguous_False_cpu_float64
test/compiled_autograd_skips/TestNestedTensorSubclassCPU.test_as_nested_tensor_from_tensor_dim_3_layout_strided_requires_grad_True_contiguous_True_cpu_float16
test/compiled_autograd_skips/TestNestedTensorSubclassCPU.test_as_nested_tensor_from_tensor_dim_3_layout_strided_requires_grad_True_contiguous_True_cpu_float32
test/compiled_autograd_skips/TestNestedTensorSubclassCPU.test_as_nested_tensor_from_tensor_dim_3_layout_strided_requires_grad_True_contiguous_True_cpu_float64
test/compiled_autograd_skips/TestNestedTensorSubclassCPU.test_as_nested_tensor_from_tensor_dim_4_layout_jagged_requires_grad_True_contiguous_False_cpu_float16
test/compiled_autograd_skips/TestNestedTensorSubclassCPU.test_as_nested_tensor_from_tensor_dim_4_layout_jagged_requires_grad_True_contiguous_False_cpu_float32
test/compiled_autograd_skips/TestNestedTensorSubclassCPU.test_as_nested_tensor_from_tensor_dim_4_layout_jagged_requires_grad_True_contiguous_False_cpu_float64
test/compiled_autograd_skips/TestNestedTensorSubclassCPU.test_as_nested_tensor_from_tensor_dim_4_layout_jagged_requires_grad_True_contiguous_True_cpu_float16
test/compiled_autograd_skips/TestNestedTensorSubclassCPU.test_as_nested_tensor_from_tensor_dim_4_layout_jagged_requires_grad_True_contiguous_True_cpu_float32
test/compiled_autograd_skips/TestNestedTensorSubclassCPU.test_as_nested_tensor_from_tensor_dim_4_layout_jagged_requires_grad_True_contiguous_True_cpu_float64
test/compiled_autograd_skips/TestNestedTensorSubclassCPU.test_as_nested_tensor_from_tensor_dim_4_layout_strided_requires_grad_True_contiguous_False_cpu_float16
test/compiled_autograd_skips/TestNestedTensorSubclassCPU.test_as_nested_tensor_from_tensor_dim_4_layout_strided_requires_grad_True_contiguous_False_cpu_float32
test/compiled_autograd_skips/TestNestedTensorSubclassCPU.test_as_nested_tensor_from_tensor_dim_4_layout_strided_requires_grad_True_contiguous_False_cpu_float64
test/compiled_autograd_skips/TestNestedTensorSubclassCPU.test_as_nested_tensor_from_tensor_dim_4_layout_strided_requires_grad_True_contiguous_True_cpu_float16
test/compiled_autograd_skips/TestNestedTensorSubclassCPU.test_as_nested_tensor_from_tensor_dim_4_layout_strided_requires_grad_True_contiguous_True_cpu_float32
test/compiled_autograd_skips/TestNestedTensorSubclassCPU.test_as_nested_tensor_from_tensor_dim_4_layout_strided_requires_grad_True_contiguous_True_cpu_float64
test/compiled_autograd_skips/TestNestedTensorSubclassCPU.test_autograd_function_with_None_grad_cpu_float32
test/compiled_autograd_skips/TestNestedTensorSubclassCPU.test_binary_pointwise_broadcasting_cpu
test/compiled_autograd_skips/TestNestedTensorSubclassCPU.test_binary_pointwise_cpu
test/compiled_autograd_skips/TestNestedTensorSubclassCPU.test_binary_pointwise_transposed_cpu
test/compiled_autograd_skips/TestNestedTensorSubclassCPU.test_composite_op_in_inference_mode_cpu_float32
test/compiled_autograd_skips/TestNestedTensorSubclassCPU.test_construction_from_list_cpu_float32
test/compiled_autograd_skips/TestNestedTensorSubclassCPU.test_is_contiguous_cpu
test/compiled_autograd_skips/TestNestedTensorSubclassCPU.test_jagged_layout_construction_as_nested_tensor_components_require_grad_True_cpu_float16
test/compiled_autograd_skips/TestNestedTensorSubclassCPU.test_jagged_layout_construction_as_nested_tensor_components_require_grad_True_cpu_float32
test/compiled_autograd_skips/TestNestedTensorSubclassCPU.test_jagged_layout_construction_as_nested_tensor_components_require_grad_True_cpu_float64
test/compiled_autograd_skips/TestNestedTensorSubclassCPU.test_jagged_layout_construction_nested_tensor_requires_grad_False_components_require_grad_False_cpu_float16
test/compiled_autograd_skips/TestNestedTensorSubclassCPU.test_jagged_layout_construction_nested_tensor_requires_grad_False_components_require_grad_False_cpu_float32
test/compiled_autograd_skips/TestNestedTensorSubclassCPU.test_jagged_layout_construction_nested_tensor_requires_grad_False_components_require_grad_False_cpu_float64
test/compiled_autograd_skips/TestNestedTensorSubclassCPU.test_jagged_layout_construction_nested_tensor_requires_grad_False_components_require_grad_True_cpu_float16
test/compiled_autograd_skips/TestNestedTensorSubclassCPU.test_jagged_layout_construction_nested_tensor_requires_grad_False_components_require_grad_True_cpu_float32
test/compiled_autograd_skips/TestNestedTensorSubclassCPU.test_jagged_layout_construction_nested_tensor_requires_grad_False_components_require_grad_True_cpu_float64
test/compiled_autograd_skips/TestNestedTensorSubclassCPU.test_jagged_layout_construction_nested_tensor_requires_grad_True_components_require_grad_False_cpu_float16
test/compiled_autograd_skips/TestNestedTensorSubclassCPU.test_jagged_layout_construction_nested_tensor_requires_grad_True_components_require_grad_False_cpu_float32
test/compiled_autograd_skips/TestNestedTensorSubclassCPU.test_jagged_layout_construction_nested_tensor_requires_grad_True_components_require_grad_False_cpu_float64
test/compiled_autograd_skips/TestNestedTensorSubclassCPU.test_jagged_layout_construction_nested_tensor_requires_grad_True_components_require_grad_True_cpu_float16
test/compiled_autograd_skips/TestNestedTensorSubclassCPU.test_jagged_layout_construction_nested_tensor_requires_grad_True_components_require_grad_True_cpu_float32
test/compiled_autograd_skips/TestNestedTensorSubclassCPU.test_jagged_layout_construction_nested_tensor_requires_grad_True_components_require_grad_True_cpu_float64
test/compiled_autograd_skips/TestNestedTensorSubclassCPU.test_jagged_op_different_output_shape_dim_mean_keepdim_True_requires_grad_False_components_require_grad_False_cpu_float32
test/compiled_autograd_skips/TestNestedTensorSubclassCPU.test_jagged_op_different_output_shape_dim_mean_keepdim_True_requires_grad_False_components_require_grad_True_cpu_float32
test/compiled_autograd_skips/TestNestedTensorSubclassCPU.test_jagged_op_different_output_shape_dim_mean_keepdim_True_requires_grad_True_components_require_grad_False_cpu_float32
test/compiled_autograd_skips/TestNestedTensorSubclassCPU.test_jagged_op_different_output_shape_dim_mean_keepdim_True_requires_grad_True_components_require_grad_True_cpu_float32
test/compiled_autograd_skips/TestNestedTensorSubclassCPU.test_jagged_op_different_output_shape_dim_sum_keepdim_False_requires_grad_False_components_require_grad_False_cpu_float32
test/compiled_autograd_skips/TestNestedTensorSubclassCPU.test_jagged_op_different_output_shape_dim_sum_keepdim_False_requires_grad_False_components_require_grad_True_cpu_float32
test/compiled_autograd_skips/TestNestedTensorSubclassCPU.test_jagged_op_different_output_shape_dim_sum_keepdim_False_requires_grad_True_components_require_grad_False_cpu_float32
test/compiled_autograd_skips/TestNestedTensorSubclassCPU.test_jagged_op_different_output_shape_dim_sum_keepdim_False_requires_grad_True_components_require_grad_True_cpu_float32
test/compiled_autograd_skips/TestNestedTensorSubclassCPU.test_jagged_op_different_output_shape_dim_sum_keepdim_True_requires_grad_False_components_require_grad_False_cpu_float32
test/compiled_autograd_skips/TestNestedTensorSubclassCPU.test_jagged_op_different_output_shape_dim_sum_keepdim_True_requires_grad_False_components_require_grad_True_cpu_float32
test/compiled_autograd_skips/TestNestedTensorSubclassCPU.test_jagged_op_different_output_shape_dim_sum_keepdim_True_requires_grad_True_components_require_grad_False_cpu_float32
test/compiled_autograd_skips/TestNestedTensorSubclassCPU.test_jagged_op_different_output_shape_dim_sum_keepdim_True_requires_grad_True_components_require_grad_True_cpu_float32
test/compiled_autograd_skips/TestNestedTensorSubclassCPU.test_jagged_view_from_values_offsets_requires_grad_True_values_is_view_False_cpu_float16
test/compiled_autograd_skips/TestNestedTensorSubclassCPU.test_jagged_view_from_values_offsets_requires_grad_True_values_is_view_False_cpu_float32
test/compiled_autograd_skips/TestNestedTensorSubclassCPU.test_jagged_view_from_values_offsets_requires_grad_True_values_is_view_False_cpu_float64
test/compiled_autograd_skips/TestNestedTensorSubclassCPU.test_jagged_view_from_values_offsets_requires_grad_True_values_is_view_True_cpu_float16
test/compiled_autograd_skips/TestNestedTensorSubclassCPU.test_jagged_view_from_values_offsets_requires_grad_True_values_is_view_True_cpu_float32
test/compiled_autograd_skips/TestNestedTensorSubclassCPU.test_jagged_view_from_values_offsets_requires_grad_True_values_is_view_True_cpu_float64
test/compiled_autograd_skips/TestNestedTensorSubclassCPU.test_layer_norm_2d_input_requires_grad_False_components_require_grad_False_cpu_float32
test/compiled_autograd_skips/TestNestedTensorSubclassCPU.test_layer_norm_2d_input_requires_grad_False_components_require_grad_True_cpu_float32
test/compiled_autograd_skips/TestNestedTensorSubclassCPU.test_layer_norm_2d_input_requires_grad_True_components_require_grad_False_cpu_float32
test/compiled_autograd_skips/TestNestedTensorSubclassCPU.test_layer_norm_2d_input_requires_grad_True_components_require_grad_True_cpu_float32
test/compiled_autograd_skips/TestNestedTensorSubclassCPU.test_layer_norm_operate_on_batch_dim_requires_grad_False_components_require_grad_False_cpu_float32
test/compiled_autograd_skips/TestNestedTensorSubclassCPU.test_layer_norm_operate_on_batch_dim_requires_grad_False_components_require_grad_True_cpu_float32
test/compiled_autograd_skips/TestNestedTensorSubclassCPU.test_layer_norm_operate_on_batch_dim_requires_grad_True_components_require_grad_False_cpu_float32
test/compiled_autograd_skips/TestNestedTensorSubclassCPU.test_layer_norm_operate_on_batch_dim_requires_grad_True_components_require_grad_True_cpu_float32
test/compiled_autograd_skips/TestNestedTensorSubclassCPU.test_layer_norm_reduce_ragged_idx_1_requires_grad_True_components_require_grad_False_cpu_float32
test/compiled_autograd_skips/TestNestedTensorSubclassCPU.test_layer_norm_reduce_ragged_idx_1_requires_grad_True_components_require_grad_True_cpu_float32
test/compiled_autograd_skips/TestNestedTensorSubclassCPU.test_linear_nt_dim_3_cpu
test/compiled_autograd_skips/TestNestedTensorSubclassCPU.test_linear_nt_dim_4_cpu
test/compiled_autograd_skips/TestNestedTensorSubclassCPU.test_linear_nt_dim_5_cpu
test/compiled_autograd_skips/TestNestedTensorSubclassCPU.test_njt_cat_cpu
test/compiled_autograd_skips/TestNestedTensorSubclassCPU.test_op_dim_reduce_batch_only_different_output_shape_mean_keepdim_True_requires_grad_False_components_require_grad_False_cpu_float32
test/compiled_autograd_skips/TestNestedTensorSubclassCPU.test_op_dim_reduce_batch_only_different_output_shape_mean_keepdim_True_requires_grad_False_components_require_grad_True_cpu_float32
test/compiled_autograd_skips/TestNestedTensorSubclassCPU.test_op_dim_reduce_batch_only_different_output_shape_mean_keepdim_True_requires_grad_True_components_require_grad_False_cpu_float32
test/compiled_autograd_skips/TestNestedTensorSubclassCPU.test_op_dim_reduce_batch_only_different_output_shape_mean_keepdim_True_requires_grad_True_components_require_grad_True_cpu_float32
test/compiled_autograd_skips/TestNestedTensorSubclassCPU.test_op_dim_reduce_batch_only_different_output_shape_sum_keepdim_False_requires_grad_False_components_require_grad_False_cpu_float32
test/compiled_autograd_skips/TestNestedTensorSubclassCPU.test_op_dim_reduce_batch_only_different_output_shape_sum_keepdim_False_requires_grad_False_components_require_grad_True_cpu_float32
test/compiled_autograd_skips/TestNestedTensorSubclassCPU.test_op_dim_reduce_batch_only_different_output_shape_sum_keepdim_False_requires_grad_True_components_require_grad_False_cpu_float32
test/compiled_autograd_skips/TestNestedTensorSubclassCPU.test_op_dim_reduce_batch_only_different_output_shape_sum_keepdim_False_requires_grad_True_components_require_grad_True_cpu_float32
test/compiled_autograd_skips/TestNestedTensorSubclassCPU.test_op_dim_reduce_batch_only_different_output_shape_sum_keepdim_True_requires_grad_False_components_require_grad_False_cpu_float32
test/compiled_autograd_skips/TestNestedTensorSubclassCPU.test_op_dim_reduce_batch_only_different_output_shape_sum_keepdim_True_requires_grad_False_components_require_grad_True_cpu_float32
test/compiled_autograd_skips/TestNestedTensorSubclassCPU.test_op_dim_reduce_batch_only_different_output_shape_sum_keepdim_True_requires_grad_True_components_require_grad_False_cpu_float32
test/compiled_autograd_skips/TestNestedTensorSubclassCPU.test_op_dim_reduce_batch_only_different_output_shape_sum_keepdim_True_requires_grad_True_components_require_grad_True_cpu_float32
test/compiled_autograd_skips/TestNestedTensorSubclassCPU.test_op_dim_reduce_ragged_idx_1_different_output_shape_mean_keepdim_True_requires_grad_False_components_require_grad_False_cpu_float32
test/compiled_autograd_skips/TestNestedTensorSubclassCPU.test_op_dim_reduce_ragged_idx_1_different_output_shape_mean_keepdim_True_requires_grad_False_components_require_grad_True_cpu_float32
test/compiled_autograd_skips/TestNestedTensorSubclassCPU.test_op_dim_reduce_ragged_idx_1_different_output_shape_mean_keepdim_True_requires_grad_True_components_require_grad_False_cpu_float32
test/compiled_autograd_skips/TestNestedTensorSubclassCPU.test_op_dim_reduce_ragged_idx_1_different_output_shape_mean_keepdim_True_requires_grad_True_components_require_grad_True_cpu_float32
test/compiled_autograd_skips/TestNestedTensorSubclassCPU.test_op_dim_reduce_ragged_idx_1_different_output_shape_sum_keepdim_False_requires_grad_False_components_require_grad_False_cpu_float32
test/compiled_autograd_skips/TestNestedTensorSubclassCPU.test_op_dim_reduce_ragged_idx_1_different_output_shape_sum_keepdim_False_requires_grad_False_components_require_grad_True_cpu_float32
test/compiled_autograd_skips/TestNestedTensorSubclassCPU.test_op_dim_reduce_ragged_idx_1_different_output_shape_sum_keepdim_False_requires_grad_True_components_require_grad_False_cpu_float32
test/compiled_autograd_skips/TestNestedTensorSubclassCPU.test_op_dim_reduce_ragged_idx_1_different_output_shape_sum_keepdim_False_requires_grad_True_components_require_grad_True_cpu_float32
test/compiled_autograd_skips/TestNestedTensorSubclassCPU.test_op_dim_reduce_ragged_idx_1_different_output_shape_sum_keepdim_True_requires_grad_False_components_require_grad_False_cpu_float32
test/compiled_autograd_skips/TestNestedTensorSubclassCPU.test_op_dim_reduce_ragged_idx_1_different_output_shape_sum_keepdim_True_requires_grad_False_components_require_grad_True_cpu_float32
test/compiled_autograd_skips/TestNestedTensorSubclassCPU.test_op_dim_reduce_ragged_idx_1_different_output_shape_sum_keepdim_True_requires_grad_True_components_require_grad_False_cpu_float32
test/compiled_autograd_skips/TestNestedTensorSubclassCPU.test_op_dim_reduce_ragged_idx_1_different_output_shape_sum_keepdim_True_requires_grad_True_components_require_grad_True_cpu_float32
test/compiled_autograd_skips/TestNestedTensorSubclassCPU.test_op_dim_reduce_ragged_idx_greater_than_1_different_output_shape_mean_transpose_offset_1_keepdim_True_requires_grad_False_components_require_grad_False_cpu_float32
test/compiled_autograd_skips/TestNestedTensorSubclassCPU.test_op_dim_reduce_ragged_idx_greater_than_1_different_output_shape_mean_transpose_offset_1_keepdim_True_requires_grad_False_components_require_grad_True_cpu_float32
test/compiled_autograd_skips/TestNestedTensorSubclassCPU.test_op_dim_reduce_ragged_idx_greater_than_1_different_output_shape_mean_transpose_offset_1_keepdim_True_requires_grad_True_components_require_grad_False_cpu_float32
test/compiled_autograd_skips/TestNestedTensorSubclassCPU.test_op_dim_reduce_ragged_idx_greater_than_1_different_output_shape_mean_transpose_offset_1_keepdim_True_requires_grad_True_components_require_grad_True_cpu_float32
test/compiled_autograd_skips/TestNestedTensorSubclassCPU.test_op_dim_reduce_ragged_idx_greater_than_1_different_output_shape_mean_transpose_offset_2_keepdim_True_requires_grad_False_components_require_grad_False_cpu_float32
test/compiled_autograd_skips/TestNestedTensorSubclassCPU.test_op_dim_reduce_ragged_idx_greater_than_1_different_output_shape_mean_transpose_offset_2_keepdim_True_requires_grad_False_components_require_grad_True_cpu_float32
test/compiled_autograd_skips/TestNestedTensorSubclassCPU.test_op_dim_reduce_ragged_idx_greater_than_1_different_output_shape_mean_transpose_offset_2_keepdim_True_requires_grad_True_components_require_grad_False_cpu_float32
test/compiled_autograd_skips/TestNestedTensorSubclassCPU.test_op_dim_reduce_ragged_idx_greater_than_1_different_output_shape_mean_transpose_offset_2_keepdim_True_requires_grad_True_components_require_grad_True_cpu_float32
test/compiled_autograd_skips/TestNestedTensorSubclassCPU.test_op_dim_reduce_ragged_idx_greater_than_1_different_output_shape_sum_transpose_offset_1_keepdim_False_requires_grad_False_components_require_grad_False_cpu_float32
test/compiled_autograd_skips/TestNestedTensorSubclassCPU.test_op_dim_reduce_ragged_idx_greater_than_1_different_output_shape_sum_transpose_offset_1_keepdim_False_requires_grad_False_components_require_grad_True_cpu_float32
test/compiled_autograd_skips/TestNestedTensorSubclassCPU.test_op_dim_reduce_ragged_idx_greater_than_1_different_output_shape_sum_transpose_offset_1_keepdim_False_requires_grad_True_components_require_grad_False_cpu_float32
test/compiled_autograd_skips/TestNestedTensorSubclassCPU.test_op_dim_reduce_ragged_idx_greater_than_1_different_output_shape_sum_transpose_offset_1_keepdim_False_requires_grad_True_components_require_grad_True_cpu_float32
test/compiled_autograd_skips/TestNestedTensorSubclassCPU.test_op_dim_reduce_ragged_idx_greater_than_1_different_output_shape_sum_transpose_offset_1_keepdim_True_requires_grad_False_components_require_grad_False_cpu_float32
test/compiled_autograd_skips/TestNestedTensorSubclassCPU.test_op_dim_reduce_ragged_idx_greater_than_1_different_output_shape_sum_transpose_offset_1_keepdim_True_requires_grad_False_components_require_grad_True_cpu_float32
test/compiled_autograd_skips/TestNestedTensorSubclassCPU.test_op_dim_reduce_ragged_idx_greater_than_1_different_output_shape_sum_transpose_offset_1_keepdim_True_requires_grad_True_components_require_grad_False_cpu_float32
test/compiled_autograd_skips/TestNestedTensorSubclassCPU.test_op_dim_reduce_ragged_idx_greater_than_1_different_output_shape_sum_transpose_offset_1_keepdim_True_requires_grad_True_components_require_grad_True_cpu_float32
test/compiled_autograd_skips/TestNestedTensorSubclassCPU.test_op_dim_reduce_ragged_idx_greater_than_1_different_output_shape_sum_transpose_offset_2_keepdim_False_requires_grad_False_components_require_grad_False_cpu_float32
test/compiled_autograd_skips/TestNestedTensorSubclassCPU.test_op_dim_reduce_ragged_idx_greater_than_1_different_output_shape_sum_transpose_offset_2_keepdim_False_requires_grad_False_components_require_grad_True_cpu_float32
test/compiled_autograd_skips/TestNestedTensorSubclassCPU.test_op_dim_reduce_ragged_idx_greater_than_1_different_output_shape_sum_transpose_offset_2_keepdim_False_requires_grad_True_components_require_grad_False_cpu_float32
test/compiled_autograd_skips/TestNestedTensorSubclassCPU.test_op_dim_reduce_ragged_idx_greater_than_1_different_output_shape_sum_transpose_offset_2_keepdim_False_requires_grad_True_components_require_grad_True_cpu_float32
test/compiled_autograd_skips/TestNestedTensorSubclassCPU.test_op_dim_reduce_ragged_idx_greater_than_1_different_output_shape_sum_transpose_offset_2_keepdim_True_requires_grad_False_components_require_grad_False_cpu_float32
test/compiled_autograd_skips/TestNestedTensorSubclassCPU.test_op_dim_reduce_ragged_idx_greater_than_1_different_output_shape_sum_transpose_offset_2_keepdim_True_requires_grad_False_components_require_grad_True_cpu_float32
test/compiled_autograd_skips/TestNestedTensorSubclassCPU.test_op_dim_reduce_ragged_idx_greater_than_1_different_output_shape_sum_transpose_offset_2_keepdim_True_requires_grad_True_components_require_grad_False_cpu_float32
test/compiled_autograd_skips/TestNestedTensorSubclassCPU.test_op_dim_reduce_ragged_idx_greater_than_1_different_output_shape_sum_transpose_offset_2_keepdim_True_requires_grad_True_components_require_grad_True_cpu_float32
test/compiled_autograd_skips/TestNestedTensorSubclassCPU.test_op_dim_transpose_non_ragged_dim_different_output_shape_mean_keepdim_True_requires_grad_False_components_require_grad_False_cpu_float32
test/compiled_autograd_skips/TestNestedTensorSubclassCPU.test_op_dim_transpose_non_ragged_dim_different_output_shape_mean_keepdim_True_requires_grad_False_components_require_grad_True_cpu_float32
test/compiled_autograd_skips/TestNestedTensorSubclassCPU.test_op_dim_transpose_non_ragged_dim_different_output_shape_mean_keepdim_True_requires_grad_True_components_require_grad_False_cpu_float32
test/compiled_autograd_skips/TestNestedTensorSubclassCPU.test_op_dim_transpose_non_ragged_dim_different_output_shape_mean_keepdim_True_requires_grad_True_components_require_grad_True_cpu_float32
test/compiled_autograd_skips/TestNestedTensorSubclassCPU.test_op_dim_transpose_non_ragged_dim_different_output_shape_sum_keepdim_False_requires_grad_False_components_require_grad_False_cpu_float32
test/compiled_autograd_skips/TestNestedTensorSubclassCPU.test_op_dim_transpose_non_ragged_dim_different_output_shape_sum_keepdim_False_requires_grad_False_components_require_grad_True_cpu_float32
test/compiled_autograd_skips/TestNestedTensorSubclassCPU.test_op_dim_transpose_non_ragged_dim_different_output_shape_sum_keepdim_False_requires_grad_True_components_require_grad_False_cpu_float32
test/compiled_autograd_skips/TestNestedTensorSubclassCPU.test_op_dim_transpose_non_ragged_dim_different_output_shape_sum_keepdim_False_requires_grad_True_components_require_grad_True_cpu_float32
test/compiled_autograd_skips/TestNestedTensorSubclassCPU.test_op_dim_transpose_non_ragged_dim_different_output_shape_sum_keepdim_True_requires_grad_False_components_require_grad_False_cpu_float32
test/compiled_autograd_skips/TestNestedTensorSubclassCPU.test_op_dim_transpose_non_ragged_dim_different_output_shape_sum_keepdim_True_requires_grad_False_components_require_grad_True_cpu_float32
test/compiled_autograd_skips/TestNestedTensorSubclassCPU.test_op_dim_transpose_non_ragged_dim_different_output_shape_sum_keepdim_True_requires_grad_True_components_require_grad_False_cpu_float32
test/compiled_autograd_skips/TestNestedTensorSubclassCPU.test_op_dim_transpose_non_ragged_dim_different_output_shape_sum_keepdim_True_requires_grad_True_components_require_grad_True_cpu_float32
test/compiled_autograd_skips/TestNestedTensorSubclassCPU.test_op_dim_with_lengths_different_output_shape_mean_keepdim_True_requires_grad_False_components_require_grad_False_cpu_float32
test/compiled_autograd_skips/TestNestedTensorSubclassCPU.test_op_dim_with_lengths_different_output_shape_mean_keepdim_True_requires_grad_False_components_require_grad_True_cpu_float32
test/compiled_autograd_skips/TestNestedTensorSubclassCPU.test_op_dim_with_lengths_different_output_shape_mean_keepdim_True_requires_grad_True_components_require_grad_False_cpu_float32
test/compiled_autograd_skips/TestNestedTensorSubclassCPU.test_op_dim_with_lengths_different_output_shape_mean_keepdim_True_requires_grad_True_components_require_grad_True_cpu_float32
test/compiled_autograd_skips/TestNestedTensorSubclassCPU.test_op_dim_with_lengths_different_output_shape_sum_keepdim_False_requires_grad_False_components_require_grad_False_cpu_float32
test/compiled_autograd_skips/TestNestedTensorSubclassCPU.test_op_dim_with_lengths_different_output_shape_sum_keepdim_False_requires_grad_False_components_require_grad_True_cpu_float32
test/compiled_autograd_skips/TestNestedTensorSubclassCPU.test_op_dim_with_lengths_different_output_shape_sum_keepdim_False_requires_grad_True_components_require_grad_False_cpu_float32
test/compiled_autograd_skips/TestNestedTensorSubclassCPU.test_op_dim_with_lengths_different_output_shape_sum_keepdim_False_requires_grad_True_components_require_grad_True_cpu_float32
test/compiled_autograd_skips/TestNestedTensorSubclassCPU.test_op_dim_with_lengths_different_output_shape_sum_keepdim_True_requires_grad_False_components_require_grad_False_cpu_float32
test/compiled_autograd_skips/TestNestedTensorSubclassCPU.test_op_dim_with_lengths_different_output_shape_sum_keepdim_True_requires_grad_False_components_require_grad_True_cpu_float32
test/compiled_autograd_skips/TestNestedTensorSubclassCPU.test_op_dim_with_lengths_different_output_shape_sum_keepdim_True_requires_grad_True_components_require_grad_False_cpu_float32
test/compiled_autograd_skips/TestNestedTensorSubclassCPU.test_op_dim_with_lengths_different_output_shape_sum_keepdim_True_requires_grad_True_components_require_grad_True_cpu_float32
test/compiled_autograd_skips/TestNestedTensorSubclassCPU.test_reshape_decomp_requires_grad_True_cpu
test/compiled_autograd_skips/TestNestedTensorSubclassCPU.test_sdpa_cpu_bfloat16
test/compiled_autograd_skips/TestNestedTensorSubclassCPU.test_sdpa_cpu_float16
test/compiled_autograd_skips/TestNestedTensorSubclassCPU.test_sdpa_cpu_float32
test/compiled_autograd_skips/TestNestedTensorSubclassCPU.test_sdpa_with_constant_sequence_length_cpu_float16
test/compiled_autograd_skips/TestNestedTensorSubclassCPU.test_sdpa_with_constant_sequence_length_cpu_float32
test/compiled_autograd_skips/TestNestedTensorSubclassCPU.test_sdpa_with_constant_sequence_length_cpu_float64
test/compiled_autograd_skips/TestNestedTensorSubclassCPU.test_softmax_cpu
test/compiled_autograd_skips/TestNestedTensorSubclassCPU.test_softmax_dim_reduce_ragged_idx_1_requires_grad_False_components_require_grad_False_cpu_float32
test/compiled_autograd_skips/TestNestedTensorSubclassCPU.test_softmax_dim_reduce_ragged_idx_1_requires_grad_False_components_require_grad_True_cpu_float32
test/compiled_autograd_skips/TestNestedTensorSubclassCPU.test_softmax_dim_reduce_ragged_idx_1_requires_grad_True_components_require_grad_False_cpu_float32
test/compiled_autograd_skips/TestNestedTensorSubclassCPU.test_softmax_dim_reduce_ragged_idx_1_requires_grad_True_components_require_grad_True_cpu_float32
test/compiled_autograd_skips/TestNestedTensorSubclassCPU.test_softmax_dim_reduce_ragged_idx_greater_than_1_same_output_shape_transpose_offset_1_requires_grad_False_components_require_grad_False_cpu_float32
test/compiled_autograd_skips/TestNestedTensorSubclassCPU.test_softmax_dim_reduce_ragged_idx_greater_than_1_same_output_shape_transpose_offset_1_requires_grad_False_components_require_grad_True_cpu_float32
test/compiled_autograd_skips/TestNestedTensorSubclassCPU.test_softmax_dim_reduce_ragged_idx_greater_than_1_same_output_shape_transpose_offset_1_requires_grad_True_components_require_grad_False_cpu_float32
test/compiled_autograd_skips/TestNestedTensorSubclassCPU.test_softmax_dim_reduce_ragged_idx_greater_than_1_same_output_shape_transpose_offset_1_requires_grad_True_components_require_grad_True_cpu_float32
test/compiled_autograd_skips/TestNestedTensorSubclassCPU.test_softmax_dim_reduce_ragged_idx_greater_than_1_same_output_shape_transpose_offset_2_requires_grad_False_components_require_grad_False_cpu_float32
test/compiled_autograd_skips/TestNestedTensorSubclassCPU.test_softmax_dim_reduce_ragged_idx_greater_than_1_same_output_shape_transpose_offset_2_requires_grad_False_components_require_grad_True_cpu_float32
test/compiled_autograd_skips/TestNestedTensorSubclassCPU.test_softmax_dim_reduce_ragged_idx_greater_than_1_same_output_shape_transpose_offset_2_requires_grad_True_components_require_grad_False_cpu_float32
test/compiled_autograd_skips/TestNestedTensorSubclassCPU.test_softmax_dim_reduce_ragged_idx_greater_than_1_same_output_shape_transpose_offset_2_requires_grad_True_components_require_grad_True_cpu_float32
test/compiled_autograd_skips/TestNestedTensorSubclassCPU.test_softmax_dim_requires_grad_False_components_require_grad_False_cpu_float32
test/compiled_autograd_skips/TestNestedTensorSubclassCPU.test_softmax_dim_requires_grad_False_components_require_grad_True_cpu_float32
test/compiled_autograd_skips/TestNestedTensorSubclassCPU.test_softmax_dim_requires_grad_True_components_require_grad_False_cpu_float32
test/compiled_autograd_skips/TestNestedTensorSubclassCPU.test_softmax_dim_requires_grad_True_components_require_grad_True_cpu_float32
test/compiled_autograd_skips/TestNestedTensorSubclassCPU.test_softmax_dim_transpose_non_ragged_dim_requires_grad_False_components_require_grad_False_cpu_float32
test/compiled_autograd_skips/TestNestedTensorSubclassCPU.test_softmax_dim_transpose_non_ragged_dim_requires_grad_False_components_require_grad_True_cpu_float32
test/compiled_autograd_skips/TestNestedTensorSubclassCPU.test_softmax_dim_transpose_non_ragged_dim_requires_grad_True_components_require_grad_False_cpu_float32
test/compiled_autograd_skips/TestNestedTensorSubclassCPU.test_softmax_dim_transpose_non_ragged_dim_requires_grad_True_components_require_grad_True_cpu_float32
test/compiled_autograd_skips/TestNestedTensorSubclassCPU.test_softmax_dim_with_lengths_requires_grad_False_components_require_grad_False_cpu_float32
test/compiled_autograd_skips/TestNestedTensorSubclassCPU.test_softmax_dim_with_lengths_requires_grad_False_components_require_grad_True_cpu_float32
test/compiled_autograd_skips/TestNestedTensorSubclassCPU.test_softmax_dim_with_lengths_requires_grad_True_components_require_grad_False_cpu_float32
test/compiled_autograd_skips/TestNestedTensorSubclassCPU.test_softmax_dim_with_lengths_requires_grad_True_components_require_grad_True_cpu_float32
test/compiled_autograd_skips/TestNestedTensorSubclassCPU.test_softmax_reduce_batch_dim_requires_grad_False_components_require_grad_False_cpu_float32
test/compiled_autograd_skips/TestNestedTensorSubclassCPU.test_softmax_reduce_batch_dim_requires_grad_False_components_require_grad_True_cpu_float32
test/compiled_autograd_skips/TestNestedTensorSubclassCPU.test_softmax_reduce_batch_dim_requires_grad_True_components_require_grad_False_cpu_float32
test/compiled_autograd_skips/TestNestedTensorSubclassCPU.test_softmax_reduce_batch_dim_requires_grad_True_components_require_grad_True_cpu_float32
test/compiled_autograd_skips/TestNestedTensorSubclassCPU.test_squeeze_cpu
test/compiled_autograd_skips/TestNestedTensorSubclassCPU.test_sum_dim_reduce_batch_and_non_batch_keepdim_False_requires_grad_False_components_require_grad_False_cpu_float32
test/compiled_autograd_skips/TestNestedTensorSubclassCPU.test_sum_dim_reduce_batch_and_non_batch_keepdim_False_requires_grad_False_components_require_grad_True_cpu_float32
test/compiled_autograd_skips/TestNestedTensorSubclassCPU.test_sum_dim_reduce_batch_and_non_batch_keepdim_False_requires_grad_True_components_require_grad_False_cpu_float32
test/compiled_autograd_skips/TestNestedTensorSubclassCPU.test_sum_dim_reduce_batch_and_non_batch_keepdim_False_requires_grad_True_components_require_grad_True_cpu_float32
test/compiled_autograd_skips/TestNestedTensorSubclassCPU.test_sum_dim_reduce_batch_and_non_batch_keepdim_True_requires_grad_False_components_require_grad_False_cpu_float32
test/compiled_autograd_skips/TestNestedTensorSubclassCPU.test_sum_dim_reduce_batch_and_non_batch_keepdim_True_requires_grad_False_components_require_grad_True_cpu_float32
test/compiled_autograd_skips/TestNestedTensorSubclassCPU.test_sum_dim_reduce_batch_and_non_batch_keepdim_True_requires_grad_True_components_require_grad_False_cpu_float32
test/compiled_autograd_skips/TestNestedTensorSubclassCPU.test_sum_dim_reduce_batch_and_non_batch_keepdim_True_requires_grad_True_components_require_grad_True_cpu_float32
test/compiled_autograd_skips/TestNestedTensorSubclassCPU.test_sum_dim_reduce_ragged_and_non_batch_keepdim_False_requires_grad_False_components_require_grad_False_cpu_float32
test/compiled_autograd_skips/TestNestedTensorSubclassCPU.test_sum_dim_reduce_ragged_and_non_batch_keepdim_False_requires_grad_False_components_require_grad_True_cpu_float32
test/compiled_autograd_skips/TestNestedTensorSubclassCPU.test_sum_dim_reduce_ragged_and_non_batch_keepdim_False_requires_grad_True_components_require_grad_False_cpu_float32
test/compiled_autograd_skips/TestNestedTensorSubclassCPU.test_sum_dim_reduce_ragged_and_non_batch_keepdim_False_requires_grad_True_components_require_grad_True_cpu_float32
test/compiled_autograd_skips/TestNestedTensorSubclassCPU.test_sum_dim_reduce_ragged_and_non_batch_keepdim_True_requires_grad_False_components_require_grad_False_cpu_float32
test/compiled_autograd_skips/TestNestedTensorSubclassCPU.test_sum_dim_reduce_ragged_and_non_batch_keepdim_True_requires_grad_False_components_require_grad_True_cpu_float32
test/compiled_autograd_skips/TestNestedTensorSubclassCPU.test_sum_dim_reduce_ragged_and_non_batch_keepdim_True_requires_grad_True_components_require_grad_False_cpu_float32
test/compiled_autograd_skips/TestNestedTensorSubclassCPU.test_sum_dim_reduce_ragged_and_non_batch_keepdim_True_requires_grad_True_components_require_grad_True_cpu_float32
test/compiled_autograd_skips/TestNestedTensorSubclassCPU.test_tensor_attributes_cpu
test/compiled_autograd_skips/TestNestedTensorSubclassCPU.test_to_copy_cpu
test/compiled_autograd_skips/TestNestedTensorSubclassCPU.test_to_padded_tensor_nt_dim_2_requires_grad_True_cpu_float16
test/compiled_autograd_skips/TestNestedTensorSubclassCPU.test_to_padded_tensor_nt_dim_2_requires_grad_True_cpu_float32
test/compiled_autograd_skips/TestNestedTensorSubclassCPU.test_to_padded_tensor_nt_dim_2_requires_grad_True_cpu_float64
test/compiled_autograd_skips/TestNestedTensorSubclassCPU.test_to_padded_tensor_nt_dim_3_requires_grad_True_cpu_float16
test/compiled_autograd_skips/TestNestedTensorSubclassCPU.test_to_padded_tensor_nt_dim_3_requires_grad_True_cpu_float32
test/compiled_autograd_skips/TestNestedTensorSubclassCPU.test_to_padded_tensor_nt_dim_3_requires_grad_True_cpu_float64
test/compiled_autograd_skips/TestNestedTensorSubclassCPU.test_to_padded_tensor_nt_dim_4_requires_grad_True_cpu_float16
test/compiled_autograd_skips/TestNestedTensorSubclassCPU.test_to_padded_tensor_nt_dim_4_requires_grad_True_cpu_float32
test/compiled_autograd_skips/TestNestedTensorSubclassCPU.test_to_padded_tensor_nt_dim_4_requires_grad_True_cpu_float64
test/compiled_autograd_skips/TestNestedTensorSubclassCPU.test_unary_pointwise_cpu
test/compiled_autograd_skips/TestNestedTensorSubclassCPU.test_unary_pointwise_transposed_inputs_cpu
test/compiled_autograd_skips/TestNestedTensorSubclassCPU.test_unbind_backward_cpu_float16
test/compiled_autograd_skips/TestNestedTensorSubclassCPU.test_unbind_backward_cpu_float32
test/compiled_autograd_skips/TestNestedTensorSubclassCPU.test_unbind_backward_cpu_float64
test/compiled_autograd_skips/TestNestedTensorSubclassCPU.test_unbind_cpu
test/compiled_autograd_skips/TestNestedTensorSubclassCPU.test_unbind_transpose_ragged_idx_2_cpu
test/compiled_autograd_skips/TestNestedTensorSubclassCPU.test_unbind_transpose_ragged_idx_3_cpu
test/compiled_autograd_skips/TestNestedTensorSubclassCPU.test_unbind_transpose_ragged_idx_last_dim_cpu
test/compiled_autograd_skips/TestNestedTensorSubclassCUDA.test_as_nested_tensor_from_tensor_dim_2_layout_jagged_requires_grad_True_contiguous_False_cuda_float16
test/compiled_autograd_skips/TestNestedTensorSubclassCUDA.test_as_nested_tensor_from_tensor_dim_2_layout_jagged_requires_grad_True_contiguous_False_cuda_float32
test/compiled_autograd_skips/TestNestedTensorSubclassCUDA.test_as_nested_tensor_from_tensor_dim_2_layout_jagged_requires_grad_True_contiguous_False_cuda_float64
test/compiled_autograd_skips/TestNestedTensorSubclassCUDA.test_as_nested_tensor_from_tensor_dim_2_layout_jagged_requires_grad_True_contiguous_True_cuda_float16
test/compiled_autograd_skips/TestNestedTensorSubclassCUDA.test_as_nested_tensor_from_tensor_dim_2_layout_jagged_requires_grad_True_contiguous_True_cuda_float32
test/compiled_autograd_skips/TestNestedTensorSubclassCUDA.test_as_nested_tensor_from_tensor_dim_2_layout_jagged_requires_grad_True_contiguous_True_cuda_float64
test/compiled_autograd_skips/TestNestedTensorSubclassCUDA.test_as_nested_tensor_from_tensor_dim_2_layout_strided_requires_grad_True_contiguous_False_cuda_float16
test/compiled_autograd_skips/TestNestedTensorSubclassCUDA.test_as_nested_tensor_from_tensor_dim_2_layout_strided_requires_grad_True_contiguous_False_cuda_float32
test/compiled_autograd_skips/TestNestedTensorSubclassCUDA.test_as_nested_tensor_from_tensor_dim_2_layout_strided_requires_grad_True_contiguous_False_cuda_float64
test/compiled_autograd_skips/TestNestedTensorSubclassCUDA.test_as_nested_tensor_from_tensor_dim_2_layout_strided_requires_grad_True_contiguous_True_cuda_float16
test/compiled_autograd_skips/TestNestedTensorSubclassCUDA.test_as_nested_tensor_from_tensor_dim_2_layout_strided_requires_grad_True_contiguous_True_cuda_float32
test/compiled_autograd_skips/TestNestedTensorSubclassCUDA.test_as_nested_tensor_from_tensor_dim_2_layout_strided_requires_grad_True_contiguous_True_cuda_float64
test/compiled_autograd_skips/TestNestedTensorSubclassCUDA.test_as_nested_tensor_from_tensor_dim_3_layout_jagged_requires_grad_True_contiguous_False_cuda_float16
test/compiled_autograd_skips/TestNestedTensorSubclassCUDA.test_as_nested_tensor_from_tensor_dim_3_layout_jagged_requires_grad_True_contiguous_False_cuda_float32
test/compiled_autograd_skips/TestNestedTensorSubclassCUDA.test_as_nested_tensor_from_tensor_dim_3_layout_jagged_requires_grad_True_contiguous_False_cuda_float64
test/compiled_autograd_skips/TestNestedTensorSubclassCUDA.test_as_nested_tensor_from_tensor_dim_3_layout_jagged_requires_grad_True_contiguous_True_cuda_float16
test/compiled_autograd_skips/TestNestedTensorSubclassCUDA.test_as_nested_tensor_from_tensor_dim_3_layout_jagged_requires_grad_True_contiguous_True_cuda_float32
test/compiled_autograd_skips/TestNestedTensorSubclassCUDA.test_as_nested_tensor_from_tensor_dim_3_layout_jagged_requires_grad_True_contiguous_True_cuda_float64
test/compiled_autograd_skips/TestNestedTensorSubclassCUDA.test_as_nested_tensor_from_tensor_dim_3_layout_strided_requires_grad_True_contiguous_False_cuda_float16
test/compiled_autograd_skips/TestNestedTensorSubclassCUDA.test_as_nested_tensor_from_tensor_dim_3_layout_strided_requires_grad_True_contiguous_False_cuda_float32
test/compiled_autograd_skips/TestNestedTensorSubclassCUDA.test_as_nested_tensor_from_tensor_dim_3_layout_strided_requires_grad_True_contiguous_False_cuda_float64
test/compiled_autograd_skips/TestNestedTensorSubclassCUDA.test_as_nested_tensor_from_tensor_dim_3_layout_strided_requires_grad_True_contiguous_True_cuda_float16
test/compiled_autograd_skips/TestNestedTensorSubclassCUDA.test_as_nested_tensor_from_tensor_dim_3_layout_strided_requires_grad_True_contiguous_True_cuda_float32
test/compiled_autograd_skips/TestNestedTensorSubclassCUDA.test_as_nested_tensor_from_tensor_dim_3_layout_strided_requires_grad_True_contiguous_True_cuda_float64
test/compiled_autograd_skips/TestNestedTensorSubclassCUDA.test_as_nested_tensor_from_tensor_dim_4_layout_jagged_requires_grad_True_contiguous_False_cuda_float16
test/compiled_autograd_skips/TestNestedTensorSubclassCUDA.test_as_nested_tensor_from_tensor_dim_4_layout_jagged_requires_grad_True_contiguous_False_cuda_float32
test/compiled_autograd_skips/TestNestedTensorSubclassCUDA.test_as_nested_tensor_from_tensor_dim_4_layout_jagged_requires_grad_True_contiguous_False_cuda_float64
test/compiled_autograd_skips/TestNestedTensorSubclassCUDA.test_as_nested_tensor_from_tensor_dim_4_layout_jagged_requires_grad_True_contiguous_True_cuda_float16
test/compiled_autograd_skips/TestNestedTensorSubclassCUDA.test_as_nested_tensor_from_tensor_dim_4_layout_jagged_requires_grad_True_contiguous_True_cuda_float32
test/compiled_autograd_skips/TestNestedTensorSubclassCUDA.test_as_nested_tensor_from_tensor_dim_4_layout_jagged_requires_grad_True_contiguous_True_cuda_float64
test/compiled_autograd_skips/TestNestedTensorSubclassCUDA.test_as_nested_tensor_from_tensor_dim_4_layout_strided_requires_grad_True_contiguous_False_cuda_float16
test/compiled_autograd_skips/TestNestedTensorSubclassCUDA.test_as_nested_tensor_from_tensor_dim_4_layout_strided_requires_grad_True_contiguous_False_cuda_float32
test/compiled_autograd_skips/TestNestedTensorSubclassCUDA.test_as_nested_tensor_from_tensor_dim_4_layout_strided_requires_grad_True_contiguous_False_cuda_float64
test/compiled_autograd_skips/TestNestedTensorSubclassCUDA.test_as_nested_tensor_from_tensor_dim_4_layout_strided_requires_grad_True_contiguous_True_cuda_float16
test/compiled_autograd_skips/TestNestedTensorSubclassCUDA.test_as_nested_tensor_from_tensor_dim_4_layout_strided_requires_grad_True_contiguous_True_cuda_float32
test/compiled_autograd_skips/TestNestedTensorSubclassCUDA.test_as_nested_tensor_from_tensor_dim_4_layout_strided_requires_grad_True_contiguous_True_cuda_float64
test/compiled_autograd_skips/TestNestedTensorSubclassCUDA.test_autograd_function_with_None_grad_cuda_float32
test/compiled_autograd_skips/TestNestedTensorSubclassCUDA.test_binary_pointwise_broadcasting_cuda
test/compiled_autograd_skips/TestNestedTensorSubclassCUDA.test_binary_pointwise_cuda
test/compiled_autograd_skips/TestNestedTensorSubclassCUDA.test_binary_pointwise_transposed_cuda
test/compiled_autograd_skips/TestNestedTensorSubclassCUDA.test_chunk_cuda
test/compiled_autograd_skips/TestNestedTensorSubclassCUDA.test_flex_attention_converts_stacked_seq_indices_cuda_float32
test/compiled_autograd_skips/TestNestedTensorSubclassCUDA.test_flex_attention_noncontig_with_holes_False_cross_attention_False_cuda_float32
test/compiled_autograd_skips/TestNestedTensorSubclassCUDA.test_flex_attention_noncontig_with_holes_False_cross_attention_True_cuda_float32
test/compiled_autograd_skips/TestNestedTensorSubclassCUDA.test_jagged_layout_construction_as_nested_tensor_components_require_grad_True_cuda_float16
test/compiled_autograd_skips/TestNestedTensorSubclassCUDA.test_jagged_layout_construction_as_nested_tensor_components_require_grad_True_cuda_float32
test/compiled_autograd_skips/TestNestedTensorSubclassCUDA.test_jagged_layout_construction_as_nested_tensor_components_require_grad_True_cuda_float64
test/compiled_autograd_skips/TestNestedTensorSubclassCUDA.test_jagged_layout_construction_nested_tensor_requires_grad_True_components_require_grad_False_cuda_float16
test/compiled_autograd_skips/TestNestedTensorSubclassCUDA.test_jagged_layout_construction_nested_tensor_requires_grad_True_components_require_grad_False_cuda_float32
test/compiled_autograd_skips/TestNestedTensorSubclassCUDA.test_jagged_layout_construction_nested_tensor_requires_grad_True_components_require_grad_False_cuda_float64
test/compiled_autograd_skips/TestNestedTensorSubclassCUDA.test_jagged_layout_construction_nested_tensor_requires_grad_True_components_require_grad_True_cuda_float16
test/compiled_autograd_skips/TestNestedTensorSubclassCUDA.test_jagged_layout_construction_nested_tensor_requires_grad_True_components_require_grad_True_cuda_float32
test/compiled_autograd_skips/TestNestedTensorSubclassCUDA.test_jagged_layout_construction_nested_tensor_requires_grad_True_components_require_grad_True_cuda_float64
test/compiled_autograd_skips/TestNestedTensorSubclassCUDA.test_jagged_view_from_values_offsets_requires_grad_True_values_is_view_False_cuda_float16
test/compiled_autograd_skips/TestNestedTensorSubclassCUDA.test_jagged_view_from_values_offsets_requires_grad_True_values_is_view_False_cuda_float32
test/compiled_autograd_skips/TestNestedTensorSubclassCUDA.test_jagged_view_from_values_offsets_requires_grad_True_values_is_view_False_cuda_float64
test/compiled_autograd_skips/TestNestedTensorSubclassCUDA.test_jagged_view_from_values_offsets_requires_grad_True_values_is_view_True_cuda_float16
test/compiled_autograd_skips/TestNestedTensorSubclassCUDA.test_jagged_view_from_values_offsets_requires_grad_True_values_is_view_True_cuda_float32
test/compiled_autograd_skips/TestNestedTensorSubclassCUDA.test_jagged_view_from_values_offsets_requires_grad_True_values_is_view_True_cuda_float64
test/compiled_autograd_skips/TestNestedTensorSubclassCUDA.test_linear_backward_memory_usage_cuda_float32
test/compiled_autograd_skips/TestNestedTensorSubclassCUDA.test_linear_nt_dim_3_cuda
test/compiled_autograd_skips/TestNestedTensorSubclassCUDA.test_linear_nt_dim_4_cuda
test/compiled_autograd_skips/TestNestedTensorSubclassCUDA.test_linear_nt_dim_5_cuda
test/compiled_autograd_skips/TestNestedTensorSubclassCUDA.test_njt_cat_cuda
test/compiled_autograd_skips/TestNestedTensorSubclassCUDA.test_reshape_decomp_requires_grad_True_cuda
test/compiled_autograd_skips/TestNestedTensorSubclassCUDA.test_sdpa_cuda_bfloat16
test/compiled_autograd_skips/TestNestedTensorSubclassCUDA.test_sdpa_cuda_float16
test/compiled_autograd_skips/TestNestedTensorSubclassCUDA.test_sdpa_cuda_float32
test/compiled_autograd_skips/TestNestedTensorSubclassCUDA.test_sdpa_with_constant_sequence_length_cuda_float16
test/compiled_autograd_skips/TestNestedTensorSubclassCUDA.test_sdpa_with_constant_sequence_length_cuda_float32
test/compiled_autograd_skips/TestNestedTensorSubclassCUDA.test_sdpa_with_constant_sequence_length_cuda_float64
test/compiled_autograd_skips/TestNestedTensorSubclassCUDA.test_softmax_cuda
test/compiled_autograd_skips/TestNestedTensorSubclassCUDA.test_to_padded_tensor_nt_dim_2_requires_grad_True_cuda_float16
test/compiled_autograd_skips/TestNestedTensorSubclassCUDA.test_to_padded_tensor_nt_dim_2_requires_grad_True_cuda_float32
test/compiled_autograd_skips/TestNestedTensorSubclassCUDA.test_to_padded_tensor_nt_dim_2_requires_grad_True_cuda_float64
test/compiled_autograd_skips/TestNestedTensorSubclassCUDA.test_to_padded_tensor_nt_dim_3_requires_grad_True_cuda_float16
test/compiled_autograd_skips/TestNestedTensorSubclassCUDA.test_to_padded_tensor_nt_dim_3_requires_grad_True_cuda_float32
test/compiled_autograd_skips/TestNestedTensorSubclassCUDA.test_to_padded_tensor_nt_dim_3_requires_grad_True_cuda_float64
test/compiled_autograd_skips/TestNestedTensorSubclassCUDA.test_to_padded_tensor_nt_dim_4_requires_grad_True_cuda_float16
test/compiled_autograd_skips/TestNestedTensorSubclassCUDA.test_to_padded_tensor_nt_dim_4_requires_grad_True_cuda_float32
test/compiled_autograd_skips/TestNestedTensorSubclassCUDA.test_to_padded_tensor_nt_dim_4_requires_grad_True_cuda_float64
test/compiled_autograd_skips/TestNestedTensorSubclassCUDA.test_unary_pointwise_cuda
test/compiled_autograd_skips/TestNestedTensorSubclassCUDA.test_unary_pointwise_transposed_inputs_cuda
test/compiled_autograd_skips/TestNestedTensorSubclassCUDA.test_unbind_backward_cuda_float16
test/compiled_autograd_skips/TestNestedTensorSubclassCUDA.test_unbind_backward_cuda_float32
test/compiled_autograd_skips/TestNestedTensorSubclassCUDA.test_unbind_backward_cuda_float64
test/compiled_autograd_skips/TestOpenReg.test_autograd_init
test/compiled_autograd_skips/TestPoolingNNDeviceTypeCPU.test_adaptive_pooling_empty_output_size_cpu_float32
test/compiled_autograd_skips/TestPoolingNNDeviceTypeCPU.test_adaptive_pooling_empty_output_size_cpu_float64
test/compiled_autograd_skips/TestPoolingNNDeviceTypeCPU.test_max_pool3d_ndhwc_cpu_bfloat16
test/compiled_autograd_skips/TestPoolingNNDeviceTypeCPU.test_max_pool3d_ndhwc_cpu_float16
test/compiled_autograd_skips/TestPoolingNNDeviceTypeCPU.test_max_pool3d_ndhwc_cpu_float32
test/compiled_autograd_skips/TestPoolingNNDeviceTypeCPU.test_max_pool3d_ndhwc_cpu_float64
test/compiled_autograd_skips/TestProfiler.test_profiler_fwd_bwd_link
test/compiled_autograd_skips/TestProfiler.test_source
test/compiled_autograd_skips/TestPythonDispatch.test_custom_autograd
test/compiled_autograd_skips/TestPythonDispatch.test_shallow_copy_and_detach
test/compiled_autograd_skips/TestPythonDispatch.test_subclass_autograd_device_check
test/compiled_autograd_skips/TestReductions.test_amax_grad
test/compiled_autograd_skips/TestReductions.test_amin_grad
test/compiled_autograd_skips/TestReductions.test_backward
test/compiled_autograd_skips/TestReductions.test_mean_dim_grad
test/compiled_autograd_skips/TestReductions.test_mean_grad_case_1a
test/compiled_autograd_skips/TestReductions.test_mean_grad_case_1b
test/compiled_autograd_skips/TestReductions.test_mean_grad_case_1e
test/compiled_autograd_skips/TestReductions.test_prod_grad
test/compiled_autograd_skips/TestReductions.test_sum_grad
test/compiled_autograd_skips/TestScatterGatherCPU.test_gather_backward_with_empty_index_tensor_sparse_grad_True_cpu_float32
test/compiled_autograd_skips/TestScatterGatherCPU.test_gather_backward_with_empty_index_tensor_sparse_grad_True_cpu_float64
test/compiled_autograd_skips/TestScript.test_cat
test/compiled_autograd_skips/TestScript.test_linear_grad
test/compiled_autograd_skips/TestScript.test_mm_batching
test/compiled_autograd_skips/TestScript.test_stack
test/compiled_autograd_skips/TestSelectiveActivationCheckpoint.test_flops_and_mem
test/compiled_autograd_skips/TestSparseAnyCPU.test_as_sparse_gradcheck_SparseBSC_masked_fast_cpu
test/compiled_autograd_skips/TestSparseAnyCPU.test_as_sparse_gradcheck_SparseBSC_masked_slow_cpu
test/compiled_autograd_skips/TestSparseAnyCPU.test_as_sparse_gradcheck_SparseBSC_nonmasked_fast_cpu
test/compiled_autograd_skips/TestSparseAnyCPU.test_as_sparse_gradcheck_SparseBSC_nonmasked_slow_cpu
test/compiled_autograd_skips/TestSparseAnyCPU.test_as_sparse_gradcheck_SparseBSR_masked_fast_cpu
test/compiled_autograd_skips/TestSparseAnyCPU.test_as_sparse_gradcheck_SparseBSR_masked_slow_cpu
test/compiled_autograd_skips/TestSparseAnyCPU.test_as_sparse_gradcheck_SparseBSR_nonmasked_fast_cpu
test/compiled_autograd_skips/TestSparseAnyCPU.test_as_sparse_gradcheck_SparseBSR_nonmasked_slow_cpu
test/compiled_autograd_skips/TestSparseAnyCPU.test_as_sparse_gradcheck_SparseCOO_masked_fast_cpu
test/compiled_autograd_skips/TestSparseAnyCPU.test_as_sparse_gradcheck_SparseCOO_masked_slow_cpu
test/compiled_autograd_skips/TestSparseAnyCPU.test_as_sparse_gradcheck_SparseCOO_nonmasked_fast_cpu
test/compiled_autograd_skips/TestSparseAnyCPU.test_as_sparse_gradcheck_SparseCOO_nonmasked_slow_cpu
test/compiled_autograd_skips/TestSparseAnyCPU.test_as_sparse_gradcheck_SparseCSC_masked_fast_cpu
test/compiled_autograd_skips/TestSparseAnyCPU.test_as_sparse_gradcheck_SparseCSC_masked_slow_cpu
test/compiled_autograd_skips/TestSparseAnyCPU.test_as_sparse_gradcheck_SparseCSC_nonmasked_fast_cpu
test/compiled_autograd_skips/TestSparseAnyCPU.test_as_sparse_gradcheck_SparseCSC_nonmasked_slow_cpu
test/compiled_autograd_skips/TestSparseAnyCPU.test_as_sparse_gradcheck_SparseCSR_masked_fast_cpu
test/compiled_autograd_skips/TestSparseAnyCPU.test_as_sparse_gradcheck_SparseCSR_masked_slow_cpu
test/compiled_autograd_skips/TestSparseAnyCPU.test_as_sparse_gradcheck_SparseCSR_nonmasked_fast_cpu
test/compiled_autograd_skips/TestSparseAnyCPU.test_as_sparse_gradcheck_SparseCSR_nonmasked_slow_cpu
test/compiled_autograd_skips/TestSparseAnyCPU.test_gradcheck_mm_SparseBSR_masked_fast_cpu_complex128
test/compiled_autograd_skips/TestSparseAnyCPU.test_gradcheck_mm_SparseBSR_masked_fast_cpu_float64
test/compiled_autograd_skips/TestSparseAnyCPU.test_gradcheck_mm_SparseBSR_masked_slow_cpu_complex128
test/compiled_autograd_skips/TestSparseAnyCPU.test_gradcheck_mm_SparseBSR_masked_slow_cpu_float64
test/compiled_autograd_skips/TestSparseAnyCPU.test_gradcheck_mm_SparseBSR_sparse_fast_cpu_complex128
test/compiled_autograd_skips/TestSparseAnyCPU.test_gradcheck_mm_SparseBSR_sparse_fast_cpu_float64
test/compiled_autograd_skips/TestSparseAnyCPU.test_gradcheck_mm_SparseBSR_sparse_slow_cpu_complex128
test/compiled_autograd_skips/TestSparseAnyCPU.test_gradcheck_mm_SparseBSR_sparse_slow_cpu_float64
test/compiled_autograd_skips/TestSparseAnyCPU.test_gradcheck_mm_SparseCSC_masked_fast_cpu_complex128
test/compiled_autograd_skips/TestSparseAnyCPU.test_gradcheck_mm_SparseCSC_masked_fast_cpu_float64
test/compiled_autograd_skips/TestSparseAnyCPU.test_gradcheck_mm_SparseCSC_masked_slow_cpu_complex128
test/compiled_autograd_skips/TestSparseAnyCPU.test_gradcheck_mm_SparseCSC_masked_slow_cpu_float64
test/compiled_autograd_skips/TestSparseAnyCPU.test_gradcheck_mm_SparseCSC_sparse_fast_cpu_complex128
test/compiled_autograd_skips/TestSparseAnyCPU.test_gradcheck_mm_SparseCSC_sparse_fast_cpu_float64
test/compiled_autograd_skips/TestSparseAnyCPU.test_gradcheck_mm_SparseCSC_sparse_slow_cpu_complex128
test/compiled_autograd_skips/TestSparseAnyCPU.test_gradcheck_mm_SparseCSC_sparse_slow_cpu_float64
test/compiled_autograd_skips/TestSparseAnyCPU.test_gradcheck_mm_SparseCSR_masked_fast_cpu_complex128
test/compiled_autograd_skips/TestSparseAnyCPU.test_gradcheck_mm_SparseCSR_masked_fast_cpu_float64
test/compiled_autograd_skips/TestSparseAnyCPU.test_gradcheck_mm_SparseCSR_masked_slow_cpu_complex128
test/compiled_autograd_skips/TestSparseAnyCPU.test_gradcheck_mm_SparseCSR_masked_slow_cpu_float64
test/compiled_autograd_skips/TestSparseAnyCPU.test_gradcheck_mm_SparseCSR_sparse_fast_cpu_complex128
test/compiled_autograd_skips/TestSparseAnyCPU.test_gradcheck_mm_SparseCSR_sparse_fast_cpu_float64
test/compiled_autograd_skips/TestSparseAnyCPU.test_gradcheck_mm_SparseCSR_sparse_slow_cpu_complex128
test/compiled_autograd_skips/TestSparseAnyCPU.test_gradcheck_mm_SparseCSR_sparse_slow_cpu_float64
test/compiled_autograd_skips/TestSparseAnyCPU.test_gradcheck_to_dense_SparseBSC_int64_masked_cpu_complex128
test/compiled_autograd_skips/TestSparseAnyCPU.test_gradcheck_to_dense_SparseBSC_int64_masked_cpu_float64
test/compiled_autograd_skips/TestSparseAnyCPU.test_gradcheck_to_dense_SparseBSC_int64_sparse_cpu_complex128
test/compiled_autograd_skips/TestSparseAnyCPU.test_gradcheck_to_dense_SparseBSC_int64_sparse_cpu_float64
test/compiled_autograd_skips/TestSparseAnyCPU.test_gradcheck_to_dense_SparseBSR_int64_masked_cpu_complex128
test/compiled_autograd_skips/TestSparseAnyCPU.test_gradcheck_to_dense_SparseBSR_int64_masked_cpu_float64
test/compiled_autograd_skips/TestSparseAnyCPU.test_gradcheck_to_dense_SparseBSR_int64_sparse_cpu_complex128
test/compiled_autograd_skips/TestSparseAnyCPU.test_gradcheck_to_dense_SparseBSR_int64_sparse_cpu_float64
test/compiled_autograd_skips/TestSparseAnyCPU.test_gradcheck_to_dense_SparseCOO_int64_masked_cpu_complex128
test/compiled_autograd_skips/TestSparseAnyCPU.test_gradcheck_to_dense_SparseCOO_int64_masked_cpu_float64
test/compiled_autograd_skips/TestSparseAnyCPU.test_gradcheck_to_dense_SparseCOO_int64_sparse_cpu_complex128
test/compiled_autograd_skips/TestSparseAnyCPU.test_gradcheck_to_dense_SparseCOO_int64_sparse_cpu_float64
test/compiled_autograd_skips/TestSparseAnyCPU.test_gradcheck_to_dense_SparseCSC_int64_masked_cpu_complex128
test/compiled_autograd_skips/TestSparseAnyCPU.test_gradcheck_to_dense_SparseCSC_int64_masked_cpu_float64
test/compiled_autograd_skips/TestSparseAnyCPU.test_gradcheck_to_dense_SparseCSC_int64_sparse_cpu_complex128
test/compiled_autograd_skips/TestSparseAnyCPU.test_gradcheck_to_dense_SparseCSC_int64_sparse_cpu_float64
test/compiled_autograd_skips/TestSparseAnyCPU.test_gradcheck_to_dense_SparseCSR_int64_masked_cpu_complex128
test/compiled_autograd_skips/TestSparseAnyCPU.test_gradcheck_to_dense_SparseCSR_int64_masked_cpu_float64
test/compiled_autograd_skips/TestSparseAnyCPU.test_gradcheck_to_dense_SparseCSR_int64_sparse_cpu_complex128
test/compiled_autograd_skips/TestSparseAnyCPU.test_gradcheck_to_dense_SparseCSR_int64_sparse_cpu_float64
test/compiled_autograd_skips/TestSparseCPU.test_Sparse_to_Sparse_copy__cpu_bfloat16
test/compiled_autograd_skips/TestSparseCPU.test_Sparse_to_Sparse_copy__cpu_complex128
test/compiled_autograd_skips/TestSparseCPU.test_Sparse_to_Sparse_copy__cpu_float64
test/compiled_autograd_skips/TestSparseCPU.test_log_softmax_zero_nnz_cpu_float32
test/compiled_autograd_skips/TestSparseCPU.test_log_softmax_zero_nnz_cpu_float64
test/compiled_autograd_skips/TestSparseCPU.test_softmax_zero_nnz_cpu_float32
test/compiled_autograd_skips/TestSparseCPU.test_softmax_zero_nnz_cpu_float64
test/compiled_autograd_skips/TestSparseCPU.test_sparse_mask_backward_cpu_complex128
test/compiled_autograd_skips/TestSparseCPU.test_sparse_mask_backward_cpu_float64
test/compiled_autograd_skips/TestSparseCPU.test_sparse_matmul_cpu_complex128
test/compiled_autograd_skips/TestSparseCPU.test_sparse_matmul_cpu_complex64
test/compiled_autograd_skips/TestSparseCPU.test_sparse_matmul_cpu_float32
test/compiled_autograd_skips/TestSparseCPU.test_sparse_matmul_cpu_float64
test/compiled_autograd_skips/TestSparseCPU.test_sparse_mul_masked_cpu_float64
test/compiled_autograd_skips/TestSparseCPU.test_sparse_mul_sparse_cpu_float64
test/compiled_autograd_skips/TestSparseCSRCPU.test_autograd_dense_output_addmm_cpu_float64
test/compiled_autograd_skips/TestSparseCSRCPU.test_autograd_dense_output_addmv_cpu_float64
test/compiled_autograd_skips/TestSparseCSRCPU.test_mul_cpu_float32
test/compiled_autograd_skips/TestSparseCSRCPU.test_mul_cpu_float64
test/compiled_autograd_skips/TestSparseCSRCPU.test_sampled_addmm_autograd_cpu_complex128
test/compiled_autograd_skips/TestSparseCSRCPU.test_sampled_addmm_autograd_cpu_complex64
test/compiled_autograd_skips/TestSparseCSRCPU.test_sampled_addmm_autograd_cpu_float32
test/compiled_autograd_skips/TestSparseCSRCPU.test_sampled_addmm_autograd_cpu_float64
test/compiled_autograd_skips/TestSparseCSRCPU.test_sparse_mm_reduce_sum_cpu_bfloat16
test/compiled_autograd_skips/TestSparseCSRCPU.test_sparse_mm_reduce_sum_cpu_float16
test/compiled_autograd_skips/TestSparseCSRCPU.test_sparse_mm_reduce_sum_cpu_float32
test/compiled_autograd_skips/TestSparseCSRCPU.test_sparse_mm_reduce_sum_cpu_float64
test/compiled_autograd_skips/TestSparseCSRCPU.test_sum_cpu_float32
test/compiled_autograd_skips/TestSparseCSRCPU.test_sum_cpu_float64
test/compiled_autograd_skips/TestTEFuserDynamic.test_addcmul
test/compiled_autograd_skips/TestTEFuserDynamic.test_clamp
test/compiled_autograd_skips/TestTEFuserDynamic.test_comparison_eq_ne
test/compiled_autograd_skips/TestTEFuserDynamic.test_comparison_ge_le
test/compiled_autograd_skips/TestTEFuserDynamic.test_comparison_gt_lt
test/compiled_autograd_skips/TestTEFuserDynamic.test_concat_invariant
test/compiled_autograd_skips/TestTEFuserDynamic.test_exp
test/compiled_autograd_skips/TestTEFuserDynamic.test_hardsigmoid_fwd_bwd
test/compiled_autograd_skips/TestTEFuserDynamic.test_hardswish_fwd_bwd
test/compiled_autograd_skips/TestTEFuserDynamic.test_inlined_optimized_graph
test/compiled_autograd_skips/TestTEFuserDynamic.test_lerp
test/compiled_autograd_skips/TestTEFuserDynamic.test_lstm_concat
test/compiled_autograd_skips/TestTEFuserDynamic.test_lstm_traced
test/compiled_autograd_skips/TestTEFuserDynamic.test_relu
test/compiled_autograd_skips/TestTEFuserDynamic.test_relu_fwd_bwd
test/compiled_autograd_skips/TestTEFuserDynamic.test_small_constant
test/compiled_autograd_skips/TestTEFuserStatic.test_addcmul
test/compiled_autograd_skips/TestTEFuserStatic.test_chunk_distributes
test/compiled_autograd_skips/TestTEFuserStatic.test_clamp
test/compiled_autograd_skips/TestTEFuserStatic.test_comparison_eq_ne
test/compiled_autograd_skips/TestTEFuserStatic.test_comparison_ge_le
test/compiled_autograd_skips/TestTEFuserStatic.test_comparison_gt_lt
test/compiled_autograd_skips/TestTEFuserStatic.test_concat_invariant
test/compiled_autograd_skips/TestTEFuserStatic.test_constant_chunk_shapes
test/compiled_autograd_skips/TestTEFuserStatic.test_exp
test/compiled_autograd_skips/TestTEFuserStatic.test_hardsigmoid_fwd_bwd
test/compiled_autograd_skips/TestTEFuserStatic.test_hardswish_fwd_bwd
test/compiled_autograd_skips/TestTEFuserStatic.test_lerp
test/compiled_autograd_skips/TestTEFuserStatic.test_lstm_concat
test/compiled_autograd_skips/TestTEFuserStatic.test_lstm_traced
test/compiled_autograd_skips/TestTEFuserStatic.test_milstm
test/compiled_autograd_skips/TestTEFuserStatic.test_relu
test/compiled_autograd_skips/TestTEFuserStatic.test_relu_fwd_bwd
test/compiled_autograd_skips/TestTEFuserStatic.test_small_constant
test/compiled_autograd_skips/TestViewOpsCPU.test_as_strided_gradients_cpu
test/compiled_autograd_skips/TestViewOpsLAZY.test_as_strided_gradients_lazy
test/compiled_autograd_skips/TestViewOpsLAZY.test_view_copy_lazy
test/compiled_autograd_skips/TestVmapAPILegacy.test_batched_gradient_basic
test/compiled_autograd_skips/TestVmapAPILegacy.test_fallback_with_undefined_grad
test/compiled_autograd_skips/TestVmapBatchedGradientLegacyCPU.test_add_cpu
test/compiled_autograd_skips/TestVmapBatchedGradientLegacyCPU.test_binary_cross_entropy_cpu
test/compiled_autograd_skips/TestVmapBatchedGradientLegacyCPU.test_diagonal_cpu
test/compiled_autograd_skips/TestVmapBatchedGradientLegacyCPU.test_div_cpu
test/compiled_autograd_skips/TestVmapBatchedGradientLegacyCPU.test_expand_cpu
test/compiled_autograd_skips/TestVmapBatchedGradientLegacyCPU.test_index_cpu
test/compiled_autograd_skips/TestVmapBatchedGradientLegacyCPU.test_inplace_manyview_cpu
test/compiled_autograd_skips/TestVmapBatchedGradientLegacyCPU.test_inplace_on_view_cpu
test/compiled_autograd_skips/TestVmapBatchedGradientLegacyCPU.test_lgamma_cpu
test/compiled_autograd_skips/TestVmapBatchedGradientLegacyCPU.test_log1p_cpu
test/compiled_autograd_skips/TestVmapBatchedGradientLegacyCPU.test_log_cpu
test/compiled_autograd_skips/TestVmapBatchedGradientLegacyCPU.test_logsumexp_cpu
test/compiled_autograd_skips/TestVmapBatchedGradientLegacyCPU.test_max_cpu
test/compiled_autograd_skips/TestVmapBatchedGradientLegacyCPU.test_median_cpu
test/compiled_autograd_skips/TestVmapBatchedGradientLegacyCPU.test_min_cpu
test/compiled_autograd_skips/TestVmapBatchedGradientLegacyCPU.test_mul_cpu
test/compiled_autograd_skips/TestVmapBatchedGradientLegacyCPU.test_permute_cpu
test/compiled_autograd_skips/TestVmapBatchedGradientLegacyCPU.test_reshape_cpu
test/compiled_autograd_skips/TestVmapBatchedGradientLegacyCPU.test_select_cpu
test/compiled_autograd_skips/TestVmapBatchedGradientLegacyCPU.test_sigmoid_cpu
test/compiled_autograd_skips/TestVmapBatchedGradientLegacyCPU.test_slice_cpu
test/compiled_autograd_skips/TestVmapBatchedGradientLegacyCPU.test_stack_cpu
test/compiled_autograd_skips/TestVmapBatchedGradientLegacyCPU.test_sub_cpu
test/compiled_autograd_skips/TestVmapBatchedGradientLegacyCPU.test_threshold_cpu
test/compiled_autograd_skips/TestVmapBatchedGradientLegacyCPU.test_trace_cpu
test/compiled_autograd_skips/TestVmapBatchedGradientLegacyCPU.test_unrelated_output_cpu
test/compiled_autograd_skips/TestVmapBatchedGradientLegacyCPU.test_unrelated_output_multiple_grad_cpu
test/compiled_autograd_skips/TestWithEffects.test_effectful_custom_op_with_subclasses
test/compiled_autograd_skips/TestWithEffects.test_effects_and_aliased_outputs
test/compiled_autograd_skips/TestWithEffects.test_regular_effectful_op_in_forward_and_backward
test/compiled_autograd_skips/TestWithEffects.test_regular_effectful_op_only_in_backward
test/complex_tensor/test_complex_tensor.py
test/complex_tensor/utils.py
test/cpp/__init__.py
test/cpp/aoti_abi_check/CMakeLists.txt
test/cpp/aoti_abi_check/README.md
test/cpp/aoti_abi_check/main.cpp
test/cpp/aoti_abi_check/test_accessor.cpp
test/cpp/aoti_abi_check/test_cast.cpp
test/cpp/aoti_abi_check/test_devicetype.cpp
test/cpp/aoti_abi_check/test_dispatch.cpp
test/cpp/aoti_abi_check/test_dispatch_v2.cpp
test/cpp/aoti_abi_check/test_dtype.cpp
test/cpp/aoti_abi_check/test_exception.cpp
test/cpp/aoti_abi_check/test_headeronlyarrayref.cpp
test/cpp/aoti_abi_check/test_layout.cpp
test/cpp/aoti_abi_check/test_macros.cpp
test/cpp/aoti_abi_check/test_math.cpp
test/cpp/aoti_abi_check/test_memoryformat.cpp
test/cpp/aoti_abi_check/test_metaprogramming.cpp
test/cpp/aoti_abi_check/test_rand.cpp
test/cpp/aoti_abi_check/test_scalartype.cpp
test/cpp/aoti_abi_check/test_typelist.cpp
test/cpp/aoti_abi_check/test_typetraits.cpp
test/cpp/aoti_abi_check/test_vec.cpp
test/cpp/aoti_abi_check/test_vec_half.cpp
test/cpp/aoti_eager/kernel_meta_info_test.cpp
test/cpp/aoti_inference/CMakeLists.txt
test/cpp/aoti_inference/aoti_custom_class.cpp
test/cpp/aoti_inference/aoti_custom_class.h
test/cpp/aoti_inference/compile_model.py
test/cpp/aoti_inference/generate_lowered_cpu.py
test/cpp/aoti_inference/standalone_compile.sh
test/cpp/aoti_inference/standalone_test.cpp
test/cpp/aoti_inference/test.cpp
test/cpp/aoti_inference/test.py
test/cpp/api/CMakeLists.txt
test/cpp/api/README.md
test/cpp/api/any.cpp
test/cpp/api/autograd.cpp
test/cpp/api/dataloader.cpp
test/cpp/api/dispatch.cpp
test/cpp/api/enum.cpp
test/cpp/api/expanding-array.cpp
test/cpp/api/fft.cpp
test/cpp/api/functional.cpp
test/cpp/api/grad_mode.cpp
test/cpp/api/inference_mode.cpp
test/cpp/api/init.cpp
test/cpp/api/init_baseline.h
test/cpp/api/init_baseline.py
test/cpp/api/integration.cpp
test/cpp/api/ivalue.cpp
test/cpp/api/jit.cpp
test/cpp/api/memory.cpp
test/cpp/api/meta_tensor.cpp
test/cpp/api/misc.cpp
test/cpp/api/module.cpp
test/cpp/api/moduledict.cpp
test/cpp/api/modulelist.cpp
test/cpp/api/modules.cpp
test/cpp/api/namespace.cpp
test/cpp/api/nested.cpp
test/cpp/api/nested_int.cpp
test/cpp/api/nn_utils.cpp
test/cpp/api/operations.cpp
test/cpp/api/optim.cpp
test/cpp/api/optim_baseline.h
test/cpp/api/optim_baseline.py
test/cpp/api/ordered_dict.cpp
test/cpp/api/parallel.cpp
test/cpp/api/parallel_benchmark.cpp
test/cpp/api/parameterdict.cpp
test/cpp/api/parameterlist.cpp
test/cpp/api/printing.cpp
test/cpp/api/rnn.cpp
test/cpp/api/sequential.cpp
test/cpp/api/serialize.cpp
test/cpp/api/special.cpp
test/cpp/api/static.cpp
test/cpp/api/support.cpp
test/cpp/api/support.h
test/cpp/api/tensor.cpp
test/cpp/api/tensor_cuda.cpp
test/cpp/api/tensor_flatten.cpp
test/cpp/api/tensor_indexing.cpp
test/cpp/api/tensor_options.cpp
test/cpp/api/tensor_options_cuda.cpp
test/cpp/api/torch_include.cpp
test/cpp/api/transformer.cpp
test/cpp/c10d/BackoffTest.cpp
test/cpp/c10d/CMakeLists.txt
test/cpp/c10d/CUDATest.cu
test/cpp/c10d/CUDATest.hpp
test/cpp/c10d/FileStoreTest.cpp
test/cpp/c10d/HashStoreTest.cpp
test/cpp/c10d/NCCLDevCommManagerTest.cpp
test/cpp/c10d/ProcessGroupGlooAsyncTest.cpp
test/cpp/c10d/ProcessGroupGlooTest.cpp
test/cpp/c10d/ProcessGroupMPITest.cpp
test/cpp/c10d/ProcessGroupNCCLErrorsTest.cpp
test/cpp/c10d/ProcessGroupNCCLTest.cpp
test/cpp/c10d/ProcessGroupUCCTest.cpp
test/cpp/c10d/StoreTestCommon.hpp
test/cpp/c10d/TCPStoreTest.cpp
test/cpp/c10d/TestUtils.hpp
test/cpp/c10d/example/allreduce.cpp
test/cpp/common/main.cpp
test/cpp/common/support.h
test/cpp/dist_autograd/CMakeLists.txt
test/cpp/dist_autograd/test_dist_autograd.cpp
test/cpp/jit/CMakeLists.txt
test/cpp/jit/README.md
test/cpp/jit/__init__.py
test/cpp/jit/script_module_v4.ptl
test/cpp/jit/script_module_v5.ptl
test/cpp/jit/script_module_v6.ptl
test/cpp/jit/source_range_test.cpp
test/cpp/jit/test_add_if_then_else.cpp
test/cpp/jit/test_alias_analysis.cpp
test/cpp/jit/test_argument_spec.cpp
test/cpp/jit/test_autodiff.cpp
test/cpp/jit/test_backend.cpp
test/cpp/jit/test_backend_compiler_lib.cpp
test/cpp/jit/test_backend_compiler_preprocess.cpp
test/cpp/jit/test_backend_lib.cpp
test/cpp/jit/test_class_import.cpp
test/cpp/jit/test_class_parser.cpp
test/cpp/jit/test_class_type.cpp
test/cpp/jit/test_cleanup_passes.cpp
test/cpp/jit/test_code_template.cpp
test/cpp/jit/test_concat_opt.cpp
test/cpp/jit/test_constant_pooling.cpp
test/cpp/jit/test_create_autodiff_subgraphs.cpp
test/cpp/jit/test_cs_debug_info_serialization.cpp
test/cpp/jit/test_custom_class.cpp
test/cpp/jit/test_custom_class_registrations.cpp
test/cpp/jit/test_custom_class_registrations.h
test/cpp/jit/test_custom_operators.cpp
test/cpp/jit/test_dce.cpp
test/cpp/jit/test_exception.cpp
test/cpp/jit/test_file_format.cpp
test/cpp/jit/test_flatbuffer.cpp
test/cpp/jit/test_fuser.cpp
test/cpp/jit/test_graph_executor.cpp
test/cpp/jit/test_graph_iterator.cpp
test/cpp/jit/test_inliner.cpp
test/cpp/jit/test_interface.cpp
test/cpp/jit/test_interpreter.cpp
test/cpp/jit/test_interpreter_async.pt
test/cpp/jit/test_ir.cpp
test/cpp/jit/test_irparser.cpp
test/cpp/jit/test_jit_logging_levels.cpp
test/cpp/jit/test_jit_type.cpp
test/cpp/jit/test_lexer.cpp
test/cpp/jit/test_lite_interpreter.cpp
test/cpp/jit/test_lite_interpreter_direct.cpp
test/cpp/jit/test_lite_trainer.cpp
test/cpp/jit/test_load_upgraders.cpp
test/cpp/jit/test_memory_dag.cpp
test/cpp/jit/test_misc.cpp
test/cpp/jit/test_mobile_type_parser.cpp
test/cpp/jit/test_module_api.cpp
test/cpp/jit/test_op_replacement.cpp
test/cpp/jit/test_peephole_optimize.cpp
test/cpp/jit/test_qualified_name.cpp
test/cpp/jit/test_save_load.cpp
test/cpp/jit/test_schema_info.cpp
test/cpp/jit/test_schema_matching.cpp
test/cpp/jit/test_script_profile.cpp
test/cpp/jit/test_shape_analysis.cpp
test/cpp/jit/test_stack_opt.cpp
test/cpp/jit/test_subgraph_matcher.cpp
test/cpp/jit/test_subgraph_rewriter.cpp
test/cpp/jit/test_subgraph_utils.cpp
test/cpp/jit/test_te.cpp
test/cpp/jit/test_union.cpp
test/cpp/jit/test_upgrader_utils.cpp
test/cpp/jit/test_utils.cpp
test/cpp/jit/test_utils.h
test/cpp/jit/tests_setup.py
test/cpp/jit/torch_python_test.cpp
test/cpp/jit/upgrader_models/test_versioned_div_scalar_float_v2.ptl
test/cpp/jit/upgrader_models/test_versioned_div_scalar_float_v2.ptl.ff
test/cpp/jit/upgrader_models/test_versioned_div_scalar_inplace_float_v2.ptl
test/cpp/jit/upgrader_models/test_versioned_div_scalar_inplace_float_v2.ptl.ff
test/cpp/jit/upgrader_models/test_versioned_div_scalar_inplace_int_v2.ptl
test/cpp/jit/upgrader_models/test_versioned_div_scalar_inplace_int_v2.ptl.ff
test/cpp/jit/upgrader_models/test_versioned_div_scalar_int_v2.ptl
test/cpp/jit/upgrader_models/test_versioned_div_scalar_int_v2.ptl.ff
test/cpp/jit/upgrader_models/test_versioned_div_scalar_reciprocal_float_v2.ptl
test/cpp/jit/upgrader_models/test_versioned_div_scalar_reciprocal_float_v2.ptl.ff
test/cpp/jit/upgrader_models/test_versioned_div_scalar_reciprocal_int_v2.ptl
test/cpp/jit/upgrader_models/test_versioned_div_scalar_reciprocal_int_v2.ptl.ff
test/cpp/jit/upgrader_models/test_versioned_div_scalar_scalar_v2.ptl
test/cpp/jit/upgrader_models/test_versioned_div_scalar_scalar_v2.ptl.ff
test/cpp/jit/upgrader_models/test_versioned_div_tensor_inplace_v2.ptl
test/cpp/jit/upgrader_models/test_versioned_div_tensor_inplace_v2.ptl.ff
test/cpp/jit/upgrader_models/test_versioned_div_tensor_out_v2.ptl
test/cpp/jit/upgrader_models/test_versioned_div_tensor_out_v2.ptl.ff
test/cpp/jit/upgrader_models/test_versioned_div_tensor_v2.ptl
test/cpp/jit/upgrader_models/test_versioned_div_tensor_v2.ptl.ff
test/cpp/lazy/CMakeLists.txt
test/cpp/lazy/test_backend_device.cpp
test/cpp/lazy/test_cache.cpp
test/cpp/lazy/test_ir.cpp
test/cpp/lazy/test_ir_util.cpp
test/cpp/lazy/test_lazy_graph_executor.cpp
test/cpp/lazy/test_lazy_ops.cpp
test/cpp/lazy/test_lazy_ops_util.cpp
test/cpp/lazy/test_lazy_ops_util.h
test/cpp/lazy/test_misc.cpp
test/cpp/lazy/test_permutation_util.cpp
test/cpp/lazy/test_shape.cpp
test/cpp/lazy/test_tensor_impl.cpp
test/cpp/lazy/test_trie_cache.cpp
test/cpp/lazy/test_util.cpp
test/cpp/lite_interpreter_runtime/CMakeLists.txt
test/cpp/lite_interpreter_runtime/delegate_test.ptl
test/cpp/lite_interpreter_runtime/delegated_submodule_with_debug_info.ptl
test/cpp/lite_interpreter_runtime/light_model.ptl
test/cpp/lite_interpreter_runtime/main.cpp
test/cpp/lite_interpreter_runtime/resources.h
test/cpp/lite_interpreter_runtime/sequence.ptl
test/cpp/lite_interpreter_runtime/test_backend_for_profiling.ptl
test/cpp/lite_interpreter_runtime/test_lite_interpreter_runtime.cpp
test/cpp/lite_interpreter_runtime/test_mobile_profiler.cpp
test/cpp/lite_interpreter_runtime/to_be_profiled_module.ptl
test/cpp/monitor/test_counters.cpp
test/cpp/monitor/test_events.cpp
test/cpp/nativert/CMakeLists.txt
test/cpp/nativert/static_kernel_test_utils.h
test/cpp/nativert/test_alias_analyzer.cpp
test/cpp/nativert/test_aoti_model_container_registration.cpp
test/cpp/nativert/test_c10_kernel.cpp
test/cpp/nativert/test_execution_frame.cpp
test/cpp/nativert/test_execution_planner.cpp
test/cpp/nativert/test_file_util.cpp
test/cpp/nativert/test_function_schema.cpp
test/cpp/nativert/test_graph.cpp
test/cpp/nativert/test_graph_signature.cpp
test/cpp/nativert/test_itree.cpp
test/cpp/nativert/test_layout_planner.cpp
test/cpp/nativert/test_layout_planner_algorithm.cpp
test/cpp/nativert/test_mpmc_queue.cpp
test/cpp/nativert/test_op_kernel.cpp
test/cpp/nativert/test_pass_manager.cpp
test/cpp/nativert/test_placement.cpp
test/cpp/nativert/test_serialization.cpp
test/cpp/nativert/test_static_dispatch_kernel_registration.cpp
test/cpp/nativert/test_static_kernel_ops.cpp
test/cpp/nativert/test_tensor_meta.cpp
test/cpp/nativert/test_triton_kernel_manager_registration.cpp
test/cpp/nativert/test_weights.cpp
test/cpp/profiler/CMakeLists.txt
test/cpp/profiler/comms_id.cpp
test/cpp/profiler/containers.cpp
test/cpp/profiler/perf_events.cpp
test/cpp/profiler/record_function.cpp
test/cpp/profiler/test_privateuse1_profiler.cpp
test/cpp/rpc/CMakeLists.txt
test/cpp/rpc/e2e_test_base.cpp
test/cpp/rpc/e2e_test_base.h
test/cpp/rpc/test_e2e_tensorpipe.cpp
test/cpp/rpc/test_tensorpipe_serialization.cpp
test/cpp/rpc/test_wire_serialization.cpp
test/cpp_api_parity/__init__.py
test/cpp_api_parity/functional_impl_check.py
test/cpp_api_parity/module_impl_check.py
test/cpp_api_parity/parity-tracker.md
test/cpp_api_parity/parity_table_parser.py
test/cpp_api_parity/sample_functional.py
test/cpp_api_parity/sample_module.py
test/cpp_api_parity/utils.py
test/cpp_extensions/cpp_c10d_extension.cpp
test/cpp_extensions/cpp_c10d_extension.hpp
test/cpp_extensions/cpp_frontend_extension.cpp
test/cpp_extensions/cublas_extension.cpp
test/cpp_extensions/cuda_dlink_extension.cpp
test/cpp_extensions/cuda_dlink_extension_add.cu
test/cpp_extensions/cuda_dlink_extension_add.cuh
test/cpp_extensions/cuda_dlink_extension_kernel.cu
test/cpp_extensions/cuda_extension.cpp
test/cpp_extensions/cuda_extension.cu
test/cpp_extensions/cuda_extension_kernel.cu
test/cpp_extensions/cuda_extension_kernel2.cu
test/cpp_extensions/cudnn_extension.cpp
test/cpp_extensions/cusolver_extension.cpp
test/cpp_extensions/dangling_impl_extension.cpp
test/cpp_extensions/doubler.h
test/cpp_extensions/extension.cpp
test/cpp_extensions/identity.cpp
test/cpp_extensions/jit_extension.cpp
test/cpp_extensions/jit_extension2.cpp
test/cpp_extensions/maia_extension.cpp
test/cpp_extensions/mps_extension.mm
test/cpp_extensions/mtia_extension.cpp
test/cpp_extensions/open_registration_extension.cpp
test/cpp_extensions/rng_extension.cpp
test/cpp_extensions/setup.py
test/cpp_extensions/test_libtorch_agnostic.py
test/cpp_extensions/torch_library.cu
test/cpp_extensions/xpu_extension.sycl
test/cpp_extensions/libtorch_agn_2_10_extension/setup.py
test/cpp_extensions/libtorch_agn_2_10_extension/test_version_compatibility.py
test/cpp_extensions/libtorch_agn_2_10_extension/csrc/get_any_data_ptr.cpp
test/cpp_extensions/libtorch_agn_2_10_extension/csrc/get_template_any_data_ptr.cpp
test/cpp_extensions/libtorch_agn_2_10_extension/csrc/make_tensor_clones_and_call_foreach.cpp
test/cpp_extensions/libtorch_agn_2_10_extension/csrc/my__foreach_mul.cpp
test/cpp_extensions/libtorch_agn_2_10_extension/csrc/my__foreach_mul_.cpp
test/cpp_extensions/libtorch_agn_2_10_extension/csrc/my__foreach_mul_vec.cpp
test/cpp_extensions/libtorch_agn_2_10_extension/csrc/my_contiguous.cpp
test/cpp_extensions/libtorch_agn_2_10_extension/csrc/my_empty.cpp
test/cpp_extensions/libtorch_agn_2_10_extension/csrc/my_from_blob.cpp
test/cpp_extensions/libtorch_agn_2_10_extension/csrc/my_full.cpp
test/cpp_extensions/libtorch_agn_2_10_extension/csrc/my_new_empty_zeros.cpp
test/cpp_extensions/libtorch_agn_2_10_extension/csrc/my_reshape.cpp
test/cpp_extensions/libtorch_agn_2_10_extension/csrc/my_set_requires_grad.cpp
test/cpp_extensions/libtorch_agn_2_10_extension/csrc/my_shape.cpp
test/cpp_extensions/libtorch_agn_2_10_extension/csrc/my_string_op.cpp
test/cpp_extensions/libtorch_agn_2_10_extension/csrc/my_string_op_variants.cpp
test/cpp_extensions/libtorch_agn_2_10_extension/csrc/my_subtract.cpp
test/cpp_extensions/libtorch_agn_2_10_extension/csrc/my_sum.cpp
test/cpp_extensions/libtorch_agn_2_10_extension/csrc/my_sum_out.cpp
test/cpp_extensions/libtorch_agn_2_10_extension/csrc/my_to.cpp
test/cpp_extensions/libtorch_agn_2_10_extension/csrc/my_view.cpp
test/cpp_extensions/libtorch_agn_2_10_extension/csrc/test_cublas_handle.cu
test/cpp_extensions/libtorch_agn_2_10_extension/csrc/test_cuda_stream.cu
test/cpp_extensions/libtorch_agn_2_10_extension/csrc/test_device_constructor.cpp
test/cpp_extensions/libtorch_agn_2_10_extension/csrc/test_device_equality.cpp
test/cpp_extensions/libtorch_agn_2_10_extension/csrc/test_device_index.cpp
test/cpp_extensions/libtorch_agn_2_10_extension/csrc/test_device_is_cpu.cpp
test/cpp_extensions/libtorch_agn_2_10_extension/csrc/test_device_is_cuda.cpp
test/cpp_extensions/libtorch_agn_2_10_extension/csrc/test_device_set_index.cpp
test/cpp_extensions/libtorch_agn_2_10_extension/csrc/test_get_num_threads.cpp
test/cpp_extensions/libtorch_agn_2_10_extension/csrc/test_parallel_for.cpp
test/cpp_extensions/libtorch_agn_2_10_extension/csrc/test_std_cuda_check.cu
test/cpp_extensions/libtorch_agn_2_10_extension/csrc/test_tensor_device.cpp
test/cpp_extensions/libtorch_agn_2_10_extension/libtorch_agn_2_10/__init__.py
test/cpp_extensions/libtorch_agn_2_10_extension/libtorch_agn_2_10/ops.py
test/cpp_extensions/libtorch_agn_2_11_extension/setup.py
test/cpp_extensions/libtorch_agn_2_11_extension/csrc/my_from_blob_with_deleter.cpp
test/cpp_extensions/libtorch_agn_2_11_extension/csrc/my_from_blob_with_lambda_deleter.cpp
test/cpp_extensions/libtorch_agn_2_11_extension/libtorch_agn_2_11/__init__.py
test/cpp_extensions/libtorch_agn_2_11_extension/libtorch_agn_2_11/ops.py
test/cpp_extensions/libtorch_agn_2_12_extension/setup.py
test/cpp_extensions/libtorch_agn_2_12_extension/csrc/tag_test.cpp
test/cpp_extensions/libtorch_agn_2_12_extension/libtorch_agn_2_12/__init__.py
test/cpp_extensions/libtorch_agn_2_12_extension/libtorch_agn_2_12/ops.py
test/cpp_extensions/libtorch_agn_2_9_extension/setup.py
test/cpp_extensions/libtorch_agn_2_9_extension/csrc/cuda_kernel.cu
test/cpp_extensions/libtorch_agn_2_9_extension/csrc/kernel.cpp
test/cpp_extensions/libtorch_agn_2_9_extension/csrc/kernel.h
test/cpp_extensions/libtorch_agn_2_9_extension/libtorch_agn_2_9/__init__.py
test/cpp_extensions/libtorch_agn_2_9_extension/libtorch_agn_2_9/ops.py
test/cpp_extensions/no_python_abi_suffix_test/no_python_abi_suffix_test.cpp
test/cpp_extensions/no_python_abi_suffix_test/setup.py
test/cpp_extensions/open_registration_extension/torch_openreg/CMakeLists.txt
test/cpp_extensions/open_registration_extension/torch_openreg/README.md
test/cpp_extensions/open_registration_extension/torch_openreg/pyproject.toml
test/cpp_extensions/open_registration_extension/torch_openreg/setup.py
test/cpp_extensions/open_registration_extension/torch_openreg/cmake/TorchPythonTargets.cmake
test/cpp_extensions/open_registration_extension/torch_openreg/csrc/CMakeLists.txt
test/cpp_extensions/open_registration_extension/torch_openreg/csrc/amp/autocast_mode.cpp
test/cpp_extensions/open_registration_extension/torch_openreg/csrc/aten/OpenRegExtra.cpp
test/cpp_extensions/open_registration_extension/torch_openreg/csrc/aten/OpenRegMinimal.cpp
test/cpp_extensions/open_registration_extension/torch_openreg/csrc/aten/native/Common.h
test/cpp_extensions/open_registration_extension/torch_openreg/csrc/aten/native/Extra.cpp
test/cpp_extensions/open_registration_extension/torch_openreg/csrc/aten/native/Extra.h
test/cpp_extensions/open_registration_extension/torch_openreg/csrc/aten/native/Minimal.cpp
test/cpp_extensions/open_registration_extension/torch_openreg/csrc/aten/native/Minimal.h
test/cpp_extensions/open_registration_extension/torch_openreg/csrc/distributed/c10d/ProcessGroupOCCL.cpp
test/cpp_extensions/open_registration_extension/torch_openreg/csrc/distributed/c10d/ProcessGroupOCCL.hpp
test/cpp_extensions/open_registration_extension/torch_openreg/csrc/profiler/stubs/openreg.cpp
test/cpp_extensions/open_registration_extension/torch_openreg/csrc/runtime/OpenRegDeviceAllocator.cpp
test/cpp_extensions/open_registration_extension/torch_openreg/csrc/runtime/OpenRegDeviceAllocator.h
test/cpp_extensions/open_registration_extension/torch_openreg/csrc/runtime/OpenRegEvent.h
test/cpp_extensions/open_registration_extension/torch_openreg/csrc/runtime/OpenRegException.cpp
test/cpp_extensions/open_registration_extension/torch_openreg/csrc/runtime/OpenRegException.h
test/cpp_extensions/open_registration_extension/torch_openreg/csrc/runtime/OpenRegFunctions.cpp
test/cpp_extensions/open_registration_extension/torch_openreg/csrc/runtime/OpenRegFunctions.h
test/cpp_extensions/open_registration_extension/torch_openreg/csrc/runtime/OpenRegGenerator.cpp
test/cpp_extensions/open_registration_extension/torch_openreg/csrc/runtime/OpenRegGenerator.h
test/cpp_extensions/open_registration_extension/torch_openreg/csrc/runtime/OpenRegGuard.cpp
test/cpp_extensions/open_registration_extension/torch_openreg/csrc/runtime/OpenRegGuard.h
test/cpp_extensions/open_registration_extension/torch_openreg/csrc/runtime/OpenRegHooks.cpp
test/cpp_extensions/open_registration_extension/torch_openreg/csrc/runtime/OpenRegHooks.h
test/cpp_extensions/open_registration_extension/torch_openreg/csrc/runtime/OpenRegHostAllocator.cpp
test/cpp_extensions/open_registration_extension/torch_openreg/csrc/runtime/OpenRegHostAllocator.h
test/cpp_extensions/open_registration_extension/torch_openreg/csrc/runtime/OpenRegSerialization.cpp
test/cpp_extensions/open_registration_extension/torch_openreg/csrc/runtime/OpenRegSerialization.h
test/cpp_extensions/open_registration_extension/torch_openreg/csrc/runtime/OpenRegStream.cpp
test/cpp_extensions/open_registration_extension/torch_openreg/csrc/runtime/OpenRegStream.h
test/cpp_extensions/open_registration_extension/torch_openreg/include/Macros.h
test/cpp_extensions/open_registration_extension/torch_openreg/tests/test_autocast.py
test/cpp_extensions/open_registration_extension/torch_openreg/tests/test_autograd.py
test/cpp_extensions/open_registration_extension/torch_openreg/tests/test_device.py
test/cpp_extensions/open_registration_extension/torch_openreg/tests/test_distributed.py
test/cpp_extensions/open_registration_extension/torch_openreg/tests/test_event.py
test/cpp_extensions/open_registration_extension/torch_openreg/tests/test_memory.py
test/cpp_extensions/open_registration_extension/torch_openreg/tests/test_misc.py
test/cpp_extensions/open_registration_extension/torch_openreg/tests/test_ops.py
test/cpp_extensions/open_registration_extension/torch_openreg/tests/test_profiler.py
test/cpp_extensions/open_registration_extension/torch_openreg/tests/test_rng.py
test/cpp_extensions/open_registration_extension/torch_openreg/tests/test_storage.py
test/cpp_extensions/open_registration_extension/torch_openreg/tests/test_streams.py
test/cpp_extensions/open_registration_extension/torch_openreg/tests/test_testing.py
test/cpp_extensions/open_registration_extension/torch_openreg/tests/test_utils.py
test/cpp_extensions/open_registration_extension/torch_openreg/third_party/openreg/CMakeLists.txt
test/cpp_extensions/open_registration_extension/torch_openreg/third_party/openreg/README.md
test/cpp_extensions/open_registration_extension/torch_openreg/third_party/openreg/cmake/GTestTargets.cmake
test/cpp_extensions/open_registration_extension/torch_openreg/third_party/openreg/csrc/device.cpp
test/cpp_extensions/open_registration_extension/torch_openreg/third_party/openreg/csrc/memory.cpp
test/cpp_extensions/open_registration_extension/torch_openreg/third_party/openreg/csrc/memory.h
test/cpp_extensions/open_registration_extension/torch_openreg/third_party/openreg/csrc/stream.cpp
test/cpp_extensions/open_registration_extension/torch_openreg/third_party/openreg/example/example.cpp
test/cpp_extensions/open_registration_extension/torch_openreg/third_party/openreg/include/openreg.h
test/cpp_extensions/open_registration_extension/torch_openreg/third_party/openreg/include/openreg.inl
test/cpp_extensions/open_registration_extension/torch_openreg/third_party/openreg/tests/device_tests.cpp
test/cpp_extensions/open_registration_extension/torch_openreg/third_party/openreg/tests/event_tests.cpp
test/cpp_extensions/open_registration_extension/torch_openreg/third_party/openreg/tests/memory_tests.cpp
test/cpp_extensions/open_registration_extension/torch_openreg/third_party/openreg/tests/stream_tests.cpp
test/cpp_extensions/open_registration_extension/torch_openreg/torch_openreg/__init__.py
test/cpp_extensions/open_registration_extension/torch_openreg/torch_openreg/_utils.py
test/cpp_extensions/open_registration_extension/torch_openreg/torch_openreg/csrc/CMakeLists.txt
test/cpp_extensions/open_registration_extension/torch_openreg/torch_openreg/csrc/Module.cpp
test/cpp_extensions/open_registration_extension/torch_openreg/torch_openreg/csrc/stub.c
test/cpp_extensions/open_registration_extension/torch_openreg/torch_openreg/openreg/__init__.py
test/cpp_extensions/open_registration_extension/torch_openreg/torch_openreg/openreg/meta.py
test/cpp_extensions/open_registration_extension/torch_openreg/torch_openreg/openreg/random.py
test/cpp_extensions/open_registration_extension/torch_openreg/torch_openreg/openreg/amp/__init__.py
test/cpp_extensions/python_agnostic_extension/setup.py
test/cpp_extensions/python_agnostic_extension/python_agnostic/__init__.py
test/cpp_extensions/python_agnostic_extension/python_agnostic/ops.py
test/cpp_extensions/python_agnostic_extension/python_agnostic/csrc/ultra_norm.cu
test/cpp_extensions/python_agnostic_extension/python_agnostic/csrc/ultra_norm.sycl
test/cpp_extensions/python_agnostic_extension/test/test_python_agnostic.py
test/cpp_extensions/self_compiler_include_dirs_test/tmp.h
test/cpp_extensions/torch_test_cpp_extension/__init__.py
test/custom_backend/CMakeLists.txt
test/custom_backend/backend.py
test/custom_backend/custom_backend.cpp
test/custom_backend/custom_backend.h
test/custom_backend/test_custom_backend.cpp
test/custom_backend/test_custom_backend.py
test/custom_operator/CMakeLists.txt
test/custom_operator/model.py
test/custom_operator/my_custom_ops.py
test/custom_operator/my_custom_ops2.py
test/custom_operator/op.cpp
test/custom_operator/op.h
test/custom_operator/pointwise.py
test/custom_operator/test_custom_ops.cpp
test/custom_operator/test_custom_ops.py
test/custom_operator/test_infer_schema_annotation.py
test/custom_operator/test_inplace_tag.py
test/custom_operator/test_out_variant.py
test/distributed/_test_template.py
test/distributed/argparse_util_test.py
test/distributed/test_aten_comm_compute_reordering.py
test/distributed/test_backends.py
test/distributed/test_c10d_common.py
test/distributed/test_c10d_functional_native.py
test/distributed/test_c10d_gloo.py
test/distributed/test_c10d_logger.py
test/distributed/test_c10d_nccl.py
test/distributed/test_c10d_object_collectives.py
test/distributed/test_c10d_ops_nccl.py
test/distributed/test_c10d_pypg.py
test/distributed/test_c10d_spawn.py
test/distributed/test_c10d_spawn_gloo.py
test/distributed/test_c10d_spawn_nccl.py
test/distributed/test_c10d_spawn_ucc.py
test/distributed/test_c10d_torchcomms.py
test/distributed/test_c10d_ucc.py
test/distributed/test_ce_colls.py
test/distributed/test_collective_utils.py
test/distributed/test_composability.py
test/distributed/test_compute_comm_reordering.py
test/distributed/test_control_collectives.py
test/distributed/test_cupy_as_tensor.py
test/distributed/test_data_parallel.py
test/distributed/test_debug.py
test/distributed/test_device_mesh.py
test/distributed/test_dist2.py
test/distributed/test_distributed_spawn.py
test/distributed/test_dynamo_distributed.py
test/distributed/test_fake_pg.py
test/distributed/test_functional_api.py
test/distributed/test_functional_differentials.py
test/distributed/test_inductor_collectives.py
test/distributed/test_inductor_compile_collectives.py
test/distributed/test_launcher.py
test/distributed/test_local_tensor.py
test/distributed/test_multi_threaded_pg.py
test/distributed/test_nan_check.py
test/distributed/test_nccl.py
test/distributed/test_nvshmem.py
test/distributed/test_overlap_bucketing_unit.py
test/distributed/test_p2p_ipc.py
test/distributed/test_pg_wrapper.py
test/distributed/test_processgroup_jit.py
test/distributed/test_run.py
test/distributed/test_serialization.py
test/distributed/test_shmem_triton.py
test/distributed/test_store.py
test/distributed/test_symmetric_memory.py
test/distributed/_composable/test_checkpoint.py
test/distributed/_composable/test_contract.py
test/distributed/_composable/test_replicate.py
test/distributed/_composable/test_replicate_mixed_precision.py
test/distributed/_composable/test_replicate_training.py
test/distributed/_composable/test_replicate_with_compiler.py
test/distributed/_composable/test_replicate_with_fsdp.py
test/distributed/_composable/fsdp/test_fully_shard_autograd.py
test/distributed/_composable/fsdp/test_fully_shard_clip_grad_norm_.py
test/distributed/_composable/fsdp/test_fully_shard_comm.py
test/distributed/_composable/fsdp/test_fully_shard_compile.py
test/distributed/_composable/fsdp/test_fully_shard_dtensor.py
test/distributed/_composable/fsdp/test_fully_shard_extensions.py
test/distributed/_composable/fsdp/test_fully_shard_frozen.py
test/distributed/_composable/fsdp/test_fully_shard_grad_scaler.py
test/distributed/_composable/fsdp/test_fully_shard_ignore_params.py
test/distributed/_composable/fsdp/test_fully_shard_init.py
test/distributed/_composable/fsdp/test_fully_shard_logging.py
test/distributed/_composable/fsdp/test_fully_shard_memory.py
test/distributed/_composable/fsdp/test_fully_shard_mixed_precision.py
test/distributed/_composable/fsdp/test_fully_shard_overlap.py
test/distributed/_composable/fsdp/test_fully_shard_state.py
test/distributed/_composable/fsdp/test_fully_shard_state_dict.py
test/distributed/_composable/fsdp/test_fully_shard_training.py
test/distributed/_composable/test_composability/test_2d_composability.py
test/distributed/_composable/test_composability/test_pp_composability.py
test/distributed/_pycute/test_coalesce.py
test/distributed/_pycute/test_complement.py
test/distributed/_pycute/test_composition.py
test/distributed/_pycute/test_int_tuple.py
test/distributed/_pycute/test_left_inverse.py
test/distributed/_pycute/test_right_inverse.py
test/distributed/_pycute/test_typing.py
test/distributed/_shard/test_sharder.py
test/distributed/_shard/sharded_optim/test_sharded_optim.py
test/distributed/_shard/sharded_tensor/test_logger.py
test/distributed/_shard/sharded_tensor/test_sharded_tensor.py
test/distributed/_shard/sharded_tensor/test_sharded_tensor_reshard.py
test/distributed/_shard/sharded_tensor/ops/test_binary_cmp.py
test/distributed/_shard/sharded_tensor/ops/test_embedding.py
test/distributed/_shard/sharded_tensor/ops/test_embedding_bag.py
test/distributed/_shard/sharded_tensor/ops/test_init.py
test/distributed/_shard/sharded_tensor/ops/test_tensor_ops.py
test/distributed/_shard/sharding_plan/test_sharding_plan.py
test/distributed/_shard/sharding_spec/test_sharding_spec.py
test/distributed/_tools/test_fake_collectives.py
test/distributed/_tools/test_fsdp2_mem_tracker.py
test/distributed/_tools/test_mem_tracker.py
test/distributed/_tools/test_memory_tracker.py
test/distributed/_tools/test_mod_tracker.py
test/distributed/_tools/test_runtime_estimator.py
test/distributed/_tools/test_sac_estimator.py
test/distributed/_tools/test_sac_ilp.py
test/distributed/algorithms/test_join.py
test/distributed/algorithms/ddp_comm_hooks/test_ddp_hooks.py
test/distributed/algorithms/quantization/test_quantization.py
test/distributed/bin/test_script.py
test/distributed/checkpoint/test_async_process_executor.py
test/distributed/checkpoint/test_checkpoint.py
test/distributed/checkpoint/test_compatibility.py
test/distributed/checkpoint/test_consolidate_hf_safetensors.py
test/distributed/checkpoint/test_dedup_tensors.py
test/distributed/checkpoint/test_dtensor_checkpoint.py
test/distributed/checkpoint/test_dtensor_resharding.py
test/distributed/checkpoint/test_file_system_checkpoint.py
test/distributed/checkpoint/test_file_system_checkpoint_cpu.py
test/distributed/checkpoint/test_format_utils.py
test/distributed/checkpoint/test_fsdp_model_state.py
test/distributed/checkpoint/test_fsdp_optim_state.py
test/distributed/checkpoint/test_fsdp_tp_checkpoint_conversion.py
test/distributed/checkpoint/test_fsspec.py
test/distributed/checkpoint/test_hf_safetensor_e2e.py
test/distributed/checkpoint/test_hf_storage.py
test/distributed/checkpoint/test_hsdp_checkpoint.py
test/distributed/checkpoint/test_nested_dict.py
test/distributed/checkpoint/test_pg_transport.py
test/distributed/checkpoint/test_planner.py
test/distributed/checkpoint/test_quantized_hf_storage.py
test/distributed/checkpoint/test_save_load_api.py
test/distributed/checkpoint/test_state_dict.py
test/distributed/checkpoint/test_state_dict_stager.py
test/distributed/checkpoint/test_state_dict_utils.py
test/distributed/checkpoint/test_tp_checkpoint.py
test/distributed/checkpoint/test_traverse.py
test/distributed/checkpoint/test_utils.py
test/distributed/checkpoint/_experimental/test_barriers.py
test/distributed/checkpoint/_experimental/test_builder.py
test/distributed/checkpoint/_experimental/test_checkpoint_process.py
test/distributed/checkpoint/_experimental/test_checkpoint_reader.py
test/distributed/checkpoint/_experimental/test_checkpoint_writer.py
test/distributed/checkpoint/_experimental/test_checkpointer.py
test/distributed/checkpoint/_experimental/test_staging.py
test/distributed/checkpoint/_experimental/test_types.py
test/distributed/checkpoint/e2e/test_e2e_save_and_load.py
test/distributed/checkpoint/e2e/test_fine_tuning.py
test/distributed/checkpoint/e2e/test_fsdp_ep.py
test/distributed/checkpoint/fsdp/test_fsdp_dsd.py
test/distributed/elastic/test_control_plane.py
test/distributed/elastic/agent/server/test/__init__.py
test/distributed/elastic/agent/server/test/api_test.py
test/distributed/elastic/agent/server/test/local_elastic_agent_test.py
test/distributed/elastic/agent/server/test/shutdown_timeout_test.py
test/distributed/elastic/events/lib_test.py
test/distributed/elastic/metrics/__init__.py
test/distributed/elastic/metrics/api_test.py
test/distributed/elastic/multiprocessing/api_test.py
test/distributed/elastic/multiprocessing/redirects_test.py
test/distributed/elastic/multiprocessing/tail_log_test.py
test/distributed/elastic/multiprocessing/test_api.py
test/distributed/elastic/multiprocessing/bin/echo1.py
test/distributed/elastic/multiprocessing/bin/echo2.py
test/distributed/elastic/multiprocessing/bin/echo3.py
test/distributed/elastic/multiprocessing/bin/echo4.py
test/distributed/elastic/multiprocessing/bin/test_script.py
test/distributed/elastic/multiprocessing/bin/zombie_test.py
test/distributed/elastic/multiprocessing/errors/api_test.py
test/distributed/elastic/multiprocessing/errors/error_handler_test.py
test/distributed/elastic/rendezvous/__init__.py
test/distributed/elastic/rendezvous/api_test.py
test/distributed/elastic/rendezvous/c10d_rendezvous_backend_test.py
test/distributed/elastic/rendezvous/dynamic_rendezvous_test.py
test/distributed/elastic/rendezvous/etcd_rendezvous_backend_test.py
test/distributed/elastic/rendezvous/etcd_rendezvous_test.py
test/distributed/elastic/rendezvous/etcd_server_test.py
test/distributed/elastic/rendezvous/out_of_tree_rendezvous_test.py
test/distributed/elastic/rendezvous/rendezvous_backend_test.py
test/distributed/elastic/rendezvous/static_rendezvous_test.py
test/distributed/elastic/rendezvous/utils_test.py
test/distributed/elastic/rendezvous/out_of_tree_test_package/pyproject.toml
test/distributed/elastic/rendezvous/out_of_tree_test_package/src/testbackend/__init__.py
test/distributed/elastic/timer/__init__.py
test/distributed/elastic/timer/api_test.py
test/distributed/elastic/timer/file_based_local_timer_test.py
test/distributed/elastic/timer/local_timer_example.py
test/distributed/elastic/timer/local_timer_test.py
test/distributed/elastic/utils/__init__.py
test/distributed/elastic/utils/distributed_test.py
test/distributed/elastic/utils/logging_test.py
test/distributed/elastic/utils/util_test.py
test/distributed/elastic/utils/data/__init__.py
test/distributed/elastic/utils/data/cycling_iterator_test.py
test/distributed/flight_recorder/test_fr_analysis.py
test/distributed/fsdp/test_checkpoint_wrapper.py
test/distributed/fsdp/test_distributed_checkpoint.py
test/distributed/fsdp/test_fsdp_apply.py
test/distributed/fsdp/test_fsdp_backward_prefetch.py
test/distributed/fsdp/test_fsdp_checkpoint.py
test/distributed/fsdp/test_fsdp_clip_grad_norm.py
test/distributed/fsdp/test_fsdp_comm.py
test/distributed/fsdp/test_fsdp_comm_hooks.py
test/distributed/fsdp/test_fsdp_core.py
test/distributed/fsdp/test_fsdp_dtensor_state_dict.py
test/distributed/fsdp/test_fsdp_exec_order.py
test/distributed/fsdp/test_fsdp_fine_tune.py
test/distributed/fsdp/test_fsdp_flatten_params.py
test/distributed/fsdp/test_fsdp_freezing_weights.py
test/distributed/fsdp/test_fsdp_fx.py
test/distributed/fsdp/test_fsdp_grad_acc.py
test/distributed/fsdp/test_fsdp_hybrid_shard.py
test/distributed/fsdp/test_fsdp_ignored_modules.py
test/distributed/fsdp/test_fsdp_input.py
test/distributed/fsdp/test_fsdp_memory.py
test/distributed/fsdp/test_fsdp_meta.py
test/distributed/fsdp/test_fsdp_misc.py
test/distributed/fsdp/test_fsdp_mixed_precision.py
test/distributed/fsdp/test_fsdp_multiple_forward.py
test/distributed/fsdp/test_fsdp_multiple_wrapping.py
test/distributed/fsdp/test_fsdp_optim_state.py
test/distributed/fsdp/test_fsdp_overlap.py
test/distributed/fsdp/test_fsdp_pure_fp16.py
test/distributed/fsdp/test_fsdp_sharded_grad_scaler.py
test/distributed/fsdp/test_fsdp_state_dict.py
test/distributed/fsdp/test_fsdp_tp_integration.py
test/distributed/fsdp/test_fsdp_traversal.py
test/distributed/fsdp/test_fsdp_uneven.py
test/distributed/fsdp/test_fsdp_unshard_params.py
test/distributed/fsdp/test_fsdp_use_orig_params.py
test/distributed/fsdp/test_hsdp_dtensor_state_dict.py
test/distributed/fsdp/test_shard_utils.py
test/distributed/fsdp/test_utils.py
test/distributed/fsdp/test_wrap.py
test/distributed/launcher/__init__.py
test/distributed/launcher/api_test.py
test/distributed/launcher/launch_test.py
test/distributed/launcher/script_deviceid.py
test/distributed/launcher/test_api.py
test/distributed/launcher/test_run.py
test/distributed/launcher/bin/test_script.py
test/distributed/launcher/bin/test_script.sh
test/distributed/launcher/bin/test_script_init_method.py
test/distributed/launcher/bin/test_script_is_torchelastic_launched.py
test/distributed/launcher/bin/test_script_local_rank.py
test/distributed/local_tensor_tutorial_examples/__init__.py
test/distributed/local_tensor_tutorial_examples/example_01_basic_operations.py
test/distributed/local_tensor_tutorial_examples/example_02_collective_operations.py
test/distributed/local_tensor_tutorial_examples/example_03_dtensor_integration.py
test/distributed/local_tensor_tutorial_examples/example_04_uneven_sharding.py
test/distributed/local_tensor_tutorial_examples/example_05_rank_specific.py
test/distributed/local_tensor_tutorial_examples/example_06_multidim_mesh.py
test/distributed/local_tensor_tutorial_examples/test_local_tensor_tutorial_examples.py
test/distributed/nn/jit/__init__.py
test/distributed/nn/jit/test_instantiator.py
test/distributed/optim/test_apply_optimizer_in_backward.py
test/distributed/optim/test_named_optimizer.py
test/distributed/optim/test_zero_redundancy_optimizer.py
test/distributed/pipelining/__init__.py
test/distributed/pipelining/model_registry.py
test/distributed/pipelining/schedule_registry.py
test/distributed/pipelining/test_backward.py
test/distributed/pipelining/test_dtensor_pp_integration.py
test/distributed/pipelining/test_dtensor_pp_unit_tests.py
test/distributed/pipelining/test_microbatch.py
test/distributed/pipelining/test_pipe.py
test/distributed/pipelining/test_schedule.py
test/distributed/pipelining/test_schedule_multiproc.py
test/distributed/pipelining/test_stage.py
test/distributed/pipelining/test_transformer.py
test/distributed/pipelining/test_unflatten.py
test/distributed/pipelining/artifacts/dualpipev_4rank_10mb.csv
test/distributed/pipelining/artifacts/zb1p_2rank_2stagep_comms.csv
test/distributed/pipelining/artifacts/zb1p_2rank_2stagep_compute.csv
test/distributed/rpc/test_faulty_agent.py
test/distributed/rpc/test_share_memory.py
test/distributed/rpc/test_tensorpipe_agent.py
test/distributed/rpc/cuda/test_tensorpipe_agent.py
test/distributed/tensor/README.md
test/distributed/tensor/__init__.py
test/distributed/tensor/test_api.py
test/distributed/tensor/test_attention.py
test/distributed/tensor/test_common_rules.py
test/distributed/tensor/test_compile_on_one_rank.py
test/distributed/tensor/test_convolution_ops.py
test/distributed/tensor/test_decompositions.py
test/distributed/tensor/test_dtensor.py
test/distributed/tensor/test_dtensor_compile.py
test/distributed/tensor/test_dtensor_dispatch_overhead.py
test/distributed/tensor/test_dtensor_export.py
test/distributed/tensor/test_dtensor_logging.py
test/distributed/tensor/test_dtensor_ops.py
test/distributed/tensor/test_dtensor_testbase.py
test/distributed/tensor/test_dynamic.py
test/distributed/tensor/test_embedding_ops.py
test/distributed/tensor/test_experimental_ops.py
test/distributed/tensor/test_init.py
test/distributed/tensor/test_math_ops.py
test/distributed/tensor/test_matrix_ops.py
test/distributed/tensor/test_op_schema.py
test/distributed/tensor/test_op_strategy.py
test/distributed/tensor/test_optimizers.py
test/distributed/tensor/test_placement_types.py
test/distributed/tensor/test_pointwise_ops.py
test/distributed/tensor/test_random_ops.py
test/distributed/tensor/test_redistribute.py
test/distributed/tensor/test_single_dim_strategy.py
test/distributed/tensor/test_strategy_validation.py
test/distributed/tensor/test_tensor_ops.py
test/distributed/tensor/test_utils.py
test/distributed/tensor/test_view_ops.py
test/distributed/tensor/test_xla_integration.py
test/distributed/tensor/debug/test_comm_mode.py
test/distributed/tensor/debug/test_comm_mode_features.py
test/distributed/tensor/debug/test_debug_mode.py
test/distributed/tensor/debug/test_op_coverage.py
test/distributed/tensor/experimental/test_local_map.py
test/distributed/tensor/experimental/test_register_sharding.py
test/distributed/tensor/experimental/test_tp_transform.py
test/distributed/tensor/parallel/__init__.py
test/distributed/tensor/parallel/test_micro_pipeline_tp.py
test/distributed/tensor/parallel/test_parallelize_api.py
test/distributed/tensor/parallel/test_tp_examples.py
test/distributed/tensor/parallel/test_tp_random_state.py
test/distributed/tensor/parallel/test_tp_style.py
test/distributions/test_constraints.py
test/distributions/test_distributions.py
test/distributions/test_transforms.py
test/distributions/test_utils.py
test/dynamo/__init__.py
test/dynamo/_test_nested_graph_breaks_helper.py
test/dynamo/imports_non_circular_repro.py
test/dynamo/mock_store_global_crossfile_inline.py
test/dynamo/test_activation_checkpointing.py
test/dynamo/test_activation_offloading.py
test/dynamo/test_after_aot.py
test/dynamo/test_aot_autograd.py
test/dynamo/test_aot_autograd_cache.py
test/dynamo/test_aot_compile.py
test/dynamo/test_autograd_function.py
test/dynamo/test_backends.py
test/dynamo/test_backward_higher_order_ops.py
test/dynamo/test_base_hop.py
test/dynamo/test_base_output.py
test/dynamo/test_buffers_override.py
test/dynamo/test_bytecode_debugger.py
test/dynamo/test_bytecode_utils.py
test/dynamo/test_callback.py
test/dynamo/test_check_type_id.py
test/dynamo/test_compile.py
test/dynamo/test_compiler_bisector.py
test/dynamo/test_comprehensions.py
test/dynamo/test_comptime.py
test/dynamo/test_config.py
test/dynamo/test_ctx_manager.py
test/dynamo/test_cudagraphs.py
test/dynamo/test_cudagraphs_expandable_segments.py
test/dynamo/test_debug_utils.py
test/dynamo/test_decorators.py
test/dynamo/test_deque_reconstruct.py
test/dynamo/test_deviceguard.py
test/dynamo/test_dicts.py
test/dynamo/test_dynamic_shapes.py
test/dynamo/test_dynamic_spec.py
test/dynamo/test_dynamo_decompositions.py
test/dynamo/test_dynamo_ops.py
test/dynamo/test_dynamo_profiler.py
test/dynamo/test_einops.py
test/dynamo/test_enum.py
test/dynamo/test_error_messages.py
test/dynamo/test_exc.py
test/dynamo/test_exceptions.py
test/dynamo/test_exitstack.py
test/dynamo/test_export.py
test/dynamo/test_export_mutations.py
test/dynamo/test_fake_distributed.py
test/dynamo/test_flat_apply.py
test/dynamo/test_frame_init.py
test/dynamo/test_functions.py
test/dynamo/test_fwd_loss_bwd.py
test/dynamo/test_fx_annotate.py
test/dynamo/test_fx_graph_runnable.py
test/dynamo/test_fx_passes_pre_grad.py
test/dynamo/test_generator.py
test/dynamo/test_getitem.py
test/dynamo/test_global.py
test/dynamo/test_graph_deduplication.py
test/dynamo/test_graph_region_tracker.py
test/dynamo/test_guard_exclusion.py
test/dynamo/test_guard_manager.py
test/dynamo/test_guard_serialization.py
test/dynamo/test_higher_order_ops.py
test/dynamo/test_hooks.py
test/dynamo/test_id.py
test/dynamo/test_inline_and_install.py
test/dynamo/test_input_attr_tracking.py
test/dynamo/test_install_free_tensors.py
test/dynamo/test_interop.py
test/dynamo/test_iterators.py
test/dynamo/test_lazy_constant.py
test/dynamo/test_len_protocol.py
test/dynamo/test_list.py
test/dynamo/test_logging.py
test/dynamo/test_metrics_context.py
test/dynamo/test_minifier.py
test/dynamo/test_misc.py
test/dynamo/test_model_output.py
test/dynamo/test_modes.py
test/dynamo/test_modules.py
test/dynamo/test_nb_bool.py
test/dynamo/test_nb_float.py
test/dynamo/test_nb_index.py
test/dynamo/test_nb_int.py
test/dynamo/test_nb_negative.py
test/dynamo/test_nb_operators.py
test/dynamo/test_nested_graph_breaks.py
test/dynamo/test_nops.py
test/dynamo/test_optimizers.py
test/dynamo/test_package.py
test/dynamo/test_pgo.py
test/dynamo/test_polyfills.py
test/dynamo/test_pre_dispatch.py
test/dynamo/test_precompile_context.py
test/dynamo/test_profiler.py
test/dynamo/test_python_autograd.py
test/dynamo/test_python_dispatcher.py
test/dynamo/test_recompile_ux.py
test/dynamo/test_recompiles.py
test/dynamo/test_reconstruct.py
test/dynamo/test_regional_inductor.py
test/dynamo/test_reorder_logs.py
test/dynamo/test_repros.py
test/dynamo/test_resume.py
test/dynamo/test_sdpa.py
test/dynamo/test_sets.py
test/dynamo/test_skip_guard_eval_unsafe.py
test/dynamo/test_skip_non_tensor.py
test/dynamo/test_sources.py
test/dynamo/test_streams.py
test/dynamo/test_structured_trace.py
test/dynamo/test_subclasses.py
test/dynamo/test_subgraphs.py
test/dynamo/test_torchrec.py
test/dynamo/test_tp_hash.py
test/dynamo/test_tp_slots.py
test/dynamo/test_trace_rules.py
test/dynamo/test_tree_map.py
test/dynamo/test_unittest.py
test/dynamo/test_unspec.py
test/dynamo/test_user_defined_object.py
test/dynamo/test_utils.py
test/dynamo/test_verify_correctness.py
test/dynamo/test_view.py
test/dynamo/test_wrap_inductor_compiled_regions.py
test/dynamo/utils.py
test/dynamo/cpython/3_13/CHANGES.txt
test/dynamo/cpython/3_13/LICENSE
test/dynamo/cpython/3_13/exception_hierarchy.txt
test/dynamo/cpython/3_13/list_tests.diff
test/dynamo/cpython/3_13/list_tests.py
test/dynamo/cpython/3_13/mapping_tests.diff
test/dynamo/cpython/3_13/mapping_tests.py
test/dynamo/cpython/3_13/seq_tests.diff
test/dynamo/cpython/3_13/seq_tests.py
test/dynamo/cpython/3_13/test_baseexception.diff
test/dynamo/cpython/3_13/test_baseexception.py
test/dynamo/cpython/3_13/test_binop.diff
test/dynamo/cpython/3_13/test_binop.py
test/dynamo/cpython/3_13/test_bool.diff
test/dynamo/cpython/3_13/test_bool.py
test/dynamo/cpython/3_13/test_builtin.diff
test/dynamo/cpython/3_13/test_builtin.py
test/dynamo/cpython/3_13/test_class.diff
test/dynamo/cpython/3_13/test_class.py
test/dynamo/cpython/3_13/test_cmath.diff
test/dynamo/cpython/3_13/test_cmath.py
test/dynamo/cpython/3_13/test_collections.diff
test/dynamo/cpython/3_13/test_collections.py
test/dynamo/cpython/3_13/test_complex.diff
test/dynamo/cpython/3_13/test_complex.py
test/dynamo/cpython/3_13/test_contextlib.diff
test/dynamo/cpython/3_13/test_contextlib.py
test/dynamo/cpython/3_13/test_defaultdict.diff
test/dynamo/cpython/3_13/test_defaultdict.py
test/dynamo/cpython/3_13/test_deque.diff
test/dynamo/cpython/3_13/test_deque.py
test/dynamo/cpython/3_13/test_descr.diff
test/dynamo/cpython/3_13/test_descr.py
test/dynamo/cpython/3_13/test_dict.diff
test/dynamo/cpython/3_13/test_dict.py
test/dynamo/cpython/3_13/test_enum.diff
test/dynamo/cpython/3_13/test_enum.py
test/dynamo/cpython/3_13/test_exception_variations.diff
test/dynamo/cpython/3_13/test_exception_variations.py
test/dynamo/cpython/3_13/test_exceptions.diff
test/dynamo/cpython/3_13/test_exceptions.py
test/dynamo/cpython/3_13/test_float.diff
test/dynamo/cpython/3_13/test_float.py
test/dynamo/cpython/3_13/test_funcattrs.diff
test/dynamo/cpython/3_13/test_funcattrs.py
test/dynamo/cpython/3_13/test_functools.diff
test/dynamo/cpython/3_13/test_functools.py
test/dynamo/cpython/3_13/test_generator_stop.diff
test/dynamo/cpython/3_13/test_generator_stop.py
test/dynamo/cpython/3_13/test_generators.diff
test/dynamo/cpython/3_13/test_generators.py
test/dynamo/cpython/3_13/test_heapq.diff
test/dynamo/cpython/3_13/test_heapq.py
test/dynamo/cpython/3_13/test_int.diff
test/dynamo/cpython/3_13/test_int.py
test/dynamo/cpython/3_13/test_int_literal.diff
test/dynamo/cpython/3_13/test_int_literal.py
test/dynamo/cpython/3_13/test_iter.diff
test/dynamo/cpython/3_13/test_iter.py
test/dynamo/cpython/3_13/test_itertools.diff
test/dynamo/cpython/3_13/test_itertools.py
test/dynamo/cpython/3_13/test_list.diff
test/dynamo/cpython/3_13/test_list.py
test/dynamo/cpython/3_13/test_math.diff
test/dynamo/cpython/3_13/test_math.py
test/dynamo/cpython/3_13/test_numeric_tower.diff
test/dynamo/cpython/3_13/test_numeric_tower.py
test/dynamo/cpython/3_13/test_operator.diff
test/dynamo/cpython/3_13/test_operator.py
test/dynamo/cpython/3_13/test_ordered_dict.diff
test/dynamo/cpython/3_13/test_ordered_dict.py
test/dynamo/cpython/3_13/test_patma.diff
test/dynamo/cpython/3_13/test_patma.py
test/dynamo/cpython/3_13/test_raise.diff
test/dynamo/cpython/3_13/test_raise.py
test/dynamo/cpython/3_13/test_range.diff
test/dynamo/cpython/3_13/test_range.py
test/dynamo/cpython/3_13/test_set.diff
test/dynamo/cpython/3_13/test_set.py
test/dynamo/cpython/3_13/test_sort.diff
test/dynamo/cpython/3_13/test_sort.py
test/dynamo/cpython/3_13/test_sys.diff
test/dynamo/cpython/3_13/test_sys.py
test/dynamo/cpython/3_13/test_tuple.diff
test/dynamo/cpython/3_13/test_tuple.py
test/dynamo/cpython/3_13/test_types.diff
test/dynamo/cpython/3_13/test_types.py
test/dynamo/cpython/3_13/test_userdict.diff
test/dynamo/cpython/3_13/test_userdict.py
test/dynamo/cpython/3_13/test_userlist.diff
test/dynamo/cpython/3_13/test_userlist.py
test/dynamo/cpython/3_13/test_with.diff
test/dynamo/cpython/3_13/test_with.py
test/dynamo/cpython/3_13/data/README
test/dynamo/cpython/3_13/mathdata/cmath_testcases.txt
test/dynamo/cpython/3_13/mathdata/floating_points.txt
test/dynamo/cpython/3_13/mathdata/formatfloat_testcases.txt
test/dynamo/cpython/3_13/mathdata/ieee754.txt
test/dynamo/cpython/3_13/mathdata/math_testcases.txt
test/dynamo/cpython/3_13/test_unittest/test_assertions.diff
test/dynamo/cpython/3_13/test_unittest/test_assertions.py
test/dynamo/cpython/3_13/typinganndata/__init__.py
test/dynamo/cpython/3_13/typinganndata/_typed_dict_helper.py
test/dynamo/cpython/3_13/typinganndata/ann_module.py
test/dynamo/cpython/3_13/typinganndata/ann_module2.py
test/dynamo/cpython/3_13/typinganndata/ann_module3.py
test/dynamo/cpython/3_13/typinganndata/ann_module4.py
test/dynamo/cpython/3_13/typinganndata/ann_module5.py
test/dynamo/cpython/3_13/typinganndata/ann_module6.py
test/dynamo/cpython/3_13/typinganndata/ann_module695.py
test/dynamo/cpython/3_13/typinganndata/ann_module7.py
test/dynamo/cpython/3_13/typinganndata/ann_module8.py
test/dynamo/cpython/3_13/typinganndata/ann_module9.py
test/dynamo/cpython/3_13/typinganndata/mod_generics_cache.py
test/dynamo/mock_modules/__init__.py
test/dynamo/mock_modules/mock_module1.py
test/dynamo/mock_modules/mock_module2.py
test/dynamo/mock_modules/mock_module3.py
test/dynamo_expected_failures/AOTFxirTestCase.test_aoti_fx_const
test/dynamo_expected_failures/ActivationCheckpointingTests.test_cond_with_kwargs
test/dynamo_expected_failures/AotAutogradFallbackTests.test_aot_sequence_nr
test/dynamo_expected_failures/AutogradFunctionTests.test_graph_break_if_lifted_free_variable
test/dynamo_expected_failures/AutogradFunctionTests.test_print_in_bwd
test/dynamo_expected_failures/AutogradFunctionTests.test_stride_in_bwd
test/dynamo_expected_failures/CPython313-test_assertions-TestLongMessage.testAssertDictEqual
test/dynamo_expected_failures/CPython313-test_assertions-TestLongMessage.testAssertSequenceEqual
test/dynamo_expected_failures/CPython313-test_assertions-TestLongMessage.testAssertWarns
test/dynamo_expected_failures/CPython313-test_assertions-TestLongMessage.testAssertWarnsRegex
test/dynamo_expected_failures/CPython313-test_assertions-TestLongMessage.test_assertNotWarns
test/dynamo_expected_failures/CPython313-test_assertions-TestLongMessage.test_formatMsg
test/dynamo_expected_failures/CPython313-test_assertions-Test_Assertions.test_AmostEqualWithDelta
test/dynamo_expected_failures/CPython313-test_assertions-Test_Assertions.test_assertRaises_frames_survival
test/dynamo_expected_failures/CPython313-test_baseexception-ExceptionClassTests.test_inheritance
test/dynamo_expected_failures/CPython313-test_baseexception-ExceptionClassTests.test_setstate_refcount_no_crash
test/dynamo_expected_failures/CPython313-test_baseexception-UsageTests.test_catch_BaseException_instance
test/dynamo_expected_failures/CPython313-test_baseexception-UsageTests.test_catch_non_BaseException
test/dynamo_expected_failures/CPython313-test_baseexception-UsageTests.test_catch_string
test/dynamo_expected_failures/CPython313-test_binop-FallbackBlockingTests.test_fallback_ne_blocking
test/dynamo_expected_failures/CPython313-test_binop-FallbackBlockingTests.test_fallback_rmethod_blocking
test/dynamo_expected_failures/CPython313-test_binop-OperationOrderTests.test_comparison_orders
test/dynamo_expected_failures/CPython313-test_binop-RatTestCase.test_constructor
test/dynamo_expected_failures/CPython313-test_binop-RatTestCase.test_true_div
test/dynamo_expected_failures/CPython313-test_bool-BoolTest.test_fileclosed
test/dynamo_expected_failures/CPython313-test_bool-BoolTest.test_marshal
test/dynamo_expected_failures/CPython313-test_bool-BoolTest.test_math
test/dynamo_expected_failures/CPython313-test_bool-BoolTest.test_pickle
test/dynamo_expected_failures/CPython313-test_bool-BoolTest.test_picklevalues
test/dynamo_expected_failures/CPython313-test_bool-BoolTest.test_repr
test/dynamo_expected_failures/CPython313-test_builtin-BuiltinTest.test___ne__
test/dynamo_expected_failures/CPython313-test_builtin-BuiltinTest.test_abs
test/dynamo_expected_failures/CPython313-test_builtin-BuiltinTest.test_all
test/dynamo_expected_failures/CPython313-test_builtin-BuiltinTest.test_any
test/dynamo_expected_failures/CPython313-test_builtin-BuiltinTest.test_ascii
test/dynamo_expected_failures/CPython313-test_builtin-BuiltinTest.test_bug_27936
test/dynamo_expected_failures/CPython313-test_builtin-BuiltinTest.test_bytearray_extend_error
test/dynamo_expected_failures/CPython313-test_builtin-BuiltinTest.test_bytearray_join_with_custom_iterator
test/dynamo_expected_failures/CPython313-test_builtin-BuiltinTest.test_bytearray_join_with_misbehaving_iterator
test/dynamo_expected_failures/CPython313-test_builtin-BuiltinTest.test_bytearray_translate
test/dynamo_expected_failures/CPython313-test_builtin-BuiltinTest.test_compile
test/dynamo_expected_failures/CPython313-test_builtin-BuiltinTest.test_compile_ast
test/dynamo_expected_failures/CPython313-test_builtin-BuiltinTest.test_compile_async_generator
test/dynamo_expected_failures/CPython313-test_builtin-BuiltinTest.test_compile_top_level_await
test/dynamo_expected_failures/CPython313-test_builtin-BuiltinTest.test_compile_top_level_await_invalid_cases
test/dynamo_expected_failures/CPython313-test_builtin-BuiltinTest.test_compile_top_level_await_no_coro
test/dynamo_expected_failures/CPython313-test_builtin-BuiltinTest.test_construct_singletons
test/dynamo_expected_failures/CPython313-test_builtin-BuiltinTest.test_delattr
test/dynamo_expected_failures/CPython313-test_builtin-BuiltinTest.test_dir
test/dynamo_expected_failures/CPython313-test_builtin-BuiltinTest.test_eval
test/dynamo_expected_failures/CPython313-test_builtin-BuiltinTest.test_eval_builtins_mapping
test/dynamo_expected_failures/CPython313-test_builtin-BuiltinTest.test_eval_builtins_mapping_reduce
test/dynamo_expected_failures/CPython313-test_builtin-BuiltinTest.test_eval_kwargs
test/dynamo_expected_failures/CPython313-test_builtin-BuiltinTest.test_exec
test/dynamo_expected_failures/CPython313-test_builtin-BuiltinTest.test_exec_builtins_mapping_import
test/dynamo_expected_failures/CPython313-test_builtin-BuiltinTest.test_exec_closure
test/dynamo_expected_failures/CPython313-test_builtin-BuiltinTest.test_exec_globals
test/dynamo_expected_failures/CPython313-test_builtin-BuiltinTest.test_exec_globals_dict_subclass
test/dynamo_expected_failures/CPython313-test_builtin-BuiltinTest.test_exec_globals_error_on_get
test/dynamo_expected_failures/CPython313-test_builtin-BuiltinTest.test_exec_globals_frozen
test/dynamo_expected_failures/CPython313-test_builtin-BuiltinTest.test_exec_kwargs
test/dynamo_expected_failures/CPython313-test_builtin-BuiltinTest.test_exec_redirected
test/dynamo_expected_failures/CPython313-test_builtin-BuiltinTest.test_filter
test/dynamo_expected_failures/CPython313-test_builtin-BuiltinTest.test_filter_dealloc
test/dynamo_expected_failures/CPython313-test_builtin-BuiltinTest.test_filter_pickle
test/dynamo_expected_failures/CPython313-test_builtin-BuiltinTest.test_format
test/dynamo_expected_failures/CPython313-test_builtin-BuiltinTest.test_general_eval
test/dynamo_expected_failures/CPython313-test_builtin-BuiltinTest.test_getattr
test/dynamo_expected_failures/CPython313-test_builtin-BuiltinTest.test_hasattr
test/dynamo_expected_failures/CPython313-test_builtin-BuiltinTest.test_hash
test/dynamo_expected_failures/CPython313-test_builtin-BuiltinTest.test_import
test/dynamo_expected_failures/CPython313-test_builtin-BuiltinTest.test_input
test/dynamo_expected_failures/CPython313-test_builtin-BuiltinTest.test_input_gh130163
test/dynamo_expected_failures/CPython313-test_builtin-BuiltinTest.test_isinstance
test/dynamo_expected_failures/CPython313-test_builtin-BuiltinTest.test_issubclass
test/dynamo_expected_failures/CPython313-test_builtin-BuiltinTest.test_len
test/dynamo_expected_failures/CPython313-test_builtin-BuiltinTest.test_map
test/dynamo_expected_failures/CPython313-test_builtin-BuiltinTest.test_map_pickle
test/dynamo_expected_failures/CPython313-test_builtin-BuiltinTest.test_max
test/dynamo_expected_failures/CPython313-test_builtin-BuiltinTest.test_min
test/dynamo_expected_failures/CPython313-test_builtin-BuiltinTest.test_open
test/dynamo_expected_failures/CPython313-test_builtin-BuiltinTest.test_open_default_encoding
test/dynamo_expected_failures/CPython313-test_builtin-BuiltinTest.test_open_non_inheritable
test/dynamo_expected_failures/CPython313-test_builtin-BuiltinTest.test_repr
test/dynamo_expected_failures/CPython313-test_builtin-BuiltinTest.test_round
test/dynamo_expected_failures/CPython313-test_builtin-BuiltinTest.test_setattr
test/dynamo_expected_failures/CPython313-test_builtin-BuiltinTest.test_singleton_attribute_access
test/dynamo_expected_failures/CPython313-test_builtin-BuiltinTest.test_sum
test/dynamo_expected_failures/CPython313-test_builtin-BuiltinTest.test_vars
test/dynamo_expected_failures/CPython313-test_builtin-BuiltinTest.test_warning_notimplemented
test/dynamo_expected_failures/CPython313-test_builtin-BuiltinTest.test_zip_bad_iterable
test/dynamo_expected_failures/CPython313-test_builtin-BuiltinTest.test_zip_pickle
test/dynamo_expected_failures/CPython313-test_builtin-BuiltinTest.test_zip_pickle_strict
test/dynamo_expected_failures/CPython313-test_builtin-BuiltinTest.test_zip_pickle_strict_fail
test/dynamo_expected_failures/CPython313-test_builtin-BuiltinTest.test_zip_result_gc
test/dynamo_expected_failures/CPython313-test_builtin-BuiltinTest.test_zip_strict
test/dynamo_expected_failures/CPython313-test_builtin-BuiltinTest.test_zip_strict_error_handling
test/dynamo_expected_failures/CPython313-test_builtin-BuiltinTest.test_zip_strict_error_handling_stopiteration
test/dynamo_expected_failures/CPython313-test_builtin-BuiltinTest.test_zip_strict_iterators
test/dynamo_expected_failures/CPython313-test_builtin-ImmortalTests.test_immortals
test/dynamo_expected_failures/CPython313-test_builtin-ImmortalTests.test_list_repeat_respect_immortality
test/dynamo_expected_failures/CPython313-test_builtin-ImmortalTests.test_tuple_repeat_respect_immortality
test/dynamo_expected_failures/CPython313-test_builtin-PtyTests.test_input_no_stdout_fileno
test/dynamo_expected_failures/CPython313-test_builtin-PtyTests.test_input_tty
test/dynamo_expected_failures/CPython313-test_builtin-PtyTests.test_input_tty_non_ascii
test/dynamo_expected_failures/CPython313-test_builtin-PtyTests.test_input_tty_non_ascii_unicode_errors
test/dynamo_expected_failures/CPython313-test_builtin-PtyTests.test_input_tty_nondecodable_input
test/dynamo_expected_failures/CPython313-test_builtin-PtyTests.test_input_tty_nonencodable_prompt
test/dynamo_expected_failures/CPython313-test_builtin-PtyTests.test_input_tty_null_in_prompt
test/dynamo_expected_failures/CPython313-test_builtin-ShutdownTest.test_cleanup
test/dynamo_expected_failures/CPython313-test_builtin-TestBreakpoint.test_breakpoint
test/dynamo_expected_failures/CPython313-test_builtin-TestBreakpoint.test_breakpoint_with_args_and_keywords
test/dynamo_expected_failures/CPython313-test_builtin-TestBreakpoint.test_breakpoint_with_breakpointhook_reset
test/dynamo_expected_failures/CPython313-test_builtin-TestBreakpoint.test_breakpoint_with_breakpointhook_set
test/dynamo_expected_failures/CPython313-test_builtin-TestBreakpoint.test_breakpoint_with_passthru_error
test/dynamo_expected_failures/CPython313-test_builtin-TestBreakpoint.test_envar_good_path_builtin
test/dynamo_expected_failures/CPython313-test_builtin-TestBreakpoint.test_envar_good_path_empty_string
test/dynamo_expected_failures/CPython313-test_builtin-TestBreakpoint.test_envar_good_path_noop_0
test/dynamo_expected_failures/CPython313-test_builtin-TestBreakpoint.test_envar_good_path_other
test/dynamo_expected_failures/CPython313-test_builtin-TestBreakpoint.test_envar_ignored_when_hook_is_set
test/dynamo_expected_failures/CPython313-test_builtin-TestBreakpoint.test_envar_unimportable
test/dynamo_expected_failures/CPython313-test_builtin-TestBreakpoint.test_runtime_error_when_hook_is_lost
test/dynamo_expected_failures/CPython313-test_builtin-TestSorted.test_bad_arguments
test/dynamo_expected_failures/CPython313-test_builtin-TestSorted.test_baddecorator
test/dynamo_expected_failures/CPython313-test_builtin-TestSorted.test_basic
test/dynamo_expected_failures/CPython313-test_builtin-TestType.test_bad_args
test/dynamo_expected_failures/CPython313-test_builtin-TestType.test_new_type
test/dynamo_expected_failures/CPython313-test_builtin-TestType.test_type_doc
test/dynamo_expected_failures/CPython313-test_builtin-TestType.test_type_firstlineno
test/dynamo_expected_failures/CPython313-test_builtin-TestType.test_type_name
test/dynamo_expected_failures/CPython313-test_builtin-TestType.test_type_qualname
test/dynamo_expected_failures/CPython313-test_builtin-TestType.test_type_typeparams
test/dynamo_expected_failures/CPython313-test_class-ClassTests.testBadTypeReturned
test/dynamo_expected_failures/CPython313-test_class-ClassTests.testBinaryOps
test/dynamo_expected_failures/CPython313-test_class-ClassTests.testClassCallRecursionLimit
test/dynamo_expected_failures/CPython313-test_class-ClassTests.testConstructorErrorMessages
test/dynamo_expected_failures/CPython313-test_class-ClassTests.testDel
test/dynamo_expected_failures/CPython313-test_class-ClassTests.testForExceptionsRaisedInInstanceGetattr2
test/dynamo_expected_failures/CPython313-test_class-ClassTests.testHasAttrString
test/dynamo_expected_failures/CPython313-test_class-ClassTests.testHashComparisonOfMethods
test/dynamo_expected_failures/CPython313-test_class-ClassTests.testMetaclassCallOptimization
test/dynamo_expected_failures/CPython313-test_class-ClassTests.testMisc
test/dynamo_expected_failures/CPython313-test_class-ClassTests.testObjectAttributeAccessErrorMessages
test/dynamo_expected_failures/CPython313-test_class-ClassTests.testPredefinedAttrs
test/dynamo_expected_failures/CPython313-test_class-ClassTests.testSFBug532646
test/dynamo_expected_failures/CPython313-test_class-ClassTests.testSetattrNonStringName
test/dynamo_expected_failures/CPython313-test_class-ClassTests.testSetattrWrapperNameIntern
test/dynamo_expected_failures/CPython313-test_class-ClassTests.testTypeAttributeAccessErrorMessages
test/dynamo_expected_failures/CPython313-test_class-ClassTests.testUnaryOps
test/dynamo_expected_failures/CPython313-test_class-ClassTests.test_specialization_class_call_doesnt_crash
test/dynamo_expected_failures/CPython313-test_cmath-CMathTests.testAtanSign
test/dynamo_expected_failures/CPython313-test_cmath-CMathTests.testAtanhSign
test/dynamo_expected_failures/CPython313-test_cmath-CMathTests.testTanhSign
test/dynamo_expected_failures/CPython313-test_cmath-CMathTests.test_cmath_matches_math
test/dynamo_expected_failures/CPython313-test_cmath-CMathTests.test_input_type
test/dynamo_expected_failures/CPython313-test_cmath-CMathTests.test_isfinite
test/dynamo_expected_failures/CPython313-test_cmath-CMathTests.test_isinf
test/dynamo_expected_failures/CPython313-test_cmath-CMathTests.test_isnan
test/dynamo_expected_failures/CPython313-test_cmath-CMathTests.test_phase
test/dynamo_expected_failures/CPython313-test_cmath-CMathTests.test_polar
test/dynamo_expected_failures/CPython313-test_cmath-CMathTests.test_polar_errno
test/dynamo_expected_failures/CPython313-test_cmath-CMathTests.test_rect
test/dynamo_expected_failures/CPython313-test_cmath-CMathTests.test_specific_values
test/dynamo_expected_failures/CPython313-test_cmath-CMathTests.test_user_object
test/dynamo_expected_failures/CPython313-test_cmath-IsCloseTests.test_asymmetry
test/dynamo_expected_failures/CPython313-test_cmath-IsCloseTests.test_complex_near_zero
test/dynamo_expected_failures/CPython313-test_cmath-IsCloseTests.test_complex_special
test/dynamo_expected_failures/CPython313-test_cmath-IsCloseTests.test_complex_values
test/dynamo_expected_failures/CPython313-test_cmath-IsCloseTests.test_decimals
test/dynamo_expected_failures/CPython313-test_cmath-IsCloseTests.test_eight_decimal_places
test/dynamo_expected_failures/CPython313-test_cmath-IsCloseTests.test_fractions
test/dynamo_expected_failures/CPython313-test_cmath-IsCloseTests.test_identical
test/dynamo_expected_failures/CPython313-test_cmath-IsCloseTests.test_identical_infinite
test/dynamo_expected_failures/CPython313-test_cmath-IsCloseTests.test_inf_ninf_nan
test/dynamo_expected_failures/CPython313-test_cmath-IsCloseTests.test_integers
test/dynamo_expected_failures/CPython313-test_cmath-IsCloseTests.test_near_zero
test/dynamo_expected_failures/CPython313-test_cmath-IsCloseTests.test_negative_tolerances
test/dynamo_expected_failures/CPython313-test_cmath-IsCloseTests.test_reject_complex_tolerances
test/dynamo_expected_failures/CPython313-test_cmath-IsCloseTests.test_zero_tolerance
test/dynamo_expected_failures/CPython313-test_collections-TestChainMap.test_basics
test/dynamo_expected_failures/CPython313-test_collections-TestChainMap.test_union_operators
test/dynamo_expected_failures/CPython313-test_collections-TestCollectionABCs.test_Buffer
test/dynamo_expected_failures/CPython313-test_collections-TestCollectionABCs.test_ByteString
test/dynamo_expected_failures/CPython313-test_collections-TestCollectionABCs.test_Mapping
test/dynamo_expected_failures/CPython313-test_collections-TestCollectionABCs.test_MutableSequence
test/dynamo_expected_failures/CPython313-test_collections-TestCollectionABCs.test_Sequence
test/dynamo_expected_failures/CPython313-test_collections-TestCollectionABCs.test_Set
test/dynamo_expected_failures/CPython313-test_collections-TestCollectionABCs.test_Set_from_iterable
test/dynamo_expected_failures/CPython313-test_collections-TestCollectionABCs.test_Set_hash_matches_frozenset
test/dynamo_expected_failures/CPython313-test_collections-TestCollectionABCs.test_Set_interoperability_with_real_sets
test/dynamo_expected_failures/CPython313-test_collections-TestCollectionABCs.test_hash_Set
test/dynamo_expected_failures/CPython313-test_collections-TestCollectionABCs.test_illegal_patma_flags
test/dynamo_expected_failures/CPython313-test_collections-TestCollectionABCs.test_issue16373
test/dynamo_expected_failures/CPython313-test_collections-TestCounter.test_basics
test/dynamo_expected_failures/CPython313-test_collections-TestCounter.test_copying
test/dynamo_expected_failures/CPython313-test_collections-TestCounter.test_init
test/dynamo_expected_failures/CPython313-test_collections-TestCounter.test_inplace_operations
test/dynamo_expected_failures/CPython313-test_collections-TestCounter.test_multiset_operations
test/dynamo_expected_failures/CPython313-test_collections-TestCounter.test_multiset_operations_equivalent_to_set_operations
test/dynamo_expected_failures/CPython313-test_collections-TestCounter.test_subtract
test/dynamo_expected_failures/CPython313-test_collections-TestCounter.test_update
test/dynamo_expected_failures/CPython313-test_collections-TestNamedTuple.test_copy
test/dynamo_expected_failures/CPython313-test_collections-TestNamedTuple.test_defaults
test/dynamo_expected_failures/CPython313-test_collections-TestNamedTuple.test_factory
test/dynamo_expected_failures/CPython313-test_collections-TestNamedTuple.test_factory_doc_attr
test/dynamo_expected_failures/CPython313-test_collections-TestNamedTuple.test_field_descriptor
test/dynamo_expected_failures/CPython313-test_collections-TestNamedTuple.test_field_doc
test/dynamo_expected_failures/CPython313-test_collections-TestNamedTuple.test_field_repr
test/dynamo_expected_failures/CPython313-test_collections-TestNamedTuple.test_instance
test/dynamo_expected_failures/CPython313-test_collections-TestNamedTuple.test_large_size
test/dynamo_expected_failures/CPython313-test_collections-TestNamedTuple.test_non_generic_subscript
test/dynamo_expected_failures/CPython313-test_collections-TestNamedTuple.test_pickle
test/dynamo_expected_failures/CPython313-test_collections-TestNamedTuple.test_readonly
test/dynamo_expected_failures/CPython313-test_collections-TestNamedTuple.test_repr
test/dynamo_expected_failures/CPython313-test_collections-TestOneTrickPonyABCs.test_AsyncGenerator
test/dynamo_expected_failures/CPython313-test_collections-TestOneTrickPonyABCs.test_AsyncIterable
test/dynamo_expected_failures/CPython313-test_collections-TestOneTrickPonyABCs.test_AsyncIterator
test/dynamo_expected_failures/CPython313-test_collections-TestOneTrickPonyABCs.test_Awaitable
test/dynamo_expected_failures/CPython313-test_collections-TestOneTrickPonyABCs.test_Collection
test/dynamo_expected_failures/CPython313-test_collections-TestOneTrickPonyABCs.test_Container
test/dynamo_expected_failures/CPython313-test_collections-TestOneTrickPonyABCs.test_Coroutine
test/dynamo_expected_failures/CPython313-test_collections-TestOneTrickPonyABCs.test_Hashable
test/dynamo_expected_failures/CPython313-test_collections-TestOneTrickPonyABCs.test_Iterable
test/dynamo_expected_failures/CPython313-test_collections-TestOneTrickPonyABCs.test_Iterator
test/dynamo_expected_failures/CPython313-test_collections-TestOneTrickPonyABCs.test_Reversible
test/dynamo_expected_failures/CPython313-test_collections-TestOneTrickPonyABCs.test_Sized
test/dynamo_expected_failures/CPython313-test_complex-ComplexTest.test___complex__
test/dynamo_expected_failures/CPython313-test_complex-ComplexTest.test_constructor
test/dynamo_expected_failures/CPython313-test_complex-ComplexTest.test_constructor_special_numbers
test/dynamo_expected_failures/CPython313-test_complex-ComplexTest.test_format
test/dynamo_expected_failures/CPython313-test_complex-ComplexTest.test_pos
test/dynamo_expected_failures/CPython313-test_complex-ComplexTest.test_repr_roundtrip
test/dynamo_expected_failures/CPython313-test_complex-ComplexTest.test_richcompare
test/dynamo_expected_failures/CPython313-test_complex-ComplexTest.test_richcompare_boundaries
test/dynamo_expected_failures/CPython313-test_complex-ComplexTest.test_truediv
test/dynamo_expected_failures/CPython313-test_complex-ComplexTest.test_underscores
test/dynamo_expected_failures/CPython313-test_contextlib-ClosingTestCase.test_closing
test/dynamo_expected_failures/CPython313-test_contextlib-ClosingTestCase.test_closing_error
test/dynamo_expected_failures/CPython313-test_contextlib-ClosingTestCase.test_instance_docs
test/dynamo_expected_failures/CPython313-test_contextlib-ContextManagerTestCase.test_contextmanager_do_not_unchain_non_stopiteration_exceptions
test/dynamo_expected_failures/CPython313-test_contextlib-ContextManagerTestCase.test_contextmanager_except_pep479
test/dynamo_expected_failures/CPython313-test_contextlib-ContextManagerTestCase.test_contextmanager_except_stopiter
test/dynamo_expected_failures/CPython313-test_contextlib-ContextManagerTestCase.test_contextmanager_wrap_runtimeerror
test/dynamo_expected_failures/CPython313-test_contextlib-ContextManagerTestCase.test_nokeepref
test/dynamo_expected_failures/CPython313-test_contextlib-ContextManagerTestCase.test_param_errors
test/dynamo_expected_failures/CPython313-test_contextlib-FileContextTestCase.testWithOpen
test/dynamo_expected_failures/CPython313-test_contextlib-LockContextTestCase.testWithBoundedSemaphore
test/dynamo_expected_failures/CPython313-test_contextlib-LockContextTestCase.testWithCondition
test/dynamo_expected_failures/CPython313-test_contextlib-LockContextTestCase.testWithLock
test/dynamo_expected_failures/CPython313-test_contextlib-LockContextTestCase.testWithRLock
test/dynamo_expected_failures/CPython313-test_contextlib-LockContextTestCase.testWithSemaphore
test/dynamo_expected_failures/CPython313-test_contextlib-TestAbstractContextManager.test_exit_is_abstract
test/dynamo_expected_failures/CPython313-test_contextlib-TestChdir.test_exception
test/dynamo_expected_failures/CPython313-test_contextlib-TestChdir.test_reentrant
test/dynamo_expected_failures/CPython313-test_contextlib-TestChdir.test_simple
test/dynamo_expected_failures/CPython313-test_contextlib-TestContextDecorator.test_decorating_method
test/dynamo_expected_failures/CPython313-test_contextlib-TestContextDecorator.test_typo_enter
test/dynamo_expected_failures/CPython313-test_contextlib-TestContextDecorator.test_typo_exit
test/dynamo_expected_failures/CPython313-test_contextlib-TestExitStack.test_callback
test/dynamo_expected_failures/CPython313-test_contextlib-TestExitStack.test_excessive_nesting
test/dynamo_expected_failures/CPython313-test_contextlib-TestExitStack.test_exit_exception_chaining_reference
test/dynamo_expected_failures/CPython313-test_contextlib-TestExitStack.test_exit_exception_traceback
test/dynamo_expected_failures/CPython313-test_contextlib-TestExitStack.test_exit_exception_with_correct_context
test/dynamo_expected_failures/CPython313-test_contextlib-TestExitStack.test_exit_exception_with_existing_context
test/dynamo_expected_failures/CPython313-test_contextlib-TestExitStack.test_instance_bypass
test/dynamo_expected_failures/CPython313-test_contextlib-TestRedirectStderr.test_cm_is_reentrant
test/dynamo_expected_failures/CPython313-test_contextlib-TestRedirectStderr.test_cm_is_reusable
test/dynamo_expected_failures/CPython313-test_contextlib-TestRedirectStderr.test_enter_result_is_target
test/dynamo_expected_failures/CPython313-test_contextlib-TestRedirectStderr.test_instance_docs
test/dynamo_expected_failures/CPython313-test_contextlib-TestRedirectStderr.test_no_redirect_in_init
test/dynamo_expected_failures/CPython313-test_contextlib-TestRedirectStderr.test_redirect_to_string_io
test/dynamo_expected_failures/CPython313-test_contextlib-TestRedirectStdout.test_cm_is_reentrant
test/dynamo_expected_failures/CPython313-test_contextlib-TestRedirectStdout.test_cm_is_reusable
test/dynamo_expected_failures/CPython313-test_contextlib-TestRedirectStdout.test_enter_result_is_target
test/dynamo_expected_failures/CPython313-test_contextlib-TestRedirectStdout.test_instance_docs
test/dynamo_expected_failures/CPython313-test_contextlib-TestRedirectStdout.test_no_redirect_in_init
test/dynamo_expected_failures/CPython313-test_contextlib-TestRedirectStdout.test_redirect_to_string_io
test/dynamo_expected_failures/CPython313-test_contextlib-TestSuppress.test_exception_groups
test/dynamo_expected_failures/CPython313-test_defaultdict-TestDefaultDict.test_deep_copy
test/dynamo_expected_failures/CPython313-test_defaultdict-TestDefaultDict.test_pickling
test/dynamo_expected_failures/CPython313-test_defaultdict-TestDefaultDict.test_recursive_repr
test/dynamo_expected_failures/CPython313-test_defaultdict-TestDefaultDict.test_repr
test/dynamo_expected_failures/CPython313-test_defaultdict-TestDefaultDict.test_shallow_copy
test/dynamo_expected_failures/CPython313-test_defaultdict-TestDefaultDict.test_union
test/dynamo_expected_failures/CPython313-test_deque-TestBasic.test_add
test/dynamo_expected_failures/CPython313-test_deque-TestBasic.test_basics
test/dynamo_expected_failures/CPython313-test_deque-TestBasic.test_big_queue_popleft
test/dynamo_expected_failures/CPython313-test_deque-TestBasic.test_big_queue_popright
test/dynamo_expected_failures/CPython313-test_deque-TestBasic.test_big_stack_left
test/dynamo_expected_failures/CPython313-test_deque-TestBasic.test_big_stack_right
test/dynamo_expected_failures/CPython313-test_deque-TestBasic.test_comparisons
test/dynamo_expected_failures/CPython313-test_deque-TestBasic.test_container_iterator
test/dynamo_expected_failures/CPython313-test_deque-TestBasic.test_contains
test/dynamo_expected_failures/CPython313-test_deque-TestBasic.test_contains_count_index_stop_crashes
test/dynamo_expected_failures/CPython313-test_deque-TestBasic.test_copy
test/dynamo_expected_failures/CPython313-test_deque-TestBasic.test_count
test/dynamo_expected_failures/CPython313-test_deque-TestBasic.test_deepcopy
test/dynamo_expected_failures/CPython313-test_deque-TestBasic.test_delitem
test/dynamo_expected_failures/CPython313-test_deque-TestBasic.test_extendleft
test/dynamo_expected_failures/CPython313-test_deque-TestBasic.test_gc_doesnt_blowup
test/dynamo_expected_failures/CPython313-test_deque-TestBasic.test_getitem
test/dynamo_expected_failures/CPython313-test_deque-TestBasic.test_iadd
test/dynamo_expected_failures/CPython313-test_deque-TestBasic.test_imul
test/dynamo_expected_failures/CPython313-test_deque-TestBasic.test_index
test/dynamo_expected_failures/CPython313-test_deque-TestBasic.test_init
test/dynamo_expected_failures/CPython313-test_deque-TestBasic.test_iterator_pickle
test/dynamo_expected_failures/CPython313-test_deque-TestBasic.test_long_steadystate_queue_popleft
test/dynamo_expected_failures/CPython313-test_deque-TestBasic.test_long_steadystate_queue_popright
test/dynamo_expected_failures/CPython313-test_deque-TestBasic.test_maxlen
test/dynamo_expected_failures/CPython313-test_deque-TestBasic.test_maxlen_attribute
test/dynamo_expected_failures/CPython313-test_deque-TestBasic.test_mul
test/dynamo_expected_failures/CPython313-test_deque-TestBasic.test_pickle
test/dynamo_expected_failures/CPython313-test_deque-TestBasic.test_pickle_recursive
test/dynamo_expected_failures/CPython313-test_deque-TestBasic.test_remove
test/dynamo_expected_failures/CPython313-test_deque-TestBasic.test_repr
test/dynamo_expected_failures/CPython313-test_deque-TestBasic.test_reverse
test/dynamo_expected_failures/CPython313-test_deque-TestBasic.test_reversed_new
test/dynamo_expected_failures/CPython313-test_deque-TestBasic.test_rotate
test/dynamo_expected_failures/CPython313-test_deque-TestBasic.test_sizeof
test/dynamo_expected_failures/CPython313-test_deque-TestBasic.test_underflow
test/dynamo_expected_failures/CPython313-test_deque-TestSequence.test_addmul
test/dynamo_expected_failures/CPython313-test_deque-TestSequence.test_constructors
test/dynamo_expected_failures/CPython313-test_deque-TestSequence.test_contains_fake
test/dynamo_expected_failures/CPython313-test_deque-TestSequence.test_contains_order
test/dynamo_expected_failures/CPython313-test_deque-TestSequence.test_count
test/dynamo_expected_failures/CPython313-test_deque-TestSequence.test_free_after_iterating
test/dynamo_expected_failures/CPython313-test_deque-TestSequence.test_getitemoverwriteiter
test/dynamo_expected_failures/CPython313-test_deque-TestSequence.test_iadd
test/dynamo_expected_failures/CPython313-test_deque-TestSequence.test_imul
test/dynamo_expected_failures/CPython313-test_deque-TestSequence.test_index
test/dynamo_expected_failures/CPython313-test_deque-TestSequence.test_pickle
test/dynamo_expected_failures/CPython313-test_deque-TestSequence.test_repeat
test/dynamo_expected_failures/CPython313-test_deque-TestSubclass.test_basics
test/dynamo_expected_failures/CPython313-test_deque-TestSubclass.test_bug_31608
test/dynamo_expected_failures/CPython313-test_deque-TestSubclass.test_copy_pickle
test/dynamo_expected_failures/CPython313-test_deque-TestSubclass.test_pickle_recursive
test/dynamo_expected_failures/CPython313-test_deque-TestSubclass.test_strange_subclass
test/dynamo_expected_failures/CPython313-test_deque-TestSubclass.test_weakref
test/dynamo_expected_failures/CPython313-test_deque-TestSubclassWithKwargs.test_subclass_with_kwargs
test/dynamo_expected_failures/CPython313-test_deque-TestVariousIteratorArgs.test_constructor
test/dynamo_expected_failures/CPython313-test_deque-TestVariousIteratorArgs.test_iter_with_altered_data
test/dynamo_expected_failures/CPython313-test_deque-TestVariousIteratorArgs.test_runtime_error_on_empty_deque
test/dynamo_expected_failures/CPython313-test_descr-AAAPTypesLongInitTest.test_pytype_long_ready
test/dynamo_expected_failures/CPython313-test_descr-ClassPropertiesAndMethods.test_abstractmethods
test/dynamo_expected_failures/CPython313-test_descr-ClassPropertiesAndMethods.test_altmro
test/dynamo_expected_failures/CPython313-test_descr-ClassPropertiesAndMethods.test_attr_raise_through_property
test/dynamo_expected_failures/CPython313-test_descr-ClassPropertiesAndMethods.test_basic_inheritance
test/dynamo_expected_failures/CPython313-test_descr-ClassPropertiesAndMethods.test_binary_operator_override
test/dynamo_expected_failures/CPython313-test_descr-ClassPropertiesAndMethods.test_bound_method_repr
test/dynamo_expected_failures/CPython313-test_descr-ClassPropertiesAndMethods.test_bpo25750
test/dynamo_expected_failures/CPython313-test_descr-ClassPropertiesAndMethods.test_buffer_inheritance
test/dynamo_expected_failures/CPython313-test_descr-ClassPropertiesAndMethods.test_builtin_bases
test/dynamo_expected_failures/CPython313-test_descr-ClassPropertiesAndMethods.test_builtin_function_or_method
test/dynamo_expected_failures/CPython313-test_descr-ClassPropertiesAndMethods.test_carloverre
test/dynamo_expected_failures/CPython313-test_descr-ClassPropertiesAndMethods.test_carloverre_multi_inherit_invalid
test/dynamo_expected_failures/CPython313-test_descr-ClassPropertiesAndMethods.test_classic
test/dynamo_expected_failures/CPython313-test_descr-ClassPropertiesAndMethods.test_classmethods
test/dynamo_expected_failures/CPython313-test_descr-ClassPropertiesAndMethods.test_classmethods_in_c
test/dynamo_expected_failures/CPython313-test_descr-ClassPropertiesAndMethods.test_compattr
test/dynamo_expected_failures/CPython313-test_descr-ClassPropertiesAndMethods.test_copy_setstate
test/dynamo_expected_failures/CPython313-test_descr-ClassPropertiesAndMethods.test_cycle_through_dict
test/dynamo_expected_failures/CPython313-test_descr-ClassPropertiesAndMethods.test_delete_hook
test/dynamo_expected_failures/CPython313-test_descr-ClassPropertiesAndMethods.test_dict_constructors
test/dynamo_expected_failures/CPython313-test_descr-ClassPropertiesAndMethods.test_dir
test/dynamo_expected_failures/CPython313-test_descr-ClassPropertiesAndMethods.test_dynamics
test/dynamo_expected_failures/CPython313-test_descr-ClassPropertiesAndMethods.test_evil_type_name
test/dynamo_expected_failures/CPython313-test_descr-ClassPropertiesAndMethods.test_file_fault
test/dynamo_expected_failures/CPython313-test_descr-ClassPropertiesAndMethods.test_getattr_hooks
test/dynamo_expected_failures/CPython313-test_descr-ClassPropertiesAndMethods.test_gh55664
test/dynamo_expected_failures/CPython313-test_descr-ClassPropertiesAndMethods.test_init
test/dynamo_expected_failures/CPython313-test_descr-ClassPropertiesAndMethods.test_instance_method_get_behavior
test/dynamo_expected_failures/CPython313-test_descr-ClassPropertiesAndMethods.test_ipow_returns_not_implemented
test/dynamo_expected_failures/CPython313-test_descr-ClassPropertiesAndMethods.test_keyword_arguments
test/dynamo_expected_failures/CPython313-test_descr-ClassPropertiesAndMethods.test_keywords
test/dynamo_expected_failures/CPython313-test_descr-ClassPropertiesAndMethods.test_load_attr_extended_arg
test/dynamo_expected_failures/CPython313-test_descr-ClassPropertiesAndMethods.test_metaclass
test/dynamo_expected_failures/CPython313-test_descr-ClassPropertiesAndMethods.test_meth_class_get
test/dynamo_expected_failures/CPython313-test_descr-ClassPropertiesAndMethods.test_method_wrapper
test/dynamo_expected_failures/CPython313-test_descr-ClassPropertiesAndMethods.test_methods
test/dynamo_expected_failures/CPython313-test_descr-ClassPropertiesAndMethods.test_methods_in_c
test/dynamo_expected_failures/CPython313-test_descr-ClassPropertiesAndMethods.test_mixing_slot_wrappers
test/dynamo_expected_failures/CPython313-test_descr-ClassPropertiesAndMethods.test_module_subclasses
test/dynamo_expected_failures/CPython313-test_descr-ClassPropertiesAndMethods.test_mutable_bases
test/dynamo_expected_failures/CPython313-test_descr-ClassPropertiesAndMethods.test_mutable_bases_catch_mro_conflict
test/dynamo_expected_failures/CPython313-test_descr-ClassPropertiesAndMethods.test_mutable_bases_with_failing_mro
test/dynamo_expected_failures/CPython313-test_descr-ClassPropertiesAndMethods.test_no_ipow
test/dynamo_expected_failures/CPython313-test_descr-ClassPropertiesAndMethods.test_not_implemented
test/dynamo_expected_failures/CPython313-test_descr-ClassPropertiesAndMethods.test_object_class
test/dynamo_expected_failures/CPython313-test_descr-ClassPropertiesAndMethods.test_object_class_assignment_between_heaptypes_and_nonheaptypes
test/dynamo_expected_failures/CPython313-test_descr-ClassPropertiesAndMethods.test_object_new
test/dynamo_expected_failures/CPython313-test_descr-ClassPropertiesAndMethods.test_object_new_and_init_with_parameters
test/dynamo_expected_failures/CPython313-test_descr-ClassPropertiesAndMethods.test_overloading
test/dynamo_expected_failures/CPython313-test_descr-ClassPropertiesAndMethods.test_properties
test/dynamo_expected_failures/CPython313-test_descr-ClassPropertiesAndMethods.test_properties_plus
test/dynamo_expected_failures/CPython313-test_descr-ClassPropertiesAndMethods.test_proxy_call
test/dynamo_expected_failures/CPython313-test_descr-ClassPropertiesAndMethods.test_proxy_super
test/dynamo_expected_failures/CPython313-test_descr-ClassPropertiesAndMethods.test_python_lists
test/dynamo_expected_failures/CPython313-test_descr-ClassPropertiesAndMethods.test_qualname
test/dynamo_expected_failures/CPython313-test_descr-ClassPropertiesAndMethods.test_recursive_call
test/dynamo_expected_failures/CPython313-test_descr-ClassPropertiesAndMethods.test_refleaks_in_classmethod___init__
test/dynamo_expected_failures/CPython313-test_descr-ClassPropertiesAndMethods.test_refleaks_in_staticmethod___init__
test/dynamo_expected_failures/CPython313-test_descr-ClassPropertiesAndMethods.test_remove_subclass
test/dynamo_expected_failures/CPython313-test_descr-ClassPropertiesAndMethods.test_repr_as_str
test/dynamo_expected_failures/CPython313-test_descr-ClassPropertiesAndMethods.test_repr_with_module_str_subclass
test/dynamo_expected_failures/CPython313-test_descr-ClassPropertiesAndMethods.test_rich_comparisons
test/dynamo_expected_failures/CPython313-test_descr-ClassPropertiesAndMethods.test_set_and_no_get
test/dynamo_expected_failures/CPython313-test_descr-ClassPropertiesAndMethods.test_set_class
test/dynamo_expected_failures/CPython313-test_descr-ClassPropertiesAndMethods.test_set_dict
test/dynamo_expected_failures/CPython313-test_descr-ClassPropertiesAndMethods.test_set_doc
test/dynamo_expected_failures/CPython313-test_descr-ClassPropertiesAndMethods.test_slices
test/dynamo_expected_failures/CPython313-test_descr-ClassPropertiesAndMethods.test_slot_shadows_class_variable
test/dynamo_expected_failures/CPython313-test_descr-ClassPropertiesAndMethods.test_slots_descriptor
test/dynamo_expected_failures/CPython313-test_descr-ClassPropertiesAndMethods.test_slots_special2
test/dynamo_expected_failures/CPython313-test_descr-ClassPropertiesAndMethods.test_slots_trash
test/dynamo_expected_failures/CPython313-test_descr-ClassPropertiesAndMethods.test_special_method_lookup
test/dynamo_expected_failures/CPython313-test_descr-ClassPropertiesAndMethods.test_special_unbound_method_types
test/dynamo_expected_failures/CPython313-test_descr-ClassPropertiesAndMethods.test_specialized_method_calls_check_types
test/dynamo_expected_failures/CPython313-test_descr-ClassPropertiesAndMethods.test_specials
test/dynamo_expected_failures/CPython313-test_descr-ClassPropertiesAndMethods.test_staticmethods
test/dynamo_expected_failures/CPython313-test_descr-ClassPropertiesAndMethods.test_staticmethods_in_c
test/dynamo_expected_failures/CPython313-test_descr-ClassPropertiesAndMethods.test_str_of_str_subclass
test/dynamo_expected_failures/CPython313-test_descr-ClassPropertiesAndMethods.test_str_operations
test/dynamo_expected_failures/CPython313-test_descr-ClassPropertiesAndMethods.test_str_subclass_as_dict_key
test/dynamo_expected_failures/CPython313-test_descr-ClassPropertiesAndMethods.test_subclass_propagation
test/dynamo_expected_failures/CPython313-test_descr-ClassPropertiesAndMethods.test_subclass_right_op
test/dynamo_expected_failures/CPython313-test_descr-ClassPropertiesAndMethods.test_subtype_resurrection
test/dynamo_expected_failures/CPython313-test_descr-ClassPropertiesAndMethods.test_supers
test/dynamo_expected_failures/CPython313-test_descr-ClassPropertiesAndMethods.test_type___getattribute__
test/dynamo_expected_failures/CPython313-test_descr-ClassPropertiesAndMethods.test_uninitialized_modules
test/dynamo_expected_failures/CPython313-test_descr-ClassPropertiesAndMethods.test_vicious_descriptor_nonsense
test/dynamo_expected_failures/CPython313-test_descr-ClassPropertiesAndMethods.test_weakref_segfault
test/dynamo_expected_failures/CPython313-test_descr-ClassPropertiesAndMethods.test_weakrefs
test/dynamo_expected_failures/CPython313-test_descr-ClassPropertiesAndMethods.test_wrapper_segfault
test/dynamo_expected_failures/CPython313-test_descr-ClassPropertiesAndMethods.test_wrong_class_slot_wrapper
test/dynamo_expected_failures/CPython313-test_descr-DictProxyTests.test_repr
test/dynamo_expected_failures/CPython313-test_descr-MiscTests.test_type_lookup_mro_reference
test/dynamo_expected_failures/CPython313-test_descr-MroTest.test_disappearing_custom_mro
test/dynamo_expected_failures/CPython313-test_descr-MroTest.test_incomplete_extend
test/dynamo_expected_failures/CPython313-test_descr-MroTest.test_incomplete_set_bases_on_self
test/dynamo_expected_failures/CPython313-test_descr-MroTest.test_incomplete_super
test/dynamo_expected_failures/CPython313-test_descr-MroTest.test_reent_set_bases_on_base
test/dynamo_expected_failures/CPython313-test_descr-MroTest.test_reent_set_bases_on_direct_base
test/dynamo_expected_failures/CPython313-test_descr-MroTest.test_reent_set_bases_tp_base_cycle
test/dynamo_expected_failures/CPython313-test_descr-MroTest.test_tp_subclasses_cycle_error_return_path
test/dynamo_expected_failures/CPython313-test_descr-MroTest.test_tp_subclasses_cycle_in_update_slots
test/dynamo_expected_failures/CPython313-test_descr-OperatorsTest.test_complexes
test/dynamo_expected_failures/CPython313-test_descr-OperatorsTest.test_dicts
test/dynamo_expected_failures/CPython313-test_descr-OperatorsTest.test_explicit_reverse_methods
test/dynamo_expected_failures/CPython313-test_descr-OperatorsTest.test_floats
test/dynamo_expected_failures/CPython313-test_descr-OperatorsTest.test_ints
test/dynamo_expected_failures/CPython313-test_descr-OperatorsTest.test_lists
test/dynamo_expected_failures/CPython313-test_descr-OperatorsTest.test_spam_dicts
test/dynamo_expected_failures/CPython313-test_descr-OperatorsTest.test_spam_lists
test/dynamo_expected_failures/CPython313-test_descr-PicklingTests.test_issue24097
test/dynamo_expected_failures/CPython313-test_descr-PicklingTests.test_object_reduce
test/dynamo_expected_failures/CPython313-test_descr-PicklingTests.test_pickle_slots
test/dynamo_expected_failures/CPython313-test_descr-PicklingTests.test_reduce
test/dynamo_expected_failures/CPython313-test_descr-PicklingTests.test_reduce_copying
test/dynamo_expected_failures/CPython313-test_descr-PicklingTests.test_special_method_lookup
test/dynamo_expected_failures/CPython313-test_descr-SharedKeyTests.test_subclasses
test/dynamo_expected_failures/CPython313-test_dict-CAPITest.test_getitem_knownhash
test/dynamo_expected_failures/CPython313-test_dict-DictTest.test_bad_key
test/dynamo_expected_failures/CPython313-test_dict-DictTest.test_copy_fuzz
test/dynamo_expected_failures/CPython313-test_dict-DictTest.test_copy_maintains_tracking
test/dynamo_expected_failures/CPython313-test_dict-DictTest.test_dict_contain_use_after_free
test/dynamo_expected_failures/CPython313-test_dict-DictTest.test_eq
test/dynamo_expected_failures/CPython313-test_dict-DictTest.test_equal_operator_modifying_operand
test/dynamo_expected_failures/CPython313-test_dict-DictTest.test_errors_in_view_containment_check
test/dynamo_expected_failures/CPython313-test_dict-DictTest.test_fromkeys
test/dynamo_expected_failures/CPython313-test_dict-DictTest.test_fromkeys_operator_modifying_dict_operand
test/dynamo_expected_failures/CPython313-test_dict-DictTest.test_fromkeys_operator_modifying_set_operand
test/dynamo_expected_failures/CPython313-test_dict-DictTest.test_invalid_keyword_arguments
test/dynamo_expected_failures/CPython313-test_dict-DictTest.test_itemiterator_pickling
test/dynamo_expected_failures/CPython313-test_dict-DictTest.test_items_symmetric_difference
test/dynamo_expected_failures/CPython313-test_dict-DictTest.test_iterator_pickling
test/dynamo_expected_failures/CPython313-test_dict-DictTest.test_literal_constructor
test/dynamo_expected_failures/CPython313-test_dict-DictTest.test_merge_and_mutate
test/dynamo_expected_failures/CPython313-test_dict-DictTest.test_merge_operator
test/dynamo_expected_failures/CPython313-test_dict-DictTest.test_mutating_lookup
test/dynamo_expected_failures/CPython313-test_dict-DictTest.test_object_set_item_single_instance_non_str_key
test/dynamo_expected_failures/CPython313-test_dict-DictTest.test_oob_indexing_dictiter_iternextitem
test/dynamo_expected_failures/CPython313-test_dict-DictTest.test_pop
test/dynamo_expected_failures/CPython313-test_dict-DictTest.test_repr
test/dynamo_expected_failures/CPython313-test_dict-DictTest.test_repr_deep
test/dynamo_expected_failures/CPython313-test_dict-DictTest.test_resize2
test/dynamo_expected_failures/CPython313-test_dict-DictTest.test_reversed
test/dynamo_expected_failures/CPython313-test_dict-DictTest.test_reverseitemiterator_pickling
test/dynamo_expected_failures/CPython313-test_dict-DictTest.test_reverseiterator_pickling
test/dynamo_expected_failures/CPython313-test_dict-DictTest.test_reversevaluesiterator_pickling
test/dynamo_expected_failures/CPython313-test_dict-DictTest.test_setdefault
test/dynamo_expected_failures/CPython313-test_dict-DictTest.test_setdefault_atomic
test/dynamo_expected_failures/CPython313-test_dict-DictTest.test_setitem_atomic_at_resize
test/dynamo_expected_failures/CPython313-test_dict-DictTest.test_splittable_del
test/dynamo_expected_failures/CPython313-test_dict-DictTest.test_splittable_pop
test/dynamo_expected_failures/CPython313-test_dict-DictTest.test_splittable_popitem
test/dynamo_expected_failures/CPython313-test_dict-DictTest.test_splittable_setdefault
test/dynamo_expected_failures/CPython313-test_dict-DictTest.test_splittable_to_generic_combinedtable
test/dynamo_expected_failures/CPython313-test_dict-DictTest.test_str_nonstr
test/dynamo_expected_failures/CPython313-test_dict-DictTest.test_update
test/dynamo_expected_failures/CPython313-test_dict-DictTest.test_valuesiterator_pickling
test/dynamo_expected_failures/CPython313-test_dict-DictTest.test_views_mapping
test/dynamo_expected_failures/CPython313-test_dict-GeneralMappingTests.test_update
test/dynamo_expected_failures/CPython313-test_dict-SubclassMappingTests.test_update
test/dynamo_expected_failures/CPython313-test_enum-MiscTestCase.test_doc_1
test/dynamo_expected_failures/CPython313-test_enum-MiscTestCase.test_doc_2
test/dynamo_expected_failures/CPython313-test_enum-MiscTestCase.test_doc_3
test/dynamo_expected_failures/CPython313-test_enum-MiscTestCase.test_doc_4
test/dynamo_expected_failures/CPython313-test_enum-OldTestFlag.test_auto_number
test/dynamo_expected_failures/CPython313-test_enum-OldTestFlag.test_auto_number_garbage
test/dynamo_expected_failures/CPython313-test_enum-OldTestFlag.test_boundary
test/dynamo_expected_failures/CPython313-test_enum-OldTestFlag.test_duplicate_auto
test/dynamo_expected_failures/CPython313-test_enum-OldTestFlag.test_init_subclass
test/dynamo_expected_failures/CPython313-test_enum-OldTestFlag.test_multiple_mixin
test/dynamo_expected_failures/CPython313-test_enum-OldTestFlag.test_number_reset_and_order_cleanup
test/dynamo_expected_failures/CPython313-test_enum-OldTestFlag.test_pickle
test/dynamo_expected_failures/CPython313-test_enum-OldTestFlag.test_unique_composite
test/dynamo_expected_failures/CPython313-test_enum-OldTestIntFlag.test_boundary
test/dynamo_expected_failures/CPython313-test_enum-OldTestIntFlag.test_contains_tf
test/dynamo_expected_failures/CPython313-test_enum-OldTestIntFlag.test_format
test/dynamo_expected_failures/CPython313-test_enum-OldTestIntFlag.test_member_contains
test/dynamo_expected_failures/CPython313-test_enum-OldTestIntFlag.test_multiple_mixin
test/dynamo_expected_failures/CPython313-test_enum-OldTestIntFlag.test_unique_composite
test/dynamo_expected_failures/CPython313-test_enum-TestConvert.test_convert_complex
test/dynamo_expected_failures/CPython313-test_enum-TestConvert.test_convert_int
test/dynamo_expected_failures/CPython313-test_enum-TestConvert.test_convert_repr_and_str
test/dynamo_expected_failures/CPython313-test_enum-TestConvert.test_convert_str
test/dynamo_expected_failures/CPython313-test_enum-TestConvert.test_convert_uncomparable
test/dynamo_expected_failures/CPython313-test_enum-TestConvert.test_convert_value_lookup_priority
test/dynamo_expected_failures/CPython313-test_enum-TestEmptyAndNonLatinStrings.test_empty_string
test/dynamo_expected_failures/CPython313-test_enum-TestEnumDict.test_enum_dict_in_metaclass
test/dynamo_expected_failures/CPython313-test_enum-TestHelpers.test_is_descriptor
test/dynamo_expected_failures/CPython313-test_enum-TestIntEnumClass.test_attribute_deletion
test/dynamo_expected_failures/CPython313-test_enum-TestIntEnumClass.test_bad_new_super
test/dynamo_expected_failures/CPython313-test_enum-TestIntEnumClass.test_basics
test/dynamo_expected_failures/CPython313-test_enum-TestIntEnumClass.test_bool_is_true
test/dynamo_expected_failures/CPython313-test_enum-TestIntEnumClass.test_changing_member_fails
test/dynamo_expected_failures/CPython313-test_enum-TestIntEnumClass.test_contains_same_name_diff_enum_diff_values
test/dynamo_expected_failures/CPython313-test_enum-TestIntEnumClass.test_contains_tf
test/dynamo_expected_failures/CPython313-test_enum-TestIntEnumClass.test_copy_member
test/dynamo_expected_failures/CPython313-test_enum-TestIntEnumClass.test_dir_on_item
test/dynamo_expected_failures/CPython313-test_enum-TestIntEnumClass.test_dir_on_sub_with_behavior_including_instance_dict_on_super
test/dynamo_expected_failures/CPython313-test_enum-TestIntEnumClass.test_dir_on_sub_with_behavior_on_super
test/dynamo_expected_failures/CPython313-test_enum-TestIntEnumClass.test_dir_with_added_behavior
test/dynamo_expected_failures/CPython313-test_enum-TestIntEnumClass.test_empty_enum_has_no_values
test/dynamo_expected_failures/CPython313-test_enum-TestIntEnumClass.test_enum_in_enum_out
test/dynamo_expected_failures/CPython313-test_enum-TestIntEnumClass.test_inherited_repr
test/dynamo_expected_failures/CPython313-test_enum-TestIntEnumClass.test_invalid_names
test/dynamo_expected_failures/CPython313-test_enum-TestIntEnumClass.test_multiple_superclasses_repr
test/dynamo_expected_failures/CPython313-test_enum-TestIntEnumClass.test_object_str_override
test/dynamo_expected_failures/CPython313-test_enum-TestIntEnumClass.test_overridden_format
test/dynamo_expected_failures/CPython313-test_enum-TestIntEnumClass.test_overridden_str_format
test/dynamo_expected_failures/CPython313-test_enum-TestIntEnumClass.test_overridden_str_format_inherited
test/dynamo_expected_failures/CPython313-test_enum-TestIntEnumClass.test_repr_override
test/dynamo_expected_failures/CPython313-test_enum-TestIntEnumClass.test_reversed_iteration_order
test/dynamo_expected_failures/CPython313-test_enum-TestIntEnumClass.test_shadowed_attr
test/dynamo_expected_failures/CPython313-test_enum-TestIntEnumFunction.test_attribute_deletion
test/dynamo_expected_failures/CPython313-test_enum-TestIntEnumFunction.test_bad_new_super
test/dynamo_expected_failures/CPython313-test_enum-TestIntEnumFunction.test_basics
test/dynamo_expected_failures/CPython313-test_enum-TestIntEnumFunction.test_bool_is_true
test/dynamo_expected_failures/CPython313-test_enum-TestIntEnumFunction.test_changing_member_fails
test/dynamo_expected_failures/CPython313-test_enum-TestIntEnumFunction.test_contains_same_name_diff_enum_diff_values
test/dynamo_expected_failures/CPython313-test_enum-TestIntEnumFunction.test_contains_tf
test/dynamo_expected_failures/CPython313-test_enum-TestIntEnumFunction.test_copy_member
test/dynamo_expected_failures/CPython313-test_enum-TestIntEnumFunction.test_dir_on_item
test/dynamo_expected_failures/CPython313-test_enum-TestIntEnumFunction.test_dir_on_sub_with_behavior_including_instance_dict_on_super
test/dynamo_expected_failures/CPython313-test_enum-TestIntEnumFunction.test_dir_on_sub_with_behavior_on_super
test/dynamo_expected_failures/CPython313-test_enum-TestIntEnumFunction.test_dir_with_added_behavior
test/dynamo_expected_failures/CPython313-test_enum-TestIntEnumFunction.test_empty_enum_has_no_values
test/dynamo_expected_failures/CPython313-test_enum-TestIntEnumFunction.test_enum_in_enum_out
test/dynamo_expected_failures/CPython313-test_enum-TestIntEnumFunction.test_inherited_repr
test/dynamo_expected_failures/CPython313-test_enum-TestIntEnumFunction.test_invalid_names
test/dynamo_expected_failures/CPython313-test_enum-TestIntEnumFunction.test_multiple_superclasses_repr
test/dynamo_expected_failures/CPython313-test_enum-TestIntEnumFunction.test_object_str_override
test/dynamo_expected_failures/CPython313-test_enum-TestIntEnumFunction.test_overridden_format
test/dynamo_expected_failures/CPython313-test_enum-TestIntEnumFunction.test_overridden_str_format
test/dynamo_expected_failures/CPython313-test_enum-TestIntEnumFunction.test_overridden_str_format_inherited
test/dynamo_expected_failures/CPython313-test_enum-TestIntEnumFunction.test_repr_override
test/dynamo_expected_failures/CPython313-test_enum-TestIntEnumFunction.test_reversed_iteration_order
test/dynamo_expected_failures/CPython313-test_enum-TestIntFlagClass.test_attribute_deletion
test/dynamo_expected_failures/CPython313-test_enum-TestIntFlagClass.test_bad_new_super
test/dynamo_expected_failures/CPython313-test_enum-TestIntFlagClass.test_basics
test/dynamo_expected_failures/CPython313-test_enum-TestIntFlagClass.test_bool_is_true
test/dynamo_expected_failures/CPython313-test_enum-TestIntFlagClass.test_changing_member_fails
test/dynamo_expected_failures/CPython313-test_enum-TestIntFlagClass.test_closed_invert_expectations
test/dynamo_expected_failures/CPython313-test_enum-TestIntFlagClass.test_contains_same_name_diff_enum_diff_values
test/dynamo_expected_failures/CPython313-test_enum-TestIntFlagClass.test_contains_tf
test/dynamo_expected_failures/CPython313-test_enum-TestIntFlagClass.test_copy_member
test/dynamo_expected_failures/CPython313-test_enum-TestIntFlagClass.test_default_missing_with_wrong_type_value
test/dynamo_expected_failures/CPython313-test_enum-TestIntFlagClass.test_dir_on_item
test/dynamo_expected_failures/CPython313-test_enum-TestIntFlagClass.test_dir_on_sub_with_behavior_including_instance_dict_on_super
test/dynamo_expected_failures/CPython313-test_enum-TestIntFlagClass.test_dir_on_sub_with_behavior_on_super
test/dynamo_expected_failures/CPython313-test_enum-TestIntFlagClass.test_dir_with_added_behavior
test/dynamo_expected_failures/CPython313-test_enum-TestIntFlagClass.test_empty_enum_has_no_values
test/dynamo_expected_failures/CPython313-test_enum-TestIntFlagClass.test_enum_in_enum_out
test/dynamo_expected_failures/CPython313-test_enum-TestIntFlagClass.test_inherited_repr
test/dynamo_expected_failures/CPython313-test_enum-TestIntFlagClass.test_invalid_names
test/dynamo_expected_failures/CPython313-test_enum-TestIntFlagClass.test_multiple_superclasses_repr
test/dynamo_expected_failures/CPython313-test_enum-TestIntFlagClass.test_object_str_override
test/dynamo_expected_failures/CPython313-test_enum-TestIntFlagClass.test_open_invert_expectations
test/dynamo_expected_failures/CPython313-test_enum-TestIntFlagClass.test_overridden_format
test/dynamo_expected_failures/CPython313-test_enum-TestIntFlagClass.test_overridden_str_format
test/dynamo_expected_failures/CPython313-test_enum-TestIntFlagClass.test_overridden_str_format_inherited
test/dynamo_expected_failures/CPython313-test_enum-TestIntFlagClass.test_repr_override
test/dynamo_expected_failures/CPython313-test_enum-TestIntFlagClass.test_reversed_iteration_order
test/dynamo_expected_failures/CPython313-test_enum-TestIntFlagFunction.test_attribute_deletion
test/dynamo_expected_failures/CPython313-test_enum-TestIntFlagFunction.test_bad_new_super
test/dynamo_expected_failures/CPython313-test_enum-TestIntFlagFunction.test_basics
test/dynamo_expected_failures/CPython313-test_enum-TestIntFlagFunction.test_bool_is_true
test/dynamo_expected_failures/CPython313-test_enum-TestIntFlagFunction.test_changing_member_fails
test/dynamo_expected_failures/CPython313-test_enum-TestIntFlagFunction.test_closed_invert_expectations
test/dynamo_expected_failures/CPython313-test_enum-TestIntFlagFunction.test_contains_same_name_diff_enum_diff_values
test/dynamo_expected_failures/CPython313-test_enum-TestIntFlagFunction.test_contains_tf
test/dynamo_expected_failures/CPython313-test_enum-TestIntFlagFunction.test_copy_member
test/dynamo_expected_failures/CPython313-test_enum-TestIntFlagFunction.test_default_missing_with_wrong_type_value
test/dynamo_expected_failures/CPython313-test_enum-TestIntFlagFunction.test_dir_on_item
test/dynamo_expected_failures/CPython313-test_enum-TestIntFlagFunction.test_dir_on_sub_with_behavior_including_instance_dict_on_super
test/dynamo_expected_failures/CPython313-test_enum-TestIntFlagFunction.test_dir_on_sub_with_behavior_on_super
test/dynamo_expected_failures/CPython313-test_enum-TestIntFlagFunction.test_dir_with_added_behavior
test/dynamo_expected_failures/CPython313-test_enum-TestIntFlagFunction.test_empty_enum_has_no_values
test/dynamo_expected_failures/CPython313-test_enum-TestIntFlagFunction.test_enum_in_enum_out
test/dynamo_expected_failures/CPython313-test_enum-TestIntFlagFunction.test_inherited_repr
test/dynamo_expected_failures/CPython313-test_enum-TestIntFlagFunction.test_invalid_names
test/dynamo_expected_failures/CPython313-test_enum-TestIntFlagFunction.test_multiple_superclasses_repr
test/dynamo_expected_failures/CPython313-test_enum-TestIntFlagFunction.test_object_str_override
test/dynamo_expected_failures/CPython313-test_enum-TestIntFlagFunction.test_open_invert_expectations
test/dynamo_expected_failures/CPython313-test_enum-TestIntFlagFunction.test_overridden_format
test/dynamo_expected_failures/CPython313-test_enum-TestIntFlagFunction.test_overridden_str_format
test/dynamo_expected_failures/CPython313-test_enum-TestIntFlagFunction.test_overridden_str_format_inherited
test/dynamo_expected_failures/CPython313-test_enum-TestIntFlagFunction.test_repr_override
test/dynamo_expected_failures/CPython313-test_enum-TestIntFlagFunction.test_reversed_iteration_order
test/dynamo_expected_failures/CPython313-test_enum-TestInternals.test_auto_garbage_corrected_fail
test/dynamo_expected_failures/CPython313-test_enum-TestInternals.test_auto_garbage_fail
test/dynamo_expected_failures/CPython313-test_enum-TestInternals.test_auto_name
test/dynamo_expected_failures/CPython313-test_enum-TestInternals.test_auto_name_inherit
test/dynamo_expected_failures/CPython313-test_enum-TestInternals.test_auto_number
test/dynamo_expected_failures/CPython313-test_enum-TestInternals.test_auto_order
test/dynamo_expected_failures/CPython313-test_enum-TestInternals.test_auto_order_wierd
test/dynamo_expected_failures/CPython313-test_enum-TestInternals.test_auto_with_aliases
test/dynamo_expected_failures/CPython313-test_enum-TestInternals.test_duplicate_auto
test/dynamo_expected_failures/CPython313-test_enum-TestInternals.test_multiple_auto_on_line
test/dynamo_expected_failures/CPython313-test_enum-TestMinimalDateClass.test_attribute_deletion
test/dynamo_expected_failures/CPython313-test_enum-TestMinimalDateClass.test_bad_new_super
test/dynamo_expected_failures/CPython313-test_enum-TestMinimalDateClass.test_basics
test/dynamo_expected_failures/CPython313-test_enum-TestMinimalDateClass.test_bool_is_true
test/dynamo_expected_failures/CPython313-test_enum-TestMinimalDateClass.test_changing_member_fails
test/dynamo_expected_failures/CPython313-test_enum-TestMinimalDateClass.test_contains_same_name_diff_enum_diff_values
test/dynamo_expected_failures/CPython313-test_enum-TestMinimalDateClass.test_contains_tf
test/dynamo_expected_failures/CPython313-test_enum-TestMinimalDateClass.test_copy_member
test/dynamo_expected_failures/CPython313-test_enum-TestMinimalDateClass.test_dir_on_item
test/dynamo_expected_failures/CPython313-test_enum-TestMinimalDateClass.test_dir_on_sub_with_behavior_including_instance_dict_on_super
test/dynamo_expected_failures/CPython313-test_enum-TestMinimalDateClass.test_dir_on_sub_with_behavior_on_super
test/dynamo_expected_failures/CPython313-test_enum-TestMinimalDateClass.test_dir_with_added_behavior
test/dynamo_expected_failures/CPython313-test_enum-TestMinimalDateClass.test_empty_enum_has_no_values
test/dynamo_expected_failures/CPython313-test_enum-TestMinimalDateClass.test_enum_in_enum_out
test/dynamo_expected_failures/CPython313-test_enum-TestMinimalDateClass.test_format
test/dynamo_expected_failures/CPython313-test_enum-TestMinimalDateClass.test_format_specs
test/dynamo_expected_failures/CPython313-test_enum-TestMinimalDateClass.test_inherited_repr
test/dynamo_expected_failures/CPython313-test_enum-TestMinimalDateClass.test_invalid_names
test/dynamo_expected_failures/CPython313-test_enum-TestMinimalDateClass.test_multiple_superclasses_repr
test/dynamo_expected_failures/CPython313-test_enum-TestMinimalDateClass.test_object_str_override
test/dynamo_expected_failures/CPython313-test_enum-TestMinimalDateClass.test_overridden_format
test/dynamo_expected_failures/CPython313-test_enum-TestMinimalDateClass.test_overridden_str_format
test/dynamo_expected_failures/CPython313-test_enum-TestMinimalDateClass.test_overridden_str_format_inherited
test/dynamo_expected_failures/CPython313-test_enum-TestMinimalDateClass.test_programmatic_function_from_dict
test/dynamo_expected_failures/CPython313-test_enum-TestMinimalDateClass.test_programmatic_function_iterable
test/dynamo_expected_failures/CPython313-test_enum-TestMinimalDateClass.test_programmatic_function_string
test/dynamo_expected_failures/CPython313-test_enum-TestMinimalDateClass.test_programmatic_function_string_list
test/dynamo_expected_failures/CPython313-test_enum-TestMinimalDateClass.test_repr
test/dynamo_expected_failures/CPython313-test_enum-TestMinimalDateClass.test_repr_override
test/dynamo_expected_failures/CPython313-test_enum-TestMinimalDateClass.test_reversed_iteration_order
test/dynamo_expected_failures/CPython313-test_enum-TestMinimalDateClass.test_str
test/dynamo_expected_failures/CPython313-test_enum-TestMinimalDateFunction.test_attribute_deletion
test/dynamo_expected_failures/CPython313-test_enum-TestMinimalDateFunction.test_bad_new_super
test/dynamo_expected_failures/CPython313-test_enum-TestMinimalDateFunction.test_basics
test/dynamo_expected_failures/CPython313-test_enum-TestMinimalDateFunction.test_bool_is_true
test/dynamo_expected_failures/CPython313-test_enum-TestMinimalDateFunction.test_changing_member_fails
test/dynamo_expected_failures/CPython313-test_enum-TestMinimalDateFunction.test_contains_same_name_diff_enum_diff_values
test/dynamo_expected_failures/CPython313-test_enum-TestMinimalDateFunction.test_contains_tf
test/dynamo_expected_failures/CPython313-test_enum-TestMinimalDateFunction.test_copy_member
test/dynamo_expected_failures/CPython313-test_enum-TestMinimalDateFunction.test_dir_on_item
test/dynamo_expected_failures/CPython313-test_enum-TestMinimalDateFunction.test_dir_on_sub_with_behavior_including_instance_dict_on_super
test/dynamo_expected_failures/CPython313-test_enum-TestMinimalDateFunction.test_dir_on_sub_with_behavior_on_super
test/dynamo_expected_failures/CPython313-test_enum-TestMinimalDateFunction.test_dir_with_added_behavior
test/dynamo_expected_failures/CPython313-test_enum-TestMinimalDateFunction.test_empty_enum_has_no_values
test/dynamo_expected_failures/CPython313-test_enum-TestMinimalDateFunction.test_enum_in_enum_out
test/dynamo_expected_failures/CPython313-test_enum-TestMinimalDateFunction.test_format
test/dynamo_expected_failures/CPython313-test_enum-TestMinimalDateFunction.test_format_specs
test/dynamo_expected_failures/CPython313-test_enum-TestMinimalDateFunction.test_inherited_repr
test/dynamo_expected_failures/CPython313-test_enum-TestMinimalDateFunction.test_invalid_names
test/dynamo_expected_failures/CPython313-test_enum-TestMinimalDateFunction.test_multiple_superclasses_repr
test/dynamo_expected_failures/CPython313-test_enum-TestMinimalDateFunction.test_object_str_override
test/dynamo_expected_failures/CPython313-test_enum-TestMinimalDateFunction.test_overridden_format
test/dynamo_expected_failures/CPython313-test_enum-TestMinimalDateFunction.test_overridden_str_format
test/dynamo_expected_failures/CPython313-test_enum-TestMinimalDateFunction.test_overridden_str_format_inherited
test/dynamo_expected_failures/CPython313-test_enum-TestMinimalDateFunction.test_programmatic_function_from_dict
test/dynamo_expected_failures/CPython313-test_enum-TestMinimalDateFunction.test_programmatic_function_iterable
test/dynamo_expected_failures/CPython313-test_enum-TestMinimalDateFunction.test_programmatic_function_string
test/dynamo_expected_failures/CPython313-test_enum-TestMinimalDateFunction.test_programmatic_function_string_list
test/dynamo_expected_failures/CPython313-test_enum-TestMinimalDateFunction.test_repr
test/dynamo_expected_failures/CPython313-test_enum-TestMinimalDateFunction.test_repr_override
test/dynamo_expected_failures/CPython313-test_enum-TestMinimalDateFunction.test_reversed_iteration_order
test/dynamo_expected_failures/CPython313-test_enum-TestMinimalDateFunction.test_str
test/dynamo_expected_failures/CPython313-test_enum-TestMinimalFloatClass.test_attribute_deletion
test/dynamo_expected_failures/CPython313-test_enum-TestMinimalFloatClass.test_bad_new_super
test/dynamo_expected_failures/CPython313-test_enum-TestMinimalFloatClass.test_basics
test/dynamo_expected_failures/CPython313-test_enum-TestMinimalFloatClass.test_bool_is_true
test/dynamo_expected_failures/CPython313-test_enum-TestMinimalFloatClass.test_changing_member_fails
test/dynamo_expected_failures/CPython313-test_enum-TestMinimalFloatClass.test_contains_same_name_diff_enum_diff_values
test/dynamo_expected_failures/CPython313-test_enum-TestMinimalFloatClass.test_contains_tf
test/dynamo_expected_failures/CPython313-test_enum-TestMinimalFloatClass.test_copy_member
test/dynamo_expected_failures/CPython313-test_enum-TestMinimalFloatClass.test_dir_on_item
test/dynamo_expected_failures/CPython313-test_enum-TestMinimalFloatClass.test_dir_on_sub_with_behavior_including_instance_dict_on_super
test/dynamo_expected_failures/CPython313-test_enum-TestMinimalFloatClass.test_dir_on_sub_with_behavior_on_super
test/dynamo_expected_failures/CPython313-test_enum-TestMinimalFloatClass.test_dir_with_added_behavior
test/dynamo_expected_failures/CPython313-test_enum-TestMinimalFloatClass.test_empty_enum_has_no_values
test/dynamo_expected_failures/CPython313-test_enum-TestMinimalFloatClass.test_enum_in_enum_out
test/dynamo_expected_failures/CPython313-test_enum-TestMinimalFloatClass.test_inherited_repr
test/dynamo_expected_failures/CPython313-test_enum-TestMinimalFloatClass.test_invalid_names
test/dynamo_expected_failures/CPython313-test_enum-TestMinimalFloatClass.test_multiple_superclasses_repr
test/dynamo_expected_failures/CPython313-test_enum-TestMinimalFloatClass.test_object_str_override
test/dynamo_expected_failures/CPython313-test_enum-TestMinimalFloatClass.test_overridden_format
test/dynamo_expected_failures/CPython313-test_enum-TestMinimalFloatClass.test_overridden_str_format
test/dynamo_expected_failures/CPython313-test_enum-TestMinimalFloatClass.test_overridden_str_format_inherited
test/dynamo_expected_failures/CPython313-test_enum-TestMinimalFloatClass.test_repr_override
test/dynamo_expected_failures/CPython313-test_enum-TestMinimalFloatClass.test_reversed_iteration_order
test/dynamo_expected_failures/CPython313-test_enum-TestMinimalFloatFunction.test_attribute_deletion
test/dynamo_expected_failures/CPython313-test_enum-TestMinimalFloatFunction.test_bad_new_super
test/dynamo_expected_failures/CPython313-test_enum-TestMinimalFloatFunction.test_basics
test/dynamo_expected_failures/CPython313-test_enum-TestMinimalFloatFunction.test_bool_is_true
test/dynamo_expected_failures/CPython313-test_enum-TestMinimalFloatFunction.test_changing_member_fails
test/dynamo_expected_failures/CPython313-test_enum-TestMinimalFloatFunction.test_contains_same_name_diff_enum_diff_values
test/dynamo_expected_failures/CPython313-test_enum-TestMinimalFloatFunction.test_contains_tf
test/dynamo_expected_failures/CPython313-test_enum-TestMinimalFloatFunction.test_copy_member
test/dynamo_expected_failures/CPython313-test_enum-TestMinimalFloatFunction.test_dir_on_item
test/dynamo_expected_failures/CPython313-test_enum-TestMinimalFloatFunction.test_dir_on_sub_with_behavior_including_instance_dict_on_super
test/dynamo_expected_failures/CPython313-test_enum-TestMinimalFloatFunction.test_dir_on_sub_with_behavior_on_super
test/dynamo_expected_failures/CPython313-test_enum-TestMinimalFloatFunction.test_dir_with_added_behavior
test/dynamo_expected_failures/CPython313-test_enum-TestMinimalFloatFunction.test_empty_enum_has_no_values
test/dynamo_expected_failures/CPython313-test_enum-TestMinimalFloatFunction.test_enum_in_enum_out
test/dynamo_expected_failures/CPython313-test_enum-TestMinimalFloatFunction.test_inherited_repr
test/dynamo_expected_failures/CPython313-test_enum-TestMinimalFloatFunction.test_invalid_names
test/dynamo_expected_failures/CPython313-test_enum-TestMinimalFloatFunction.test_multiple_superclasses_repr
test/dynamo_expected_failures/CPython313-test_enum-TestMinimalFloatFunction.test_object_str_override
test/dynamo_expected_failures/CPython313-test_enum-TestMinimalFloatFunction.test_overridden_format
test/dynamo_expected_failures/CPython313-test_enum-TestMinimalFloatFunction.test_overridden_str_format
test/dynamo_expected_failures/CPython313-test_enum-TestMinimalFloatFunction.test_overridden_str_format_inherited
test/dynamo_expected_failures/CPython313-test_enum-TestMinimalFloatFunction.test_repr_override
test/dynamo_expected_failures/CPython313-test_enum-TestMinimalFloatFunction.test_reversed_iteration_order
test/dynamo_expected_failures/CPython313-test_enum-TestMixedDateClass.test_attribute_deletion
test/dynamo_expected_failures/CPython313-test_enum-TestMixedDateClass.test_bad_new_super
test/dynamo_expected_failures/CPython313-test_enum-TestMixedDateClass.test_basics
test/dynamo_expected_failures/CPython313-test_enum-TestMixedDateClass.test_bool_is_true
test/dynamo_expected_failures/CPython313-test_enum-TestMixedDateClass.test_changing_member_fails
test/dynamo_expected_failures/CPython313-test_enum-TestMixedDateClass.test_contains_same_name_diff_enum_diff_values
test/dynamo_expected_failures/CPython313-test_enum-TestMixedDateClass.test_contains_tf
test/dynamo_expected_failures/CPython313-test_enum-TestMixedDateClass.test_dir_on_item
test/dynamo_expected_failures/CPython313-test_enum-TestMixedDateClass.test_dir_on_sub_with_behavior_including_instance_dict_on_super
test/dynamo_expected_failures/CPython313-test_enum-TestMixedDateClass.test_dir_on_sub_with_behavior_on_super
test/dynamo_expected_failures/CPython313-test_enum-TestMixedDateClass.test_dir_with_added_behavior
test/dynamo_expected_failures/CPython313-test_enum-TestMixedDateClass.test_empty_enum_has_no_values
test/dynamo_expected_failures/CPython313-test_enum-TestMixedDateClass.test_enum_in_enum_out
test/dynamo_expected_failures/CPython313-test_enum-TestMixedDateClass.test_format_specs
test/dynamo_expected_failures/CPython313-test_enum-TestMixedDateClass.test_inherited_repr
test/dynamo_expected_failures/CPython313-test_enum-TestMixedDateClass.test_invalid_names
test/dynamo_expected_failures/CPython313-test_enum-TestMixedDateClass.test_multiple_superclasses_repr
test/dynamo_expected_failures/CPython313-test_enum-TestMixedDateClass.test_object_str_override
test/dynamo_expected_failures/CPython313-test_enum-TestMixedDateClass.test_overridden_format
test/dynamo_expected_failures/CPython313-test_enum-TestMixedDateClass.test_overridden_str_format
test/dynamo_expected_failures/CPython313-test_enum-TestMixedDateClass.test_overridden_str_format_inherited
test/dynamo_expected_failures/CPython313-test_enum-TestMixedDateClass.test_programmatic_function_from_dict
test/dynamo_expected_failures/CPython313-test_enum-TestMixedDateClass.test_programmatic_function_iterable
test/dynamo_expected_failures/CPython313-test_enum-TestMixedDateClass.test_programmatic_function_string
test/dynamo_expected_failures/CPython313-test_enum-TestMixedDateClass.test_programmatic_function_string_list
test/dynamo_expected_failures/CPython313-test_enum-TestMixedDateClass.test_repr
test/dynamo_expected_failures/CPython313-test_enum-TestMixedDateClass.test_repr_override
test/dynamo_expected_failures/CPython313-test_enum-TestMixedDateClass.test_reversed_iteration_order
test/dynamo_expected_failures/CPython313-test_enum-TestMixedDateFunction.test_attribute_deletion
test/dynamo_expected_failures/CPython313-test_enum-TestMixedDateFunction.test_bad_new_super
test/dynamo_expected_failures/CPython313-test_enum-TestMixedDateFunction.test_basics
test/dynamo_expected_failures/CPython313-test_enum-TestMixedDateFunction.test_bool_is_true
test/dynamo_expected_failures/CPython313-test_enum-TestMixedDateFunction.test_changing_member_fails
test/dynamo_expected_failures/CPython313-test_enum-TestMixedDateFunction.test_contains_same_name_diff_enum_diff_values
test/dynamo_expected_failures/CPython313-test_enum-TestMixedDateFunction.test_contains_tf
test/dynamo_expected_failures/CPython313-test_enum-TestMixedDateFunction.test_dir_on_item
test/dynamo_expected_failures/CPython313-test_enum-TestMixedDateFunction.test_dir_on_sub_with_behavior_including_instance_dict_on_super
test/dynamo_expected_failures/CPython313-test_enum-TestMixedDateFunction.test_dir_on_sub_with_behavior_on_super
test/dynamo_expected_failures/CPython313-test_enum-TestMixedDateFunction.test_dir_with_added_behavior
test/dynamo_expected_failures/CPython313-test_enum-TestMixedDateFunction.test_empty_enum_has_no_values
test/dynamo_expected_failures/CPython313-test_enum-TestMixedDateFunction.test_enum_in_enum_out
test/dynamo_expected_failures/CPython313-test_enum-TestMixedDateFunction.test_format_specs
test/dynamo_expected_failures/CPython313-test_enum-TestMixedDateFunction.test_inherited_repr
test/dynamo_expected_failures/CPython313-test_enum-TestMixedDateFunction.test_invalid_names
test/dynamo_expected_failures/CPython313-test_enum-TestMixedDateFunction.test_multiple_superclasses_repr
test/dynamo_expected_failures/CPython313-test_enum-TestMixedDateFunction.test_object_str_override
test/dynamo_expected_failures/CPython313-test_enum-TestMixedDateFunction.test_overridden_format
test/dynamo_expected_failures/CPython313-test_enum-TestMixedDateFunction.test_overridden_str_format
test/dynamo_expected_failures/CPython313-test_enum-TestMixedDateFunction.test_overridden_str_format_inherited
test/dynamo_expected_failures/CPython313-test_enum-TestMixedDateFunction.test_programmatic_function_from_dict
test/dynamo_expected_failures/CPython313-test_enum-TestMixedDateFunction.test_programmatic_function_iterable
test/dynamo_expected_failures/CPython313-test_enum-TestMixedDateFunction.test_programmatic_function_string
test/dynamo_expected_failures/CPython313-test_enum-TestMixedDateFunction.test_programmatic_function_string_list
test/dynamo_expected_failures/CPython313-test_enum-TestMixedDateFunction.test_repr
test/dynamo_expected_failures/CPython313-test_enum-TestMixedDateFunction.test_repr_override
test/dynamo_expected_failures/CPython313-test_enum-TestMixedDateFunction.test_reversed_iteration_order
test/dynamo_expected_failures/CPython313-test_enum-TestMixedFloatClass.test_attribute_deletion
test/dynamo_expected_failures/CPython313-test_enum-TestMixedFloatClass.test_bad_new_super
test/dynamo_expected_failures/CPython313-test_enum-TestMixedFloatClass.test_basics
test/dynamo_expected_failures/CPython313-test_enum-TestMixedFloatClass.test_bool_is_true
test/dynamo_expected_failures/CPython313-test_enum-TestMixedFloatClass.test_changing_member_fails
test/dynamo_expected_failures/CPython313-test_enum-TestMixedFloatClass.test_contains_same_name_diff_enum_diff_values
test/dynamo_expected_failures/CPython313-test_enum-TestMixedFloatClass.test_contains_tf
test/dynamo_expected_failures/CPython313-test_enum-TestMixedFloatClass.test_dir_on_item
test/dynamo_expected_failures/CPython313-test_enum-TestMixedFloatClass.test_dir_on_sub_with_behavior_including_instance_dict_on_super
test/dynamo_expected_failures/CPython313-test_enum-TestMixedFloatClass.test_dir_on_sub_with_behavior_on_super
test/dynamo_expected_failures/CPython313-test_enum-TestMixedFloatClass.test_dir_with_added_behavior
test/dynamo_expected_failures/CPython313-test_enum-TestMixedFloatClass.test_empty_enum_has_no_values
test/dynamo_expected_failures/CPython313-test_enum-TestMixedFloatClass.test_enum_in_enum_out
test/dynamo_expected_failures/CPython313-test_enum-TestMixedFloatClass.test_format_specs
test/dynamo_expected_failures/CPython313-test_enum-TestMixedFloatClass.test_inherited_repr
test/dynamo_expected_failures/CPython313-test_enum-TestMixedFloatClass.test_invalid_names
test/dynamo_expected_failures/CPython313-test_enum-TestMixedFloatClass.test_multiple_superclasses_repr
test/dynamo_expected_failures/CPython313-test_enum-TestMixedFloatClass.test_object_str_override
test/dynamo_expected_failures/CPython313-test_enum-TestMixedFloatClass.test_overridden_format
test/dynamo_expected_failures/CPython313-test_enum-TestMixedFloatClass.test_overridden_str_format
test/dynamo_expected_failures/CPython313-test_enum-TestMixedFloatClass.test_overridden_str_format_inherited
test/dynamo_expected_failures/CPython313-test_enum-TestMixedFloatClass.test_repr_override
test/dynamo_expected_failures/CPython313-test_enum-TestMixedFloatClass.test_reversed_iteration_order
test/dynamo_expected_failures/CPython313-test_enum-TestMixedFloatFunction.test_attribute_deletion
test/dynamo_expected_failures/CPython313-test_enum-TestMixedFloatFunction.test_bad_new_super
test/dynamo_expected_failures/CPython313-test_enum-TestMixedFloatFunction.test_basics
test/dynamo_expected_failures/CPython313-test_enum-TestMixedFloatFunction.test_bool_is_true
test/dynamo_expected_failures/CPython313-test_enum-TestMixedFloatFunction.test_changing_member_fails
test/dynamo_expected_failures/CPython313-test_enum-TestMixedFloatFunction.test_contains_same_name_diff_enum_diff_values
test/dynamo_expected_failures/CPython313-test_enum-TestMixedFloatFunction.test_contains_tf
test/dynamo_expected_failures/CPython313-test_enum-TestMixedFloatFunction.test_dir_on_item
test/dynamo_expected_failures/CPython313-test_enum-TestMixedFloatFunction.test_dir_on_sub_with_behavior_including_instance_dict_on_super
test/dynamo_expected_failures/CPython313-test_enum-TestMixedFloatFunction.test_dir_on_sub_with_behavior_on_super
test/dynamo_expected_failures/CPython313-test_enum-TestMixedFloatFunction.test_dir_with_added_behavior
test/dynamo_expected_failures/CPython313-test_enum-TestMixedFloatFunction.test_empty_enum_has_no_values
test/dynamo_expected_failures/CPython313-test_enum-TestMixedFloatFunction.test_enum_in_enum_out
test/dynamo_expected_failures/CPython313-test_enum-TestMixedFloatFunction.test_format_specs
test/dynamo_expected_failures/CPython313-test_enum-TestMixedFloatFunction.test_inherited_repr
test/dynamo_expected_failures/CPython313-test_enum-TestMixedFloatFunction.test_invalid_names
test/dynamo_expected_failures/CPython313-test_enum-TestMixedFloatFunction.test_multiple_superclasses_repr
test/dynamo_expected_failures/CPython313-test_enum-TestMixedFloatFunction.test_object_str_override
test/dynamo_expected_failures/CPython313-test_enum-TestMixedFloatFunction.test_overridden_format
test/dynamo_expected_failures/CPython313-test_enum-TestMixedFloatFunction.test_overridden_str_format
test/dynamo_expected_failures/CPython313-test_enum-TestMixedFloatFunction.test_overridden_str_format_inherited
test/dynamo_expected_failures/CPython313-test_enum-TestMixedFloatFunction.test_repr_override
test/dynamo_expected_failures/CPython313-test_enum-TestMixedFloatFunction.test_reversed_iteration_order
test/dynamo_expected_failures/CPython313-test_enum-TestMixedIntClass.test_attribute_deletion
test/dynamo_expected_failures/CPython313-test_enum-TestMixedIntClass.test_bad_new_super
test/dynamo_expected_failures/CPython313-test_enum-TestMixedIntClass.test_basics
test/dynamo_expected_failures/CPython313-test_enum-TestMixedIntClass.test_bool_is_true
test/dynamo_expected_failures/CPython313-test_enum-TestMixedIntClass.test_changing_member_fails
test/dynamo_expected_failures/CPython313-test_enum-TestMixedIntClass.test_contains_same_name_diff_enum_diff_values
test/dynamo_expected_failures/CPython313-test_enum-TestMixedIntClass.test_contains_tf
test/dynamo_expected_failures/CPython313-test_enum-TestMixedIntClass.test_dir_on_item
test/dynamo_expected_failures/CPython313-test_enum-TestMixedIntClass.test_dir_on_sub_with_behavior_including_instance_dict_on_super
test/dynamo_expected_failures/CPython313-test_enum-TestMixedIntClass.test_dir_on_sub_with_behavior_on_super
test/dynamo_expected_failures/CPython313-test_enum-TestMixedIntClass.test_dir_with_added_behavior
test/dynamo_expected_failures/CPython313-test_enum-TestMixedIntClass.test_empty_enum_has_no_values
test/dynamo_expected_failures/CPython313-test_enum-TestMixedIntClass.test_enum_in_enum_out
test/dynamo_expected_failures/CPython313-test_enum-TestMixedIntClass.test_format_specs
test/dynamo_expected_failures/CPython313-test_enum-TestMixedIntClass.test_inherited_repr
test/dynamo_expected_failures/CPython313-test_enum-TestMixedIntClass.test_invalid_names
test/dynamo_expected_failures/CPython313-test_enum-TestMixedIntClass.test_multiple_superclasses_repr
test/dynamo_expected_failures/CPython313-test_enum-TestMixedIntClass.test_object_str_override
test/dynamo_expected_failures/CPython313-test_enum-TestMixedIntClass.test_overridden_format
test/dynamo_expected_failures/CPython313-test_enum-TestMixedIntClass.test_overridden_str_format
test/dynamo_expected_failures/CPython313-test_enum-TestMixedIntClass.test_overridden_str_format_inherited
test/dynamo_expected_failures/CPython313-test_enum-TestMixedIntClass.test_repr_override
test/dynamo_expected_failures/CPython313-test_enum-TestMixedIntClass.test_reversed_iteration_order
test/dynamo_expected_failures/CPython313-test_enum-TestMixedIntFlagClass.test_attribute_deletion
test/dynamo_expected_failures/CPython313-test_enum-TestMixedIntFlagClass.test_bad_new_super
test/dynamo_expected_failures/CPython313-test_enum-TestMixedIntFlagClass.test_basics
test/dynamo_expected_failures/CPython313-test_enum-TestMixedIntFlagClass.test_bool_is_true
test/dynamo_expected_failures/CPython313-test_enum-TestMixedIntFlagClass.test_changing_member_fails
test/dynamo_expected_failures/CPython313-test_enum-TestMixedIntFlagClass.test_closed_invert_expectations
test/dynamo_expected_failures/CPython313-test_enum-TestMixedIntFlagClass.test_contains_same_name_diff_enum_diff_values
test/dynamo_expected_failures/CPython313-test_enum-TestMixedIntFlagClass.test_contains_tf
test/dynamo_expected_failures/CPython313-test_enum-TestMixedIntFlagClass.test_default_missing_with_wrong_type_value
test/dynamo_expected_failures/CPython313-test_enum-TestMixedIntFlagClass.test_dir_on_item
test/dynamo_expected_failures/CPython313-test_enum-TestMixedIntFlagClass.test_dir_on_sub_with_behavior_including_instance_dict_on_super
test/dynamo_expected_failures/CPython313-test_enum-TestMixedIntFlagClass.test_dir_on_sub_with_behavior_on_super
test/dynamo_expected_failures/CPython313-test_enum-TestMixedIntFlagClass.test_dir_with_added_behavior
test/dynamo_expected_failures/CPython313-test_enum-TestMixedIntFlagClass.test_empty_enum_has_no_values
test/dynamo_expected_failures/CPython313-test_enum-TestMixedIntFlagClass.test_enum_in_enum_out
test/dynamo_expected_failures/CPython313-test_enum-TestMixedIntFlagClass.test_format_specs
test/dynamo_expected_failures/CPython313-test_enum-TestMixedIntFlagClass.test_inherited_repr
test/dynamo_expected_failures/CPython313-test_enum-TestMixedIntFlagClass.test_invalid_names
test/dynamo_expected_failures/CPython313-test_enum-TestMixedIntFlagClass.test_multiple_superclasses_repr
test/dynamo_expected_failures/CPython313-test_enum-TestMixedIntFlagClass.test_object_str_override
test/dynamo_expected_failures/CPython313-test_enum-TestMixedIntFlagClass.test_open_invert_expectations
test/dynamo_expected_failures/CPython313-test_enum-TestMixedIntFlagClass.test_overridden_format
test/dynamo_expected_failures/CPython313-test_enum-TestMixedIntFlagClass.test_overridden_str_format
test/dynamo_expected_failures/CPython313-test_enum-TestMixedIntFlagClass.test_overridden_str_format_inherited
test/dynamo_expected_failures/CPython313-test_enum-TestMixedIntFlagClass.test_repr_override
test/dynamo_expected_failures/CPython313-test_enum-TestMixedIntFlagClass.test_reversed_iteration_order
test/dynamo_expected_failures/CPython313-test_enum-TestMixedIntFlagFunction.test_attribute_deletion
test/dynamo_expected_failures/CPython313-test_enum-TestMixedIntFlagFunction.test_bad_new_super
test/dynamo_expected_failures/CPython313-test_enum-TestMixedIntFlagFunction.test_basics
test/dynamo_expected_failures/CPython313-test_enum-TestMixedIntFlagFunction.test_bool_is_true
test/dynamo_expected_failures/CPython313-test_enum-TestMixedIntFlagFunction.test_changing_member_fails
test/dynamo_expected_failures/CPython313-test_enum-TestMixedIntFlagFunction.test_closed_invert_expectations
test/dynamo_expected_failures/CPython313-test_enum-TestMixedIntFlagFunction.test_contains_same_name_diff_enum_diff_values
test/dynamo_expected_failures/CPython313-test_enum-TestMixedIntFlagFunction.test_contains_tf
test/dynamo_expected_failures/CPython313-test_enum-TestMixedIntFlagFunction.test_default_missing_with_wrong_type_value
test/dynamo_expected_failures/CPython313-test_enum-TestMixedIntFlagFunction.test_dir_on_item
test/dynamo_expected_failures/CPython313-test_enum-TestMixedIntFlagFunction.test_dir_on_sub_with_behavior_including_instance_dict_on_super
test/dynamo_expected_failures/CPython313-test_enum-TestMixedIntFlagFunction.test_dir_on_sub_with_behavior_on_super
test/dynamo_expected_failures/CPython313-test_enum-TestMixedIntFlagFunction.test_dir_with_added_behavior
test/dynamo_expected_failures/CPython313-test_enum-TestMixedIntFlagFunction.test_empty_enum_has_no_values
test/dynamo_expected_failures/CPython313-test_enum-TestMixedIntFlagFunction.test_enum_in_enum_out
test/dynamo_expected_failures/CPython313-test_enum-TestMixedIntFlagFunction.test_format_specs
test/dynamo_expected_failures/CPython313-test_enum-TestMixedIntFlagFunction.test_inherited_repr
test/dynamo_expected_failures/CPython313-test_enum-TestMixedIntFlagFunction.test_invalid_names
test/dynamo_expected_failures/CPython313-test_enum-TestMixedIntFlagFunction.test_multiple_superclasses_repr
test/dynamo_expected_failures/CPython313-test_enum-TestMixedIntFlagFunction.test_object_str_override
test/dynamo_expected_failures/CPython313-test_enum-TestMixedIntFlagFunction.test_open_invert_expectations
test/dynamo_expected_failures/CPython313-test_enum-TestMixedIntFlagFunction.test_overridden_format
test/dynamo_expected_failures/CPython313-test_enum-TestMixedIntFlagFunction.test_overridden_str_format
test/dynamo_expected_failures/CPython313-test_enum-TestMixedIntFlagFunction.test_overridden_str_format_inherited
test/dynamo_expected_failures/CPython313-test_enum-TestMixedIntFlagFunction.test_repr_override
test/dynamo_expected_failures/CPython313-test_enum-TestMixedIntFlagFunction.test_reversed_iteration_order
test/dynamo_expected_failures/CPython313-test_enum-TestMixedIntFunction.test_attribute_deletion
test/dynamo_expected_failures/CPython313-test_enum-TestMixedIntFunction.test_bad_new_super
test/dynamo_expected_failures/CPython313-test_enum-TestMixedIntFunction.test_basics
test/dynamo_expected_failures/CPython313-test_enum-TestMixedIntFunction.test_bool_is_true
test/dynamo_expected_failures/CPython313-test_enum-TestMixedIntFunction.test_changing_member_fails
test/dynamo_expected_failures/CPython313-test_enum-TestMixedIntFunction.test_contains_same_name_diff_enum_diff_values
test/dynamo_expected_failures/CPython313-test_enum-TestMixedIntFunction.test_contains_tf
test/dynamo_expected_failures/CPython313-test_enum-TestMixedIntFunction.test_dir_on_item
test/dynamo_expected_failures/CPython313-test_enum-TestMixedIntFunction.test_dir_on_sub_with_behavior_including_instance_dict_on_super
test/dynamo_expected_failures/CPython313-test_enum-TestMixedIntFunction.test_dir_on_sub_with_behavior_on_super
test/dynamo_expected_failures/CPython313-test_enum-TestMixedIntFunction.test_dir_with_added_behavior
test/dynamo_expected_failures/CPython313-test_enum-TestMixedIntFunction.test_empty_enum_has_no_values
test/dynamo_expected_failures/CPython313-test_enum-TestMixedIntFunction.test_enum_in_enum_out
test/dynamo_expected_failures/CPython313-test_enum-TestMixedIntFunction.test_format_specs
test/dynamo_expected_failures/CPython313-test_enum-TestMixedIntFunction.test_inherited_repr
test/dynamo_expected_failures/CPython313-test_enum-TestMixedIntFunction.test_invalid_names
test/dynamo_expected_failures/CPython313-test_enum-TestMixedIntFunction.test_multiple_superclasses_repr
test/dynamo_expected_failures/CPython313-test_enum-TestMixedIntFunction.test_object_str_override
test/dynamo_expected_failures/CPython313-test_enum-TestMixedIntFunction.test_overridden_format
test/dynamo_expected_failures/CPython313-test_enum-TestMixedIntFunction.test_overridden_str_format
test/dynamo_expected_failures/CPython313-test_enum-TestMixedIntFunction.test_overridden_str_format_inherited
test/dynamo_expected_failures/CPython313-test_enum-TestMixedIntFunction.test_repr_override
test/dynamo_expected_failures/CPython313-test_enum-TestMixedIntFunction.test_reversed_iteration_order
test/dynamo_expected_failures/CPython313-test_enum-TestMixedStrClass.test_attribute_deletion
test/dynamo_expected_failures/CPython313-test_enum-TestMixedStrClass.test_bad_new_super
test/dynamo_expected_failures/CPython313-test_enum-TestMixedStrClass.test_basics
test/dynamo_expected_failures/CPython313-test_enum-TestMixedStrClass.test_bool_is_true
test/dynamo_expected_failures/CPython313-test_enum-TestMixedStrClass.test_changing_member_fails
test/dynamo_expected_failures/CPython313-test_enum-TestMixedStrClass.test_contains_same_name_diff_enum_diff_values
test/dynamo_expected_failures/CPython313-test_enum-TestMixedStrClass.test_contains_tf
test/dynamo_expected_failures/CPython313-test_enum-TestMixedStrClass.test_dir_on_item
test/dynamo_expected_failures/CPython313-test_enum-TestMixedStrClass.test_dir_on_sub_with_behavior_including_instance_dict_on_super
test/dynamo_expected_failures/CPython313-test_enum-TestMixedStrClass.test_dir_on_sub_with_behavior_on_super
test/dynamo_expected_failures/CPython313-test_enum-TestMixedStrClass.test_dir_with_added_behavior
test/dynamo_expected_failures/CPython313-test_enum-TestMixedStrClass.test_empty_enum_has_no_values
test/dynamo_expected_failures/CPython313-test_enum-TestMixedStrClass.test_enum_in_enum_out
test/dynamo_expected_failures/CPython313-test_enum-TestMixedStrClass.test_format_specs
test/dynamo_expected_failures/CPython313-test_enum-TestMixedStrClass.test_inherited_repr
test/dynamo_expected_failures/CPython313-test_enum-TestMixedStrClass.test_invalid_names
test/dynamo_expected_failures/CPython313-test_enum-TestMixedStrClass.test_multiple_superclasses_repr
test/dynamo_expected_failures/CPython313-test_enum-TestMixedStrClass.test_object_str_override
test/dynamo_expected_failures/CPython313-test_enum-TestMixedStrClass.test_overridden_format
test/dynamo_expected_failures/CPython313-test_enum-TestMixedStrClass.test_overridden_str_format
test/dynamo_expected_failures/CPython313-test_enum-TestMixedStrClass.test_overridden_str_format_inherited
test/dynamo_expected_failures/CPython313-test_enum-TestMixedStrClass.test_repr_override
test/dynamo_expected_failures/CPython313-test_enum-TestMixedStrClass.test_reversed_iteration_order
test/dynamo_expected_failures/CPython313-test_enum-TestMixedStrFunction.test_attribute_deletion
test/dynamo_expected_failures/CPython313-test_enum-TestMixedStrFunction.test_bad_new_super
test/dynamo_expected_failures/CPython313-test_enum-TestMixedStrFunction.test_basics
test/dynamo_expected_failures/CPython313-test_enum-TestMixedStrFunction.test_bool_is_true
test/dynamo_expected_failures/CPython313-test_enum-TestMixedStrFunction.test_changing_member_fails
test/dynamo_expected_failures/CPython313-test_enum-TestMixedStrFunction.test_contains_same_name_diff_enum_diff_values
test/dynamo_expected_failures/CPython313-test_enum-TestMixedStrFunction.test_contains_tf
test/dynamo_expected_failures/CPython313-test_enum-TestMixedStrFunction.test_dir_on_item
test/dynamo_expected_failures/CPython313-test_enum-TestMixedStrFunction.test_dir_on_sub_with_behavior_including_instance_dict_on_super
test/dynamo_expected_failures/CPython313-test_enum-TestMixedStrFunction.test_dir_on_sub_with_behavior_on_super
test/dynamo_expected_failures/CPython313-test_enum-TestMixedStrFunction.test_dir_with_added_behavior
test/dynamo_expected_failures/CPython313-test_enum-TestMixedStrFunction.test_empty_enum_has_no_values
test/dynamo_expected_failures/CPython313-test_enum-TestMixedStrFunction.test_enum_in_enum_out
test/dynamo_expected_failures/CPython313-test_enum-TestMixedStrFunction.test_format_specs
test/dynamo_expected_failures/CPython313-test_enum-TestMixedStrFunction.test_inherited_repr
test/dynamo_expected_failures/CPython313-test_enum-TestMixedStrFunction.test_invalid_names
test/dynamo_expected_failures/CPython313-test_enum-TestMixedStrFunction.test_multiple_superclasses_repr
test/dynamo_expected_failures/CPython313-test_enum-TestMixedStrFunction.test_object_str_override
test/dynamo_expected_failures/CPython313-test_enum-TestMixedStrFunction.test_overridden_format
test/dynamo_expected_failures/CPython313-test_enum-TestMixedStrFunction.test_overridden_str_format
test/dynamo_expected_failures/CPython313-test_enum-TestMixedStrFunction.test_overridden_str_format_inherited
test/dynamo_expected_failures/CPython313-test_enum-TestMixedStrFunction.test_repr_override
test/dynamo_expected_failures/CPython313-test_enum-TestMixedStrFunction.test_reversed_iteration_order
test/dynamo_expected_failures/CPython313-test_enum-TestOrder.test_enum_has_extra_members
test/dynamo_expected_failures/CPython313-test_enum-TestOrder.test_enum_has_extra_members_with_aliases
test/dynamo_expected_failures/CPython313-test_enum-TestOrder.test_order_has_extra_members
test/dynamo_expected_failures/CPython313-test_enum-TestOrder.test_order_has_extra_members_with_aliases
test/dynamo_expected_failures/CPython313-test_enum-TestOrder.test_same_members
test/dynamo_expected_failures/CPython313-test_enum-TestOrder.test_same_members_with_aliases
test/dynamo_expected_failures/CPython313-test_enum-TestOrder.test_same_members_wrong_order
test/dynamo_expected_failures/CPython313-test_enum-TestPlainEnumClass.test_attribute_deletion
test/dynamo_expected_failures/CPython313-test_enum-TestPlainEnumClass.test_bad_new_super
test/dynamo_expected_failures/CPython313-test_enum-TestPlainEnumClass.test_basics
test/dynamo_expected_failures/CPython313-test_enum-TestPlainEnumClass.test_bool_is_true
test/dynamo_expected_failures/CPython313-test_enum-TestPlainEnumClass.test_changing_member_fails
test/dynamo_expected_failures/CPython313-test_enum-TestPlainEnumClass.test_contains_same_name_diff_enum_diff_values
test/dynamo_expected_failures/CPython313-test_enum-TestPlainEnumClass.test_contains_tf
test/dynamo_expected_failures/CPython313-test_enum-TestPlainEnumClass.test_dir_on_class
test/dynamo_expected_failures/CPython313-test_enum-TestPlainEnumClass.test_dir_on_item
test/dynamo_expected_failures/CPython313-test_enum-TestPlainEnumClass.test_dir_on_sub_with_behavior_including_instance_dict_on_super
test/dynamo_expected_failures/CPython313-test_enum-TestPlainEnumClass.test_dir_on_sub_with_behavior_on_super
test/dynamo_expected_failures/CPython313-test_enum-TestPlainEnumClass.test_dir_with_added_behavior
test/dynamo_expected_failures/CPython313-test_enum-TestPlainEnumClass.test_empty_enum_has_no_values
test/dynamo_expected_failures/CPython313-test_enum-TestPlainEnumClass.test_enum_in_enum_out
test/dynamo_expected_failures/CPython313-test_enum-TestPlainEnumClass.test_inherited_repr
test/dynamo_expected_failures/CPython313-test_enum-TestPlainEnumClass.test_invalid_names
test/dynamo_expected_failures/CPython313-test_enum-TestPlainEnumClass.test_multiple_superclasses_repr
test/dynamo_expected_failures/CPython313-test_enum-TestPlainEnumClass.test_object_str_override
test/dynamo_expected_failures/CPython313-test_enum-TestPlainEnumClass.test_overridden_format
test/dynamo_expected_failures/CPython313-test_enum-TestPlainEnumClass.test_overridden_str_format
test/dynamo_expected_failures/CPython313-test_enum-TestPlainEnumClass.test_overridden_str_format_inherited
test/dynamo_expected_failures/CPython313-test_enum-TestPlainEnumClass.test_repr_override
test/dynamo_expected_failures/CPython313-test_enum-TestPlainEnumClass.test_reversed_iteration_order
test/dynamo_expected_failures/CPython313-test_enum-TestPlainEnumFunction.test_attribute_deletion
test/dynamo_expected_failures/CPython313-test_enum-TestPlainEnumFunction.test_bad_new_super
test/dynamo_expected_failures/CPython313-test_enum-TestPlainEnumFunction.test_basics
test/dynamo_expected_failures/CPython313-test_enum-TestPlainEnumFunction.test_bool_is_true
test/dynamo_expected_failures/CPython313-test_enum-TestPlainEnumFunction.test_changing_member_fails
test/dynamo_expected_failures/CPython313-test_enum-TestPlainEnumFunction.test_contains_same_name_diff_enum_diff_values
test/dynamo_expected_failures/CPython313-test_enum-TestPlainEnumFunction.test_contains_tf
test/dynamo_expected_failures/CPython313-test_enum-TestPlainEnumFunction.test_dir_on_class
test/dynamo_expected_failures/CPython313-test_enum-TestPlainEnumFunction.test_dir_on_item
test/dynamo_expected_failures/CPython313-test_enum-TestPlainEnumFunction.test_dir_on_sub_with_behavior_including_instance_dict_on_super
test/dynamo_expected_failures/CPython313-test_enum-TestPlainEnumFunction.test_dir_on_sub_with_behavior_on_super
test/dynamo_expected_failures/CPython313-test_enum-TestPlainEnumFunction.test_dir_with_added_behavior
test/dynamo_expected_failures/CPython313-test_enum-TestPlainEnumFunction.test_empty_enum_has_no_values
test/dynamo_expected_failures/CPython313-test_enum-TestPlainEnumFunction.test_enum_in_enum_out
test/dynamo_expected_failures/CPython313-test_enum-TestPlainEnumFunction.test_inherited_repr
test/dynamo_expected_failures/CPython313-test_enum-TestPlainEnumFunction.test_invalid_names
test/dynamo_expected_failures/CPython313-test_enum-TestPlainEnumFunction.test_multiple_superclasses_repr
test/dynamo_expected_failures/CPython313-test_enum-TestPlainEnumFunction.test_object_str_override
test/dynamo_expected_failures/CPython313-test_enum-TestPlainEnumFunction.test_overridden_format
test/dynamo_expected_failures/CPython313-test_enum-TestPlainEnumFunction.test_overridden_str_format
test/dynamo_expected_failures/CPython313-test_enum-TestPlainEnumFunction.test_overridden_str_format_inherited
test/dynamo_expected_failures/CPython313-test_enum-TestPlainEnumFunction.test_repr_override
test/dynamo_expected_failures/CPython313-test_enum-TestPlainEnumFunction.test_reversed_iteration_order
test/dynamo_expected_failures/CPython313-test_enum-TestPlainFlagClass.test_attribute_deletion
test/dynamo_expected_failures/CPython313-test_enum-TestPlainFlagClass.test_bad_new_super
test/dynamo_expected_failures/CPython313-test_enum-TestPlainFlagClass.test_basics
test/dynamo_expected_failures/CPython313-test_enum-TestPlainFlagClass.test_bool_is_true
test/dynamo_expected_failures/CPython313-test_enum-TestPlainFlagClass.test_changing_member_fails
test/dynamo_expected_failures/CPython313-test_enum-TestPlainFlagClass.test_closed_invert_expectations
test/dynamo_expected_failures/CPython313-test_enum-TestPlainFlagClass.test_contains_same_name_diff_enum_diff_values
test/dynamo_expected_failures/CPython313-test_enum-TestPlainFlagClass.test_contains_tf
test/dynamo_expected_failures/CPython313-test_enum-TestPlainFlagClass.test_default_missing_with_wrong_type_value
test/dynamo_expected_failures/CPython313-test_enum-TestPlainFlagClass.test_dir_on_class
test/dynamo_expected_failures/CPython313-test_enum-TestPlainFlagClass.test_dir_on_item
test/dynamo_expected_failures/CPython313-test_enum-TestPlainFlagClass.test_dir_on_sub_with_behavior_including_instance_dict_on_super
test/dynamo_expected_failures/CPython313-test_enum-TestPlainFlagClass.test_dir_on_sub_with_behavior_on_super
test/dynamo_expected_failures/CPython313-test_enum-TestPlainFlagClass.test_dir_with_added_behavior
test/dynamo_expected_failures/CPython313-test_enum-TestPlainFlagClass.test_empty_enum_has_no_values
test/dynamo_expected_failures/CPython313-test_enum-TestPlainFlagClass.test_enum_in_enum_out
test/dynamo_expected_failures/CPython313-test_enum-TestPlainFlagClass.test_inherited_repr
test/dynamo_expected_failures/CPython313-test_enum-TestPlainFlagClass.test_invalid_names
test/dynamo_expected_failures/CPython313-test_enum-TestPlainFlagClass.test_multiple_superclasses_repr
test/dynamo_expected_failures/CPython313-test_enum-TestPlainFlagClass.test_none_member
test/dynamo_expected_failures/CPython313-test_enum-TestPlainFlagClass.test_object_str_override
test/dynamo_expected_failures/CPython313-test_enum-TestPlainFlagClass.test_open_invert_expectations
test/dynamo_expected_failures/CPython313-test_enum-TestPlainFlagClass.test_overridden_format
test/dynamo_expected_failures/CPython313-test_enum-TestPlainFlagClass.test_overridden_str_format
test/dynamo_expected_failures/CPython313-test_enum-TestPlainFlagClass.test_overridden_str_format_inherited
test/dynamo_expected_failures/CPython313-test_enum-TestPlainFlagClass.test_repr_override
test/dynamo_expected_failures/CPython313-test_enum-TestPlainFlagClass.test_reversed_iteration_order
test/dynamo_expected_failures/CPython313-test_enum-TestPlainFlagFunction.test_attribute_deletion
test/dynamo_expected_failures/CPython313-test_enum-TestPlainFlagFunction.test_bad_new_super
test/dynamo_expected_failures/CPython313-test_enum-TestPlainFlagFunction.test_basics
test/dynamo_expected_failures/CPython313-test_enum-TestPlainFlagFunction.test_bool_is_true
test/dynamo_expected_failures/CPython313-test_enum-TestPlainFlagFunction.test_changing_member_fails
test/dynamo_expected_failures/CPython313-test_enum-TestPlainFlagFunction.test_closed_invert_expectations
test/dynamo_expected_failures/CPython313-test_enum-TestPlainFlagFunction.test_contains_same_name_diff_enum_diff_values
test/dynamo_expected_failures/CPython313-test_enum-TestPlainFlagFunction.test_contains_tf
test/dynamo_expected_failures/CPython313-test_enum-TestPlainFlagFunction.test_default_missing_with_wrong_type_value
test/dynamo_expected_failures/CPython313-test_enum-TestPlainFlagFunction.test_dir_on_class
test/dynamo_expected_failures/CPython313-test_enum-TestPlainFlagFunction.test_dir_on_item
test/dynamo_expected_failures/CPython313-test_enum-TestPlainFlagFunction.test_dir_on_sub_with_behavior_including_instance_dict_on_super
test/dynamo_expected_failures/CPython313-test_enum-TestPlainFlagFunction.test_dir_on_sub_with_behavior_on_super
test/dynamo_expected_failures/CPython313-test_enum-TestPlainFlagFunction.test_dir_with_added_behavior
test/dynamo_expected_failures/CPython313-test_enum-TestPlainFlagFunction.test_empty_enum_has_no_values
test/dynamo_expected_failures/CPython313-test_enum-TestPlainFlagFunction.test_enum_in_enum_out
test/dynamo_expected_failures/CPython313-test_enum-TestPlainFlagFunction.test_inherited_repr
test/dynamo_expected_failures/CPython313-test_enum-TestPlainFlagFunction.test_invalid_names
test/dynamo_expected_failures/CPython313-test_enum-TestPlainFlagFunction.test_multiple_superclasses_repr
test/dynamo_expected_failures/CPython313-test_enum-TestPlainFlagFunction.test_object_str_override
test/dynamo_expected_failures/CPython313-test_enum-TestPlainFlagFunction.test_open_invert_expectations
test/dynamo_expected_failures/CPython313-test_enum-TestPlainFlagFunction.test_overridden_format
test/dynamo_expected_failures/CPython313-test_enum-TestPlainFlagFunction.test_overridden_str_format
test/dynamo_expected_failures/CPython313-test_enum-TestPlainFlagFunction.test_overridden_str_format_inherited
test/dynamo_expected_failures/CPython313-test_enum-TestPlainFlagFunction.test_repr_override
test/dynamo_expected_failures/CPython313-test_enum-TestPlainFlagFunction.test_reversed_iteration_order
test/dynamo_expected_failures/CPython313-test_enum-TestSpecial.test_add_alias
test/dynamo_expected_failures/CPython313-test_enum-TestSpecial.test_add_value_alias_after_creation
test/dynamo_expected_failures/CPython313-test_enum-TestSpecial.test_add_value_alias_during_creation
test/dynamo_expected_failures/CPython313-test_enum-TestSpecial.test_bool
test/dynamo_expected_failures/CPython313-test_enum-TestSpecial.test_comparisons
test/dynamo_expected_failures/CPython313-test_enum-TestSpecial.test_conflicting_types_resolved_in_new
test/dynamo_expected_failures/CPython313-test_enum-TestSpecial.test_contains_different_types_same_members
test/dynamo_expected_failures/CPython313-test_enum-TestSpecial.test_contains_does_not_call_missing
test/dynamo_expected_failures/CPython313-test_enum-TestSpecial.test_contains_name_and_value_overlap
test/dynamo_expected_failures/CPython313-test_enum-TestSpecial.test_custom_flag_bitwise
test/dynamo_expected_failures/CPython313-test_enum-TestSpecial.test_custom_strenum
test/dynamo_expected_failures/CPython313-test_enum-TestSpecial.test_default_missing_no_chained_exception
test/dynamo_expected_failures/CPython313-test_enum-TestSpecial.test_duplicate_name_error
test/dynamo_expected_failures/CPython313-test_enum-TestSpecial.test_duplicate_values_give_unique_enum_items
test/dynamo_expected_failures/CPython313-test_enum-TestSpecial.test_dynamic_members_with_static_methods
test/dynamo_expected_failures/CPython313-test_enum-TestSpecial.test_empty_globals
test/dynamo_expected_failures/CPython313-test_enum-TestSpecial.test_empty_names
test/dynamo_expected_failures/CPython313-test_enum-TestSpecial.test_enum_of_generic_aliases
test/dynamo_expected_failures/CPython313-test_enum-TestSpecial.test_enum_of_types
test/dynamo_expected_failures/CPython313-test_enum-TestSpecial.test_enum_of_types_with_nonmember
test/dynamo_expected_failures/CPython313-test_enum-TestSpecial.test_enum_with_value_name
test/dynamo_expected_failures/CPython313-test_enum-TestSpecial.test_equality
test/dynamo_expected_failures/CPython313-test_enum-TestSpecial.test_exclude_methods
test/dynamo_expected_failures/CPython313-test_enum-TestSpecial.test_extending
test/dynamo_expected_failures/CPython313-test_enum-TestSpecial.test_extending2
test/dynamo_expected_failures/CPython313-test_enum-TestSpecial.test_extending3
test/dynamo_expected_failures/CPython313-test_enum-TestSpecial.test_extra_member_creation
test/dynamo_expected_failures/CPython313-test_enum-TestSpecial.test_flag_with_custom_new
test/dynamo_expected_failures/CPython313-test_enum-TestSpecial.test_floatenum_fromhex
test/dynamo_expected_failures/CPython313-test_enum-TestSpecial.test_flufl_enum
test/dynamo_expected_failures/CPython313-test_enum-TestSpecial.test_getattr_getitem
test/dynamo_expected_failures/CPython313-test_enum-TestSpecial.test_ignore
test/dynamo_expected_failures/CPython313-test_enum-TestSpecial.test_inherited_data_type
test/dynamo_expected_failures/CPython313-test_enum-TestSpecial.test_inherited_new_from_enhanced_enum
test/dynamo_expected_failures/CPython313-test_enum-TestSpecial.test_inherited_new_from_mixed_enum
test/dynamo_expected_failures/CPython313-test_enum-TestSpecial.test_init
test/dynamo_expected_failures/CPython313-test_enum-TestSpecial.test_init_exception
test/dynamo_expected_failures/CPython313-test_enum-TestSpecial.test_int_flags_copy
test/dynamo_expected_failures/CPython313-test_enum-TestSpecial.test_intenum_from_bytes
test/dynamo_expected_failures/CPython313-test_enum-TestSpecial.test_intenum_transitivity
test/dynamo_expected_failures/CPython313-test_enum-TestSpecial.test_introspection
test/dynamo_expected_failures/CPython313-test_enum-TestSpecial.test_iteration_order
test/dynamo_expected_failures/CPython313-test_enum-TestSpecial.test_member_from_member_access
test/dynamo_expected_failures/CPython313-test_enum-TestSpecial.test_missing_exceptions_reset
test/dynamo_expected_failures/CPython313-test_enum-TestSpecial.test_missing_override
test/dynamo_expected_failures/CPython313-test_enum-TestSpecial.test_missing_value_error
test/dynamo_expected_failures/CPython313-test_enum-TestSpecial.test_mixed_enum_in_call_1
test/dynamo_expected_failures/CPython313-test_enum-TestSpecial.test_mixed_enum_in_call_2
test/dynamo_expected_failures/CPython313-test_enum-TestSpecial.test_multiple_inherited_mixin
test/dynamo_expected_failures/CPython313-test_enum-TestSpecial.test_multiple_mixin
test/dynamo_expected_failures/CPython313-test_enum-TestSpecial.test_multiple_mixin_inherited
test/dynamo_expected_failures/CPython313-test_enum-TestSpecial.test_multiple_mixin_mro
test/dynamo_expected_failures/CPython313-test_enum-TestSpecial.test_multiple_mixin_with_common_data_type
test/dynamo_expected_failures/CPython313-test_enum-TestSpecial.test_namedtuple_as_value
test/dynamo_expected_failures/CPython313-test_enum-TestSpecial.test_nested_classes_in_enum_are_not_members
test/dynamo_expected_failures/CPython313-test_enum-TestSpecial.test_nested_classes_in_enum_with_member
test/dynamo_expected_failures/CPython313-test_enum-TestSpecial.test_nested_classes_in_enum_with_nonmember
test/dynamo_expected_failures/CPython313-test_enum-TestSpecial.test_no_duplicates
test/dynamo_expected_failures/CPython313-test_enum-TestSpecial.test_no_members
test/dynamo_expected_failures/CPython313-test_enum-TestSpecial.test_no_such_enum_member
test/dynamo_expected_failures/CPython313-test_enum-TestSpecial.test_nonhash_value
test/dynamo_expected_failures/CPython313-test_enum-TestSpecial.test_nonhashable_matches_hashable
test/dynamo_expected_failures/CPython313-test_enum-TestSpecial.test_ordered_mixin
test/dynamo_expected_failures/CPython313-test_enum-TestSpecial.test_partial
test/dynamo_expected_failures/CPython313-test_enum-TestSpecial.test_pickle_by_name
test/dynamo_expected_failures/CPython313-test_enum-TestSpecial.test_pickle_enum
test/dynamo_expected_failures/CPython313-test_enum-TestSpecial.test_pickle_enum_function
test/dynamo_expected_failures/CPython313-test_enum-TestSpecial.test_pickle_enum_function_with_module
test/dynamo_expected_failures/CPython313-test_enum-TestSpecial.test_pickle_explodes
test/dynamo_expected_failures/CPython313-test_enum-TestSpecial.test_pickle_float
test/dynamo_expected_failures/CPython313-test_enum-TestSpecial.test_pickle_int
test/dynamo_expected_failures/CPython313-test_enum-TestSpecial.test_pickle_nested_class
test/dynamo_expected_failures/CPython313-test_enum-TestSpecial.test_private_variable_is_normal_attribute
test/dynamo_expected_failures/CPython313-test_enum-TestSpecial.test_programmatic_function_is_value_call
test/dynamo_expected_failures/CPython313-test_enum-TestSpecial.test_raise_custom_error_on_creation
test/dynamo_expected_failures/CPython313-test_enum-TestSpecial.test_repr_and_str_with_no_init_mixin
test/dynamo_expected_failures/CPython313-test_enum-TestSpecial.test_repr_with_dataclass
test/dynamo_expected_failures/CPython313-test_enum-TestSpecial.test_repr_with_init_mixin
test/dynamo_expected_failures/CPython313-test_enum-TestSpecial.test_reserved_sunder_error
test/dynamo_expected_failures/CPython313-test_enum-TestSpecial.test_second_tuple_item_is_falsey
test/dynamo_expected_failures/CPython313-test_enum-TestSpecial.test_strenum
test/dynamo_expected_failures/CPython313-test_enum-TestSpecial.test_string_enum
test/dynamo_expected_failures/CPython313-test_enum-TestSpecial.test_subclass_duplicate_name
test/dynamo_expected_failures/CPython313-test_enum-TestSpecial.test_subclass_duplicate_name_dynamic
test/dynamo_expected_failures/CPython313-test_enum-TestSpecial.test_subclasses_with_direct_pickle_support
test/dynamo_expected_failures/CPython313-test_enum-TestSpecial.test_subclasses_with_getnewargs
test/dynamo_expected_failures/CPython313-test_enum-TestSpecial.test_subclasses_with_getnewargs_ex
test/dynamo_expected_failures/CPython313-test_enum-TestSpecial.test_subclasses_with_reduce
test/dynamo_expected_failures/CPython313-test_enum-TestSpecial.test_subclasses_with_reduce_ex
test/dynamo_expected_failures/CPython313-test_enum-TestSpecial.test_subclasses_without_direct_pickle_support
test/dynamo_expected_failures/CPython313-test_enum-TestSpecial.test_subclassing
test/dynamo_expected_failures/CPython313-test_enum-TestSpecial.test_too_many_data_types
test/dynamo_expected_failures/CPython313-test_enum-TestSpecial.test_tuple_subclass
test/dynamo_expected_failures/CPython313-test_enum-TestSpecial.test_tuple_subclass_with_auto_1
test/dynamo_expected_failures/CPython313-test_enum-TestSpecial.test_tuple_subclass_with_auto_2
test/dynamo_expected_failures/CPython313-test_enum-TestSpecial.test_using_members_as_nonmember
test/dynamo_expected_failures/CPython313-test_enum-TestSpecial.test_value_backup_assign
test/dynamo_expected_failures/CPython313-test_enum-TestSpecial.test_wrong_enum_in_call
test/dynamo_expected_failures/CPython313-test_enum-TestSpecial.test_wrong_enum_in_mixed_call
test/dynamo_expected_failures/CPython313-test_enum-TestSpecial.test_wrong_inheritance_order
test/dynamo_expected_failures/CPython313-test_enum-TestStdLib.test_inspect_classify_class_attrs
test/dynamo_expected_failures/CPython313-test_enum-TestStdLib.test_inspect_getmembers
test/dynamo_expected_failures/CPython313-test_enum-TestStdLib.test_inspect_signatures
test/dynamo_expected_failures/CPython313-test_enum-TestStdLib.test_pydoc
test/dynamo_expected_failures/CPython313-test_enum-TestStdLib.test_test_simple_enum
test/dynamo_expected_failures/CPython313-test_enum-TestStrEnumClass.test_attribute_deletion
test/dynamo_expected_failures/CPython313-test_enum-TestStrEnumClass.test_bad_new_super
test/dynamo_expected_failures/CPython313-test_enum-TestStrEnumClass.test_basics
test/dynamo_expected_failures/CPython313-test_enum-TestStrEnumClass.test_bool_is_true
test/dynamo_expected_failures/CPython313-test_enum-TestStrEnumClass.test_changing_member_fails
test/dynamo_expected_failures/CPython313-test_enum-TestStrEnumClass.test_contains_same_name_diff_enum_diff_values
test/dynamo_expected_failures/CPython313-test_enum-TestStrEnumClass.test_contains_tf
test/dynamo_expected_failures/CPython313-test_enum-TestStrEnumClass.test_copy_member
test/dynamo_expected_failures/CPython313-test_enum-TestStrEnumClass.test_dir_on_item
test/dynamo_expected_failures/CPython313-test_enum-TestStrEnumClass.test_dir_on_sub_with_behavior_including_instance_dict_on_super
test/dynamo_expected_failures/CPython313-test_enum-TestStrEnumClass.test_dir_on_sub_with_behavior_on_super
test/dynamo_expected_failures/CPython313-test_enum-TestStrEnumClass.test_dir_with_added_behavior
test/dynamo_expected_failures/CPython313-test_enum-TestStrEnumClass.test_empty_enum_has_no_values
test/dynamo_expected_failures/CPython313-test_enum-TestStrEnumClass.test_enum_in_enum_out
test/dynamo_expected_failures/CPython313-test_enum-TestStrEnumClass.test_inherited_repr
test/dynamo_expected_failures/CPython313-test_enum-TestStrEnumClass.test_invalid_names
test/dynamo_expected_failures/CPython313-test_enum-TestStrEnumClass.test_multiple_superclasses_repr
test/dynamo_expected_failures/CPython313-test_enum-TestStrEnumClass.test_object_str_override
test/dynamo_expected_failures/CPython313-test_enum-TestStrEnumClass.test_overridden_format
test/dynamo_expected_failures/CPython313-test_enum-TestStrEnumClass.test_overridden_str_format
test/dynamo_expected_failures/CPython313-test_enum-TestStrEnumClass.test_overridden_str_format_inherited
test/dynamo_expected_failures/CPython313-test_enum-TestStrEnumClass.test_repr_override
test/dynamo_expected_failures/CPython313-test_enum-TestStrEnumClass.test_reversed_iteration_order
test/dynamo_expected_failures/CPython313-test_enum-TestStrEnumClass.test_shadowed_attr
test/dynamo_expected_failures/CPython313-test_enum-TestStrEnumFunction.test_attribute_deletion
test/dynamo_expected_failures/CPython313-test_enum-TestStrEnumFunction.test_bad_new_super
test/dynamo_expected_failures/CPython313-test_enum-TestStrEnumFunction.test_basics
test/dynamo_expected_failures/CPython313-test_enum-TestStrEnumFunction.test_bool_is_true
test/dynamo_expected_failures/CPython313-test_enum-TestStrEnumFunction.test_changing_member_fails
test/dynamo_expected_failures/CPython313-test_enum-TestStrEnumFunction.test_contains_same_name_diff_enum_diff_values
test/dynamo_expected_failures/CPython313-test_enum-TestStrEnumFunction.test_contains_tf
test/dynamo_expected_failures/CPython313-test_enum-TestStrEnumFunction.test_copy_member
test/dynamo_expected_failures/CPython313-test_enum-TestStrEnumFunction.test_dir_on_item
test/dynamo_expected_failures/CPython313-test_enum-TestStrEnumFunction.test_dir_on_sub_with_behavior_including_instance_dict_on_super
test/dynamo_expected_failures/CPython313-test_enum-TestStrEnumFunction.test_dir_on_sub_with_behavior_on_super
test/dynamo_expected_failures/CPython313-test_enum-TestStrEnumFunction.test_dir_with_added_behavior
test/dynamo_expected_failures/CPython313-test_enum-TestStrEnumFunction.test_empty_enum_has_no_values
test/dynamo_expected_failures/CPython313-test_enum-TestStrEnumFunction.test_enum_in_enum_out
test/dynamo_expected_failures/CPython313-test_enum-TestStrEnumFunction.test_inherited_repr
test/dynamo_expected_failures/CPython313-test_enum-TestStrEnumFunction.test_invalid_names
test/dynamo_expected_failures/CPython313-test_enum-TestStrEnumFunction.test_multiple_superclasses_repr
test/dynamo_expected_failures/CPython313-test_enum-TestStrEnumFunction.test_object_str_override
test/dynamo_expected_failures/CPython313-test_enum-TestStrEnumFunction.test_overridden_format
test/dynamo_expected_failures/CPython313-test_enum-TestStrEnumFunction.test_overridden_str_format
test/dynamo_expected_failures/CPython313-test_enum-TestStrEnumFunction.test_overridden_str_format_inherited
test/dynamo_expected_failures/CPython313-test_enum-TestStrEnumFunction.test_repr_override
test/dynamo_expected_failures/CPython313-test_enum-TestStrEnumFunction.test_reversed_iteration_order
test/dynamo_expected_failures/CPython313-test_enum-TestUnique.test_unique_clean
test/dynamo_expected_failures/CPython313-test_enum-TestUnique.test_unique_dirty
test/dynamo_expected_failures/CPython313-test_enum-TestUnique.test_unique_with_name
test/dynamo_expected_failures/CPython313-test_enum-TestVerify.test_composite
test/dynamo_expected_failures/CPython313-test_enum-TestVerify.test_continuous
test/dynamo_expected_failures/CPython313-test_enum-TestVerify.test_negative_alias
test/dynamo_expected_failures/CPython313-test_enum-TestVerify.test_unique_clean
test/dynamo_expected_failures/CPython313-test_enum-TestVerify.test_unique_dirty
test/dynamo_expected_failures/CPython313-test_enum-TestVerify.test_unique_with_name
test/dynamo_expected_failures/CPython313-test_exceptions-AssertionErrorTests.test_assertion_error_location
test/dynamo_expected_failures/CPython313-test_exceptions-AssertionErrorTests.test_multiline_not_highlighted
test/dynamo_expected_failures/CPython313-test_exceptions-AttributeErrorTests.test_attributes
test/dynamo_expected_failures/CPython313-test_exceptions-AttributeErrorTests.test_getattr_has_name_and_obj
test/dynamo_expected_failures/CPython313-test_exceptions-AttributeErrorTests.test_getattr_has_name_and_obj_for_method
test/dynamo_expected_failures/CPython313-test_exceptions-ExceptionTests.testAttributes
test/dynamo_expected_failures/CPython313-test_exceptions-ExceptionTests.testExceptionCleanupState
test/dynamo_expected_failures/CPython313-test_exceptions-ExceptionTests.testInfiniteRecursion
test/dynamo_expected_failures/CPython313-test_exceptions-ExceptionTests.testKeywordArgs
test/dynamo_expected_failures/CPython313-test_exceptions-ExceptionTests.testMemoryErrorBigSource
test/dynamo_expected_failures/CPython313-test_exceptions-ExceptionTests.testRaising
test/dynamo_expected_failures/CPython313-test_exceptions-ExceptionTests.testSettingException
test/dynamo_expected_failures/CPython313-test_exceptions-ExceptionTests.testSyntaxErrorMessage
test/dynamo_expected_failures/CPython313-test_exceptions-ExceptionTests.testSyntaxErrorMissingParens
test/dynamo_expected_failures/CPython313-test_exceptions-ExceptionTests.testSyntaxErrorOffset
test/dynamo_expected_failures/CPython313-test_exceptions-ExceptionTests.test_3114
test/dynamo_expected_failures/CPython313-test_exceptions-ExceptionTests.test_MemoryError
test/dynamo_expected_failures/CPython313-test_exceptions-ExceptionTests.test_WindowsError
test/dynamo_expected_failures/CPython313-test_exceptions-ExceptionTests.test_assert_shadowing
test/dynamo_expected_failures/CPython313-test_exceptions-ExceptionTests.test_badisinstance
test/dynamo_expected_failures/CPython313-test_exceptions-ExceptionTests.test_errno_ENOTDIR
test/dynamo_expected_failures/CPython313-test_exceptions-ExceptionTests.test_error_offset_continuation_characters
test/dynamo_expected_failures/CPython313-test_exceptions-ExceptionTests.test_exception_cleanup_names
test/dynamo_expected_failures/CPython313-test_exceptions-ExceptionTests.test_exception_cleanup_names2
test/dynamo_expected_failures/CPython313-test_exceptions-ExceptionTests.test_exception_target_in_nested_scope
test/dynamo_expected_failures/CPython313-test_exceptions-ExceptionTests.test_exception_with_doc
test/dynamo_expected_failures/CPython313-test_exceptions-ExceptionTests.test_generator_close_cleanup_exc_state
test/dynamo_expected_failures/CPython313-test_exceptions-ExceptionTests.test_generator_del_cleanup_exc_state
test/dynamo_expected_failures/CPython313-test_exceptions-ExceptionTests.test_generator_finalizing_and_sys_exception
test/dynamo_expected_failures/CPython313-test_exceptions-ExceptionTests.test_generator_leaking
test/dynamo_expected_failures/CPython313-test_exceptions-ExceptionTests.test_generator_leaking4
test/dynamo_expected_failures/CPython313-test_exceptions-ExceptionTests.test_generator_next_cleanup_exc_state
test/dynamo_expected_failures/CPython313-test_exceptions-ExceptionTests.test_generator_send_cleanup_exc_state
test/dynamo_expected_failures/CPython313-test_exceptions-ExceptionTests.test_generator_throw_cleanup_exc_state
test/dynamo_expected_failures/CPython313-test_exceptions-ExceptionTests.test_invalid_delattr
test/dynamo_expected_failures/CPython313-test_exceptions-ExceptionTests.test_invalid_setattr
test/dynamo_expected_failures/CPython313-test_exceptions-ExceptionTests.test_invalid_setstate
test/dynamo_expected_failures/CPython313-test_exceptions-ExceptionTests.test_memory_error_cleanup
test/dynamo_expected_failures/CPython313-test_exceptions-ExceptionTests.test_memory_error_in_PyErr_PrintEx
test/dynamo_expected_failures/CPython313-test_exceptions-ExceptionTests.test_memory_error_in_subinterp
test/dynamo_expected_failures/CPython313-test_exceptions-ExceptionTests.test_memory_error_subclasses
test/dynamo_expected_failures/CPython313-test_exceptions-ExceptionTests.test_no_hang_on_context_chain_cycle2
test/dynamo_expected_failures/CPython313-test_exceptions-ExceptionTests.test_no_hang_on_context_chain_cycle3
test/dynamo_expected_failures/CPython313-test_exceptions-ExceptionTests.test_notes
test/dynamo_expected_failures/CPython313-test_exceptions-ExceptionTests.test_recursion_error_cleanup
test/dynamo_expected_failures/CPython313-test_exceptions-ExceptionTests.test_recursion_in_except_handler
test/dynamo_expected_failures/CPython313-test_exceptions-ExceptionTests.test_recursion_normalizing_exception
test/dynamo_expected_failures/CPython313-test_exceptions-ExceptionTests.test_recursion_normalizing_infinite_exception
test/dynamo_expected_failures/CPython313-test_exceptions-ExceptionTests.test_recursion_normalizing_with_no_memory
test/dynamo_expected_failures/CPython313-test_exceptions-ExceptionTests.test_setstate
test/dynamo_expected_failures/CPython313-test_exceptions-ExceptionTests.test_trashcan_recursion
test/dynamo_expected_failures/CPython313-test_exceptions-ExceptionTests.test_unhandled
test/dynamo_expected_failures/CPython313-test_exceptions-ExceptionTests.test_unicode_change_attributes
test/dynamo_expected_failures/CPython313-test_exceptions-ExceptionTests.test_unicode_errors_no_object
test/dynamo_expected_failures/CPython313-test_exceptions-ExceptionTests.test_unraisable
test/dynamo_expected_failures/CPython313-test_exceptions-ImportErrorTests.test_attributes
test/dynamo_expected_failures/CPython313-test_exceptions-ImportErrorTests.test_copy_pickle
test/dynamo_expected_failures/CPython313-test_exceptions-ImportErrorTests.test_non_str_argument
test/dynamo_expected_failures/CPython313-test_exceptions-ImportErrorTests.test_reset_attributes
test/dynamo_expected_failures/CPython313-test_exceptions-NameErrorTests.test_issue45826
test/dynamo_expected_failures/CPython313-test_exceptions-NameErrorTests.test_issue45826_focused
test/dynamo_expected_failures/CPython313-test_exceptions-NameErrorTests.test_name_error_has_name
test/dynamo_expected_failures/CPython313-test_exceptions-PEP626Tests.test_lineno_after_other_except
test/dynamo_expected_failures/CPython313-test_exceptions-PEP626Tests.test_lineno_after_raise_in_except
test/dynamo_expected_failures/CPython313-test_exceptions-PEP626Tests.test_lineno_after_raise_in_with_exit
test/dynamo_expected_failures/CPython313-test_exceptions-PEP626Tests.test_lineno_after_raise_simple
test/dynamo_expected_failures/CPython313-test_exceptions-PEP626Tests.test_lineno_after_with
test/dynamo_expected_failures/CPython313-test_exceptions-PEP626Tests.test_lineno_in_finally_except
test/dynamo_expected_failures/CPython313-test_exceptions-PEP626Tests.test_lineno_in_finally_normal
test/dynamo_expected_failures/CPython313-test_exceptions-PEP626Tests.test_lineno_in_named_except
test/dynamo_expected_failures/CPython313-test_exceptions-PEP626Tests.test_lineno_in_try
test/dynamo_expected_failures/CPython313-test_exceptions-PEP626Tests.test_missing_lineno_shows_as_none
test/dynamo_expected_failures/CPython313-test_exceptions-SyntaxErrorTests.test_attributes_new_constructor
test/dynamo_expected_failures/CPython313-test_exceptions-SyntaxErrorTests.test_attributes_old_constructor
test/dynamo_expected_failures/CPython313-test_exceptions-SyntaxErrorTests.test_encodings
test/dynamo_expected_failures/CPython313-test_exceptions-SyntaxErrorTests.test_file_source
test/dynamo_expected_failures/CPython313-test_exceptions-SyntaxErrorTests.test_incorrect_constructor
test/dynamo_expected_failures/CPython313-test_exceptions-SyntaxErrorTests.test_non_utf8
test/dynamo_expected_failures/CPython313-test_exceptions-SyntaxErrorTests.test_range_of_offsets
test/dynamo_expected_failures/CPython313-test_exceptions-SyntaxErrorTests.test_string_source
test/dynamo_expected_failures/CPython313-test_exceptions-SyntaxErrorTests.test_subclass
test/dynamo_expected_failures/CPython313-test_exceptions-TestInvalidExceptionMatcher.test_except_star_invalid_exception_type
test/dynamo_expected_failures/CPython313-test_float-FormatFunctionsTestCase.test_getformat
test/dynamo_expected_failures/CPython313-test_float-FormatTestCase.test_format
test/dynamo_expected_failures/CPython313-test_float-FormatTestCase.test_format_testfile
test/dynamo_expected_failures/CPython313-test_float-FormatTestCase.test_issue35560
test/dynamo_expected_failures/CPython313-test_float-FormatTestCase.test_issue5864
test/dynamo_expected_failures/CPython313-test_float-GeneralFloatCases.test_float_containment
test/dynamo_expected_failures/CPython313-test_float-GeneralFloatCases.test_float_memoryview
test/dynamo_expected_failures/CPython313-test_float-GeneralFloatCases.test_float_with_comma
test/dynamo_expected_failures/CPython313-test_float-GeneralFloatCases.test_floatasratio
test/dynamo_expected_failures/CPython313-test_float-GeneralFloatCases.test_floatconversion
test/dynamo_expected_failures/CPython313-test_float-GeneralFloatCases.test_hash_nan
test/dynamo_expected_failures/CPython313-test_float-GeneralFloatCases.test_keywords_in_subclass
test/dynamo_expected_failures/CPython313-test_float-GeneralFloatCases.test_non_numeric_input_types
test/dynamo_expected_failures/CPython313-test_float-GeneralFloatCases.test_underscores
test/dynamo_expected_failures/CPython313-test_float-HexFloatTestCase.test_roundtrip
test/dynamo_expected_failures/CPython313-test_float-HexFloatTestCase.test_subclass
test/dynamo_expected_failures/CPython313-test_float-ReprTestCase.test_repr
test/dynamo_expected_failures/CPython313-test_float-RoundTestCase.test_format_specials
test/dynamo_expected_failures/CPython313-test_float-RoundTestCase.test_matches_float_format
test/dynamo_expected_failures/CPython313-test_funcattrs-ArbitraryFunctionAttrTest.test_delete_unknown_attr
test/dynamo_expected_failures/CPython313-test_funcattrs-ArbitraryFunctionAttrTest.test_set_attr
test/dynamo_expected_failures/CPython313-test_funcattrs-BuiltinFunctionPropertiesTest.test_builtin__qualname__
test/dynamo_expected_failures/CPython313-test_funcattrs-BuiltinFunctionPropertiesTest.test_builtin__self__
test/dynamo_expected_failures/CPython313-test_funcattrs-CellTest.test_comparison
test/dynamo_expected_failures/CPython313-test_funcattrs-FunctionDictsTest.test_delete___dict__
test/dynamo_expected_failures/CPython313-test_funcattrs-FunctionDictsTest.test_setting_dict_to_invalid
test/dynamo_expected_failures/CPython313-test_funcattrs-FunctionDictsTest.test_setting_dict_to_valid
test/dynamo_expected_failures/CPython313-test_funcattrs-FunctionDocstringTest.test_delete_docstring
test/dynamo_expected_failures/CPython313-test_funcattrs-FunctionDocstringTest.test_set_docstring_attr
test/dynamo_expected_failures/CPython313-test_funcattrs-FunctionPropertiesTest.test___builtins__
test/dynamo_expected_failures/CPython313-test_funcattrs-FunctionPropertiesTest.test___closure__
test/dynamo_expected_failures/CPython313-test_funcattrs-FunctionPropertiesTest.test___code__
test/dynamo_expected_failures/CPython313-test_funcattrs-FunctionPropertiesTest.test___globals__
test/dynamo_expected_failures/CPython313-test_funcattrs-FunctionPropertiesTest.test___name__
test/dynamo_expected_failures/CPython313-test_funcattrs-FunctionPropertiesTest.test___qualname__
test/dynamo_expected_failures/CPython313-test_funcattrs-FunctionPropertiesTest.test___type_params__
test/dynamo_expected_failures/CPython313-test_funcattrs-FunctionPropertiesTest.test_blank_func_defaults
test/dynamo_expected_failures/CPython313-test_funcattrs-FunctionPropertiesTest.test_cell_new
test/dynamo_expected_failures/CPython313-test_funcattrs-FunctionPropertiesTest.test_copying___code__
test/dynamo_expected_failures/CPython313-test_funcattrs-FunctionPropertiesTest.test_dir_includes_correct_attrs
test/dynamo_expected_failures/CPython313-test_funcattrs-FunctionPropertiesTest.test_empty_cell
test/dynamo_expected_failures/CPython313-test_funcattrs-FunctionPropertiesTest.test_func_default_args
test/dynamo_expected_failures/CPython313-test_funcattrs-FunctionPropertiesTest.test_invalid___code___assignment
test/dynamo_expected_failures/CPython313-test_funcattrs-FunctionPropertiesTest.test_set_cell
test/dynamo_expected_failures/CPython313-test_funcattrs-InstancemethodAttrTest.test___class__
test/dynamo_expected_failures/CPython313-test_funcattrs-InstancemethodAttrTest.test___func__
test/dynamo_expected_failures/CPython313-test_funcattrs-InstancemethodAttrTest.test___func___non_method
test/dynamo_expected_failures/CPython313-test_funcattrs-InstancemethodAttrTest.test___self__
test/dynamo_expected_failures/CPython313-test_funcattrs-StaticMethodAttrsTest.test_func_attribute
test/dynamo_expected_failures/CPython313-test_functools-TestCacheC.test_cache
test/dynamo_expected_failures/CPython313-test_functools-TestCachePy.test_cache
test/dynamo_expected_failures/CPython313-test_functools-TestCachedProperty.test_cached
test/dynamo_expected_failures/CPython313-test_functools-TestCachedProperty.test_immutable_dict
test/dynamo_expected_failures/CPython313-test_functools-TestCachedProperty.test_reuse_different_names
test/dynamo_expected_failures/CPython313-test_functools-TestCachedProperty.test_set_name_not_called
test/dynamo_expected_failures/CPython313-test_functools-TestCmpToKeyC.test_bad_cmp
test/dynamo_expected_failures/CPython313-test_functools-TestCmpToKeyC.test_cmp_to_key
test/dynamo_expected_failures/CPython313-test_functools-TestCmpToKeyC.test_cmp_to_key_arguments
test/dynamo_expected_failures/CPython313-test_functools-TestCmpToKeyC.test_cmp_to_signature
test/dynamo_expected_failures/CPython313-test_functools-TestCmpToKeyC.test_disallow_instantiation
test/dynamo_expected_failures/CPython313-test_functools-TestCmpToKeyC.test_hash
test/dynamo_expected_failures/CPython313-test_functools-TestCmpToKeyC.test_obj_field
test/dynamo_expected_failures/CPython313-test_functools-TestCmpToKeyC.test_sort_int
test/dynamo_expected_failures/CPython313-test_functools-TestCmpToKeyC.test_sort_int_str
test/dynamo_expected_failures/CPython313-test_functools-TestCmpToKeyPy.test_bad_cmp
test/dynamo_expected_failures/CPython313-test_functools-TestCmpToKeyPy.test_cmp_to_key
test/dynamo_expected_failures/CPython313-test_functools-TestCmpToKeyPy.test_cmp_to_key_arguments
test/dynamo_expected_failures/CPython313-test_functools-TestCmpToKeyPy.test_cmp_to_signature
test/dynamo_expected_failures/CPython313-test_functools-TestCmpToKeyPy.test_hash
test/dynamo_expected_failures/CPython313-test_functools-TestCmpToKeyPy.test_obj_field
test/dynamo_expected_failures/CPython313-test_functools-TestCmpToKeyPy.test_sort_int
test/dynamo_expected_failures/CPython313-test_functools-TestCmpToKeyPy.test_sort_int_str
test/dynamo_expected_failures/CPython313-test_functools-TestLRUC.test_common_signatures
test/dynamo_expected_failures/CPython313-test_functools-TestLRUC.test_copy
test/dynamo_expected_failures/CPython313-test_functools-TestLRUC.test_deepcopy
test/dynamo_expected_failures/CPython313-test_functools-TestLRUC.test_kwargs_order
test/dynamo_expected_failures/CPython313-test_functools-TestLRUC.test_lru
test/dynamo_expected_failures/CPython313-test_functools-TestLRUC.test_lru_bug_35780
test/dynamo_expected_failures/CPython313-test_functools-TestLRUC.test_lru_bug_36650
test/dynamo_expected_failures/CPython313-test_functools-TestLRUC.test_lru_cache_decoration
test/dynamo_expected_failures/CPython313-test_functools-TestLRUC.test_lru_cache_parameters
test/dynamo_expected_failures/CPython313-test_functools-TestLRUC.test_lru_cache_threaded
test/dynamo_expected_failures/CPython313-test_functools-TestLRUC.test_lru_cache_threaded2
test/dynamo_expected_failures/CPython313-test_functools-TestLRUC.test_lru_cache_threaded3
test/dynamo_expected_failures/CPython313-test_functools-TestLRUC.test_lru_cache_typed_is_not_recursive
test/dynamo_expected_failures/CPython313-test_functools-TestLRUC.test_lru_cache_weakrefable
test/dynamo_expected_failures/CPython313-test_functools-TestLRUC.test_lru_hash_only_once
test/dynamo_expected_failures/CPython313-test_functools-TestLRUC.test_lru_method
test/dynamo_expected_failures/CPython313-test_functools-TestLRUC.test_lru_no_args
test/dynamo_expected_failures/CPython313-test_functools-TestLRUC.test_lru_recursion
test/dynamo_expected_failures/CPython313-test_functools-TestLRUC.test_lru_reentrancy_with_len
test/dynamo_expected_failures/CPython313-test_functools-TestLRUC.test_lru_star_arg_handling
test/dynamo_expected_failures/CPython313-test_functools-TestLRUC.test_lru_type_error
test/dynamo_expected_failures/CPython313-test_functools-TestLRUC.test_lru_with_exceptions
test/dynamo_expected_failures/CPython313-test_functools-TestLRUC.test_lru_with_keyword_args
test/dynamo_expected_failures/CPython313-test_functools-TestLRUC.test_lru_with_keyword_args_maxsize_none
test/dynamo_expected_failures/CPython313-test_functools-TestLRUC.test_lru_with_maxsize_negative
test/dynamo_expected_failures/CPython313-test_functools-TestLRUC.test_lru_with_maxsize_none
test/dynamo_expected_failures/CPython313-test_functools-TestLRUC.test_lru_with_types
test/dynamo_expected_failures/CPython313-test_functools-TestLRUC.test_need_for_rlock
test/dynamo_expected_failures/CPython313-test_functools-TestLRUC.test_pickle
test/dynamo_expected_failures/CPython313-test_functools-TestLRUPy.test_common_signatures
test/dynamo_expected_failures/CPython313-test_functools-TestLRUPy.test_copy
test/dynamo_expected_failures/CPython313-test_functools-TestLRUPy.test_deepcopy
test/dynamo_expected_failures/CPython313-test_functools-TestLRUPy.test_kwargs_order
test/dynamo_expected_failures/CPython313-test_functools-TestLRUPy.test_lru
test/dynamo_expected_failures/CPython313-test_functools-TestLRUPy.test_lru_bug_35780
test/dynamo_expected_failures/CPython313-test_functools-TestLRUPy.test_lru_bug_36650
test/dynamo_expected_failures/CPython313-test_functools-TestLRUPy.test_lru_cache_decoration
test/dynamo_expected_failures/CPython313-test_functools-TestLRUPy.test_lru_cache_parameters
test/dynamo_expected_failures/CPython313-test_functools-TestLRUPy.test_lru_cache_threaded
test/dynamo_expected_failures/CPython313-test_functools-TestLRUPy.test_lru_cache_threaded2
test/dynamo_expected_failures/CPython313-test_functools-TestLRUPy.test_lru_cache_threaded3
test/dynamo_expected_failures/CPython313-test_functools-TestLRUPy.test_lru_cache_typed_is_not_recursive
test/dynamo_expected_failures/CPython313-test_functools-TestLRUPy.test_lru_cache_weakrefable
test/dynamo_expected_failures/CPython313-test_functools-TestLRUPy.test_lru_hash_only_once
test/dynamo_expected_failures/CPython313-test_functools-TestLRUPy.test_lru_method
test/dynamo_expected_failures/CPython313-test_functools-TestLRUPy.test_lru_no_args
test/dynamo_expected_failures/CPython313-test_functools-TestLRUPy.test_lru_recursion
test/dynamo_expected_failures/CPython313-test_functools-TestLRUPy.test_lru_reentrancy_with_len
test/dynamo_expected_failures/CPython313-test_functools-TestLRUPy.test_lru_star_arg_handling
test/dynamo_expected_failures/CPython313-test_functools-TestLRUPy.test_lru_type_error
test/dynamo_expected_failures/CPython313-test_functools-TestLRUPy.test_lru_with_exceptions
test/dynamo_expected_failures/CPython313-test_functools-TestLRUPy.test_lru_with_keyword_args
test/dynamo_expected_failures/CPython313-test_functools-TestLRUPy.test_lru_with_keyword_args_maxsize_none
test/dynamo_expected_failures/CPython313-test_functools-TestLRUPy.test_lru_with_maxsize_negative
test/dynamo_expected_failures/CPython313-test_functools-TestLRUPy.test_lru_with_maxsize_none
test/dynamo_expected_failures/CPython313-test_functools-TestLRUPy.test_lru_with_types
test/dynamo_expected_failures/CPython313-test_functools-TestLRUPy.test_need_for_rlock
test/dynamo_expected_failures/CPython313-test_functools-TestLRUPy.test_pickle
test/dynamo_expected_failures/CPython313-test_functools-TestPartialC.test_argument_checking
test/dynamo_expected_failures/CPython313-test_functools-TestPartialC.test_attributes_unwritable
test/dynamo_expected_failures/CPython313-test_functools-TestPartialC.test_copy
test/dynamo_expected_failures/CPython313-test_functools-TestPartialC.test_deepcopy
test/dynamo_expected_failures/CPython313-test_functools-TestPartialC.test_keystr_replaces_value
test/dynamo_expected_failures/CPython313-test_functools-TestPartialC.test_manually_adding_non_string_keyword
test/dynamo_expected_failures/CPython313-test_functools-TestPartialC.test_nested_optimization
test/dynamo_expected_failures/CPython313-test_functools-TestPartialC.test_nested_partial_with_attribute
test/dynamo_expected_failures/CPython313-test_functools-TestPartialC.test_partial_as_method
test/dynamo_expected_failures/CPython313-test_functools-TestPartialC.test_pickle
test/dynamo_expected_failures/CPython313-test_functools-TestPartialC.test_recursive_pickle
test/dynamo_expected_failures/CPython313-test_functools-TestPartialC.test_recursive_repr
test/dynamo_expected_failures/CPython313-test_functools-TestPartialC.test_repr
test/dynamo_expected_failures/CPython313-test_functools-TestPartialC.test_setstate
test/dynamo_expected_failures/CPython313-test_functools-TestPartialC.test_setstate_errors
test/dynamo_expected_failures/CPython313-test_functools-TestPartialC.test_setstate_refcount
test/dynamo_expected_failures/CPython313-test_functools-TestPartialC.test_setstate_subclasses
test/dynamo_expected_failures/CPython313-test_functools-TestPartialC.test_weakref
test/dynamo_expected_failures/CPython313-test_functools-TestPartialCSubclass.test_arg_combinations
test/dynamo_expected_failures/CPython313-test_functools-TestPartialCSubclass.test_argument_checking
test/dynamo_expected_failures/CPython313-test_functools-TestPartialCSubclass.test_attributes
test/dynamo_expected_failures/CPython313-test_functools-TestPartialCSubclass.test_attributes_unwritable
test/dynamo_expected_failures/CPython313-test_functools-TestPartialCSubclass.test_basic_examples
test/dynamo_expected_failures/CPython313-test_functools-TestPartialCSubclass.test_copy
test/dynamo_expected_failures/CPython313-test_functools-TestPartialCSubclass.test_deepcopy
test/dynamo_expected_failures/CPython313-test_functools-TestPartialCSubclass.test_error_propagation
test/dynamo_expected_failures/CPython313-test_functools-TestPartialCSubclass.test_keystr_replaces_value
test/dynamo_expected_failures/CPython313-test_functools-TestPartialCSubclass.test_keyword
test/dynamo_expected_failures/CPython313-test_functools-TestPartialCSubclass.test_kw_combinations
test/dynamo_expected_failures/CPython313-test_functools-TestPartialCSubclass.test_kwargs_copy
test/dynamo_expected_failures/CPython313-test_functools-TestPartialCSubclass.test_manually_adding_non_string_keyword
test/dynamo_expected_failures/CPython313-test_functools-TestPartialCSubclass.test_nested_optimization_bug
test/dynamo_expected_failures/CPython313-test_functools-TestPartialCSubclass.test_nested_partial_with_attribute
test/dynamo_expected_failures/CPython313-test_functools-TestPartialCSubclass.test_no_side_effects
test/dynamo_expected_failures/CPython313-test_functools-TestPartialCSubclass.test_partial_as_method
test/dynamo_expected_failures/CPython313-test_functools-TestPartialCSubclass.test_pickle
test/dynamo_expected_failures/CPython313-test_functools-TestPartialCSubclass.test_positional
test/dynamo_expected_failures/CPython313-test_functools-TestPartialCSubclass.test_protection_of_callers_dict_argument
test/dynamo_expected_failures/CPython313-test_functools-TestPartialCSubclass.test_recursive_pickle
test/dynamo_expected_failures/CPython313-test_functools-TestPartialCSubclass.test_recursive_repr
test/dynamo_expected_failures/CPython313-test_functools-TestPartialCSubclass.test_repr
test/dynamo_expected_failures/CPython313-test_functools-TestPartialCSubclass.test_setstate
test/dynamo_expected_failures/CPython313-test_functools-TestPartialCSubclass.test_setstate_errors
test/dynamo_expected_failures/CPython313-test_functools-TestPartialCSubclass.test_setstate_refcount
test/dynamo_expected_failures/CPython313-test_functools-TestPartialCSubclass.test_setstate_subclasses
test/dynamo_expected_failures/CPython313-test_functools-TestPartialCSubclass.test_weakref
test/dynamo_expected_failures/CPython313-test_functools-TestPartialCSubclass.test_with_bound_and_unbound_methods
test/dynamo_expected_failures/CPython313-test_functools-TestPartialMethod.test_abstract
test/dynamo_expected_failures/CPython313-test_functools-TestPartialMethod.test_arg_combinations
test/dynamo_expected_failures/CPython313-test_functools-TestPartialMethod.test_bound_method_introspection
test/dynamo_expected_failures/CPython313-test_functools-TestPartialMethod.test_descriptors
test/dynamo_expected_failures/CPython313-test_functools-TestPartialMethod.test_invalid_args
test/dynamo_expected_failures/CPython313-test_functools-TestPartialMethod.test_nested
test/dynamo_expected_failures/CPython313-test_functools-TestPartialMethod.test_over_partial
test/dynamo_expected_failures/CPython313-test_functools-TestPartialMethod.test_overriding_keywords
test/dynamo_expected_failures/CPython313-test_functools-TestPartialMethod.test_unbound_method_retrieval
test/dynamo_expected_failures/CPython313-test_functools-TestPartialPy.test_argument_checking
test/dynamo_expected_failures/CPython313-test_functools-TestPartialPy.test_copy
test/dynamo_expected_failures/CPython313-test_functools-TestPartialPy.test_deepcopy
test/dynamo_expected_failures/CPython313-test_functools-TestPartialPy.test_error_propagation
test/dynamo_expected_failures/CPython313-test_functools-TestPartialPy.test_partial_as_method
test/dynamo_expected_failures/CPython313-test_functools-TestPartialPy.test_pickle
test/dynamo_expected_failures/CPython313-test_functools-TestPartialPy.test_recursive_pickle
test/dynamo_expected_failures/CPython313-test_functools-TestPartialPy.test_recursive_repr
test/dynamo_expected_failures/CPython313-test_functools-TestPartialPy.test_repr
test/dynamo_expected_failures/CPython313-test_functools-TestPartialPy.test_weakref
test/dynamo_expected_failures/CPython313-test_functools-TestPartialPySubclass.test_argument_checking
test/dynamo_expected_failures/CPython313-test_functools-TestPartialPySubclass.test_copy
test/dynamo_expected_failures/CPython313-test_functools-TestPartialPySubclass.test_deepcopy
test/dynamo_expected_failures/CPython313-test_functools-TestPartialPySubclass.test_error_propagation
test/dynamo_expected_failures/CPython313-test_functools-TestPartialPySubclass.test_partial_as_method
test/dynamo_expected_failures/CPython313-test_functools-TestPartialPySubclass.test_pickle
test/dynamo_expected_failures/CPython313-test_functools-TestPartialPySubclass.test_recursive_pickle
test/dynamo_expected_failures/CPython313-test_functools-TestPartialPySubclass.test_recursive_repr
test/dynamo_expected_failures/CPython313-test_functools-TestPartialPySubclass.test_repr
test/dynamo_expected_failures/CPython313-test_functools-TestPartialPySubclass.test_weakref
test/dynamo_expected_failures/CPython313-test_functools-TestSingleDispatch.test_abstractmethod_register
test/dynamo_expected_failures/CPython313-test_functools-TestSingleDispatch.test_annotations
test/dynamo_expected_failures/CPython313-test_functools-TestSingleDispatch.test_cache_invalidation
test/dynamo_expected_failures/CPython313-test_functools-TestSingleDispatch.test_callable_register
test/dynamo_expected_failures/CPython313-test_functools-TestSingleDispatch.test_classmethod_register
test/dynamo_expected_failures/CPython313-test_functools-TestSingleDispatch.test_classmethod_slotted_class
test/dynamo_expected_failures/CPython313-test_functools-TestSingleDispatch.test_classmethod_type_ann_register
test/dynamo_expected_failures/CPython313-test_functools-TestSingleDispatch.test_compose_mro
test/dynamo_expected_failures/CPython313-test_functools-TestSingleDispatch.test_double_wrapped_methods
test/dynamo_expected_failures/CPython313-test_functools-TestSingleDispatch.test_invalid_registrations
test/dynamo_expected_failures/CPython313-test_functools-TestSingleDispatch.test_method_bad_hash
test/dynamo_expected_failures/CPython313-test_functools-TestSingleDispatch.test_method_equal_instances
test/dynamo_expected_failures/CPython313-test_functools-TestSingleDispatch.test_method_no_reference_loops
test/dynamo_expected_failures/CPython313-test_functools-TestSingleDispatch.test_method_register
test/dynamo_expected_failures/CPython313-test_functools-TestSingleDispatch.test_method_signatures
test/dynamo_expected_failures/CPython313-test_functools-TestSingleDispatch.test_method_wrapping_attributes
test/dynamo_expected_failures/CPython313-test_functools-TestSingleDispatch.test_register_abc
test/dynamo_expected_failures/CPython313-test_functools-TestSingleDispatch.test_register_decorator
test/dynamo_expected_failures/CPython313-test_functools-TestSingleDispatch.test_register_genericalias
test/dynamo_expected_failures/CPython313-test_functools-TestSingleDispatch.test_register_genericalias_annotation
test/dynamo_expected_failures/CPython313-test_functools-TestSingleDispatch.test_register_genericalias_decorator
test/dynamo_expected_failures/CPython313-test_functools-TestSingleDispatch.test_signatures
test/dynamo_expected_failures/CPython313-test_functools-TestSingleDispatch.test_simple_overloads
test/dynamo_expected_failures/CPython313-test_functools-TestSingleDispatch.test_slotted_class
test/dynamo_expected_failures/CPython313-test_functools-TestSingleDispatch.test_staticmethod_register
test/dynamo_expected_failures/CPython313-test_functools-TestSingleDispatch.test_staticmethod_slotted_class
test/dynamo_expected_failures/CPython313-test_functools-TestSingleDispatch.test_staticmethod_type_ann_register
test/dynamo_expected_failures/CPython313-test_functools-TestSingleDispatch.test_type_ann_register
test/dynamo_expected_failures/CPython313-test_functools-TestSingleDispatch.test_union
test/dynamo_expected_failures/CPython313-test_functools-TestSingleDispatch.test_union_None
test/dynamo_expected_failures/CPython313-test_functools-TestSingleDispatch.test_union_conflict
test/dynamo_expected_failures/CPython313-test_functools-TestTotalOrdering.test_no_operations_defined
test/dynamo_expected_failures/CPython313-test_functools-TestTotalOrdering.test_pickle
test/dynamo_expected_failures/CPython313-test_functools-TestTotalOrdering.test_total_ordering_for_metaclasses_issue_44605
test/dynamo_expected_failures/CPython313-test_functools-TestTotalOrdering.test_type_error_when_not_implemented
test/dynamo_expected_failures/CPython313-test_functools-TestUpdateWrapper.test_builtin_update
test/dynamo_expected_failures/CPython313-test_functools-TestUpdateWrapper.test_update_type_wrapper
test/dynamo_expected_failures/CPython313-test_functools-TestWraps.test_builtin_update
test/dynamo_expected_failures/CPython313-test_functools-TestWraps.test_update_type_wrapper
test/dynamo_expected_failures/CPython313-test_generators-ExceptionTest.test_except_throw
test/dynamo_expected_failures/CPython313-test_generators-ExceptionTest.test_except_throw_bad_exception
test/dynamo_expected_failures/CPython313-test_generators-ExceptionTest.test_except_throw_exception_context
test/dynamo_expected_failures/CPython313-test_generators-ExceptionTest.test_gen_3_arg_deprecation_warning
test/dynamo_expected_failures/CPython313-test_generators-ExceptionTest.test_return_stopiteration
test/dynamo_expected_failures/CPython313-test_generators-ExceptionTest.test_return_tuple
test/dynamo_expected_failures/CPython313-test_generators-ExceptionTest.test_stopiteration_error
test/dynamo_expected_failures/CPython313-test_generators-ExceptionTest.test_tutorial_stopiteration
test/dynamo_expected_failures/CPython313-test_generators-FinalizationTest.test_frame_resurrect
test/dynamo_expected_failures/CPython313-test_generators-FinalizationTest.test_lambda_generator
test/dynamo_expected_failures/CPython313-test_generators-FinalizationTest.test_refcycle
test/dynamo_expected_failures/CPython313-test_generators-GeneratorCloseTest.test_close_releases_frame_locals
test/dynamo_expected_failures/CPython313-test_generators-GeneratorStackTraceTest.test_send_with_yield_from
test/dynamo_expected_failures/CPython313-test_generators-GeneratorStackTraceTest.test_throw_with_yield_from
test/dynamo_expected_failures/CPython313-test_generators-GeneratorTest.test_ag_frame_f_back
test/dynamo_expected_failures/CPython313-test_generators-GeneratorTest.test_copy
test/dynamo_expected_failures/CPython313-test_generators-GeneratorTest.test_cr_frame_f_back
test/dynamo_expected_failures/CPython313-test_generators-GeneratorTest.test_gi_frame_f_back
test/dynamo_expected_failures/CPython313-test_generators-GeneratorTest.test_handle_frame_object_in_creation
test/dynamo_expected_failures/CPython313-test_generators-GeneratorTest.test_name
test/dynamo_expected_failures/CPython313-test_generators-GeneratorTest.test_pickle
test/dynamo_expected_failures/CPython313-test_generators-ModifyUnderlyingIterableTest.test_modify_f_locals
test/dynamo_expected_failures/CPython313-test_generators-ModifyUnderlyingIterableTest.test_new_gen_from_gi_code
test/dynamo_expected_failures/CPython313-test_generators-SignalAndYieldFromTest.test_raise_and_yield_from
test/dynamo_expected_failures/CPython313-test_generators-YieldFromTests.test_generator_gi_yieldfrom
test/dynamo_expected_failures/CPython313-test_heapq-TestErrorHandlingC.test_cmp_err
test/dynamo_expected_failures/CPython313-test_heapq-TestErrorHandlingC.test_comparison_operator_modifiying_heap
test/dynamo_expected_failures/CPython313-test_heapq-TestErrorHandlingC.test_comparison_operator_modifiying_heap_two_heaps
test/dynamo_expected_failures/CPython313-test_heapq-TestErrorHandlingC.test_heappop_mutating_heap
test/dynamo_expected_failures/CPython313-test_heapq-TestErrorHandlingC.test_heappush_mutating_heap
test/dynamo_expected_failures/CPython313-test_heapq-TestErrorHandlingC.test_iterable_args
test/dynamo_expected_failures/CPython313-test_heapq-TestErrorHandlingC.test_len_only
test/dynamo_expected_failures/CPython313-test_heapq-TestErrorHandlingC.test_non_sequence
test/dynamo_expected_failures/CPython313-test_heapq-TestErrorHandlingPython.test_cmp_err
test/dynamo_expected_failures/CPython313-test_heapq-TestErrorHandlingPython.test_comparison_operator_modifiying_heap
test/dynamo_expected_failures/CPython313-test_heapq-TestErrorHandlingPython.test_comparison_operator_modifiying_heap_two_heaps
test/dynamo_expected_failures/CPython313-test_heapq-TestHeapC.test_empty_merges
test/dynamo_expected_failures/CPython313-test_heapq-TestHeapC.test_heapify
test/dynamo_expected_failures/CPython313-test_heapq-TestHeapC.test_heappop_max
test/dynamo_expected_failures/CPython313-test_heapq-TestHeapC.test_heappushpop
test/dynamo_expected_failures/CPython313-test_heapq-TestHeapC.test_merge_does_not_suppress_index_error
test/dynamo_expected_failures/CPython313-test_int-IntStrDigitLimitsTests.test_denial_of_service_prevented_int_to_str
test/dynamo_expected_failures/CPython313-test_int-IntStrDigitLimitsTests.test_denial_of_service_prevented_str_to_int
test/dynamo_expected_failures/CPython313-test_int-IntStrDigitLimitsTests.test_int_max_str_digits_is_per_interpreter
test/dynamo_expected_failures/CPython313-test_int-IntSubclassStrDigitLimitsTests.test_denial_of_service_prevented_int_to_str
test/dynamo_expected_failures/CPython313-test_int-IntSubclassStrDigitLimitsTests.test_denial_of_service_prevented_str_to_int
test/dynamo_expected_failures/CPython313-test_int-IntSubclassStrDigitLimitsTests.test_int_from_other_bases
test/dynamo_expected_failures/CPython313-test_int-IntSubclassStrDigitLimitsTests.test_int_max_str_digits_is_per_interpreter
test/dynamo_expected_failures/CPython313-test_int-IntSubclassStrDigitLimitsTests.test_max_str_digits
test/dynamo_expected_failures/CPython313-test_int-IntSubclassStrDigitLimitsTests.test_underscores_ignored
test/dynamo_expected_failures/CPython313-test_int-IntTestCases.test_error_message
test/dynamo_expected_failures/CPython313-test_int-IntTestCases.test_int_base_indexable
test/dynamo_expected_failures/CPython313-test_int-IntTestCases.test_int_memoryview
test/dynamo_expected_failures/CPython313-test_int-IntTestCases.test_int_returns_int_subclass
test/dynamo_expected_failures/CPython313-test_int-IntTestCases.test_int_subclass_with_int
test/dynamo_expected_failures/CPython313-test_int-IntTestCases.test_non_numeric_input_types
test/dynamo_expected_failures/CPython313-test_int-IntTestCases.test_underscores
test/dynamo_expected_failures/CPython313-test_int-PyLongModuleTests.test_pylong_misbehavior_error_path_from_str
test/dynamo_expected_failures/CPython313-test_int-PyLongModuleTests.test_pylong_misbehavior_error_path_to_str
test/dynamo_expected_failures/CPython313-test_int-PyLongModuleTests.test_pylong_roundtrip
test/dynamo_expected_failures/CPython313-test_iter-TestCase.test_3720
test/dynamo_expected_failures/CPython313-test_iter-TestCase.test_builtin_filter
test/dynamo_expected_failures/CPython313-test_iter-TestCase.test_builtin_list
test/dynamo_expected_failures/CPython313-test_iter-TestCase.test_builtin_map
test/dynamo_expected_failures/CPython313-test_iter-TestCase.test_builtin_max_min
test/dynamo_expected_failures/CPython313-test_iter-TestCase.test_builtin_tuple
test/dynamo_expected_failures/CPython313-test_iter-TestCase.test_builtin_zip
test/dynamo_expected_failures/CPython313-test_iter-TestCase.test_countOf
test/dynamo_expected_failures/CPython313-test_iter-TestCase.test_error_iter
test/dynamo_expected_failures/CPython313-test_iter-TestCase.test_exception_locations
test/dynamo_expected_failures/CPython313-test_iter-TestCase.test_free_after_iterating
test/dynamo_expected_failures/CPython313-test_iter-TestCase.test_in_and_not_in
test/dynamo_expected_failures/CPython313-test_iter-TestCase.test_indexOf
test/dynamo_expected_failures/CPython313-test_iter-TestCase.test_iter_file
test/dynamo_expected_failures/CPython313-test_iter-TestCase.test_iter_function_concealing_reentrant_exhaustion
test/dynamo_expected_failures/CPython313-test_iter-TestCase.test_iter_neg_setstate
test/dynamo_expected_failures/CPython313-test_iter-TestCase.test_iter_overflow
test/dynamo_expected_failures/CPython313-test_iter-TestCase.test_mutating_seq_class_iter_pickle
test/dynamo_expected_failures/CPython313-test_iter-TestCase.test_reduce_mutating_builtins_iter
test/dynamo_expected_failures/CPython313-test_iter-TestCase.test_ref_counting_behavior
test/dynamo_expected_failures/CPython313-test_iter-TestCase.test_unicode_join_endcase
test/dynamo_expected_failures/CPython313-test_iter-TestCase.test_unpack_iter
test/dynamo_expected_failures/CPython313-test_iter-TestCase.test_writelines
test/dynamo_expected_failures/CPython313-test_itertools-LengthTransparency.test_repeat
test/dynamo_expected_failures/CPython313-test_itertools-LengthTransparency.test_repeat_with_negative_times
test/dynamo_expected_failures/CPython313-test_itertools-RegressionTests.test_issue30347_1
test/dynamo_expected_failures/CPython313-test_itertools-RegressionTests.test_issue30347_2
test/dynamo_expected_failures/CPython313-test_itertools-RegressionTests.test_long_chain_of_empty_iterables
test/dynamo_expected_failures/CPython313-test_itertools-RegressionTests.test_sf_793826
test/dynamo_expected_failures/CPython313-test_itertools-SubclassWithKwargsTest.test_keywords_in_subclass
test/dynamo_expected_failures/CPython313-test_itertools-TestBasicOps.test_StopIteration
test/dynamo_expected_failures/CPython313-test_itertools-TestBasicOps.test_accumulate
test/dynamo_expected_failures/CPython313-test_itertools-TestBasicOps.test_batched
test/dynamo_expected_failures/CPython313-test_itertools-TestBasicOps.test_bug_7244
test/dynamo_expected_failures/CPython313-test_itertools-TestBasicOps.test_chain_reducible
test/dynamo_expected_failures/CPython313-test_itertools-TestBasicOps.test_chain_setstate
test/dynamo_expected_failures/CPython313-test_itertools-TestBasicOps.test_combinations
test/dynamo_expected_failures/CPython313-test_itertools-TestBasicOps.test_combinations_overflow
test/dynamo_expected_failures/CPython313-test_itertools-TestBasicOps.test_combinations_result_gc
test/dynamo_expected_failures/CPython313-test_itertools-TestBasicOps.test_combinations_tuple_reuse
test/dynamo_expected_failures/CPython313-test_itertools-TestBasicOps.test_combinations_with_replacement
test/dynamo_expected_failures/CPython313-test_itertools-TestBasicOps.test_combinations_with_replacement_overflow
test/dynamo_expected_failures/CPython313-test_itertools-TestBasicOps.test_combinations_with_replacement_result_gc
test/dynamo_expected_failures/CPython313-test_itertools-TestBasicOps.test_combinations_with_replacement_tuple_reuse
test/dynamo_expected_failures/CPython313-test_itertools-TestBasicOps.test_combinatorics
test/dynamo_expected_failures/CPython313-test_itertools-TestBasicOps.test_compress
test/dynamo_expected_failures/CPython313-test_itertools-TestBasicOps.test_count
test/dynamo_expected_failures/CPython313-test_itertools-TestBasicOps.test_count_threading
test/dynamo_expected_failures/CPython313-test_itertools-TestBasicOps.test_count_with_step
test/dynamo_expected_failures/CPython313-test_itertools-TestBasicOps.test_count_with_step_threading
test/dynamo_expected_failures/CPython313-test_itertools-TestBasicOps.test_cycle_copy_pickle
test/dynamo_expected_failures/CPython313-test_itertools-TestBasicOps.test_cycle_setstate
test/dynamo_expected_failures/CPython313-test_itertools-TestBasicOps.test_cycle_unpickle_compat
test/dynamo_expected_failures/CPython313-test_itertools-TestBasicOps.test_groupby
test/dynamo_expected_failures/CPython313-test_itertools-TestBasicOps.test_immutable_types
test/dynamo_expected_failures/CPython313-test_itertools-TestBasicOps.test_islice
test/dynamo_expected_failures/CPython313-test_itertools-TestBasicOps.test_map
test/dynamo_expected_failures/CPython313-test_itertools-TestBasicOps.test_pairwise
test/dynamo_expected_failures/CPython313-test_itertools-TestBasicOps.test_pairwise_reenter
test/dynamo_expected_failures/CPython313-test_itertools-TestBasicOps.test_pairwise_reenter2
test/dynamo_expected_failures/CPython313-test_itertools-TestBasicOps.test_pairwise_result_gc
test/dynamo_expected_failures/CPython313-test_itertools-TestBasicOps.test_permutations_overflow
test/dynamo_expected_failures/CPython313-test_itertools-TestBasicOps.test_permutations_result_gc
test/dynamo_expected_failures/CPython313-test_itertools-TestBasicOps.test_permutations_tuple_reuse
test/dynamo_expected_failures/CPython313-test_itertools-TestBasicOps.test_product_issue_25021
test/dynamo_expected_failures/CPython313-test_itertools-TestBasicOps.test_product_overflow
test/dynamo_expected_failures/CPython313-test_itertools-TestBasicOps.test_product_pickling
test/dynamo_expected_failures/CPython313-test_itertools-TestBasicOps.test_product_result_gc
test/dynamo_expected_failures/CPython313-test_itertools-TestBasicOps.test_product_tuple_reuse
test/dynamo_expected_failures/CPython313-test_itertools-TestBasicOps.test_repeat
test/dynamo_expected_failures/CPython313-test_itertools-TestBasicOps.test_repeat_with_negative_times
test/dynamo_expected_failures/CPython313-test_itertools-TestBasicOps.test_tee
test/dynamo_expected_failures/CPython313-test_itertools-TestBasicOps.test_tee_concurrent
test/dynamo_expected_failures/CPython313-test_itertools-TestBasicOps.test_tee_dealloc_segfault
test/dynamo_expected_failures/CPython313-test_itertools-TestBasicOps.test_tee_del_backward
test/dynamo_expected_failures/CPython313-test_itertools-TestBasicOps.test_tee_reenter
test/dynamo_expected_failures/CPython313-test_itertools-TestBasicOps.test_zip_longest_bad_iterable
test/dynamo_expected_failures/CPython313-test_itertools-TestBasicOps.test_zip_longest_pickling
test/dynamo_expected_failures/CPython313-test_itertools-TestBasicOps.test_zip_longest_result_gc
test/dynamo_expected_failures/CPython313-test_itertools-TestBasicOps.test_zip_longest_tuple_reuse
test/dynamo_expected_failures/CPython313-test_itertools-TestBasicOps.test_zip_tuple_reuse
test/dynamo_expected_failures/CPython313-test_itertools-TestExamples.test_accumulate_reducible
test/dynamo_expected_failures/CPython313-test_itertools-TestExamples.test_accumulate_reducible_none
test/dynamo_expected_failures/CPython313-test_itertools-TestExamples.test_combinations_with_replacement
test/dynamo_expected_failures/CPython313-test_itertools-TestGC.test_batched
test/dynamo_expected_failures/CPython313-test_itertools-TestGC.test_combinations_with_replacement
test/dynamo_expected_failures/CPython313-test_itertools-TestGC.test_count
test/dynamo_expected_failures/CPython313-test_itertools-TestGC.test_filterfalse
test/dynamo_expected_failures/CPython313-test_itertools-TestGC.test_groupby
test/dynamo_expected_failures/CPython313-test_itertools-TestPurePythonRoughEquivalents.test_batched_recipe
test/dynamo_expected_failures/CPython313-test_itertools-TestPurePythonRoughEquivalents.test_islice_recipe
test/dynamo_expected_failures/CPython313-test_itertools-TestPurePythonRoughEquivalents.test_tee_recipe
test/dynamo_expected_failures/CPython313-test_itertools-TestVariousIteratorArgs.test_batched
test/dynamo_expected_failures/CPython313-test_itertools-TestVariousIteratorArgs.test_filter
test/dynamo_expected_failures/CPython313-test_itertools-TestVariousIteratorArgs.test_groupby
test/dynamo_expected_failures/CPython313-test_itertools-TestVariousIteratorArgs.test_map
test/dynamo_expected_failures/CPython313-test_itertools-TestVariousIteratorArgs.test_pairwise
test/dynamo_expected_failures/CPython313-test_itertools-TestVariousIteratorArgs.test_ziplongest
test/dynamo_expected_failures/CPython313-test_list-ListTest.test_constructor_exception_handling
test/dynamo_expected_failures/CPython313-test_list-ListTest.test_constructors
test/dynamo_expected_failures/CPython313-test_list-ListTest.test_contains_fake
test/dynamo_expected_failures/CPython313-test_list-ListTest.test_contains_order
test/dynamo_expected_failures/CPython313-test_list-ListTest.test_deopt_from_append_list
test/dynamo_expected_failures/CPython313-test_list-ListTest.test_equal_operator_modifying_operand
test/dynamo_expected_failures/CPython313-test_list-ListTest.test_extend
test/dynamo_expected_failures/CPython313-test_list-ListTest.test_free_after_iterating
test/dynamo_expected_failures/CPython313-test_list-ListTest.test_imul
test/dynamo_expected_failures/CPython313-test_list-ListTest.test_index
test/dynamo_expected_failures/CPython313-test_list-ListTest.test_init
test/dynamo_expected_failures/CPython313-test_list-ListTest.test_iterator_pickle
test/dynamo_expected_failures/CPython313-test_list-ListTest.test_keyword_args
test/dynamo_expected_failures/CPython313-test_list-ListTest.test_keywords_in_subclass
test/dynamo_expected_failures/CPython313-test_list-ListTest.test_no_comdat_folding
test/dynamo_expected_failures/CPython313-test_list-ListTest.test_pickle
test/dynamo_expected_failures/CPython313-test_list-ListTest.test_preallocation
test/dynamo_expected_failures/CPython313-test_list-ListTest.test_remove
test/dynamo_expected_failures/CPython313-test_list-ListTest.test_repeat
test/dynamo_expected_failures/CPython313-test_list-ListTest.test_repr
test/dynamo_expected_failures/CPython313-test_list-ListTest.test_repr_deep
test/dynamo_expected_failures/CPython313-test_list-ListTest.test_repr_mutate
test/dynamo_expected_failures/CPython313-test_list-ListTest.test_reversed
test/dynamo_expected_failures/CPython313-test_list-ListTest.test_reversed_pickle
test/dynamo_expected_failures/CPython313-test_list-ListTest.test_sort
test/dynamo_expected_failures/CPython313-test_math-IsCloseTests.test_decimals
test/dynamo_expected_failures/CPython313-test_math-IsCloseTests.test_fractions
test/dynamo_expected_failures/CPython313-test_math-MathTests.testCeil
test/dynamo_expected_failures/CPython313-test_math-MathTests.testComb
test/dynamo_expected_failures/CPython313-test_math-MathTests.testDist
test/dynamo_expected_failures/CPython313-test_math-MathTests.testFactorial
test/dynamo_expected_failures/CPython313-test_math-MathTests.testFactorialNonIntegers
test/dynamo_expected_failures/CPython313-test_math-MathTests.testFloor
test/dynamo_expected_failures/CPython313-test_math-MathTests.testFsum
test/dynamo_expected_failures/CPython313-test_math-MathTests.testGcd
test/dynamo_expected_failures/CPython313-test_math-MathTests.testHypot
test/dynamo_expected_failures/CPython313-test_math-MathTests.testHypotAccuracy
test/dynamo_expected_failures/CPython313-test_math-MathTests.testIsqrt
test/dynamo_expected_failures/CPython313-test_math-MathTests.testLog2
test/dynamo_expected_failures/CPython313-test_math-MathTests.testLog2Exact
test/dynamo_expected_failures/CPython313-test_math-MathTests.testPerm
test/dynamo_expected_failures/CPython313-test_math-MathTests.testRemainder
test/dynamo_expected_failures/CPython313-test_math-MathTests.testSumProd
test/dynamo_expected_failures/CPython313-test_math-MathTests.test_issue39871
test/dynamo_expected_failures/CPython313-test_math-MathTests.test_lcm
test/dynamo_expected_failures/CPython313-test_math-MathTests.test_mtestfile
test/dynamo_expected_failures/CPython313-test_math-MathTests.test_prod
test/dynamo_expected_failures/CPython313-test_math-MathTests.test_sumprod_accuracy
test/dynamo_expected_failures/CPython313-test_math-MathTests.test_sumprod_extended_precision_accuracy
test/dynamo_expected_failures/CPython313-test_math-MathTests.test_sumprod_stress
test/dynamo_expected_failures/CPython313-test_math-MathTests.test_testfile
test/dynamo_expected_failures/CPython313-test_math-MathTests.test_trunc
test/dynamo_expected_failures/CPython313-test_numeric_tower-ComparisonTest.test_complex
test/dynamo_expected_failures/CPython313-test_numeric_tower-ComparisonTest.test_mixed_comparisons
test/dynamo_expected_failures/CPython313-test_numeric_tower-HashTest.test_binary_floats
test/dynamo_expected_failures/CPython313-test_numeric_tower-HashTest.test_decimals
test/dynamo_expected_failures/CPython313-test_numeric_tower-HashTest.test_fractions
test/dynamo_expected_failures/CPython313-test_numeric_tower-HashTest.test_hash_normalization
test/dynamo_expected_failures/CPython313-test_numeric_tower-HashTest.test_integers
test/dynamo_expected_failures/CPython313-test_operator-CCOperatorPickleTestCase.test_attrgetter
test/dynamo_expected_failures/CPython313-test_operator-CCOperatorPickleTestCase.test_itemgetter
test/dynamo_expected_failures/CPython313-test_operator-CCOperatorPickleTestCase.test_methodcaller
test/dynamo_expected_failures/CPython313-test_operator-COperatorTestCase.test_abs
test/dynamo_expected_failures/CPython313-test_operator-COperatorTestCase.test_add
test/dynamo_expected_failures/CPython313-test_operator-COperatorTestCase.test_attrgetter
test/dynamo_expected_failures/CPython313-test_operator-COperatorTestCase.test_attrgetter_signature
test/dynamo_expected_failures/CPython313-test_operator-COperatorTestCase.test_bitwise_and
test/dynamo_expected_failures/CPython313-test_operator-COperatorTestCase.test_bitwise_or
test/dynamo_expected_failures/CPython313-test_operator-COperatorTestCase.test_bitwise_xor
test/dynamo_expected_failures/CPython313-test_operator-COperatorTestCase.test_call
test/dynamo_expected_failures/CPython313-test_operator-COperatorTestCase.test_concat
test/dynamo_expected_failures/CPython313-test_operator-COperatorTestCase.test_contains
test/dynamo_expected_failures/CPython313-test_operator-COperatorTestCase.test_countOf
test/dynamo_expected_failures/CPython313-test_operator-COperatorTestCase.test_delitem
test/dynamo_expected_failures/CPython313-test_operator-COperatorTestCase.test_eq
test/dynamo_expected_failures/CPython313-test_operator-COperatorTestCase.test_floordiv
test/dynamo_expected_failures/CPython313-test_operator-COperatorTestCase.test_ge
test/dynamo_expected_failures/CPython313-test_operator-COperatorTestCase.test_getitem
test/dynamo_expected_failures/CPython313-test_operator-COperatorTestCase.test_gt
test/dynamo_expected_failures/CPython313-test_operator-COperatorTestCase.test_iconcat_without_getitem
test/dynamo_expected_failures/CPython313-test_operator-COperatorTestCase.test_index
test/dynamo_expected_failures/CPython313-test_operator-COperatorTestCase.test_indexOf
test/dynamo_expected_failures/CPython313-test_operator-COperatorTestCase.test_inplace
test/dynamo_expected_failures/CPython313-test_operator-COperatorTestCase.test_invert
test/dynamo_expected_failures/CPython313-test_operator-COperatorTestCase.test_is
test/dynamo_expected_failures/CPython313-test_operator-COperatorTestCase.test_is_not
test/dynamo_expected_failures/CPython313-test_operator-COperatorTestCase.test_itemgetter
test/dynamo_expected_failures/CPython313-test_operator-COperatorTestCase.test_itemgetter_signature
test/dynamo_expected_failures/CPython313-test_operator-COperatorTestCase.test_le
test/dynamo_expected_failures/CPython313-test_operator-COperatorTestCase.test_length_hint
test/dynamo_expected_failures/CPython313-test_operator-COperatorTestCase.test_lshift
test/dynamo_expected_failures/CPython313-test_operator-COperatorTestCase.test_lt
test/dynamo_expected_failures/CPython313-test_operator-COperatorTestCase.test_matmul
test/dynamo_expected_failures/CPython313-test_operator-COperatorTestCase.test_methodcaller
test/dynamo_expected_failures/CPython313-test_operator-COperatorTestCase.test_methodcaller_signature
test/dynamo_expected_failures/CPython313-test_operator-COperatorTestCase.test_mod
test/dynamo_expected_failures/CPython313-test_operator-COperatorTestCase.test_mul
test/dynamo_expected_failures/CPython313-test_operator-COperatorTestCase.test_ne
test/dynamo_expected_failures/CPython313-test_operator-COperatorTestCase.test_neg
test/dynamo_expected_failures/CPython313-test_operator-COperatorTestCase.test_not_
test/dynamo_expected_failures/CPython313-test_operator-COperatorTestCase.test_pos
test/dynamo_expected_failures/CPython313-test_operator-COperatorTestCase.test_pow
test/dynamo_expected_failures/CPython313-test_operator-COperatorTestCase.test_rshift
test/dynamo_expected_failures/CPython313-test_operator-COperatorTestCase.test_setitem
test/dynamo_expected_failures/CPython313-test_operator-COperatorTestCase.test_sub
test/dynamo_expected_failures/CPython313-test_operator-COperatorTestCase.test_truediv
test/dynamo_expected_failures/CPython313-test_operator-COperatorTestCase.test_truth
test/dynamo_expected_failures/CPython313-test_operator-CPyOperatorPickleTestCase.test_attrgetter
test/dynamo_expected_failures/CPython313-test_operator-CPyOperatorPickleTestCase.test_itemgetter
test/dynamo_expected_failures/CPython313-test_operator-CPyOperatorPickleTestCase.test_methodcaller
test/dynamo_expected_failures/CPython313-test_operator-PyCOperatorPickleTestCase.test_attrgetter
test/dynamo_expected_failures/CPython313-test_operator-PyCOperatorPickleTestCase.test_itemgetter
test/dynamo_expected_failures/CPython313-test_operator-PyCOperatorPickleTestCase.test_methodcaller
test/dynamo_expected_failures/CPython313-test_operator-PyOperatorTestCase.test_abs
test/dynamo_expected_failures/CPython313-test_operator-PyOperatorTestCase.test_attrgetter
test/dynamo_expected_failures/CPython313-test_operator-PyOperatorTestCase.test_attrgetter_signature
test/dynamo_expected_failures/CPython313-test_operator-PyOperatorTestCase.test_index
test/dynamo_expected_failures/CPython313-test_operator-PyOperatorTestCase.test_inplace
test/dynamo_expected_failures/CPython313-test_operator-PyOperatorTestCase.test_itemgetter
test/dynamo_expected_failures/CPython313-test_operator-PyOperatorTestCase.test_itemgetter_signature
test/dynamo_expected_failures/CPython313-test_operator-PyOperatorTestCase.test_length_hint
test/dynamo_expected_failures/CPython313-test_operator-PyOperatorTestCase.test_matmul
test/dynamo_expected_failures/CPython313-test_operator-PyOperatorTestCase.test_methodcaller
test/dynamo_expected_failures/CPython313-test_operator-PyOperatorTestCase.test_methodcaller_signature
test/dynamo_expected_failures/CPython313-test_operator-PyOperatorTestCase.test_not_
test/dynamo_expected_failures/CPython313-test_operator-PyOperatorTestCase.test_pos
test/dynamo_expected_failures/CPython313-test_operator-PyPyOperatorPickleTestCase.test_attrgetter
test/dynamo_expected_failures/CPython313-test_operator-PyPyOperatorPickleTestCase.test_itemgetter
test/dynamo_expected_failures/CPython313-test_operator-PyPyOperatorPickleTestCase.test_methodcaller
test/dynamo_expected_failures/CPython313-test_ordered_dict-CPythonBuiltinDictTests.test_clear
test/dynamo_expected_failures/CPython313-test_ordered_dict-CPythonBuiltinDictTests.test_delitem
test/dynamo_expected_failures/CPython313-test_ordered_dict-CPythonBuiltinDictTests.test_delitem_hash_collision
test/dynamo_expected_failures/CPython313-test_ordered_dict-CPythonBuiltinDictTests.test_highly_nested
test/dynamo_expected_failures/CPython313-test_ordered_dict-CPythonBuiltinDictTests.test_highly_nested_subclass
test/dynamo_expected_failures/CPython313-test_ordered_dict-CPythonBuiltinDictTests.test_init
test/dynamo_expected_failures/CPython313-test_ordered_dict-CPythonBuiltinDictTests.test_popitem
test/dynamo_expected_failures/CPython313-test_ordered_dict-CPythonBuiltinDictTests.test_update
test/dynamo_expected_failures/CPython313-test_ordered_dict-CPythonGeneralMappingTests.test_update
test/dynamo_expected_failures/CPython313-test_ordered_dict-CPythonOrderedDictSubclassTests.test_468
test/dynamo_expected_failures/CPython313-test_ordered_dict-CPythonOrderedDictSubclassTests.test_clear
test/dynamo_expected_failures/CPython313-test_ordered_dict-CPythonOrderedDictSubclassTests.test_copying
test/dynamo_expected_failures/CPython313-test_ordered_dict-CPythonOrderedDictSubclassTests.test_delitem
test/dynamo_expected_failures/CPython313-test_ordered_dict-CPythonOrderedDictSubclassTests.test_delitem_hash_collision
test/dynamo_expected_failures/CPython313-test_ordered_dict-CPythonOrderedDictSubclassTests.test_detect_deletion_during_iteration
test/dynamo_expected_failures/CPython313-test_ordered_dict-CPythonOrderedDictSubclassTests.test_dict_delitem
test/dynamo_expected_failures/CPython313-test_ordered_dict-CPythonOrderedDictSubclassTests.test_dict_pop
test/dynamo_expected_failures/CPython313-test_ordered_dict-CPythonOrderedDictSubclassTests.test_dict_popitem
test/dynamo_expected_failures/CPython313-test_ordered_dict-CPythonOrderedDictSubclassTests.test_equality
test/dynamo_expected_failures/CPython313-test_ordered_dict-CPythonOrderedDictSubclassTests.test_free_after_iterating
test/dynamo_expected_failures/CPython313-test_ordered_dict-CPythonOrderedDictSubclassTests.test_fromkeys
test/dynamo_expected_failures/CPython313-test_ordered_dict-CPythonOrderedDictSubclassTests.test_highly_nested
test/dynamo_expected_failures/CPython313-test_ordered_dict-CPythonOrderedDictSubclassTests.test_highly_nested_subclass
test/dynamo_expected_failures/CPython313-test_ordered_dict-CPythonOrderedDictSubclassTests.test_init
test/dynamo_expected_failures/CPython313-test_ordered_dict-CPythonOrderedDictSubclassTests.test_init_calls
test/dynamo_expected_failures/CPython313-test_ordered_dict-CPythonOrderedDictSubclassTests.test_issue119004_change_linked_list_by_clear
test/dynamo_expected_failures/CPython313-test_ordered_dict-CPythonOrderedDictSubclassTests.test_issue119004_change_linked_list_by_delete_key
test/dynamo_expected_failures/CPython313-test_ordered_dict-CPythonOrderedDictSubclassTests.test_issue119004_change_size_by_clear
test/dynamo_expected_failures/CPython313-test_ordered_dict-CPythonOrderedDictSubclassTests.test_issue119004_change_size_by_delete_key
test/dynamo_expected_failures/CPython313-test_ordered_dict-CPythonOrderedDictSubclassTests.test_issue119004_change_size_by_delete_key_in_dict_eq
test/dynamo_expected_failures/CPython313-test_ordered_dict-CPythonOrderedDictSubclassTests.test_issue24347
test/dynamo_expected_failures/CPython313-test_ordered_dict-CPythonOrderedDictSubclassTests.test_iterators
test/dynamo_expected_failures/CPython313-test_ordered_dict-CPythonOrderedDictSubclassTests.test_iterators_pickling
test/dynamo_expected_failures/CPython313-test_ordered_dict-CPythonOrderedDictSubclassTests.test_key_change_during_iteration
test/dynamo_expected_failures/CPython313-test_ordered_dict-CPythonOrderedDictSubclassTests.test_merge_operator
test/dynamo_expected_failures/CPython313-test_ordered_dict-CPythonOrderedDictSubclassTests.test_move_to_end
test/dynamo_expected_failures/CPython313-test_ordered_dict-CPythonOrderedDictSubclassTests.test_move_to_end_issue25406
test/dynamo_expected_failures/CPython313-test_ordered_dict-CPythonOrderedDictSubclassTests.test_ordered_dict_items_result_gc
test/dynamo_expected_failures/CPython313-test_ordered_dict-CPythonOrderedDictSubclassTests.test_pickle_recursive
test/dynamo_expected_failures/CPython313-test_ordered_dict-CPythonOrderedDictSubclassTests.test_pop
test/dynamo_expected_failures/CPython313-test_ordered_dict-CPythonOrderedDictSubclassTests.test_popitem
test/dynamo_expected_failures/CPython313-test_ordered_dict-CPythonOrderedDictSubclassTests.test_reduce_not_too_fat
test/dynamo_expected_failures/CPython313-test_ordered_dict-CPythonOrderedDictSubclassTests.test_reference_loop
test/dynamo_expected_failures/CPython313-test_ordered_dict-CPythonOrderedDictSubclassTests.test_repr
test/dynamo_expected_failures/CPython313-test_ordered_dict-CPythonOrderedDictSubclassTests.test_repr_recursive
test/dynamo_expected_failures/CPython313-test_ordered_dict-CPythonOrderedDictSubclassTests.test_repr_recursive_values
test/dynamo_expected_failures/CPython313-test_ordered_dict-CPythonOrderedDictSubclassTests.test_setdefault
test/dynamo_expected_failures/CPython313-test_ordered_dict-CPythonOrderedDictSubclassTests.test_sizeof
test/dynamo_expected_failures/CPython313-test_ordered_dict-CPythonOrderedDictSubclassTests.test_sizeof_exact
test/dynamo_expected_failures/CPython313-test_ordered_dict-CPythonOrderedDictSubclassTests.test_update
test/dynamo_expected_failures/CPython313-test_ordered_dict-CPythonOrderedDictSubclassTests.test_views
test/dynamo_expected_failures/CPython313-test_ordered_dict-CPythonOrderedDictSubclassTests.test_weakref_list_is_not_traversed
test/dynamo_expected_failures/CPython313-test_ordered_dict-CPythonOrderedDictSubclassTests.test_yaml_linkage
test/dynamo_expected_failures/CPython313-test_ordered_dict-CPythonOrderedDictTests.test_468
test/dynamo_expected_failures/CPython313-test_ordered_dict-CPythonOrderedDictTests.test_clear
test/dynamo_expected_failures/CPython313-test_ordered_dict-CPythonOrderedDictTests.test_copying
test/dynamo_expected_failures/CPython313-test_ordered_dict-CPythonOrderedDictTests.test_delitem
test/dynamo_expected_failures/CPython313-test_ordered_dict-CPythonOrderedDictTests.test_delitem_hash_collision
test/dynamo_expected_failures/CPython313-test_ordered_dict-CPythonOrderedDictTests.test_dict_delitem
test/dynamo_expected_failures/CPython313-test_ordered_dict-CPythonOrderedDictTests.test_dict_pop
test/dynamo_expected_failures/CPython313-test_ordered_dict-CPythonOrderedDictTests.test_dict_popitem
test/dynamo_expected_failures/CPython313-test_ordered_dict-CPythonOrderedDictTests.test_equality
test/dynamo_expected_failures/CPython313-test_ordered_dict-CPythonOrderedDictTests.test_free_after_iterating
test/dynamo_expected_failures/CPython313-test_ordered_dict-CPythonOrderedDictTests.test_highly_nested
test/dynamo_expected_failures/CPython313-test_ordered_dict-CPythonOrderedDictTests.test_highly_nested_subclass
test/dynamo_expected_failures/CPython313-test_ordered_dict-CPythonOrderedDictTests.test_init
test/dynamo_expected_failures/CPython313-test_ordered_dict-CPythonOrderedDictTests.test_init_calls
test/dynamo_expected_failures/CPython313-test_ordered_dict-CPythonOrderedDictTests.test_issue119004_change_linked_list_by_clear
test/dynamo_expected_failures/CPython313-test_ordered_dict-CPythonOrderedDictTests.test_issue119004_change_linked_list_by_delete_key
test/dynamo_expected_failures/CPython313-test_ordered_dict-CPythonOrderedDictTests.test_issue119004_change_size_by_clear
test/dynamo_expected_failures/CPython313-test_ordered_dict-CPythonOrderedDictTests.test_issue119004_change_size_by_delete_key
test/dynamo_expected_failures/CPython313-test_ordered_dict-CPythonOrderedDictTests.test_issue119004_change_size_by_delete_key_in_dict_eq
test/dynamo_expected_failures/CPython313-test_ordered_dict-CPythonOrderedDictTests.test_issue24347
test/dynamo_expected_failures/CPython313-test_ordered_dict-CPythonOrderedDictTests.test_iterators
test/dynamo_expected_failures/CPython313-test_ordered_dict-CPythonOrderedDictTests.test_iterators_pickling
test/dynamo_expected_failures/CPython313-test_ordered_dict-CPythonOrderedDictTests.test_ordered_dict_items_result_gc
test/dynamo_expected_failures/CPython313-test_ordered_dict-CPythonOrderedDictTests.test_pickle_recursive
test/dynamo_expected_failures/CPython313-test_ordered_dict-CPythonOrderedDictTests.test_pop
test/dynamo_expected_failures/CPython313-test_ordered_dict-CPythonOrderedDictTests.test_popitem
test/dynamo_expected_failures/CPython313-test_ordered_dict-CPythonOrderedDictTests.test_reduce_not_too_fat
test/dynamo_expected_failures/CPython313-test_ordered_dict-CPythonOrderedDictTests.test_reference_loop
test/dynamo_expected_failures/CPython313-test_ordered_dict-CPythonOrderedDictTests.test_repr
test/dynamo_expected_failures/CPython313-test_ordered_dict-CPythonOrderedDictTests.test_repr_recursive
test/dynamo_expected_failures/CPython313-test_ordered_dict-CPythonOrderedDictTests.test_repr_recursive_values
test/dynamo_expected_failures/CPython313-test_ordered_dict-CPythonOrderedDictTests.test_setdefault
test/dynamo_expected_failures/CPython313-test_ordered_dict-CPythonOrderedDictTests.test_sizeof
test/dynamo_expected_failures/CPython313-test_ordered_dict-CPythonOrderedDictTests.test_sizeof_exact
test/dynamo_expected_failures/CPython313-test_ordered_dict-CPythonOrderedDictTests.test_update
test/dynamo_expected_failures/CPython313-test_ordered_dict-CPythonOrderedDictTests.test_weakref_list_is_not_traversed
test/dynamo_expected_failures/CPython313-test_ordered_dict-CPythonOrderedDictTests.test_yaml_linkage
test/dynamo_expected_failures/CPython313-test_ordered_dict-CPythonOrderedDictWithSlotsCopyingTests.test_copying
test/dynamo_expected_failures/CPython313-test_ordered_dict-CPythonSubclassMappingTests.test_update
test/dynamo_expected_failures/CPython313-test_ordered_dict-PurePythonGeneralMappingTests.test_bool
test/dynamo_expected_failures/CPython313-test_ordered_dict-PurePythonGeneralMappingTests.test_constructor
test/dynamo_expected_failures/CPython313-test_ordered_dict-PurePythonGeneralMappingTests.test_get
test/dynamo_expected_failures/CPython313-test_ordered_dict-PurePythonGeneralMappingTests.test_items
test/dynamo_expected_failures/CPython313-test_ordered_dict-PurePythonGeneralMappingTests.test_keys
test/dynamo_expected_failures/CPython313-test_ordered_dict-PurePythonGeneralMappingTests.test_len
test/dynamo_expected_failures/CPython313-test_ordered_dict-PurePythonGeneralMappingTests.test_pop
test/dynamo_expected_failures/CPython313-test_ordered_dict-PurePythonGeneralMappingTests.test_popitem
test/dynamo_expected_failures/CPython313-test_ordered_dict-PurePythonGeneralMappingTests.test_read
test/dynamo_expected_failures/CPython313-test_ordered_dict-PurePythonGeneralMappingTests.test_setdefault
test/dynamo_expected_failures/CPython313-test_ordered_dict-PurePythonGeneralMappingTests.test_update
test/dynamo_expected_failures/CPython313-test_ordered_dict-PurePythonGeneralMappingTests.test_values
test/dynamo_expected_failures/CPython313-test_ordered_dict-PurePythonGeneralMappingTests.test_write
test/dynamo_expected_failures/CPython313-test_ordered_dict-PurePythonOrderedDictSubclassTests.test_468
test/dynamo_expected_failures/CPython313-test_ordered_dict-PurePythonOrderedDictSubclassTests.test_abc
test/dynamo_expected_failures/CPython313-test_ordered_dict-PurePythonOrderedDictSubclassTests.test_clear
test/dynamo_expected_failures/CPython313-test_ordered_dict-PurePythonOrderedDictSubclassTests.test_copying
test/dynamo_expected_failures/CPython313-test_ordered_dict-PurePythonOrderedDictSubclassTests.test_delitem
test/dynamo_expected_failures/CPython313-test_ordered_dict-PurePythonOrderedDictSubclassTests.test_delitem_hash_collision
test/dynamo_expected_failures/CPython313-test_ordered_dict-PurePythonOrderedDictSubclassTests.test_detect_deletion_during_iteration
test/dynamo_expected_failures/CPython313-test_ordered_dict-PurePythonOrderedDictSubclassTests.test_dict_clear
test/dynamo_expected_failures/CPython313-test_ordered_dict-PurePythonOrderedDictSubclassTests.test_dict_delitem
test/dynamo_expected_failures/CPython313-test_ordered_dict-PurePythonOrderedDictSubclassTests.test_dict_pop
test/dynamo_expected_failures/CPython313-test_ordered_dict-PurePythonOrderedDictSubclassTests.test_dict_popitem
test/dynamo_expected_failures/CPython313-test_ordered_dict-PurePythonOrderedDictSubclassTests.test_dict_setdefault
test/dynamo_expected_failures/CPython313-test_ordered_dict-PurePythonOrderedDictSubclassTests.test_dict_setitem
test/dynamo_expected_failures/CPython313-test_ordered_dict-PurePythonOrderedDictSubclassTests.test_dict_update
test/dynamo_expected_failures/CPython313-test_ordered_dict-PurePythonOrderedDictSubclassTests.test_equality
test/dynamo_expected_failures/CPython313-test_ordered_dict-PurePythonOrderedDictSubclassTests.test_free_after_iterating
test/dynamo_expected_failures/CPython313-test_ordered_dict-PurePythonOrderedDictSubclassTests.test_fromkeys
test/dynamo_expected_failures/CPython313-test_ordered_dict-PurePythonOrderedDictSubclassTests.test_highly_nested
test/dynamo_expected_failures/CPython313-test_ordered_dict-PurePythonOrderedDictSubclassTests.test_highly_nested_subclass
test/dynamo_expected_failures/CPython313-test_ordered_dict-PurePythonOrderedDictSubclassTests.test_init
test/dynamo_expected_failures/CPython313-test_ordered_dict-PurePythonOrderedDictSubclassTests.test_init_calls
test/dynamo_expected_failures/CPython313-test_ordered_dict-PurePythonOrderedDictSubclassTests.test_issue119004_attribute_error
test/dynamo_expected_failures/CPython313-test_ordered_dict-PurePythonOrderedDictSubclassTests.test_issue24347
test/dynamo_expected_failures/CPython313-test_ordered_dict-PurePythonOrderedDictSubclassTests.test_issue24348
test/dynamo_expected_failures/CPython313-test_ordered_dict-PurePythonOrderedDictSubclassTests.test_issue24667
test/dynamo_expected_failures/CPython313-test_ordered_dict-PurePythonOrderedDictSubclassTests.test_iterators
test/dynamo_expected_failures/CPython313-test_ordered_dict-PurePythonOrderedDictSubclassTests.test_iterators_empty
test/dynamo_expected_failures/CPython313-test_ordered_dict-PurePythonOrderedDictSubclassTests.test_merge_operator
test/dynamo_expected_failures/CPython313-test_ordered_dict-PurePythonOrderedDictSubclassTests.test_move_to_end
test/dynamo_expected_failures/CPython313-test_ordered_dict-PurePythonOrderedDictSubclassTests.test_move_to_end_issue25406
test/dynamo_expected_failures/CPython313-test_ordered_dict-PurePythonOrderedDictSubclassTests.test_ordered_dict_items_result_gc
test/dynamo_expected_failures/CPython313-test_ordered_dict-PurePythonOrderedDictSubclassTests.test_overridden_init
test/dynamo_expected_failures/CPython313-test_ordered_dict-PurePythonOrderedDictSubclassTests.test_override_update
test/dynamo_expected_failures/CPython313-test_ordered_dict-PurePythonOrderedDictSubclassTests.test_pickle_recursive
test/dynamo_expected_failures/CPython313-test_ordered_dict-PurePythonOrderedDictSubclassTests.test_pop
test/dynamo_expected_failures/CPython313-test_ordered_dict-PurePythonOrderedDictSubclassTests.test_popitem
test/dynamo_expected_failures/CPython313-test_ordered_dict-PurePythonOrderedDictSubclassTests.test_popitem_last
test/dynamo_expected_failures/CPython313-test_ordered_dict-PurePythonOrderedDictSubclassTests.test_reduce_not_too_fat
test/dynamo_expected_failures/CPython313-test_ordered_dict-PurePythonOrderedDictSubclassTests.test_reference_loop
test/dynamo_expected_failures/CPython313-test_ordered_dict-PurePythonOrderedDictSubclassTests.test_reinsert
test/dynamo_expected_failures/CPython313-test_ordered_dict-PurePythonOrderedDictSubclassTests.test_repr
test/dynamo_expected_failures/CPython313-test_ordered_dict-PurePythonOrderedDictSubclassTests.test_repr_recursive
test/dynamo_expected_failures/CPython313-test_ordered_dict-PurePythonOrderedDictSubclassTests.test_repr_recursive_values
test/dynamo_expected_failures/CPython313-test_ordered_dict-PurePythonOrderedDictSubclassTests.test_setdefault
test/dynamo_expected_failures/CPython313-test_ordered_dict-PurePythonOrderedDictSubclassTests.test_setitem
test/dynamo_expected_failures/CPython313-test_ordered_dict-PurePythonOrderedDictSubclassTests.test_sizeof
test/dynamo_expected_failures/CPython313-test_ordered_dict-PurePythonOrderedDictSubclassTests.test_update
test/dynamo_expected_failures/CPython313-test_ordered_dict-PurePythonOrderedDictSubclassTests.test_views
test/dynamo_expected_failures/CPython313-test_ordered_dict-PurePythonOrderedDictSubclassTests.test_yaml_linkage
test/dynamo_expected_failures/CPython313-test_ordered_dict-PurePythonOrderedDictTests.test_468
test/dynamo_expected_failures/CPython313-test_ordered_dict-PurePythonOrderedDictTests.test_abc
test/dynamo_expected_failures/CPython313-test_ordered_dict-PurePythonOrderedDictTests.test_clear
test/dynamo_expected_failures/CPython313-test_ordered_dict-PurePythonOrderedDictTests.test_copying
test/dynamo_expected_failures/CPython313-test_ordered_dict-PurePythonOrderedDictTests.test_delitem
test/dynamo_expected_failures/CPython313-test_ordered_dict-PurePythonOrderedDictTests.test_delitem_hash_collision
test/dynamo_expected_failures/CPython313-test_ordered_dict-PurePythonOrderedDictTests.test_detect_deletion_during_iteration
test/dynamo_expected_failures/CPython313-test_ordered_dict-PurePythonOrderedDictTests.test_dict_clear
test/dynamo_expected_failures/CPython313-test_ordered_dict-PurePythonOrderedDictTests.test_dict_delitem
test/dynamo_expected_failures/CPython313-test_ordered_dict-PurePythonOrderedDictTests.test_dict_pop
test/dynamo_expected_failures/CPython313-test_ordered_dict-PurePythonOrderedDictTests.test_dict_popitem
test/dynamo_expected_failures/CPython313-test_ordered_dict-PurePythonOrderedDictTests.test_dict_setdefault
test/dynamo_expected_failures/CPython313-test_ordered_dict-PurePythonOrderedDictTests.test_dict_setitem
test/dynamo_expected_failures/CPython313-test_ordered_dict-PurePythonOrderedDictTests.test_dict_update
test/dynamo_expected_failures/CPython313-test_ordered_dict-PurePythonOrderedDictTests.test_equality
test/dynamo_expected_failures/CPython313-test_ordered_dict-PurePythonOrderedDictTests.test_free_after_iterating
test/dynamo_expected_failures/CPython313-test_ordered_dict-PurePythonOrderedDictTests.test_fromkeys
test/dynamo_expected_failures/CPython313-test_ordered_dict-PurePythonOrderedDictTests.test_highly_nested
test/dynamo_expected_failures/CPython313-test_ordered_dict-PurePythonOrderedDictTests.test_highly_nested_subclass
test/dynamo_expected_failures/CPython313-test_ordered_dict-PurePythonOrderedDictTests.test_init
test/dynamo_expected_failures/CPython313-test_ordered_dict-PurePythonOrderedDictTests.test_init_calls
test/dynamo_expected_failures/CPython313-test_ordered_dict-PurePythonOrderedDictTests.test_issue119004_attribute_error
test/dynamo_expected_failures/CPython313-test_ordered_dict-PurePythonOrderedDictTests.test_issue24347
test/dynamo_expected_failures/CPython313-test_ordered_dict-PurePythonOrderedDictTests.test_issue24348
test/dynamo_expected_failures/CPython313-test_ordered_dict-PurePythonOrderedDictTests.test_issue24667
test/dynamo_expected_failures/CPython313-test_ordered_dict-PurePythonOrderedDictTests.test_iterators
test/dynamo_expected_failures/CPython313-test_ordered_dict-PurePythonOrderedDictTests.test_iterators_empty
test/dynamo_expected_failures/CPython313-test_ordered_dict-PurePythonOrderedDictTests.test_merge_operator
test/dynamo_expected_failures/CPython313-test_ordered_dict-PurePythonOrderedDictTests.test_move_to_end
test/dynamo_expected_failures/CPython313-test_ordered_dict-PurePythonOrderedDictTests.test_move_to_end_issue25406
test/dynamo_expected_failures/CPython313-test_ordered_dict-PurePythonOrderedDictTests.test_ordered_dict_items_result_gc
test/dynamo_expected_failures/CPython313-test_ordered_dict-PurePythonOrderedDictTests.test_overridden_init
test/dynamo_expected_failures/CPython313-test_ordered_dict-PurePythonOrderedDictTests.test_override_update
test/dynamo_expected_failures/CPython313-test_ordered_dict-PurePythonOrderedDictTests.test_pickle_recursive
test/dynamo_expected_failures/CPython313-test_ordered_dict-PurePythonOrderedDictTests.test_pop
test/dynamo_expected_failures/CPython313-test_ordered_dict-PurePythonOrderedDictTests.test_popitem
test/dynamo_expected_failures/CPython313-test_ordered_dict-PurePythonOrderedDictTests.test_popitem_last
test/dynamo_expected_failures/CPython313-test_ordered_dict-PurePythonOrderedDictTests.test_reduce_not_too_fat
test/dynamo_expected_failures/CPython313-test_ordered_dict-PurePythonOrderedDictTests.test_reference_loop
test/dynamo_expected_failures/CPython313-test_ordered_dict-PurePythonOrderedDictTests.test_reinsert
test/dynamo_expected_failures/CPython313-test_ordered_dict-PurePythonOrderedDictTests.test_repr
test/dynamo_expected_failures/CPython313-test_ordered_dict-PurePythonOrderedDictTests.test_repr_recursive
test/dynamo_expected_failures/CPython313-test_ordered_dict-PurePythonOrderedDictTests.test_repr_recursive_values
test/dynamo_expected_failures/CPython313-test_ordered_dict-PurePythonOrderedDictTests.test_setdefault
test/dynamo_expected_failures/CPython313-test_ordered_dict-PurePythonOrderedDictTests.test_setitem
test/dynamo_expected_failures/CPython313-test_ordered_dict-PurePythonOrderedDictTests.test_sizeof
test/dynamo_expected_failures/CPython313-test_ordered_dict-PurePythonOrderedDictTests.test_update
test/dynamo_expected_failures/CPython313-test_ordered_dict-PurePythonOrderedDictTests.test_views
test/dynamo_expected_failures/CPython313-test_ordered_dict-PurePythonOrderedDictTests.test_yaml_linkage
test/dynamo_expected_failures/CPython313-test_ordered_dict-PurePythonOrderedDictWithSlotsCopyingTests.test_copying
test/dynamo_expected_failures/CPython313-test_ordered_dict-PurePythonSubclassMappingTests.test_bool
test/dynamo_expected_failures/CPython313-test_ordered_dict-PurePythonSubclassMappingTests.test_constructor
test/dynamo_expected_failures/CPython313-test_ordered_dict-PurePythonSubclassMappingTests.test_get
test/dynamo_expected_failures/CPython313-test_ordered_dict-PurePythonSubclassMappingTests.test_items
test/dynamo_expected_failures/CPython313-test_ordered_dict-PurePythonSubclassMappingTests.test_keys
test/dynamo_expected_failures/CPython313-test_ordered_dict-PurePythonSubclassMappingTests.test_len
test/dynamo_expected_failures/CPython313-test_ordered_dict-PurePythonSubclassMappingTests.test_pop
test/dynamo_expected_failures/CPython313-test_ordered_dict-PurePythonSubclassMappingTests.test_popitem
test/dynamo_expected_failures/CPython313-test_ordered_dict-PurePythonSubclassMappingTests.test_read
test/dynamo_expected_failures/CPython313-test_ordered_dict-PurePythonSubclassMappingTests.test_setdefault
test/dynamo_expected_failures/CPython313-test_ordered_dict-PurePythonSubclassMappingTests.test_update
test/dynamo_expected_failures/CPython313-test_ordered_dict-PurePythonSubclassMappingTests.test_values
test/dynamo_expected_failures/CPython313-test_ordered_dict-PurePythonSubclassMappingTests.test_write
test/dynamo_expected_failures/CPython313-test_ordered_dict-PySimpleLRUCacheTests.test_add_after_full
test/dynamo_expected_failures/CPython313-test_ordered_dict-PySimpleLRUCacheTests.test_change_order_on_get
test/dynamo_expected_failures/CPython313-test_ordered_dict-PySimpleLRUCacheTests.test_pop
test/dynamo_expected_failures/CPython313-test_ordered_dict-PySimpleLRUCacheTests.test_popitem
test/dynamo_expected_failures/CPython313-test_patma-TestCompiler.test_refleaks
test/dynamo_expected_failures/CPython313-test_patma-TestInheritance.test_multiple_inheritance_mapping
test/dynamo_expected_failures/CPython313-test_patma-TestInheritance.test_multiple_inheritance_sequence
test/dynamo_expected_failures/CPython313-test_patma-TestPatma.test_patma_034
test/dynamo_expected_failures/CPython313-test_patma-TestPatma.test_patma_035
test/dynamo_expected_failures/CPython313-test_patma-TestPatma.test_patma_077
test/dynamo_expected_failures/CPython313-test_patma-TestPatma.test_patma_141
test/dynamo_expected_failures/CPython313-test_patma-TestPatma.test_patma_202
test/dynamo_expected_failures/CPython313-test_patma-TestPatma.test_patma_203
test/dynamo_expected_failures/CPython313-test_patma-TestPatma.test_patma_210
test/dynamo_expected_failures/CPython313-test_patma-TestPatma.test_patma_generic_protocol
test/dynamo_expected_failures/CPython313-test_patma-TestPatma.test_patma_protocol_with_match_args
test/dynamo_expected_failures/CPython313-test_patma-TestPatma.test_patma_runtime_checkable_protocol
test/dynamo_expected_failures/CPython313-test_patma-TestSourceLocations.test_jump_threading
test/dynamo_expected_failures/CPython313-test_patma-TestSyntaxErrors.test_alternative_patterns_bind_different_names_0
test/dynamo_expected_failures/CPython313-test_patma-TestSyntaxErrors.test_alternative_patterns_bind_different_names_1
test/dynamo_expected_failures/CPython313-test_patma-TestSyntaxErrors.test_attribute_name_repeated_in_class_pattern
test/dynamo_expected_failures/CPython313-test_patma-TestSyntaxErrors.test_imaginary_number_required_in_complex_literal_0
test/dynamo_expected_failures/CPython313-test_patma-TestSyntaxErrors.test_imaginary_number_required_in_complex_literal_1
test/dynamo_expected_failures/CPython313-test_patma-TestSyntaxErrors.test_invalid_syntax_0
test/dynamo_expected_failures/CPython313-test_patma-TestSyntaxErrors.test_invalid_syntax_1
test/dynamo_expected_failures/CPython313-test_patma-TestSyntaxErrors.test_invalid_syntax_2
test/dynamo_expected_failures/CPython313-test_patma-TestSyntaxErrors.test_invalid_syntax_3
test/dynamo_expected_failures/CPython313-test_patma-TestSyntaxErrors.test_len1_tuple_sequence_pattern_comma
test/dynamo_expected_failures/CPython313-test_patma-TestSyntaxErrors.test_mapping_pattern_duplicate_key
test/dynamo_expected_failures/CPython313-test_patma-TestSyntaxErrors.test_mapping_pattern_duplicate_key_edge_case0
test/dynamo_expected_failures/CPython313-test_patma-TestSyntaxErrors.test_mapping_pattern_duplicate_key_edge_case1
test/dynamo_expected_failures/CPython313-test_patma-TestSyntaxErrors.test_mapping_pattern_duplicate_key_edge_case2
test/dynamo_expected_failures/CPython313-test_patma-TestSyntaxErrors.test_mapping_pattern_duplicate_key_edge_case3
test/dynamo_expected_failures/CPython313-test_patma-TestSyntaxErrors.test_mapping_pattern_keys_may_only_match_literals_and_attribute_lookups
test/dynamo_expected_failures/CPython313-test_patma-TestSyntaxErrors.test_multiple_assignments_to_name_in_pattern_0
test/dynamo_expected_failures/CPython313-test_patma-TestSyntaxErrors.test_multiple_assignments_to_name_in_pattern_1
test/dynamo_expected_failures/CPython313-test_patma-TestSyntaxErrors.test_multiple_assignments_to_name_in_pattern_2
test/dynamo_expected_failures/CPython313-test_patma-TestSyntaxErrors.test_multiple_assignments_to_name_in_pattern_3
test/dynamo_expected_failures/CPython313-test_patma-TestSyntaxErrors.test_multiple_assignments_to_name_in_pattern_4
test/dynamo_expected_failures/CPython313-test_patma-TestSyntaxErrors.test_multiple_assignments_to_name_in_pattern_5
test/dynamo_expected_failures/CPython313-test_patma-TestSyntaxErrors.test_multiple_starred_names_in_sequence_pattern_0
test/dynamo_expected_failures/CPython313-test_patma-TestSyntaxErrors.test_multiple_starred_names_in_sequence_pattern_1
test/dynamo_expected_failures/CPython313-test_patma-TestSyntaxErrors.test_name_capture_makes_remaining_patterns_unreachable_0
test/dynamo_expected_failures/CPython313-test_patma-TestSyntaxErrors.test_name_capture_makes_remaining_patterns_unreachable_1
test/dynamo_expected_failures/CPython313-test_patma-TestSyntaxErrors.test_name_capture_makes_remaining_patterns_unreachable_2
test/dynamo_expected_failures/CPython313-test_patma-TestSyntaxErrors.test_name_capture_makes_remaining_patterns_unreachable_3
test/dynamo_expected_failures/CPython313-test_patma-TestSyntaxErrors.test_name_capture_makes_remaining_patterns_unreachable_4
test/dynamo_expected_failures/CPython313-test_patma-TestSyntaxErrors.test_patterns_may_only_match_literals_and_attribute_lookups_0
test/dynamo_expected_failures/CPython313-test_patma-TestSyntaxErrors.test_patterns_may_only_match_literals_and_attribute_lookups_1
test/dynamo_expected_failures/CPython313-test_patma-TestSyntaxErrors.test_real_number_multiple_ops
test/dynamo_expected_failures/CPython313-test_patma-TestSyntaxErrors.test_real_number_required_in_complex_literal_0
test/dynamo_expected_failures/CPython313-test_patma-TestSyntaxErrors.test_real_number_required_in_complex_literal_1
test/dynamo_expected_failures/CPython313-test_patma-TestSyntaxErrors.test_real_number_required_in_complex_literal_2
test/dynamo_expected_failures/CPython313-test_patma-TestSyntaxErrors.test_real_number_required_in_complex_literal_3
test/dynamo_expected_failures/CPython313-test_patma-TestSyntaxErrors.test_real_number_wrong_ops
test/dynamo_expected_failures/CPython313-test_patma-TestSyntaxErrors.test_wildcard_makes_remaining_patterns_unreachable_0
test/dynamo_expected_failures/CPython313-test_patma-TestSyntaxErrors.test_wildcard_makes_remaining_patterns_unreachable_1
test/dynamo_expected_failures/CPython313-test_patma-TestSyntaxErrors.test_wildcard_makes_remaining_patterns_unreachable_2
test/dynamo_expected_failures/CPython313-test_patma-TestSyntaxErrors.test_wildcard_makes_remaining_patterns_unreachable_3
test/dynamo_expected_failures/CPython313-test_patma-TestSyntaxErrors.test_wildcard_makes_remaining_patterns_unreachable_4
test/dynamo_expected_failures/CPython313-test_patma-TestSyntaxErrors.test_wildcard_makes_remaining_patterns_unreachable_5
test/dynamo_expected_failures/CPython313-test_patma-TestTracing.test_default_capture
test/dynamo_expected_failures/CPython313-test_patma-TestTracing.test_default_wildcard
test/dynamo_expected_failures/CPython313-test_patma-TestTracing.test_no_default
test/dynamo_expected_failures/CPython313-test_patma-TestTracing.test_only_default_capture
test/dynamo_expected_failures/CPython313-test_patma-TestTracing.test_only_default_wildcard
test/dynamo_expected_failures/CPython313-test_patma-TestTracing.test_parser_deeply_nested_patterns
test/dynamo_expected_failures/CPython313-test_patma-TestTracing.test_unreachable_code
test/dynamo_expected_failures/CPython313-test_patma-TestTypeErrors.test_accepts_positional_subpatterns_1
test/dynamo_expected_failures/CPython313-test_patma-TestTypeErrors.test_positional_patterns_with_regular_protocol
test/dynamo_expected_failures/CPython313-test_patma-TestTypeErrors.test_regular_protocol
test/dynamo_expected_failures/CPython313-test_patma-TestValueErrors.test_mapping_pattern_checks_duplicate_key_1
test/dynamo_expected_failures/CPython313-test_raise-TestCause.test_class_cause_nonexception_result
test/dynamo_expected_failures/CPython313-test_raise-TestContext.test_3611
test/dynamo_expected_failures/CPython313-test_raise-TestContext.test_c_exception_raise
test/dynamo_expected_failures/CPython313-test_raise-TestContext.test_context_manager
test/dynamo_expected_failures/CPython313-test_raise-TestContext.test_reraise_cycle_broken
test/dynamo_expected_failures/CPython313-test_raise-TestRaise.test_assert_with_tuple_arg
test/dynamo_expected_failures/CPython313-test_raise-TestRaise.test_new_returns_invalid_instance
test/dynamo_expected_failures/CPython313-test_raise-TestTracebackType.test_constructor
test/dynamo_expected_failures/CPython313-test_range-RangeTest.test_comparison
test/dynamo_expected_failures/CPython313-test_range-RangeTest.test_exhausted_iterator_pickling
test/dynamo_expected_failures/CPython313-test_range-RangeTest.test_index
test/dynamo_expected_failures/CPython313-test_range-RangeTest.test_invalid_invocation
test/dynamo_expected_failures/CPython313-test_range-RangeTest.test_issue11845
test/dynamo_expected_failures/CPython313-test_range-RangeTest.test_iterator_pickling
test/dynamo_expected_failures/CPython313-test_range-RangeTest.test_iterator_pickling_overflowing_index
test/dynamo_expected_failures/CPython313-test_range-RangeTest.test_iterator_setstate
test/dynamo_expected_failures/CPython313-test_range-RangeTest.test_iterator_unpickle_compat
test/dynamo_expected_failures/CPython313-test_range-RangeTest.test_large_exhausted_iterator_pickling
test/dynamo_expected_failures/CPython313-test_range-RangeTest.test_odd_bug
test/dynamo_expected_failures/CPython313-test_range-RangeTest.test_pickling
test/dynamo_expected_failures/CPython313-test_range-RangeTest.test_range_constructor_error_messages
test/dynamo_expected_failures/CPython313-test_range-RangeTest.test_range_iterators
test/dynamo_expected_failures/CPython313-test_range-RangeTest.test_range_iterators_invocation
test/dynamo_expected_failures/CPython313-test_range-RangeTest.test_types
test/dynamo_expected_failures/CPython313-test_range-RangeTest.test_user_index_method
test/dynamo_expected_failures/CPython313-test_set-TestBasicOpsBytes.test_iteration
test/dynamo_expected_failures/CPython313-test_set-TestBasicOpsBytes.test_pickling
test/dynamo_expected_failures/CPython313-test_set-TestBasicOpsBytes.test_repr
test/dynamo_expected_failures/CPython313-test_set-TestBasicOpsEmpty.test_iteration
test/dynamo_expected_failures/CPython313-test_set-TestBasicOpsEmpty.test_pickling
test/dynamo_expected_failures/CPython313-test_set-TestBasicOpsMixedStringBytes.test_iteration
test/dynamo_expected_failures/CPython313-test_set-TestBasicOpsMixedStringBytes.test_pickling
test/dynamo_expected_failures/CPython313-test_set-TestBasicOpsMixedStringBytes.test_repr
test/dynamo_expected_failures/CPython313-test_set-TestBasicOpsSingleton.test_iteration
test/dynamo_expected_failures/CPython313-test_set-TestBasicOpsSingleton.test_pickling
test/dynamo_expected_failures/CPython313-test_set-TestBasicOpsString.test_iteration
test/dynamo_expected_failures/CPython313-test_set-TestBasicOpsString.test_pickling
test/dynamo_expected_failures/CPython313-test_set-TestBasicOpsString.test_repr
test/dynamo_expected_failures/CPython313-test_set-TestBasicOpsTriple.test_iteration
test/dynamo_expected_failures/CPython313-test_set-TestBasicOpsTriple.test_pickling
test/dynamo_expected_failures/CPython313-test_set-TestBasicOpsTuple.test_iteration
test/dynamo_expected_failures/CPython313-test_set-TestBasicOpsTuple.test_pickling
test/dynamo_expected_failures/CPython313-test_set-TestBinaryOpsMutating_Set_Set.test_and_with_mutation
test/dynamo_expected_failures/CPython313-test_set-TestBinaryOpsMutating_Set_Set.test_eq_with_mutation
test/dynamo_expected_failures/CPython313-test_set-TestBinaryOpsMutating_Set_Set.test_ge_with_mutation
test/dynamo_expected_failures/CPython313-test_set-TestBinaryOpsMutating_Set_Set.test_gt_with_mutation
test/dynamo_expected_failures/CPython313-test_set-TestBinaryOpsMutating_Set_Set.test_iadd_with_mutation
test/dynamo_expected_failures/CPython313-test_set-TestBinaryOpsMutating_Set_Set.test_ior_with_mutation
test/dynamo_expected_failures/CPython313-test_set-TestBinaryOpsMutating_Set_Set.test_isub_with_mutation
test/dynamo_expected_failures/CPython313-test_set-TestBinaryOpsMutating_Set_Set.test_iteration_with_mutation
test/dynamo_expected_failures/CPython313-test_set-TestBinaryOpsMutating_Set_Set.test_ixor_with_mutation
test/dynamo_expected_failures/CPython313-test_set-TestBinaryOpsMutating_Set_Set.test_le_with_mutation
test/dynamo_expected_failures/CPython313-test_set-TestBinaryOpsMutating_Set_Set.test_lt_with_mutation
test/dynamo_expected_failures/CPython313-test_set-TestBinaryOpsMutating_Set_Set.test_ne_with_mutation
test/dynamo_expected_failures/CPython313-test_set-TestBinaryOpsMutating_Set_Set.test_or_with_mutation
test/dynamo_expected_failures/CPython313-test_set-TestBinaryOpsMutating_Set_Set.test_sub_with_mutation
test/dynamo_expected_failures/CPython313-test_set-TestBinaryOpsMutating_Set_Set.test_xor_with_mutation
test/dynamo_expected_failures/CPython313-test_set-TestBinaryOpsMutating_Set_Subclass.test_and_with_mutation
test/dynamo_expected_failures/CPython313-test_set-TestBinaryOpsMutating_Set_Subclass.test_eq_with_mutation
test/dynamo_expected_failures/CPython313-test_set-TestBinaryOpsMutating_Set_Subclass.test_ge_with_mutation
test/dynamo_expected_failures/CPython313-test_set-TestBinaryOpsMutating_Set_Subclass.test_gt_with_mutation
test/dynamo_expected_failures/CPython313-test_set-TestBinaryOpsMutating_Set_Subclass.test_iadd_with_mutation
test/dynamo_expected_failures/CPython313-test_set-TestBinaryOpsMutating_Set_Subclass.test_ior_with_mutation
test/dynamo_expected_failures/CPython313-test_set-TestBinaryOpsMutating_Set_Subclass.test_isub_with_mutation
test/dynamo_expected_failures/CPython313-test_set-TestBinaryOpsMutating_Set_Subclass.test_iteration_with_mutation
test/dynamo_expected_failures/CPython313-test_set-TestBinaryOpsMutating_Set_Subclass.test_ixor_with_mutation
test/dynamo_expected_failures/CPython313-test_set-TestBinaryOpsMutating_Set_Subclass.test_le_with_mutation
test/dynamo_expected_failures/CPython313-test_set-TestBinaryOpsMutating_Set_Subclass.test_lt_with_mutation
test/dynamo_expected_failures/CPython313-test_set-TestBinaryOpsMutating_Set_Subclass.test_ne_with_mutation
test/dynamo_expected_failures/CPython313-test_set-TestBinaryOpsMutating_Set_Subclass.test_or_with_mutation
test/dynamo_expected_failures/CPython313-test_set-TestBinaryOpsMutating_Set_Subclass.test_sub_with_mutation
test/dynamo_expected_failures/CPython313-test_set-TestBinaryOpsMutating_Set_Subclass.test_xor_with_mutation
test/dynamo_expected_failures/CPython313-test_set-TestBinaryOpsMutating_Subclass_Set.test_and_with_mutation
test/dynamo_expected_failures/CPython313-test_set-TestBinaryOpsMutating_Subclass_Set.test_eq_with_mutation
test/dynamo_expected_failures/CPython313-test_set-TestBinaryOpsMutating_Subclass_Set.test_ge_with_mutation
test/dynamo_expected_failures/CPython313-test_set-TestBinaryOpsMutating_Subclass_Set.test_gt_with_mutation
test/dynamo_expected_failures/CPython313-test_set-TestBinaryOpsMutating_Subclass_Set.test_iadd_with_mutation
test/dynamo_expected_failures/CPython313-test_set-TestBinaryOpsMutating_Subclass_Set.test_ior_with_mutation
test/dynamo_expected_failures/CPython313-test_set-TestBinaryOpsMutating_Subclass_Set.test_isub_with_mutation
test/dynamo_expected_failures/CPython313-test_set-TestBinaryOpsMutating_Subclass_Set.test_iteration_with_mutation
test/dynamo_expected_failures/CPython313-test_set-TestBinaryOpsMutating_Subclass_Set.test_ixor_with_mutation
test/dynamo_expected_failures/CPython313-test_set-TestBinaryOpsMutating_Subclass_Set.test_le_with_mutation
test/dynamo_expected_failures/CPython313-test_set-TestBinaryOpsMutating_Subclass_Set.test_lt_with_mutation
test/dynamo_expected_failures/CPython313-test_set-TestBinaryOpsMutating_Subclass_Set.test_ne_with_mutation
test/dynamo_expected_failures/CPython313-test_set-TestBinaryOpsMutating_Subclass_Set.test_or_with_mutation
test/dynamo_expected_failures/CPython313-test_set-TestBinaryOpsMutating_Subclass_Set.test_sub_with_mutation
test/dynamo_expected_failures/CPython313-test_set-TestBinaryOpsMutating_Subclass_Set.test_xor_with_mutation
test/dynamo_expected_failures/CPython313-test_set-TestBinaryOpsMutating_Subclass_Subclass.test_and_with_mutation
test/dynamo_expected_failures/CPython313-test_set-TestBinaryOpsMutating_Subclass_Subclass.test_eq_with_mutation
test/dynamo_expected_failures/CPython313-test_set-TestBinaryOpsMutating_Subclass_Subclass.test_ge_with_mutation
test/dynamo_expected_failures/CPython313-test_set-TestBinaryOpsMutating_Subclass_Subclass.test_gt_with_mutation
test/dynamo_expected_failures/CPython313-test_set-TestBinaryOpsMutating_Subclass_Subclass.test_iadd_with_mutation
test/dynamo_expected_failures/CPython313-test_set-TestBinaryOpsMutating_Subclass_Subclass.test_ior_with_mutation
test/dynamo_expected_failures/CPython313-test_set-TestBinaryOpsMutating_Subclass_Subclass.test_isub_with_mutation
test/dynamo_expected_failures/CPython313-test_set-TestBinaryOpsMutating_Subclass_Subclass.test_iteration_with_mutation
test/dynamo_expected_failures/CPython313-test_set-TestBinaryOpsMutating_Subclass_Subclass.test_ixor_with_mutation
test/dynamo_expected_failures/CPython313-test_set-TestBinaryOpsMutating_Subclass_Subclass.test_le_with_mutation
test/dynamo_expected_failures/CPython313-test_set-TestBinaryOpsMutating_Subclass_Subclass.test_lt_with_mutation
test/dynamo_expected_failures/CPython313-test_set-TestBinaryOpsMutating_Subclass_Subclass.test_ne_with_mutation
test/dynamo_expected_failures/CPython313-test_set-TestBinaryOpsMutating_Subclass_Subclass.test_or_with_mutation
test/dynamo_expected_failures/CPython313-test_set-TestBinaryOpsMutating_Subclass_Subclass.test_sub_with_mutation
test/dynamo_expected_failures/CPython313-test_set-TestBinaryOpsMutating_Subclass_Subclass.test_xor_with_mutation
test/dynamo_expected_failures/CPython313-test_set-TestFrozenSet.test_badcmp
test/dynamo_expected_failures/CPython313-test_set-TestFrozenSet.test_container_iterator
test/dynamo_expected_failures/CPython313-test_set-TestFrozenSet.test_copy
test/dynamo_expected_failures/CPython313-test_set-TestFrozenSet.test_cyclical_repr
test/dynamo_expected_failures/CPython313-test_set-TestFrozenSet.test_deepcopy
test/dynamo_expected_failures/CPython313-test_set-TestFrozenSet.test_do_not_rehash_dict_keys
test/dynamo_expected_failures/CPython313-test_set-TestFrozenSet.test_free_after_iterating
test/dynamo_expected_failures/CPython313-test_set-TestFrozenSet.test_hash
test/dynamo_expected_failures/CPython313-test_set-TestFrozenSet.test_hash_effectiveness
test/dynamo_expected_failures/CPython313-test_set-TestFrozenSet.test_iterator_pickling
test/dynamo_expected_failures/CPython313-test_set-TestFrozenSet.test_new_or_init
test/dynamo_expected_failures/CPython313-test_set-TestFrozenSet.test_pickling
test/dynamo_expected_failures/CPython313-test_set-TestFrozenSet.test_subclass_with_custom_hash
test/dynamo_expected_failures/CPython313-test_set-TestFrozenSetSubclass.test_badcmp
test/dynamo_expected_failures/CPython313-test_set-TestFrozenSetSubclass.test_container_iterator
test/dynamo_expected_failures/CPython313-test_set-TestFrozenSetSubclass.test_cyclical_repr
test/dynamo_expected_failures/CPython313-test_set-TestFrozenSetSubclass.test_deepcopy
test/dynamo_expected_failures/CPython313-test_set-TestFrozenSetSubclass.test_do_not_rehash_dict_keys
test/dynamo_expected_failures/CPython313-test_set-TestFrozenSetSubclass.test_free_after_iterating
test/dynamo_expected_failures/CPython313-test_set-TestFrozenSetSubclass.test_hash
test/dynamo_expected_failures/CPython313-test_set-TestFrozenSetSubclass.test_hash_effectiveness
test/dynamo_expected_failures/CPython313-test_set-TestFrozenSetSubclass.test_iterator_pickling
test/dynamo_expected_failures/CPython313-test_set-TestFrozenSetSubclass.test_keywords_in_subclass
test/dynamo_expected_failures/CPython313-test_set-TestFrozenSetSubclass.test_new_or_init
test/dynamo_expected_failures/CPython313-test_set-TestFrozenSetSubclass.test_pickling
test/dynamo_expected_failures/CPython313-test_set-TestFrozenSetSubclass.test_subclass_with_custom_hash
test/dynamo_expected_failures/CPython313-test_set-TestFrozenSetSubclassWithSlots.test_pickling
test/dynamo_expected_failures/CPython313-test_set-TestMethodsMutating_Set_Dict.test_difference_update_with_mutation
test/dynamo_expected_failures/CPython313-test_set-TestMethodsMutating_Set_Dict.test_difference_with_mutation
test/dynamo_expected_failures/CPython313-test_set-TestMethodsMutating_Set_Dict.test_intersection_update_with_mutation
test/dynamo_expected_failures/CPython313-test_set-TestMethodsMutating_Set_Dict.test_intersection_with_mutation
test/dynamo_expected_failures/CPython313-test_set-TestMethodsMutating_Set_Dict.test_isdisjoint_with_mutation
test/dynamo_expected_failures/CPython313-test_set-TestMethodsMutating_Set_Dict.test_issubset_with_mutation
test/dynamo_expected_failures/CPython313-test_set-TestMethodsMutating_Set_Dict.test_issuperset_with_mutation
test/dynamo_expected_failures/CPython313-test_set-TestMethodsMutating_Set_Dict.test_symmetric_difference_update_with_mutation
test/dynamo_expected_failures/CPython313-test_set-TestMethodsMutating_Set_Dict.test_symmetric_difference_with_mutation
test/dynamo_expected_failures/CPython313-test_set-TestMethodsMutating_Set_Dict.test_union_with_mutation
test/dynamo_expected_failures/CPython313-test_set-TestMethodsMutating_Set_Dict.test_update_with_mutation
test/dynamo_expected_failures/CPython313-test_set-TestMethodsMutating_Set_List.test_difference_update_with_mutation
test/dynamo_expected_failures/CPython313-test_set-TestMethodsMutating_Set_List.test_difference_with_mutation
test/dynamo_expected_failures/CPython313-test_set-TestMethodsMutating_Set_List.test_intersection_update_with_mutation
test/dynamo_expected_failures/CPython313-test_set-TestMethodsMutating_Set_List.test_intersection_with_mutation
test/dynamo_expected_failures/CPython313-test_set-TestMethodsMutating_Set_List.test_isdisjoint_with_mutation
test/dynamo_expected_failures/CPython313-test_set-TestMethodsMutating_Set_List.test_issubset_with_mutation
test/dynamo_expected_failures/CPython313-test_set-TestMethodsMutating_Set_List.test_issuperset_with_mutation
test/dynamo_expected_failures/CPython313-test_set-TestMethodsMutating_Set_List.test_symmetric_difference_update_with_mutation
test/dynamo_expected_failures/CPython313-test_set-TestMethodsMutating_Set_List.test_symmetric_difference_with_mutation
test/dynamo_expected_failures/CPython313-test_set-TestMethodsMutating_Set_List.test_union_with_mutation
test/dynamo_expected_failures/CPython313-test_set-TestMethodsMutating_Set_List.test_update_with_mutation
test/dynamo_expected_failures/CPython313-test_set-TestMethodsMutating_Set_Set.test_difference_update_with_mutation
test/dynamo_expected_failures/CPython313-test_set-TestMethodsMutating_Set_Set.test_difference_with_mutation
test/dynamo_expected_failures/CPython313-test_set-TestMethodsMutating_Set_Set.test_intersection_update_with_mutation
test/dynamo_expected_failures/CPython313-test_set-TestMethodsMutating_Set_Set.test_intersection_with_mutation
test/dynamo_expected_failures/CPython313-test_set-TestMethodsMutating_Set_Set.test_isdisjoint_with_mutation
test/dynamo_expected_failures/CPython313-test_set-TestMethodsMutating_Set_Set.test_issubset_with_mutation
test/dynamo_expected_failures/CPython313-test_set-TestMethodsMutating_Set_Set.test_issuperset_with_mutation
test/dynamo_expected_failures/CPython313-test_set-TestMethodsMutating_Set_Set.test_symmetric_difference_update_with_mutation
test/dynamo_expected_failures/CPython313-test_set-TestMethodsMutating_Set_Set.test_symmetric_difference_with_mutation
test/dynamo_expected_failures/CPython313-test_set-TestMethodsMutating_Set_Set.test_union_with_mutation
test/dynamo_expected_failures/CPython313-test_set-TestMethodsMutating_Set_Set.test_update_with_mutation
test/dynamo_expected_failures/CPython313-test_set-TestMethodsMutating_Set_Subclass.test_difference_update_with_mutation
test/dynamo_expected_failures/CPython313-test_set-TestMethodsMutating_Set_Subclass.test_difference_with_mutation
test/dynamo_expected_failures/CPython313-test_set-TestMethodsMutating_Set_Subclass.test_intersection_update_with_mutation
test/dynamo_expected_failures/CPython313-test_set-TestMethodsMutating_Set_Subclass.test_intersection_with_mutation
test/dynamo_expected_failures/CPython313-test_set-TestMethodsMutating_Set_Subclass.test_isdisjoint_with_mutation
test/dynamo_expected_failures/CPython313-test_set-TestMethodsMutating_Set_Subclass.test_issubset_with_mutation
test/dynamo_expected_failures/CPython313-test_set-TestMethodsMutating_Set_Subclass.test_issuperset_with_mutation
test/dynamo_expected_failures/CPython313-test_set-TestMethodsMutating_Set_Subclass.test_symmetric_difference_update_with_mutation
test/dynamo_expected_failures/CPython313-test_set-TestMethodsMutating_Set_Subclass.test_symmetric_difference_with_mutation
test/dynamo_expected_failures/CPython313-test_set-TestMethodsMutating_Set_Subclass.test_union_with_mutation
test/dynamo_expected_failures/CPython313-test_set-TestMethodsMutating_Set_Subclass.test_update_with_mutation
test/dynamo_expected_failures/CPython313-test_set-TestMethodsMutating_Subclass_Set.test_difference_update_with_mutation
test/dynamo_expected_failures/CPython313-test_set-TestMethodsMutating_Subclass_Set.test_difference_with_mutation
test/dynamo_expected_failures/CPython313-test_set-TestMethodsMutating_Subclass_Set.test_intersection_update_with_mutation
test/dynamo_expected_failures/CPython313-test_set-TestMethodsMutating_Subclass_Set.test_intersection_with_mutation
test/dynamo_expected_failures/CPython313-test_set-TestMethodsMutating_Subclass_Set.test_isdisjoint_with_mutation
test/dynamo_expected_failures/CPython313-test_set-TestMethodsMutating_Subclass_Set.test_issubset_with_mutation
test/dynamo_expected_failures/CPython313-test_set-TestMethodsMutating_Subclass_Set.test_issuperset_with_mutation
test/dynamo_expected_failures/CPython313-test_set-TestMethodsMutating_Subclass_Set.test_symmetric_difference_update_with_mutation
test/dynamo_expected_failures/CPython313-test_set-TestMethodsMutating_Subclass_Set.test_symmetric_difference_with_mutation
test/dynamo_expected_failures/CPython313-test_set-TestMethodsMutating_Subclass_Set.test_union_with_mutation
test/dynamo_expected_failures/CPython313-test_set-TestMethodsMutating_Subclass_Set.test_update_with_mutation
test/dynamo_expected_failures/CPython313-test_set-TestMethodsMutating_Subclass_Subclass.test_difference_update_with_mutation
test/dynamo_expected_failures/CPython313-test_set-TestMethodsMutating_Subclass_Subclass.test_difference_with_mutation
test/dynamo_expected_failures/CPython313-test_set-TestMethodsMutating_Subclass_Subclass.test_intersection_update_with_mutation
test/dynamo_expected_failures/CPython313-test_set-TestMethodsMutating_Subclass_Subclass.test_intersection_with_mutation
test/dynamo_expected_failures/CPython313-test_set-TestMethodsMutating_Subclass_Subclass.test_isdisjoint_with_mutation
test/dynamo_expected_failures/CPython313-test_set-TestMethodsMutating_Subclass_Subclass.test_issubset_with_mutation
test/dynamo_expected_failures/CPython313-test_set-TestMethodsMutating_Subclass_Subclass.test_issuperset_with_mutation
test/dynamo_expected_failures/CPython313-test_set-TestMethodsMutating_Subclass_Subclass.test_symmetric_difference_update_with_mutation
test/dynamo_expected_failures/CPython313-test_set-TestMethodsMutating_Subclass_Subclass.test_symmetric_difference_with_mutation
test/dynamo_expected_failures/CPython313-test_set-TestMethodsMutating_Subclass_Subclass.test_union_with_mutation
test/dynamo_expected_failures/CPython313-test_set-TestMethodsMutating_Subclass_Subclass.test_update_with_mutation
test/dynamo_expected_failures/CPython313-test_set-TestOnlySetsGenerator.test_difference
test/dynamo_expected_failures/CPython313-test_set-TestOnlySetsGenerator.test_difference_update
test/dynamo_expected_failures/CPython313-test_set-TestOnlySetsGenerator.test_ge_gt_le_lt
test/dynamo_expected_failures/CPython313-test_set-TestOnlySetsGenerator.test_intersection
test/dynamo_expected_failures/CPython313-test_set-TestOnlySetsGenerator.test_intersection_update
test/dynamo_expected_failures/CPython313-test_set-TestOnlySetsGenerator.test_sym_difference
test/dynamo_expected_failures/CPython313-test_set-TestOnlySetsGenerator.test_sym_difference_update
test/dynamo_expected_failures/CPython313-test_set-TestOnlySetsGenerator.test_union
test/dynamo_expected_failures/CPython313-test_set-TestOnlySetsGenerator.test_update
test/dynamo_expected_failures/CPython313-test_set-TestSet.test_badcmp
test/dynamo_expected_failures/CPython313-test_set-TestSet.test_container_iterator
test/dynamo_expected_failures/CPython313-test_set-TestSet.test_cyclical_repr
test/dynamo_expected_failures/CPython313-test_set-TestSet.test_deepcopy
test/dynamo_expected_failures/CPython313-test_set-TestSet.test_discard
test/dynamo_expected_failures/CPython313-test_set-TestSet.test_do_not_rehash_dict_keys
test/dynamo_expected_failures/CPython313-test_set-TestSet.test_free_after_iterating
test/dynamo_expected_failures/CPython313-test_set-TestSet.test_iterator_pickling
test/dynamo_expected_failures/CPython313-test_set-TestSet.test_new_or_init
test/dynamo_expected_failures/CPython313-test_set-TestSet.test_pickling
test/dynamo_expected_failures/CPython313-test_set-TestSet.test_remove
test/dynamo_expected_failures/CPython313-test_set-TestSet.test_rich_compare
test/dynamo_expected_failures/CPython313-test_set-TestSet.test_subclass_with_custom_hash
test/dynamo_expected_failures/CPython313-test_set-TestSet.test_weakref
test/dynamo_expected_failures/CPython313-test_set-TestSetSubclass.test_badcmp
test/dynamo_expected_failures/CPython313-test_set-TestSetSubclass.test_container_iterator
test/dynamo_expected_failures/CPython313-test_set-TestSetSubclass.test_cyclical_repr
test/dynamo_expected_failures/CPython313-test_set-TestSetSubclass.test_deepcopy
test/dynamo_expected_failures/CPython313-test_set-TestSetSubclass.test_discard
test/dynamo_expected_failures/CPython313-test_set-TestSetSubclass.test_do_not_rehash_dict_keys
test/dynamo_expected_failures/CPython313-test_set-TestSetSubclass.test_free_after_iterating
test/dynamo_expected_failures/CPython313-test_set-TestSetSubclass.test_iterator_pickling
test/dynamo_expected_failures/CPython313-test_set-TestSetSubclass.test_keywords_in_subclass
test/dynamo_expected_failures/CPython313-test_set-TestSetSubclass.test_new_or_init
test/dynamo_expected_failures/CPython313-test_set-TestSetSubclass.test_pickling
test/dynamo_expected_failures/CPython313-test_set-TestSetSubclass.test_remove
test/dynamo_expected_failures/CPython313-test_set-TestSetSubclass.test_rich_compare
test/dynamo_expected_failures/CPython313-test_set-TestSetSubclass.test_subclass_with_custom_hash
test/dynamo_expected_failures/CPython313-test_set-TestSetSubclass.test_weakref
test/dynamo_expected_failures/CPython313-test_set-TestSetSubclassWithSlots.test_pickling
test/dynamo_expected_failures/CPython313-test_set-TestSubsetEmptyNonEmpty.test_issubset
test/dynamo_expected_failures/CPython313-test_set-TestSubsetEqualEmpty.test_issubset
test/dynamo_expected_failures/CPython313-test_set-TestSubsetEqualNonEmpty.test_issubset
test/dynamo_expected_failures/CPython313-test_set-TestSubsetNonOverlap.test_issubset
test/dynamo_expected_failures/CPython313-test_set-TestSubsetPartial.test_issubset
test/dynamo_expected_failures/CPython313-test_set-TestVariousIteratorArgs.test_inline_methods
test/dynamo_expected_failures/CPython313-test_set-TestVariousIteratorArgs.test_inplace_methods
test/dynamo_expected_failures/CPython313-test_set-TestWeirdBugs.test_8420_set_merge
test/dynamo_expected_failures/CPython313-test_set-TestWeirdBugs.test_merge_and_mutate
test/dynamo_expected_failures/CPython313-test_sort-TestBase.testStressfully
test/dynamo_expected_failures/CPython313-test_sort-TestBase.test_small_stability
test/dynamo_expected_failures/CPython313-test_sort-TestBugs.test_bug453523
test/dynamo_expected_failures/CPython313-test_sort-TestBugs.test_undetected_mutation
test/dynamo_expected_failures/CPython313-test_sort-TestDecorateSortUndecorate.test_baddecorator
test/dynamo_expected_failures/CPython313-test_sort-TestDecorateSortUndecorate.test_decorated
test/dynamo_expected_failures/CPython313-test_sort-TestDecorateSortUndecorate.test_key_with_mutating_del
test/dynamo_expected_failures/CPython313-test_sort-TestDecorateSortUndecorate.test_key_with_mutation
test/dynamo_expected_failures/CPython313-test_sort-TestDecorateSortUndecorate.test_reverse
test/dynamo_expected_failures/CPython313-test_sort-TestDecorateSortUndecorate.test_reverse_stability
test/dynamo_expected_failures/CPython313-test_sort-TestDecorateSortUndecorate.test_stability
test/dynamo_expected_failures/CPython313-test_sort-TestOptimizedCompares.test_safe_object_compare
test/dynamo_expected_failures/CPython313-test_sort-TestOptimizedCompares.test_unsafe_float_compare
test/dynamo_expected_failures/CPython313-test_sort-TestOptimizedCompares.test_unsafe_latin_compare
test/dynamo_expected_failures/CPython313-test_sort-TestOptimizedCompares.test_unsafe_long_compare
test/dynamo_expected_failures/CPython313-test_sort-TestOptimizedCompares.test_unsafe_object_compare
test/dynamo_expected_failures/CPython313-test_sort-TestOptimizedCompares.test_unsafe_tuple_compare
test/dynamo_expected_failures/CPython313-test_sys-DisplayHookTest.test_custom_displayhook
test/dynamo_expected_failures/CPython313-test_sys-DisplayHookTest.test_lost_displayhook
test/dynamo_expected_failures/CPython313-test_sys-DisplayHookTest.test_original_displayhook
test/dynamo_expected_failures/CPython313-test_sys-ExceptHookTest.test_excepthook
test/dynamo_expected_failures/CPython313-test_sys-ExceptHookTest.test_excepthook_bytes_filename
test/dynamo_expected_failures/CPython313-test_sys-ExceptHookTest.test_original_excepthook
test/dynamo_expected_failures/CPython313-test_sys-SizeofTest.test_asyncgen_hooks
test/dynamo_expected_failures/CPython313-test_sys-SizeofTest.test_changing_sys_stderr_and_removing_reference
test/dynamo_expected_failures/CPython313-test_sys-SizeofTest.test_default
test/dynamo_expected_failures/CPython313-test_sys-SizeofTest.test_errors
test/dynamo_expected_failures/CPython313-test_sys-SizeofTest.test_gc_head_size
test/dynamo_expected_failures/CPython313-test_sys-SizeofTest.test_objecttypes
test/dynamo_expected_failures/CPython313-test_sys-SizeofTest.test_pythontypes
test/dynamo_expected_failures/CPython313-test_sys-SizeofTest.test_slots
test/dynamo_expected_failures/CPython313-test_sys-SysModuleTest.test_attributes
test/dynamo_expected_failures/CPython313-test_sys-SysModuleTest.test_c_locale_surrogateescape
test/dynamo_expected_failures/CPython313-test_sys-SysModuleTest.test_call_tracing
test/dynamo_expected_failures/CPython313-test_sys-SysModuleTest.test_clear_type_cache
test/dynamo_expected_failures/CPython313-test_sys-SysModuleTest.test_current_exceptions
test/dynamo_expected_failures/CPython313-test_sys-SysModuleTest.test_current_frames
test/dynamo_expected_failures/CPython313-test_sys-SysModuleTest.test_debugmallocstats
test/dynamo_expected_failures/CPython313-test_sys-SysModuleTest.test_dlopenflags
test/dynamo_expected_failures/CPython313-test_sys-SysModuleTest.test_executable
test/dynamo_expected_failures/CPython313-test_sys-SysModuleTest.test_exit
test/dynamo_expected_failures/CPython313-test_sys-SysModuleTest.test_exit_codes_under_repl
test/dynamo_expected_failures/CPython313-test_sys-SysModuleTest.test_getallocatedblocks
test/dynamo_expected_failures/CPython313-test_sys-SysModuleTest.test_getdefaultencoding
test/dynamo_expected_failures/CPython313-test_sys-SysModuleTest.test_getfilesystemencoding
test/dynamo_expected_failures/CPython313-test_sys-SysModuleTest.test_getframe
test/dynamo_expected_failures/CPython313-test_sys-SysModuleTest.test_getframemodulename
test/dynamo_expected_failures/CPython313-test_sys-SysModuleTest.test_getrecursionlimit
test/dynamo_expected_failures/CPython313-test_sys-SysModuleTest.test_getwindowsversion
test/dynamo_expected_failures/CPython313-test_sys-SysModuleTest.test_intern
test/dynamo_expected_failures/CPython313-test_sys-SysModuleTest.test_ioencoding
test/dynamo_expected_failures/CPython313-test_sys-SysModuleTest.test_is_finalizing
test/dynamo_expected_failures/CPython313-test_sys-SysModuleTest.test_is_gil_enabled
test/dynamo_expected_failures/CPython313-test_sys-SysModuleTest.test_issue20602
test/dynamo_expected_failures/CPython313-test_sys-SysModuleTest.test_orig_argv
test/dynamo_expected_failures/CPython313-test_sys-SysModuleTest.test_posix_locale_surrogateescape
test/dynamo_expected_failures/CPython313-test_sys-SysModuleTest.test_recursionlimit_recovery
test/dynamo_expected_failures/CPython313-test_sys-SysModuleTest.test_refcount
test/dynamo_expected_failures/CPython313-test_sys-SysModuleTest.test_setrecursionlimit
test/dynamo_expected_failures/CPython313-test_sys-SysModuleTest.test_setrecursionlimit_to_depth
test/dynamo_expected_failures/CPython313-test_sys-SysModuleTest.test_stdlib_dir
test/dynamo_expected_failures/CPython313-test_sys-SysModuleTest.test_subinterp_intern_dynamically_allocated
test/dynamo_expected_failures/CPython313-test_sys-SysModuleTest.test_subinterp_intern_singleton
test/dynamo_expected_failures/CPython313-test_sys-SysModuleTest.test_subinterp_intern_statically_allocated
test/dynamo_expected_failures/CPython313-test_sys-SysModuleTest.test_switchinterval
test/dynamo_expected_failures/CPython313-test_sys-SysModuleTest.test_sys_flags
test/dynamo_expected_failures/CPython313-test_sys-SysModuleTest.test_sys_flags_no_instantiation
test/dynamo_expected_failures/CPython313-test_sys-SysModuleTest.test_sys_getwindowsversion_no_instantiation
test/dynamo_expected_failures/CPython313-test_sys-SysModuleTest.test_sys_ignores_cleaning_up_user_data
test/dynamo_expected_failures/CPython313-test_sys-SysModuleTest.test_sys_tracebacklimit
test/dynamo_expected_failures/CPython313-test_sys-SysModuleTest.test_sys_version_info_no_instantiation
test/dynamo_expected_failures/CPython313-test_sys-UnraisableHookTest.test_custom_unraisablehook
test/dynamo_expected_failures/CPython313-test_sys-UnraisableHookTest.test_custom_unraisablehook_fail
test/dynamo_expected_failures/CPython313-test_sys-UnraisableHookTest.test_original_unraisablehook
test/dynamo_expected_failures/CPython313-test_sys-UnraisableHookTest.test_original_unraisablehook_err
test/dynamo_expected_failures/CPython313-test_sys-UnraisableHookTest.test_original_unraisablehook_exception_qualname
test/dynamo_expected_failures/CPython313-test_sys-UnraisableHookTest.test_original_unraisablehook_wrong_type
test/dynamo_expected_failures/CPython313-test_tuple-TupleTest.test_bug7466
test/dynamo_expected_failures/CPython313-test_tuple-TupleTest.test_constructors
test/dynamo_expected_failures/CPython313-test_tuple-TupleTest.test_contains_fake
test/dynamo_expected_failures/CPython313-test_tuple-TupleTest.test_contains_order
test/dynamo_expected_failures/CPython313-test_tuple-TupleTest.test_free_after_iterating
test/dynamo_expected_failures/CPython313-test_tuple-TupleTest.test_index
test/dynamo_expected_failures/CPython313-test_tuple-TupleTest.test_iterator_pickle
test/dynamo_expected_failures/CPython313-test_tuple-TupleTest.test_keyword_args
test/dynamo_expected_failures/CPython313-test_tuple-TupleTest.test_keywords_in_subclass
test/dynamo_expected_failures/CPython313-test_tuple-TupleTest.test_no_comdat_folding
test/dynamo_expected_failures/CPython313-test_tuple-TupleTest.test_pickle
test/dynamo_expected_failures/CPython313-test_tuple-TupleTest.test_repeat
test/dynamo_expected_failures/CPython313-test_tuple-TupleTest.test_reversed_pickle
test/dynamo_expected_failures/CPython313-test_tuple-TupleTest.test_track_dynamic
test/dynamo_expected_failures/CPython313-test_tuple-TupleTest.test_track_literals
test/dynamo_expected_failures/CPython313-test_tuple-TupleTest.test_track_subtypes
test/dynamo_expected_failures/CPython313-test_types-ClassCreationTests.test_bad___prepare__
test/dynamo_expected_failures/CPython313-test_types-ClassCreationTests.test_get_original_bases
test/dynamo_expected_failures/CPython313-test_types-ClassCreationTests.test_metaclass_derivation
test/dynamo_expected_failures/CPython313-test_types-ClassCreationTests.test_metaclass_override_callable
test/dynamo_expected_failures/CPython313-test_types-ClassCreationTests.test_metaclass_override_function
test/dynamo_expected_failures/CPython313-test_types-ClassCreationTests.test_new_class_basics
test/dynamo_expected_failures/CPython313-test_types-ClassCreationTests.test_new_class_defaults
test/dynamo_expected_failures/CPython313-test_types-ClassCreationTests.test_new_class_exec_body
test/dynamo_expected_failures/CPython313-test_types-ClassCreationTests.test_new_class_meta
test/dynamo_expected_failures/CPython313-test_types-ClassCreationTests.test_new_class_meta_with_base
test/dynamo_expected_failures/CPython313-test_types-ClassCreationTests.test_new_class_subclass
test/dynamo_expected_failures/CPython313-test_types-ClassCreationTests.test_new_class_with_mro_entry
test/dynamo_expected_failures/CPython313-test_types-ClassCreationTests.test_new_class_with_mro_entry_genericalias
test/dynamo_expected_failures/CPython313-test_types-ClassCreationTests.test_new_class_with_mro_entry_multiple
test/dynamo_expected_failures/CPython313-test_types-ClassCreationTests.test_new_class_with_mro_entry_multiple_2
test/dynamo_expected_failures/CPython313-test_types-ClassCreationTests.test_new_class_with_mro_entry_none
test/dynamo_expected_failures/CPython313-test_types-ClassCreationTests.test_one_argument_type
test/dynamo_expected_failures/CPython313-test_types-ClassCreationTests.test_prepare_class
test/dynamo_expected_failures/CPython313-test_types-ClassCreationTests.test_resolve_bases_with_mro_entry
test/dynamo_expected_failures/CPython313-test_types-ClassCreationTests.test_tuple_subclass_as_bases
test/dynamo_expected_failures/CPython313-test_types-CoroutineTests.test_async_def
test/dynamo_expected_failures/CPython313-test_types-CoroutineTests.test_duck_coro
test/dynamo_expected_failures/CPython313-test_types-CoroutineTests.test_duck_corogen
test/dynamo_expected_failures/CPython313-test_types-CoroutineTests.test_duck_functional_gen
test/dynamo_expected_failures/CPython313-test_types-CoroutineTests.test_duck_gen
test/dynamo_expected_failures/CPython313-test_types-CoroutineTests.test_gen
test/dynamo_expected_failures/CPython313-test_types-CoroutineTests.test_genfunc
test/dynamo_expected_failures/CPython313-test_types-CoroutineTests.test_non_gen_values
test/dynamo_expected_failures/CPython313-test_types-CoroutineTests.test_returning_itercoro
test/dynamo_expected_failures/CPython313-test_types-CoroutineTests.test_wrapper_object
test/dynamo_expected_failures/CPython313-test_types-CoroutineTests.test_wrong_args
test/dynamo_expected_failures/CPython313-test_types-FunctionTests.test_function_type_defaults
test/dynamo_expected_failures/CPython313-test_types-FunctionTests.test_function_type_wrong_defaults
test/dynamo_expected_failures/CPython313-test_types-MappingProxyTests.test_chainmap
test/dynamo_expected_failures/CPython313-test_types-MappingProxyTests.test_constructor
test/dynamo_expected_failures/CPython313-test_types-MappingProxyTests.test_customdict
test/dynamo_expected_failures/CPython313-test_types-MappingProxyTests.test_hash
test/dynamo_expected_failures/CPython313-test_types-MappingProxyTests.test_methods
test/dynamo_expected_failures/CPython313-test_types-MappingProxyTests.test_missing
test/dynamo_expected_failures/CPython313-test_types-MappingProxyTests.test_reversed
test/dynamo_expected_failures/CPython313-test_types-MappingProxyTests.test_union
test/dynamo_expected_failures/CPython313-test_types-SimpleNamespaceTests.test_as_dict
test/dynamo_expected_failures/CPython313-test_types-SimpleNamespaceTests.test_attrdel
test/dynamo_expected_failures/CPython313-test_types-SimpleNamespaceTests.test_attrget
test/dynamo_expected_failures/CPython313-test_types-SimpleNamespaceTests.test_attrset
test/dynamo_expected_failures/CPython313-test_types-SimpleNamespaceTests.test_constructor
test/dynamo_expected_failures/CPython313-test_types-SimpleNamespaceTests.test_equal
test/dynamo_expected_failures/CPython313-test_types-SimpleNamespaceTests.test_fake_namespace_compare
test/dynamo_expected_failures/CPython313-test_types-SimpleNamespaceTests.test_nested
test/dynamo_expected_failures/CPython313-test_types-SimpleNamespaceTests.test_pickle
test/dynamo_expected_failures/CPython313-test_types-SimpleNamespaceTests.test_recursive
test/dynamo_expected_failures/CPython313-test_types-SimpleNamespaceTests.test_recursive_repr
test/dynamo_expected_failures/CPython313-test_types-SimpleNamespaceTests.test_replace
test/dynamo_expected_failures/CPython313-test_types-SimpleNamespaceTests.test_replace_subclass
test/dynamo_expected_failures/CPython313-test_types-SimpleNamespaceTests.test_repr
test/dynamo_expected_failures/CPython313-test_types-SimpleNamespaceTests.test_subclass
test/dynamo_expected_failures/CPython313-test_types-SimpleNamespaceTests.test_unbound
test/dynamo_expected_failures/CPython313-test_types-SimpleNamespaceTests.test_underlying_dict
test/dynamo_expected_failures/CPython313-test_types-SubinterpreterTests.test_static_types_inherited_slots
test/dynamo_expected_failures/CPython313-test_types-TypesTests.test_call_unbound_crash
test/dynamo_expected_failures/CPython313-test_types-TypesTests.test_dunder_get_signature
test/dynamo_expected_failures/CPython313-test_types-TypesTests.test_float__format__
test/dynamo_expected_failures/CPython313-test_types-TypesTests.test_float__format__locale
test/dynamo_expected_failures/CPython313-test_types-TypesTests.test_float_to_string
test/dynamo_expected_failures/CPython313-test_types-TypesTests.test_format_spec_errors
test/dynamo_expected_failures/CPython313-test_types-TypesTests.test_int__format__
test/dynamo_expected_failures/CPython313-test_types-TypesTests.test_int__format__locale
test/dynamo_expected_failures/CPython313-test_types-TypesTests.test_method_descriptor_crash
test/dynamo_expected_failures/CPython313-test_types-TypesTests.test_method_descriptor_types
test/dynamo_expected_failures/CPython313-test_types-TypesTests.test_method_wrapper_types
test/dynamo_expected_failures/CPython313-test_types-TypesTests.test_traceback_and_frame_types
test/dynamo_expected_failures/CPython313-test_types-UnionTests.test_bad_instancecheck
test/dynamo_expected_failures/CPython313-test_types-UnionTests.test_bad_subclasscheck
test/dynamo_expected_failures/CPython313-test_types-UnionTests.test_instancecheck_and_subclasscheck_order
test/dynamo_expected_failures/CPython313-test_types-UnionTests.test_or_type_operator_reference_cycle
test/dynamo_expected_failures/CPython313-test_types-UnionTests.test_or_type_operator_with_Alias
test/dynamo_expected_failures/CPython313-test_types-UnionTests.test_or_type_operator_with_Literal
test/dynamo_expected_failures/CPython313-test_types-UnionTests.test_or_type_operator_with_NewType
test/dynamo_expected_failures/CPython313-test_types-UnionTests.test_or_type_operator_with_SpecialForm
test/dynamo_expected_failures/CPython313-test_types-UnionTests.test_or_type_operator_with_TypeVar
test/dynamo_expected_failures/CPython313-test_types-UnionTests.test_or_type_operator_with_bad_module
test/dynamo_expected_failures/CPython313-test_types-UnionTests.test_or_type_operator_with_forward
test/dynamo_expected_failures/CPython313-test_types-UnionTests.test_or_type_operator_with_genericalias
test/dynamo_expected_failures/CPython313-test_types-UnionTests.test_or_type_repr
test/dynamo_expected_failures/CPython313-test_types-UnionTests.test_or_types_operator
test/dynamo_expected_failures/CPython313-test_types-UnionTests.test_union_args
test/dynamo_expected_failures/CPython313-test_types-UnionTests.test_union_copy
test/dynamo_expected_failures/CPython313-test_types-UnionTests.test_union_of_unhashable
test/dynamo_expected_failures/CPython313-test_types-UnionTests.test_union_parameter_chaining
test/dynamo_expected_failures/CPython313-test_types-UnionTests.test_union_parameter_substitution
test/dynamo_expected_failures/CPython313-test_types-UnionTests.test_union_parameter_substitution_errors
test/dynamo_expected_failures/CPython313-test_types-UnionTests.test_union_pickle
test/dynamo_expected_failures/CPython313-test_userdict-UserDictTest.test_all
test/dynamo_expected_failures/CPython313-test_userdict-UserDictTest.test_clear
test/dynamo_expected_failures/CPython313-test_userdict-UserDictTest.test_contains
test/dynamo_expected_failures/CPython313-test_userdict-UserDictTest.test_copy
test/dynamo_expected_failures/CPython313-test_userdict-UserDictTest.test_eq
test/dynamo_expected_failures/CPython313-test_userdict-UserDictTest.test_fromkeys
test/dynamo_expected_failures/CPython313-test_userdict-UserDictTest.test_getitem
test/dynamo_expected_failures/CPython313-test_userdict-UserDictTest.test_items
test/dynamo_expected_failures/CPython313-test_userdict-UserDictTest.test_missing
test/dynamo_expected_failures/CPython313-test_userdict-UserDictTest.test_popitem
test/dynamo_expected_failures/CPython313-test_userdict-UserDictTest.test_repr
test/dynamo_expected_failures/CPython313-test_userdict-UserDictTest.test_repr_deep
test/dynamo_expected_failures/CPython313-test_userdict-UserDictTest.test_setdefault
test/dynamo_expected_failures/CPython313-test_userdict-UserDictTest.test_update
test/dynamo_expected_failures/CPython313-test_userdict-UserDictTest.test_values
test/dynamo_expected_failures/CPython313-test_userlist-UserListTest.test_append
test/dynamo_expected_failures/CPython313-test_userlist-UserListTest.test_clear
test/dynamo_expected_failures/CPython313-test_userlist-UserListTest.test_constructor_exception_handling
test/dynamo_expected_failures/CPython313-test_userlist-UserListTest.test_constructors
test/dynamo_expected_failures/CPython313-test_userlist-UserListTest.test_contains
test/dynamo_expected_failures/CPython313-test_userlist-UserListTest.test_contains_fake
test/dynamo_expected_failures/CPython313-test_userlist-UserListTest.test_contains_order
test/dynamo_expected_failures/CPython313-test_userlist-UserListTest.test_copy
test/dynamo_expected_failures/CPython313-test_userlist-UserListTest.test_count
test/dynamo_expected_failures/CPython313-test_userlist-UserListTest.test_delitem
test/dynamo_expected_failures/CPython313-test_userlist-UserListTest.test_extend
test/dynamo_expected_failures/CPython313-test_userlist-UserListTest.test_free_after_iterating
test/dynamo_expected_failures/CPython313-test_userlist-UserListTest.test_getitem
test/dynamo_expected_failures/CPython313-test_userlist-UserListTest.test_iadd
test/dynamo_expected_failures/CPython313-test_userlist-UserListTest.test_index
test/dynamo_expected_failures/CPython313-test_userlist-UserListTest.test_insert
test/dynamo_expected_failures/CPython313-test_userlist-UserListTest.test_pickle
test/dynamo_expected_failures/CPython313-test_userlist-UserListTest.test_pop
test/dynamo_expected_failures/CPython313-test_userlist-UserListTest.test_remove
test/dynamo_expected_failures/CPython313-test_userlist-UserListTest.test_repeat
test/dynamo_expected_failures/CPython313-test_userlist-UserListTest.test_repr
test/dynamo_expected_failures/CPython313-test_userlist-UserListTest.test_repr_deep
test/dynamo_expected_failures/CPython313-test_userlist-UserListTest.test_reverse
test/dynamo_expected_failures/CPython313-test_userlist-UserListTest.test_reversed
test/dynamo_expected_failures/CPython313-test_userlist-UserListTest.test_set_subscript
test/dynamo_expected_failures/CPython313-test_userlist-UserListTest.test_setitem
test/dynamo_expected_failures/CPython313-test_userlist-UserListTest.test_setslice
test/dynamo_expected_failures/CPython313-test_userlist-UserListTest.test_sort
test/dynamo_expected_failures/CPython313-test_with-ExceptionalTestCase.testErrorsInBool
test/dynamo_expected_failures/CPython313-test_with-ExceptionalTestCase.testMultipleResourcesInSingleStatement
test/dynamo_expected_failures/CPython313-test_with-ExceptionalTestCase.testNestedExceptionAfterInnerStatement
test/dynamo_expected_failures/CPython313-test_with-ExceptionalTestCase.testNestedExceptionBeforeInnerStatement
test/dynamo_expected_failures/CPython313-test_with-ExceptionalTestCase.testNestedSingleStatements
test/dynamo_expected_failures/CPython313-test_with-ExceptionalTestCase.testRaisedStopIteration1
test/dynamo_expected_failures/CPython313-test_with-ExceptionalTestCase.testRaisedStopIteration3
test/dynamo_expected_failures/CPython313-test_with-ExceptionalTestCase.testSingleResource
test/dynamo_expected_failures/CPython313-test_with-FailureTestCase.testAssignmentToNoneError
test/dynamo_expected_failures/CPython313-test_with-FailureTestCase.testAssignmentToTupleContainingNoneError
test/dynamo_expected_failures/CPython313-test_with-FailureTestCase.testAssignmentToTupleOnlyContainingNoneError
test/dynamo_expected_failures/CPython313-test_with-FailureTestCase.testEnterAttributeError1
test/dynamo_expected_failures/CPython313-test_with-FailureTestCase.testEnterAttributeError2
test/dynamo_expected_failures/CPython313-test_with-FailureTestCase.testExitAttributeError
test/dynamo_expected_failures/CPython313-test_with-FailureTestCase.testNameError
test/dynamo_expected_failures/CPython313-test_with-NestedNonexceptionalTestCase.testSingleArgBoundToMultipleElementTupleError
test/dynamo_expected_failures/CPython313-test_with-NestedWith.testExceptionLocation
test/dynamo_expected_failures/ComptimeTests.test_graph_break
test/dynamo_expected_failures/CtxManagerTests.test_autograd_profiler_enabled
test/dynamo_expected_failures/CtxManagerTests.test_disable_saved_tensors_hooks
test/dynamo_expected_failures/CtxManagerTests.test_disable_saved_tensors_hooks_prev_disabled
test/dynamo_expected_failures/CtxManagerTests.test_disable_saved_tensors_hooks_prev_disabled_nested
test/dynamo_expected_failures/DecoratorTests.test_mark_static_address_guarded
test/dynamo_expected_failures/DecoratorTests.test_mark_static_address_unguarded
test/dynamo_expected_failures/DefaultsTests.test_cast_tensor_single_elem
test/dynamo_expected_failures/DefaultsTests.test_compare_constant_and_tensor
test/dynamo_expected_failures/DefaultsTests.test_func_default_torch_args
test/dynamo_expected_failures/DefaultsTests.test_in_set_inplace
test/dynamo_expected_failures/DefaultsTests.test_in_set_would_fail_broadcast
test/dynamo_expected_failures/DynamoProfilerTests.test_dynamo_timed_profiling_isolated
test/dynamo_expected_failures/DynamoProfilerTests.test_profiler_cache_lookup
test/dynamo_expected_failures/DynamoProfilerTests.test_profiler_dynamo_compiled_region
test/dynamo_expected_failures/End2EndTests.test_init_group
test/dynamo_expected_failures/ExampleTests.test_exportdb_supported_case_assume_constant_result
test/dynamo_expected_failures/ExampleTests.test_exportdb_supported_case_constrain_as_size_example
test/dynamo_expected_failures/ExcTests.test_backend_suppress_line
test/dynamo_expected_failures/ExcTests.test_graph_break_log
test/dynamo_expected_failures/ExcTests.test_internal_error_no_suppress
test/dynamo_expected_failures/ExcTests.test_internal_error_suppress_errors
test/dynamo_expected_failures/ExcTests.test_not_implemented_error
test/dynamo_expected_failures/ExcTests.test_trigger_on_error
test/dynamo_expected_failures/ExportTests.test_cond_raise_user_error_on_non_list_operands
test/dynamo_expected_failures/ExportTests.test_cond_raise_user_error_on_non_tensor_operands
test/dynamo_expected_failures/ExportTests.test_cond_raise_user_error_on_unsupported_pred
test/dynamo_expected_failures/ExportTests.test_export_decomp
test/dynamo_expected_failures/ExportTests.test_export_dynamic_dim_cleanup
test/dynamo_expected_failures/ExportTests.test_export_dynamic_dim_range_constraint
test/dynamo_expected_failures/ExportTests.test_export_mark_dynamic_conflict_dynamic_dim
test/dynamo_expected_failures/ExportTests.test_export_multi_dynamic_dim_constraint
test/dynamo_expected_failures/ExportTests.test_export_multi_dynamic_dim_unsafe_relationship
test/dynamo_expected_failures/ExportTests.test_export_no_raise
test/dynamo_expected_failures/ExportTests.test_export_preserve_constraints_as_metadata_scalar
test/dynamo_expected_failures/ExportTests.test_export_raise_on_relationship
test/dynamo_expected_failures/ExportTests.test_export_with_constant_dict_values
test/dynamo_expected_failures/ExportTests.test_export_with_constant_free_function
test/dynamo_expected_failures/ExportTests.test_export_with_constant_free_function_and_class_method
test/dynamo_expected_failures/ExportTests.test_export_with_constant_free_function_and_class_method_multiarg
test/dynamo_expected_failures/ExportTests.test_export_with_constant_free_function_and_class_method_multiarg_diff
test/dynamo_expected_failures/ExportTests.test_export_with_constant_list_nonzero
test/dynamo_expected_failures/ExportTests.test_export_with_constant_list_nonzero_free_function
test/dynamo_expected_failures/ExportTests.test_export_with_constant_method_on_module
test/dynamo_expected_failures/ExportTests.test_export_with_constant_method_on_module_invoke_twice
test/dynamo_expected_failures/ExportTests.test_export_with_constant_none_control_flow
test/dynamo_expected_failures/ExportTests.test_export_with_constant_none_control_flow_free_func
test/dynamo_expected_failures/ExportTests.test_export_with_constant_not_none_control_flow
test/dynamo_expected_failures/ExportTests.test_export_with_constant_not_none_control_flow_free_func
test/dynamo_expected_failures/ExportTests.test_export_with_constant_not_none_control_flow_pos
test/dynamo_expected_failures/ExportTests.test_export_with_constant_not_return_const
test/dynamo_expected_failures/ExportTests.test_export_with_constant_tuple_nonzero
test/dynamo_expected_failures/ExportTests.test_export_with_map_cond
test/dynamo_expected_failures/ExportTests.test_exported_graph_serialization
test/dynamo_expected_failures/ExportTests.test_torch_inference_mode_ctx
test/dynamo_expected_failures/ExportTests.test_untracked_inputs_in_constraints
test/dynamo_expected_failures/FuncTorchHigherOrderOpTests.test_grad
test/dynamo_expected_failures/FuncTorchHigherOrderOpTests.test_grad_disable_capture
test/dynamo_expected_failures/FuncTorchHigherOrderOpTests.test_grad_fn_with_kwargs
test/dynamo_expected_failures/FuncTorchHigherOrderOpTests.test_grad_freevar_python_scalar
test/dynamo_expected_failures/FuncTorchHigherOrderOpTests.test_grad_has_aux
test/dynamo_expected_failures/FuncTorchHigherOrderOpTests.test_grad_non_tensor_input
test/dynamo_expected_failures/FuncTorchHigherOrderOpTests.test_grad_pytree
test/dynamo_expected_failures/FuncTorchHigherOrderOpTests.test_grad_two_tensor_all_grad_has_aux
test/dynamo_expected_failures/FuncTorchHigherOrderOpTests.test_grad_two_tensor_has_aux
test/dynamo_expected_failures/FuncTorchHigherOrderOpTests.test_grad_with_graph_break
test/dynamo_expected_failures/FuncTorchHigherOrderOpTests.test_grad_with_side_effect
test/dynamo_expected_failures/FuncTorchHigherOrderOpTests.test_vmap
test/dynamo_expected_failures/FuncTorchHigherOrderOpTests.test_vmap_disable_capture
test/dynamo_expected_failures/FuncTorchHigherOrderOpTests.test_vmap_free_const
test/dynamo_expected_failures/FuncTorchHigherOrderOpTests.test_vmap_free_tensor
test/dynamo_expected_failures/FuncTorchHigherOrderOpTests.test_vmap_kwargs
test/dynamo_expected_failures/FuncTorchHigherOrderOpTests.test_vmap_multiple_invocation_in_dims
test/dynamo_expected_failures/FuncTorchHigherOrderOpTests.test_vmap_multiple_invocation_out_dims
test/dynamo_expected_failures/FuncTorchHigherOrderOpTests.test_vmap_multiple_outputs
test/dynamo_expected_failures/FuncTorchHigherOrderOpTests.test_vmap_multiple_outputs_diff_dims
test/dynamo_expected_failures/FuncTorchHigherOrderOpTests.test_vmap_multiple_outputs_out_dims_tuple
test/dynamo_expected_failures/FuncTorchHigherOrderOpTests.test_vmap_over_vmap_captured
test/dynamo_expected_failures/FuncTorchHigherOrderOpTests.test_vmap_over_vmap_two_inputs
test/dynamo_expected_failures/FuncTorchHigherOrderOpTests.test_vmap_previous_illegal_op_no_graph_break
test/dynamo_expected_failures/FuncTorchHigherOrderOpTests.test_vmap_pytree_inputs
test/dynamo_expected_failures/FuncTorchHigherOrderOpTests.test_vmap_recompile_same_config
test/dynamo_expected_failures/FuncTorchHigherOrderOpTests.test_vmap_side_effects
test/dynamo_expected_failures/FuncTorchHigherOrderOpTests.test_vmap_two_inputs
test/dynamo_expected_failures/FuncTorchHigherOrderOpTests.test_vmap_two_inputs_tuple_in_dims
test/dynamo_expected_failures/FuncTorchHigherOrderOpTests.test_vmap_with_conditional_graph_break
test/dynamo_expected_failures/FuncTorchHigherOrderOpTests.test_vmap_with_graph_break
test/dynamo_expected_failures/FuncTorchHigherOrderOpTests.test_vmap_with_graph_break_2
test/dynamo_expected_failures/FuncTorchHigherOrderOpTests.test_vmap_with_graph_break_lambda
test/dynamo_expected_failures/FunctionTests.test_default_dict
test/dynamo_expected_failures/FunctionTests.test_default_dict_closure
test/dynamo_expected_failures/FunctionTests.test_default_dict_lambda
test/dynamo_expected_failures/FunctionTests.test_is_contiguous_frame_counts
test/dynamo_expected_failures/FunctionTests.test_math_radians
test/dynamo_expected_failures/FunctionTests.test_partials_as_input_partials_lambda
test/dynamo_expected_failures/FunctionTests.test_partials_as_input_partials_mod
test/dynamo_expected_failures/HigherOrderOpTests.test_capture_untracked_global_nested
test/dynamo_expected_failures/HigherOrderOpTests.test_capture_value_created_in_subgraph
test/dynamo_expected_failures/HigherOrderOpTests.test_cond_branches_no_arguments
test/dynamo_expected_failures/HigherOrderOpTests.test_cond_branches_no_arguments_no_closure
test/dynamo_expected_failures/HigherOrderOpTests.test_cond_pytree_operands
test/dynamo_expected_failures/HigherOrderOpTests.test_cond_pytree_operands_with_non_tensor_leaves
test/dynamo_expected_failures/HigherOrderOpTests.test_cond_source_fn_stack
test/dynamo_expected_failures/HigherOrderOpTests.test_cond_subgraph_name_is_valid
test/dynamo_expected_failures/HigherOrderOpTests.test_fallback_on_python_primitives_output
test/dynamo_expected_failures/HigherOrderOpTests.test_map_lowers_to_graph
test/dynamo_expected_failures/HigherOrderOpTests.test_map_multi_return
test/dynamo_expected_failures/HigherOrderOpTests.test_map_pytree_return
test/dynamo_expected_failures/HigherOrderOpTests.test_map_source_fn_stack
test/dynamo_expected_failures/HigherOrderOpTests.test_map_subgraph_name_is_valid
test/dynamo_expected_failures/HigherOrderOpTests.test_map_symint_input
test/dynamo_expected_failures/HigherOrderOpTests.test_modules
test/dynamo_expected_failures/HigherOrderOpTests.test_nested_tuple_output
test/dynamo_expected_failures/HigherOrderOpTests.test_output_with_dict
test/dynamo_expected_failures/HigherOrderOpTests.test_side_effect_in_body
test/dynamo_expected_failures/HigherOrderOpTests.test_vmap_source_fn_stack
test/dynamo_expected_failures/HigherOrderOpTests.test_wrap_kwarg_recompile
test/dynamo_expected_failures/HigherOrderOpTests.test_wrap_subgraph_name_is_valid
test/dynamo_expected_failures/HooksTests.test_functools_arg_vary
test/dynamo_expected_failures/HooksTests.test_post_acc_grad_hook
test/dynamo_expected_failures/HooksTests.test_tensor_register_global_hook
test/dynamo_expected_failures/HooksTests.test_tensor_register_hook_in_graph_local
test/dynamo_expected_failures/HooksTests.test_tensor_register_multiple_hooks
test/dynamo_expected_failures/HooksTests.test_tensor_register_multiple_hooks_handles_in_list
test/dynamo_expected_failures/InteropTests.test_vmap_in_graph
test/dynamo_expected_failures/LoggingTests.test_aot
test/dynamo_expected_failures/LoggingTests.test_aot_graphs
test/dynamo_expected_failures/LoggingTests.test_aot_joint_graph
test/dynamo_expected_failures/LoggingTests.test_bytecode
test/dynamo_expected_failures/LoggingTests.test_custom_format
test/dynamo_expected_failures/LoggingTests.test_custom_format_exc
test/dynamo_expected_failures/LoggingTests.test_dynamo_debug
test/dynamo_expected_failures/LoggingTests.test_dynamo_error
test/dynamo_expected_failures/LoggingTests.test_dynamo_info
test/dynamo_expected_failures/LoggingTests.test_graph
test/dynamo_expected_failures/LoggingTests.test_graph_breaks
test/dynamo_expected_failures/LoggingTests.test_graph_code
test/dynamo_expected_failures/LoggingTests.test_graph_sizes
test/dynamo_expected_failures/LoggingTests.test_graph_sizes_dynamic
test/dynamo_expected_failures/LoggingTests.test_guards_recompiles
test/dynamo_expected_failures/LoggingTests.test_inductor_debug
test/dynamo_expected_failures/LoggingTests.test_inductor_error
test/dynamo_expected_failures/LoggingTests.test_inductor_info
test/dynamo_expected_failures/LoggingTests.test_multiline_format
test/dynamo_expected_failures/LoggingTests.test_output_code
test/dynamo_expected_failures/LoggingTests.test_recompiles
test/dynamo_expected_failures/LoggingTests.test_trace_source_cond
test/dynamo_expected_failures/LoggingTests.test_trace_source_nested
test/dynamo_expected_failures/MiscTests.test_add_to_set
test/dynamo_expected_failures/MiscTests.test_any_all_symnode
test/dynamo_expected_failures/MiscTests.test_backend_match_guard
test/dynamo_expected_failures/MiscTests.test_boolarg
test/dynamo_expected_failures/MiscTests.test_callpacked
test/dynamo_expected_failures/MiscTests.test_compare_shapes_with_constant
test/dynamo_expected_failures/MiscTests.test_cond_nested
test/dynamo_expected_failures/MiscTests.test_cond_side_effects
test/dynamo_expected_failures/MiscTests.test_dataclass_fields
test/dynamo_expected_failures/MiscTests.test_deque_append_left
test/dynamo_expected_failures/MiscTests.test_deque_input
test/dynamo_expected_failures/MiscTests.test_deterministic_algorithms_mutated
test/dynamo_expected_failures/MiscTests.test_dict_order_keys
test/dynamo_expected_failures/MiscTests.test_dict_order_keys_modules
test/dynamo_expected_failures/MiscTests.test_dict_order_keys_tensors
test/dynamo_expected_failures/MiscTests.test_dictcomp
test/dynamo_expected_failures/MiscTests.test_dtypes_no_graphbreaks
test/dynamo_expected_failures/MiscTests.test_dunder_new_function_inlining
test/dynamo_expected_failures/MiscTests.test_frozenset_torch_func_contains
test/dynamo_expected_failures/MiscTests.test_get_cache_entry
test/dynamo_expected_failures/MiscTests.test_guard_failure_fn
test/dynamo_expected_failures/MiscTests.test_guard_failure_fn2
test/dynamo_expected_failures/MiscTests.test_guard_failure_fn_shape_control
test/dynamo_expected_failures/MiscTests.test_guard_failure_fn_tensor_iter
test/dynamo_expected_failures/MiscTests.test_inference_mode
test/dynamo_expected_failures/MiscTests.test_inplace_param_update
test/dynamo_expected_failures/MiscTests.test_inplace_view_on_graph_input
test/dynamo_expected_failures/MiscTests.test_intermediary_tensor_grad_access
test/dynamo_expected_failures/MiscTests.test_is_compiling
test/dynamo_expected_failures/MiscTests.test_iter_set
test/dynamo_expected_failures/MiscTests.test_itertools_accumulate_symint_default_sum
test/dynamo_expected_failures/MiscTests.test_itertools_accumulate_tensors_default_sum
test/dynamo_expected_failures/MiscTests.test_itertools_groupby_pure_python_default_identify_func
test/dynamo_expected_failures/MiscTests.test_itertools_groupby_pure_python_key_func
test/dynamo_expected_failures/MiscTests.test_itertools_infinite_cycle
test/dynamo_expected_failures/MiscTests.test_itertools_infinite_repeat
test/dynamo_expected_failures/MiscTests.test_itertools_infinite_repeat_mutation
test/dynamo_expected_failures/MiscTests.test_itertools_repeat
test/dynamo_expected_failures/MiscTests.test_listcomp
test/dynamo_expected_failures/MiscTests.test_mandelbrot_numpy
test/dynamo_expected_failures/MiscTests.test_mark_static
test/dynamo_expected_failures/MiscTests.test_namedtuple1
test/dynamo_expected_failures/MiscTests.test_namedtuple2
test/dynamo_expected_failures/MiscTests.test_nan
test/dynamo_expected_failures/MiscTests.test_nested_optimize
test/dynamo_expected_failures/MiscTests.test_nested_optimize_decorator
test/dynamo_expected_failures/MiscTests.test_nested_optimize_run
test/dynamo_expected_failures/MiscTests.test_nn_module_getattr
test/dynamo_expected_failures/MiscTests.test_no_raise_guard_partial_constraint
test/dynamo_expected_failures/MiscTests.test_no_raise_guard_partial_constraint_across_break
test/dynamo_expected_failures/MiscTests.test_numpy_array_of_arrays
test/dynamo_expected_failures/MiscTests.test_numpy_force
test/dynamo_expected_failures/MiscTests.test_numpy_int_constant
test/dynamo_expected_failures/MiscTests.test_numpy_iter
test/dynamo_expected_failures/MiscTests.test_numpy_non_torch_dtype
test/dynamo_expected_failures/MiscTests.test_numpy_readonly
test/dynamo_expected_failures/MiscTests.test_numpy_recompilation_scalar
test/dynamo_expected_failures/MiscTests.test_numpy_size_attr
test/dynamo_expected_failures/MiscTests.test_numpy_subdtype
test/dynamo_expected_failures/MiscTests.test_numpy_tolist
test/dynamo_expected_failures/MiscTests.test_numpy_torch_operators
test/dynamo_expected_failures/MiscTests.test_numpy_with_builtin_type
test/dynamo_expected_failures/MiscTests.test_out_variants_with_resizing_on_graph_inputs
test/dynamo_expected_failures/MiscTests.test_pure_python_accumulate
test/dynamo_expected_failures/MiscTests.test_py_guards_mark_dynamic
test/dynamo_expected_failures/MiscTests.test_raise_guard_full_constraint
test/dynamo_expected_failures/MiscTests.test_raise_guard_partial_constraint_no_graph_break
test/dynamo_expected_failures/MiscTests.test_raise_on_backend_error
test/dynamo_expected_failures/MiscTests.test_recompile_on_global_state_change
test/dynamo_expected_failures/MiscTests.test_release_input_memory
test/dynamo_expected_failures/MiscTests.test_release_module_memory
test/dynamo_expected_failures/MiscTests.test_release_scope_memory
test/dynamo_expected_failures/MiscTests.test_repeat_interleave_graphbreaks
test/dynamo_expected_failures/MiscTests.test_return_nested_function
test/dynamo_expected_failures/MiscTests.test_set_aliasing_recompiles
test/dynamo_expected_failures/MiscTests.test_setattr_mutation1
test/dynamo_expected_failures/MiscTests.test_simple_set_usage
test/dynamo_expected_failures/MiscTests.test_size_input
test/dynamo_expected_failures/MiscTests.test_str_format_assert2
test/dynamo_expected_failures/MiscTests.test_tensor_build_list_unpack
test/dynamo_expected_failures/MiscTests.test_tensor_dict1
test/dynamo_expected_failures/MiscTests.test_tensor_dict2
test/dynamo_expected_failures/MiscTests.test_tensor_dict3
test/dynamo_expected_failures/MiscTests.test_tensor_item_capture
test/dynamo_expected_failures/MiscTests.test_tolist_0d
test/dynamo_expected_failures/MiscTests.test_tolist_1d
test/dynamo_expected_failures/MiscTests.test_tolist_kd
test/dynamo_expected_failures/MiscTests.test_tolist_kd_dynamic
test/dynamo_expected_failures/MiscTests.test_tolist_scalar
test/dynamo_expected_failures/MiscTests.test_torch_seed
test/dynamo_expected_failures/MiscTests.test_tracing_nested_py_tree
test/dynamo_expected_failures/MiscTests.test_tracing_nested_py_tree_dicts
test/dynamo_expected_failures/MiscTests.test_tracing_nested_py_tree_mixed_all
test/dynamo_expected_failures/MiscTests.test_tracing_nested_py_tree_tuples
test/dynamo_expected_failures/MiscTests.test_tracing_py_tree
test/dynamo_expected_failures/MiscTests.test_tracing_py_tree_tensor_subclass
test/dynamo_expected_failures/MiscTests.test_tracing_tree_map_only
test/dynamo_expected_failures/MiscTests.test_type_copy
test/dynamo_expected_failures/MiscTests.test_typing_typevar
test/dynamo_expected_failures/MiscTests.test_user_getattribute
test/dynamo_expected_failures/MiscTests.test_with_builtin_type
test/dynamo_expected_failures/MiscTests.test_yield_from
test/dynamo_expected_failures/MiscTests.test_yield_gen_and_from
test/dynamo_expected_failures/MiscTests.test_yield_send_to_subgenerator_graph_break
test/dynamo_expected_failures/NNModuleTests.test_lazy_module1
test/dynamo_expected_failures/NNModuleTests.test_lazy_module2
test/dynamo_expected_failures/NNModuleTests.test_lazy_module4
test/dynamo_expected_failures/NNModuleTests.test_lazy_module5
test/dynamo_expected_failures/NNModuleTests.test_lazy_module6
test/dynamo_expected_failures/NNModuleTests.test_lazy_module_no_cls_to_become
test/dynamo_expected_failures/NNModuleTests.test_self_mutating1
test/dynamo_expected_failures/NNModuleTests.test_unsupportedmethod
test/dynamo_expected_failures/NNModuleTests.test_unsupportedmodule
test/dynamo_expected_failures/NonStrictExportTestExport.test__scaled_dot_product_flash_attention_non_strict
test/dynamo_expected_failures/NonStrictExportTestExport.test_basic_non_strict_fake_tensor_non_strict
test/dynamo_expected_failures/NonStrictExportTestExport.test_basic_non_strict_real_tensor_non_strict
test/dynamo_expected_failures/NonStrictExportTestExport.test_buffer_util_non_strict
test/dynamo_expected_failures/NonStrictExportTestExport.test_cond_with_module_stack_export_with_non_strict
test/dynamo_expected_failures/NonStrictExportTestExport.test_export_decomps_dynamic_non_strict
test/dynamo_expected_failures/NonStrictExportTestExport.test_export_decomps_simple_non_strict
test/dynamo_expected_failures/NonStrictExportTestExport.test_export_with_wrong_inputs_non_strict
test/dynamo_expected_failures/NonStrictExportTestExport.test_external_call_non_strict_real_tensor_non_strict
test/dynamo_expected_failures/NonStrictExportTestExport.test_fqn_non_strict
test/dynamo_expected_failures/NonStrictExportTestExport.test_nn_module_stack_non_strict
test/dynamo_expected_failures/NonStrictExportTestExport.test_nn_module_stack_shared_submodule_non_strict
test/dynamo_expected_failures/NonStrictExportTestExport.test_non_strict_dynamic_shapes_non_strict
test/dynamo_expected_failures/NonStrictExportTestExport.test_non_strict_dynamic_shapes_suggested_fixes_non_strict
test/dynamo_expected_failures/NonStrictExportTestExport.test_param_util_non_strict
test/dynamo_expected_failures/NonStrictExportTestExport.test_raise_user_error_when_guard_on_data_dependent_operation_non_strict
test/dynamo_expected_failures/NonStrictExportTestExport.test_sym_sqrt_non_strict
test/dynamo_expected_failures/NonStrictExportTestExport.test_to_module_with_mutated_buffer_multiple_non_strict
test/dynamo_expected_failures/NonStrictExportTestExport.test_to_module_with_mutated_buffer_multiple_update_sub_later_non_strict
test/dynamo_expected_failures/NonStrictExportTestExport.test_to_module_with_mutated_buffer_non_strict
test/dynamo_expected_failures/NumpyTestsCPU.test_boolean_indexing_weirdness_cpu
test/dynamo_expected_failures/NumpyTestsCPU.test_boolean_shape_mismatch_cpu
test/dynamo_expected_failures/NumpyTestsCPU.test_empty_fancy_index_cpu
test/dynamo_expected_failures/NumpyTestsCPU.test_index_no_floats_cpu
test/dynamo_expected_failures/OptimizedModuleTest.test_backward_hooks
test/dynamo_expected_failures/OptimizedModuleTest.test_cache_size_limit_on_guarded_nn_modules
test/dynamo_expected_failures/OptimizedModuleTest.test_composition_with_opt_mod
test/dynamo_expected_failures/OptimizedModuleTest.test_hooks_inner
test/dynamo_expected_failures/OptimizedModuleTest.test_hooks_outer
test/dynamo_expected_failures/OptimizedModuleTest.test_hooks_skip_guards
test/dynamo_expected_failures/OptimizedModuleTest.test_module_dict_iter_name
test/dynamo_expected_failures/OptimizedModuleTest.test_nn_module
test/dynamo_expected_failures/OptimizedModuleTest.test_no_recompile_on_nn_guarded_modules
test/dynamo_expected_failures/OptimizedModuleTest.test_to
test/dynamo_expected_failures/OptimizerTests.test_adagrad
test/dynamo_expected_failures/OptimizerTests.test_adam
test/dynamo_expected_failures/OptimizerTests.test_adamax
test/dynamo_expected_failures/OptimizerTests.test_adamw
test/dynamo_expected_failures/OptimizerTests.test_asgd
test/dynamo_expected_failures/OptimizerTests.test_nadam
test/dynamo_expected_failures/OptimizerTests.test_rmsprop
test/dynamo_expected_failures/OptimizerTests.test_rprop
test/dynamo_expected_failures/OptimizerTests.test_sgd
test/dynamo_expected_failures/PackedSequenceTest.test_pack_sequence
test/dynamo_expected_failures/PackedSequenceTest.test_to
test/dynamo_expected_failures/PackedSequenceTest.test_total_length
test/dynamo_expected_failures/PackedSequenceTest.test_type_casts
test/dynamo_expected_failures/PackedSequenceTest.test_unpack_sequence
test/dynamo_expected_failures/RecompileTests.test_aliasing_guard_failures_with_globals
test/dynamo_expected_failures/RecompileTests.test_automatic_dynamic_reduce_recompiles
test/dynamo_expected_failures/RecompileTests.test_automatic_dynamic_tensor_scalar_change
test/dynamo_expected_failures/RecompileTests.test_dynamic_shape_parameter_recompile
test/dynamo_expected_failures/RecompileTests.test_recompiles_true_false_flop
test/dynamo_expected_failures/RecompileUxTests.test_mismatched_type
test/dynamo_expected_failures/RecompileUxTests.test_verbose_tensor_check
test/dynamo_expected_failures/ReproTests.test_add_sub_alpha_out
test/dynamo_expected_failures/ReproTests.test_addr_alpha_beta_out
test/dynamo_expected_failures/ReproTests.test_boxes_len
test/dynamo_expected_failures/ReproTests.test_chunk_reformer_ff
test/dynamo_expected_failures/ReproTests.test_convert_boxes_to_pooler_format
test/dynamo_expected_failures/ReproTests.test_create_rand_mask_from_inputs
test/dynamo_expected_failures/ReproTests.test_do_paste_mask
test/dynamo_expected_failures/ReproTests.test_dynamic_shapes_float_guard
test/dynamo_expected_failures/ReproTests.test_dynamic_shapes_implicit_guard
test/dynamo_expected_failures/ReproTests.test_empty_list_contains_with_jump
test/dynamo_expected_failures/ReproTests.test_function_in_skipfiles
test/dynamo_expected_failures/ReproTests.test_functools_wraps
test/dynamo_expected_failures/ReproTests.test_hf_t5_forward
test/dynamo_expected_failures/ReproTests.test_hf_xsoftmax_training
test/dynamo_expected_failures/ReproTests.test_issue175
test/dynamo_expected_failures/ReproTests.test_jit_trace_errors
test/dynamo_expected_failures/ReproTests.test_list_aliasing
test/dynamo_expected_failures/ReproTests.test_list_self_reference
test/dynamo_expected_failures/ReproTests.test_longformer_chunk
test/dynamo_expected_failures/ReproTests.test_merge_criteria_processor_list1
test/dynamo_expected_failures/ReproTests.test_merge_criteria_processor_list2
test/dynamo_expected_failures/ReproTests.test_module_in_skipfiles
test/dynamo_expected_failures/ReproTests.test_multi_import
test/dynamo_expected_failures/ReproTests.test_negative_shape_guard
test/dynamo_expected_failures/ReproTests.test_numpy_not_ndarray_recompiles
test/dynamo_expected_failures/ReproTests.test_recursive_map
test/dynamo_expected_failures/ReproTests.test_reformer_eval
test/dynamo_expected_failures/ReproTests.test_reformer_min_chunk_len
test/dynamo_expected_failures/ReproTests.test_reformer_sorting
test/dynamo_expected_failures/ReproTests.test_relative_import
test/dynamo_expected_failures/ReproTests.test_relative_import_no_modulename
test/dynamo_expected_failures/ReproTests.test_restricted_list_subclass1
test/dynamo_expected_failures/ReproTests.test_rewrite_assert_noop
test/dynamo_expected_failures/ReproTests.test_rewrite_assert_with_msg
test/dynamo_expected_failures/ReproTests.test_rewrite_assert_with_non_string_msg
test/dynamo_expected_failures/ReproTests.test_seq_append_list
test/dynamo_expected_failures/ReproTests.test_size_typematch
test/dynamo_expected_failures/ReproTests.test_tensor_data_kwarg
test/dynamo_expected_failures/ReproTests.test_threading_local
test/dynamo_expected_failures/ReproTests.test_validate_model_kwargs
test/dynamo_expected_failures/RetraceExportTestDynamismExpression.test_export_inline_constraints_retraceability
test/dynamo_expected_failures/RetraceExportTestExport.test_cond_with_module_stack_export_with_retraceability
test/dynamo_expected_failures/RetraceExportTestExport.test_constrain_size_in_eager_retraceability
test/dynamo_expected_failures/RetraceExportTestExport.test_constrain_size_with_constrain_value_retraceability
test/dynamo_expected_failures/RetraceExportTestExport.test_constrain_size_with_various_cases_retraceability
test/dynamo_expected_failures/RetraceExportTestExport.test_nn_module_stack_retraceability
test/dynamo_expected_failures/RetraceExportTestExport.test_nn_module_stack_shared_submodule_retraceability
test/dynamo_expected_failures/RetraceExportTestExport.test_non_strict_dynamic_shapes_retraceability
test/dynamo_expected_failures/RetraceExportTestExport.test_non_strict_dynamic_shapes_suggested_fixes_retraceability
test/dynamo_expected_failures/SerDesExportTestDynamismExpression.test_export_inline_constraints_serdes
test/dynamo_expected_failures/SerDesExportTestExport.test_basic_non_strict_fake_tensor_serdes
test/dynamo_expected_failures/SerDesExportTestExport.test_basic_non_strict_real_tensor_serdes
test/dynamo_expected_failures/SerDesExportTestExport.test_cond_with_module_stack_export_with_serdes
test/dynamo_expected_failures/SerDesExportTestExport.test_constrain_size_in_eager_serdes
test/dynamo_expected_failures/SerDesExportTestExport.test_constrain_size_with_constrain_value_serdes
test/dynamo_expected_failures/SerDesExportTestExport.test_constrain_size_with_various_cases_serdes
test/dynamo_expected_failures/SerDesExportTestExport.test_external_call_non_strict_real_tensor_serdes
test/dynamo_expected_failures/SerDesExportTestExport.test_nn_module_stack_serdes
test/dynamo_expected_failures/SerDesExportTestExport.test_nn_module_stack_shared_submodule_serdes
test/dynamo_expected_failures/SerDesExportTestExport.test_non_strict_dynamic_shapes_serdes
test/dynamo_expected_failures/SerDesExportTestExport.test_non_strict_dynamic_shapes_suggested_fixes_serdes
test/dynamo_expected_failures/SkipNonTensorTests.test_add_tensor1
test/dynamo_expected_failures/SkipNonTensorTests.test_add_tensor2
test/dynamo_expected_failures/SkipNonTensorTests.test_add_tensor_dict
test/dynamo_expected_failures/SkipNonTensorTests.test_add_tensor_list
test/dynamo_expected_failures/SkipNonTensorTests.test_do_not_skip_side_effects
test/dynamo_expected_failures/SkipNonTensorTests.test_recursive_list
test/dynamo_expected_failures/SubGraphTests.test_dynamic_duck_size
test/dynamo_expected_failures/SubGraphTests.test_dynamic_getitem
test/dynamo_expected_failures/SubGraphTests.test_dynamic_kwarg
test/dynamo_expected_failures/SubGraphTests.test_dynamic_order_dependence
test/dynamo_expected_failures/SubGraphTests.test_dynamic_zero_inference
test/dynamo_expected_failures/SubGraphTests.test_enumerate_not_break_graph
test/dynamo_expected_failures/SubGraphTests.test_no_graph_break_on_item
test/dynamo_expected_failures/SubclassTests.test_compile_higher_order_with_functionalization
test/dynamo_expected_failures/SubclassTests.test_compile_with_functionalization
test/dynamo_expected_failures/SubclassTests.test_torch_function_state_guards
test/dynamo_expected_failures/SubclassTests.test_wrapper_subclass_guards_on_inner_tensor
test/dynamo_expected_failures/SubclassTests.test_wrapper_subclass_with_differently_sized_inner_tensor
test/dynamo_expected_failures/SubclassTests.test_wrapper_subclass_with_same_sized_inner_tensor
test/dynamo_expected_failures/TestAOTAutograd.test_input_mutation_aliases_bases_out_of_order
test/dynamo_expected_failures/TestAOTAutograd.test_input_mutation_false_aliasing
test/dynamo_expected_failures/TestAOTDispatch.test_aot_dispatch_input_mutation
test/dynamo_expected_failures/TestAOTDispatch.test_aot_dispatch_input_mutation_and_output_alias
test/dynamo_expected_failures/TestAOTDispatch.test_aot_dispatch_output_alias
test/dynamo_expected_failures/TestAOTDispatch.test_aot_dispatch_simple
test/dynamo_expected_failures/TestAOTModuleSimplified.test_aot_module_simplified_dynamic
test/dynamo_expected_failures/TestAnalyze.test_trace_dependencies
test/dynamo_expected_failures/TestApplyAlongAxis.test_0d_array
test/dynamo_expected_failures/TestApplyAlongAxis.test_axis_insertion
test/dynamo_expected_failures/TestApplyAlongAxis.test_scalar_array
test/dynamo_expected_failures/TestArange.test_infinite
test/dynamo_expected_failures/TestArange.test_nan_step
test/dynamo_expected_failures/TestArange.test_require_range
test/dynamo_expected_failures/TestArange.test_zero_step
test/dynamo_expected_failures/TestArgmax.test_combinations_data62
test/dynamo_expected_failures/TestArgmax.test_combinations_data63
test/dynamo_expected_failures/TestArgmax.test_combinations_data65
test/dynamo_expected_failures/TestArgmax.test_combinations_data66
test/dynamo_expected_failures/TestArrayCreationCopyArgument.test_scalars
test/dynamo_expected_failures/TestArrayFromScalar.test_integers_np_byte_np_longlong
test/dynamo_expected_failures/TestArrayFromScalar.test_integers_np_int__np_longlong
test/dynamo_expected_failures/TestArrayFromScalar.test_integers_np_intc_np_longlong
test/dynamo_expected_failures/TestArrayFromScalar.test_integers_np_longlong_np_longlong
test/dynamo_expected_failures/TestArrayFromScalar.test_integers_np_longlong_t26
test/dynamo_expected_failures/TestArrayFromScalar.test_integers_np_short_np_longlong
test/dynamo_expected_failures/TestArrayFromScalar.test_integers_t15_np_longlong
test/dynamo_expected_failures/TestArraySplit.test_integer_0_split
test/dynamo_expected_failures/TestAssignment.test_assignment_broadcasting
test/dynamo_expected_failures/TestAttributes.test_fill_max_uint64
test/dynamo_expected_failures/TestAttributes.test_fill_readonly
test/dynamo_expected_failures/TestAttributes.test_fill_struct_array
test/dynamo_expected_failures/TestAutograd.test_anomaly_detect_nan
test/dynamo_expected_failures/TestAutograd.test_anomaly_mode_no_check_nan
test/dynamo_expected_failures/TestAutograd.test_autograd_print_tensor
test/dynamo_expected_failures/TestAutograd.test_autograd_simple_views_python
test/dynamo_expected_failures/TestAutograd.test_autograd_views_codegen
test/dynamo_expected_failures/TestAutograd.test_checkpointing_without_reentrant_custom_function_works
test/dynamo_expected_failures/TestAutograd.test_checkpointing_without_reentrant_with_context_fn
test/dynamo_expected_failures/TestAutograd.test_custom_autograd_repeated_grad_grad
test/dynamo_expected_failures/TestAutograd.test_custom_function_forward_mode_inplace_checks
test/dynamo_expected_failures/TestAutograd.test_custom_function_forward_mode_view_checks
test/dynamo_expected_failures/TestAutograd.test_custom_function_local_inplace
test/dynamo_expected_failures/TestAutograd.test_custom_function_preserve_torch_function_when_return_as_is
test/dynamo_expected_failures/TestAutograd.test_custom_function_saved_tensors
test/dynamo_expected_failures/TestAutograd.test_gradcheck_nondeterministic
test/dynamo_expected_failures/TestAutograd.test_inplace_not_requires_grad
test/dynamo_expected_failures/TestAutograd.test_lobpcg
test/dynamo_expected_failures/TestAutograd.test_mark_non_differentiable
test/dynamo_expected_failures/TestAutograd.test_mark_non_differentiable_none
test/dynamo_expected_failures/TestAutograd.test_nested_anomaly_detect_nan
test/dynamo_expected_failures/TestAutograd.test_nested_anomaly_printstack_cleanup
test/dynamo_expected_failures/TestAutograd.test_record_function
test/dynamo_expected_failures/TestAutograd.test_return_duplicate
test/dynamo_expected_failures/TestAutograd.test_return_duplicate_inplace
test/dynamo_expected_failures/TestAutograd.test_return_leaf_inplace
test/dynamo_expected_failures/TestAutogradDeviceTypeCPU.test_inplace_on_view_modify_base_cpu
test/dynamo_expected_failures/TestAutogradDeviceTypeCPU.test_inplace_on_view_python_cpu
test/dynamo_expected_failures/TestAutogradFallback.test_no_autograd_kernel_inplace_mode_nothing
test/dynamo_expected_failures/TestAutogradFallback.test_no_autograd_kernel_inplace_mode_warn
test/dynamo_expected_failures/TestAutogradForwardMode.test_create_new_zeros_with_same_meta
test/dynamo_expected_failures/TestAutogradForwardMode.test_detach_view_tracking
test/dynamo_expected_failures/TestAutogradForwardMode.test_forward_level_cleanup
test/dynamo_expected_failures/TestAutogradFunctionCPU.test_function_returns_input_inner_requires_grad_False_save_for_jvp_save_tensors_input_mark_dirty_False_cpu
test/dynamo_expected_failures/TestAutogradFunctionCPU.test_function_returns_input_inner_requires_grad_False_save_for_jvp_save_tensors_output_mark_dirty_False_cpu
test/dynamo_expected_failures/TestAutogradFunctionCPU.test_function_returns_input_inner_requires_grad_False_save_for_vjp_save_tensors_input_mark_dirty_False_cpu
test/dynamo_expected_failures/TestAutogradFunctionCPU.test_function_returns_input_inner_requires_grad_False_save_for_vjp_save_tensors_output_mark_dirty_False_cpu
test/dynamo_expected_failures/TestAutogradFunctionCPU.test_function_returns_input_inner_requires_grad_True_save_for_jvp_save_tensors_input_mark_dirty_False_cpu
test/dynamo_expected_failures/TestAutogradFunctionCPU.test_function_returns_input_inner_requires_grad_True_save_for_jvp_save_tensors_output_mark_dirty_False_cpu
test/dynamo_expected_failures/TestAutogradFunctionCPU.test_function_returns_input_inner_requires_grad_True_save_for_vjp_save_tensors_input_mark_dirty_False_cpu
test/dynamo_expected_failures/TestAutogradFunctionCPU.test_function_returns_input_inner_requires_grad_True_save_for_vjp_save_tensors_output_mark_dirty_False_cpu
test/dynamo_expected_failures/TestAutogradFunctionCPU.test_once_differentiable_autograd_vjp_cpu
test/dynamo_expected_failures/TestAutogradFunctionCUDA.test_function_returns_input_inner_requires_grad_False_save_for_jvp_save_tensors_input_mark_dirty_False_cuda
test/dynamo_expected_failures/TestAutogradFunctionCUDA.test_function_returns_input_inner_requires_grad_False_save_for_jvp_save_tensors_output_mark_dirty_False_cuda
test/dynamo_expected_failures/TestAutogradFunctionCUDA.test_function_returns_input_inner_requires_grad_False_save_for_vjp_save_tensors_input_mark_dirty_False_cuda
test/dynamo_expected_failures/TestAutogradFunctionCUDA.test_function_returns_input_inner_requires_grad_False_save_for_vjp_save_tensors_output_mark_dirty_False_cuda
test/dynamo_expected_failures/TestAutogradFunctionCUDA.test_function_returns_input_inner_requires_grad_True_save_for_jvp_save_tensors_input_mark_dirty_False_cuda
test/dynamo_expected_failures/TestAutogradFunctionCUDA.test_function_returns_input_inner_requires_grad_True_save_for_jvp_save_tensors_output_mark_dirty_False_cuda
test/dynamo_expected_failures/TestAutogradFunctionCUDA.test_function_returns_input_inner_requires_grad_True_save_for_vjp_save_tensors_input_mark_dirty_False_cuda
test/dynamo_expected_failures/TestAutogradFunctionCUDA.test_function_returns_input_inner_requires_grad_True_save_for_vjp_save_tensors_output_mark_dirty_False_cuda
test/dynamo_expected_failures/TestAutogradFunctionCUDA.test_once_differentiable_autograd_vjp_cuda
test/dynamo_expected_failures/TestAutogradFunctionVmapAPICUDA.test_has_vmap_staticmethod_and_has_generate_vmap_rule_cuda
test/dynamo_expected_failures/TestAutogradFunctionVmapAPICUDA.test_no_vmap_staticmethod_and_no_generate_vmap_rule_cuda
test/dynamo_expected_failures/TestAutogradInferenceMode.test_inference_mode_decorator
test/dynamo_expected_failures/TestBaseMath.test_lower_align
test/dynamo_expected_failures/TestBitsCPU.test_cat_cpu
test/dynamo_expected_failures/TestBool.test_sum_2
test/dynamo_expected_failures/TestBooleanIndexing.test_bool_as_int_argument_errors
test/dynamo_expected_failures/TestBooleanIndexing.test_boolean_indexing_weirdness
test/dynamo_expected_failures/TestBufferProtocolCPU.test_byte_to_int_cpu
test/dynamo_expected_failures/TestCheckpoint.test_checkpoint_non_tensor_inputs_outputs
test/dynamo_expected_failures/TestClip.test_clip_func_takes_out
test/dynamo_expected_failures/TestClip.test_simple_complex
test/dynamo_expected_failures/TestColumnStack.test_non_iterable
test/dynamo_expected_failures/TestCompileTransformsCPU.test_compile_vmap_hessian_cpu
test/dynamo_expected_failures/TestComposabilityCPU.test_autograd_function_no_setup_context_transform_hessian_cpu
test/dynamo_expected_failures/TestComposabilityCPU.test_autograd_function_no_setup_context_transform_jacfwd_cpu
test/dynamo_expected_failures/TestComposabilityCPU.test_deprecation_transforms_transform_functionalize_cpu
test/dynamo_expected_failures/TestComposabilityCUDA.test_autograd_function_no_setup_context_transform_hessian_cuda
test/dynamo_expected_failures/TestComposabilityCUDA.test_autograd_function_no_setup_context_transform_jacfwd_cuda
test/dynamo_expected_failures/TestComposabilityCUDA.test_jvp_supports_saved_tensor_hooks_cuda
test/dynamo_expected_failures/TestConcatenate.test_bad_out_shape
test/dynamo_expected_failures/TestConcatenate.test_concatenate
test/dynamo_expected_failures/TestConcatenate.test_exceptions
test/dynamo_expected_failures/TestConcatenate.test_large_concatenate_axis_None
test/dynamo_expected_failures/TestCond.test_empty_sq_cases
test/dynamo_expected_failures/TestCond.test_sq_cases
test/dynamo_expected_failures/TestConstFold.test_const_fold_basic_one_attr_name_collision
test/dynamo_expected_failures/TestConstFold.test_const_fold_basic_one_attr_no_name_collision
test/dynamo_expected_failures/TestConstFold.test_const_fold_basic_two_attr
test/dynamo_expected_failures/TestConstFold.test_const_fold_basic_two_attr_three_input
test/dynamo_expected_failures/TestConstFold.test_const_fold_has_inlined_call_module_node
test/dynamo_expected_failures/TestConstFold.test_const_fold_module_attr
test/dynamo_expected_failures/TestConstFold.test_const_fold_submod_hierarchy
test/dynamo_expected_failures/TestConstFold.test_const_fold_unused_placeholder
test/dynamo_expected_failures/TestConstFold.test_dict_output
test/dynamo_expected_failures/TestConstFold.test_fold_module
test/dynamo_expected_failures/TestConstFold.test_three_outputs
test/dynamo_expected_failures/TestConstFold.test_two_outputs
test/dynamo_expected_failures/TestContentStoreCPU.test_repeated_hash_cpu
test/dynamo_expected_failures/TestControlFlowTraced.test_cond_merge_graph_preserves_ph_meta
test/dynamo_expected_failures/TestControlFlowTraced.test_cond_mismatched_branch_output_dynamic_True_backend_eager
test/dynamo_expected_failures/TestControlFlowTraced.test_cond_symint_operands_requires_grad_False
test/dynamo_expected_failures/TestControlFlowTraced.test_cond_symint_operands_requires_grad_True
test/dynamo_expected_failures/TestControlFlowTraced.test_while_loop_autograd_simple
test/dynamo_expected_failures/TestConversion.test_to_int_scalar
test/dynamo_expected_failures/TestCov.test_aweights
test/dynamo_expected_failures/TestCov.test_fweights
test/dynamo_expected_failures/TestCppExtensionJIT.test_cpp_frontend_module_has_up_to_date_attribute
test/dynamo_expected_failures/TestCppExtensionJIT.test_cpp_frontend_module_has_up_to_date_attributes
test/dynamo_expected_failures/TestCppExtensionJIT.test_cpp_frontend_module_python_inter_op
test/dynamo_expected_failures/TestCppExtensionJIT.test_cpp_frontend_module_python_inter_op_with_cuda
test/dynamo_expected_failures/TestCppExtensionOpenRgistration.test_open_device_registration
test/dynamo_expected_failures/TestCross.test_broadcasting_shapes
test/dynamo_expected_failures/TestCustomBackendAPI.test_aot_autograd_api
test/dynamo_expected_failures/TestCustomBackendAPI.test_lookup_backend
test/dynamo_expected_failures/TestCustomBackendAPI.test_register_backend_api
test/dynamo_expected_failures/TestCustomOp.test_impl_device_cpu
test/dynamo_expected_failures/TestCustomOp.test_legacy_define
test/dynamo_expected_failures/TestDLPack.test_dlpack_device
test/dynamo_expected_failures/TestDLPack.test_dtype_passthrough_dtype0
test/dynamo_expected_failures/TestDLPack.test_dtype_passthrough_dtype1
test/dynamo_expected_failures/TestDLPack.test_dtype_passthrough_dtype2
test/dynamo_expected_failures/TestDLPack.test_dtype_passthrough_dtype3
test/dynamo_expected_failures/TestDLPack.test_dtype_passthrough_dtype4
test/dynamo_expected_failures/TestDLPack.test_dtype_passthrough_dtype5
test/dynamo_expected_failures/TestDLPack.test_dtype_passthrough_dtype6
test/dynamo_expected_failures/TestDLPack.test_dtype_passthrough_dtype7
test/dynamo_expected_failures/TestDLPack.test_dtype_passthrough_dtype8
test/dynamo_expected_failures/TestDLPack.test_dtype_passthrough_dtype9
test/dynamo_expected_failures/TestDLPack.test_dunder_dlpack_refcount
test/dynamo_expected_failures/TestDLPack.test_from_dlpack_refcount
test/dynamo_expected_failures/TestDLPack.test_from_torch
test/dynamo_expected_failures/TestDLPack.test_higher_dims_ndim_0
test/dynamo_expected_failures/TestDLPack.test_higher_dims_ndim_1
test/dynamo_expected_failures/TestDLPack.test_higher_dims_ndim_10
test/dynamo_expected_failures/TestDLPack.test_higher_dims_ndim_11
test/dynamo_expected_failures/TestDLPack.test_higher_dims_ndim_12
test/dynamo_expected_failures/TestDLPack.test_higher_dims_ndim_13
test/dynamo_expected_failures/TestDLPack.test_higher_dims_ndim_14
test/dynamo_expected_failures/TestDLPack.test_higher_dims_ndim_15
test/dynamo_expected_failures/TestDLPack.test_higher_dims_ndim_16
test/dynamo_expected_failures/TestDLPack.test_higher_dims_ndim_17
test/dynamo_expected_failures/TestDLPack.test_higher_dims_ndim_18
test/dynamo_expected_failures/TestDLPack.test_higher_dims_ndim_19
test/dynamo_expected_failures/TestDLPack.test_higher_dims_ndim_2
test/dynamo_expected_failures/TestDLPack.test_higher_dims_ndim_20
test/dynamo_expected_failures/TestDLPack.test_higher_dims_ndim_21
test/dynamo_expected_failures/TestDLPack.test_higher_dims_ndim_22
test/dynamo_expected_failures/TestDLPack.test_higher_dims_ndim_23
test/dynamo_expected_failures/TestDLPack.test_higher_dims_ndim_24
test/dynamo_expected_failures/TestDLPack.test_higher_dims_ndim_25
test/dynamo_expected_failures/TestDLPack.test_higher_dims_ndim_26
test/dynamo_expected_failures/TestDLPack.test_higher_dims_ndim_27
test/dynamo_expected_failures/TestDLPack.test_higher_dims_ndim_28
test/dynamo_expected_failures/TestDLPack.test_higher_dims_ndim_29
test/dynamo_expected_failures/TestDLPack.test_higher_dims_ndim_3
test/dynamo_expected_failures/TestDLPack.test_higher_dims_ndim_30
test/dynamo_expected_failures/TestDLPack.test_higher_dims_ndim_31
test/dynamo_expected_failures/TestDLPack.test_higher_dims_ndim_32
test/dynamo_expected_failures/TestDLPack.test_higher_dims_ndim_4
test/dynamo_expected_failures/TestDLPack.test_higher_dims_ndim_5
test/dynamo_expected_failures/TestDLPack.test_higher_dims_ndim_6
test/dynamo_expected_failures/TestDLPack.test_higher_dims_ndim_7
test/dynamo_expected_failures/TestDLPack.test_higher_dims_ndim_8
test/dynamo_expected_failures/TestDLPack.test_higher_dims_ndim_9
test/dynamo_expected_failures/TestDLPack.test_ndim0
test/dynamo_expected_failures/TestDelete.test_slices
test/dynamo_expected_failures/TestDeserialize.test_tensor_tensor_list
test/dynamo_expected_failures/TestDiag.test_failure
test/dynamo_expected_failures/TestDiagIndicesFrom.test_error_small_input
test/dynamo_expected_failures/TestDiff.test_append
test/dynamo_expected_failures/TestDiff.test_axis
test/dynamo_expected_failures/TestDiff.test_n
test/dynamo_expected_failures/TestDiff.test_prepend
test/dynamo_expected_failures/TestDropoutNN.test_invalid_dropout_p
test/dynamo_expected_failures/TestDsplit.test_0D_array
test/dynamo_expected_failures/TestDsplit.test_1D_array
test/dynamo_expected_failures/TestDsplit.test_2D_array
test/dynamo_expected_failures/TestDsplit.test_non_iterable
test/dynamo_expected_failures/TestDstack.test_non_iterable
test/dynamo_expected_failures/TestDynamicQuantizedOps.test_qlinear
test/dynamo_expected_failures/TestDynamismExpression.test_export_inline_constraints
test/dynamo_expected_failures/TestEigh.test_invalid
test/dynamo_expected_failures/TestEigvalsh.test_invalid
test/dynamo_expected_failures/TestExpandDims.test_axis_out_of_range
test/dynamo_expected_failures/TestExpandDims.test_repeated_axis
test/dynamo_expected_failures/TestExpandedWeightFunctionalCPU.test_expanded_weight_per_sample_grad_mean_nn_functional_conv1d_cpu_float64
test/dynamo_expected_failures/TestExpandedWeightFunctionalCPU.test_expanded_weight_per_sample_grad_mean_nn_functional_conv2d_cpu_float64
test/dynamo_expected_failures/TestExpandedWeightFunctionalCPU.test_expanded_weight_per_sample_grad_mean_nn_functional_conv3d_cpu_float64
test/dynamo_expected_failures/TestExpandedWeightFunctionalCPU.test_expanded_weight_per_sample_grad_mean_nn_functional_group_norm_cpu_float64
test/dynamo_expected_failures/TestExpandedWeightFunctionalCPU.test_expanded_weight_per_sample_grad_mean_nn_functional_instance_norm_cpu_float64
test/dynamo_expected_failures/TestExpandedWeightFunctionalCPU.test_expanded_weight_per_sample_grad_mean_nn_functional_layer_norm_cpu_float64
test/dynamo_expected_failures/TestExpandedWeightFunctionalCPU.test_expanded_weight_per_sample_grad_sum_nn_functional_conv1d_cpu_float64
test/dynamo_expected_failures/TestExpandedWeightFunctionalCPU.test_expanded_weight_per_sample_grad_sum_nn_functional_conv2d_cpu_float64
test/dynamo_expected_failures/TestExpandedWeightFunctionalCPU.test_expanded_weight_per_sample_grad_sum_nn_functional_conv3d_cpu_float64
test/dynamo_expected_failures/TestExpandedWeightFunctionalCPU.test_expanded_weight_per_sample_grad_sum_nn_functional_group_norm_cpu_float64
test/dynamo_expected_failures/TestExpandedWeightFunctionalCPU.test_expanded_weight_per_sample_grad_sum_nn_functional_instance_norm_cpu_float64
test/dynamo_expected_failures/TestExpandedWeightFunctionalCPU.test_expanded_weight_per_sample_grad_sum_nn_functional_layer_norm_cpu_float64
test/dynamo_expected_failures/TestExpandedWeightFunctionalCPU.test_expanded_weights_per_sample_grad_input_no_grad_nn_functional_conv1d_cpu_float64
test/dynamo_expected_failures/TestExpandedWeightFunctionalCPU.test_expanded_weights_per_sample_grad_input_no_grad_nn_functional_conv2d_cpu_float64
test/dynamo_expected_failures/TestExpandedWeightFunctionalCPU.test_expanded_weights_per_sample_grad_input_no_grad_nn_functional_conv3d_cpu_float64
test/dynamo_expected_failures/TestExpandedWeightFunctionalCPU.test_expanded_weights_per_sample_grad_input_no_grad_nn_functional_group_norm_cpu_float64
test/dynamo_expected_failures/TestExpandedWeightFunctionalCPU.test_expanded_weights_per_sample_grad_input_no_grad_nn_functional_instance_norm_cpu_float64
test/dynamo_expected_failures/TestExpandedWeightFunctionalCPU.test_expanded_weights_per_sample_grad_input_no_grad_nn_functional_layer_norm_cpu_float64
test/dynamo_expected_failures/TestExperiment.test_with_buffer_as_submodule
test/dynamo_expected_failures/TestExperimentalUtils.test_profiler_optimizer_single_tensor_pattern
test/dynamo_expected_failures/TestExperimentalUtils.test_profiler_synchronized_dataloader_pattern
test/dynamo_expected_failures/TestExport.test_basic_non_strict_fake_tensor
test/dynamo_expected_failures/TestExport.test_basic_non_strict_real_tensor
test/dynamo_expected_failures/TestExport.test_cond_with_module_stack_export_with
test/dynamo_expected_failures/TestExport.test_constrain_size_in_eager
test/dynamo_expected_failures/TestExport.test_constrain_size_with_constrain_value
test/dynamo_expected_failures/TestExport.test_constrain_size_with_various_cases
test/dynamo_expected_failures/TestExport.test_external_call_non_strict_real_tensor
test/dynamo_expected_failures/TestExport.test_nn_module_stack
test/dynamo_expected_failures/TestExport.test_nn_module_stack_shared_submodule
test/dynamo_expected_failures/TestExport.test_non_strict_dynamic_shapes
test/dynamo_expected_failures/TestExport.test_non_strict_dynamic_shapes_suggested_fixes
test/dynamo_expected_failures/TestFX.test_custom_traceback_not_raised_when_exception_source_is_submodule
test/dynamo_expected_failures/TestFXNumericSuiteCoreAPIs.test_user_defined_function
test/dynamo_expected_failures/TestFakeQuantizeOps.test_backward_per_channel
test/dynamo_expected_failures/TestFakeQuantizeOps.test_backward_per_tensor
test/dynamo_expected_failures/TestFakeQuantizeOps.test_learnable_backward_per_channel_cpu
test/dynamo_expected_failures/TestFakeQuantizeOps.test_learnable_backward_per_channel_cuda
test/dynamo_expected_failures/TestFakeQuantizeOps.test_learnable_backward_per_tensor_cuda
test/dynamo_expected_failures/TestFakeQuantizeOps.test_learnable_forward_per_channel_cuda
test/dynamo_expected_failures/TestFakeQuantizeOps.test_learnable_forward_per_tensor_cpu
test/dynamo_expected_failures/TestFakeQuantizeOps.test_learnable_forward_per_tensor_cuda
test/dynamo_expected_failures/TestFlag.test_writeable_any_base
test/dynamo_expected_failures/TestFlag.test_writeable_from_readonly
test/dynamo_expected_failures/TestFlip.test_axes
test/dynamo_expected_failures/TestFliplr.test_basic
test/dynamo_expected_failures/TestFloatNonIntegerArgument.test_non_integer_argument_errors
test/dynamo_expected_failures/TestFloatNonIntegerArgument.test_reduce_axis_float_index
test/dynamo_expected_failures/TestFromBuffer.test_empty
test/dynamo_expected_failures/TestFunctionalizeCPU.test_multioutput_view_cpu
test/dynamo_expected_failures/TestFunctionalizeCPU.test_simple_view_cpu
test/dynamo_expected_failures/TestFunctionalizeCPU.test_vmap_functionalize_jvp_cpu
test/dynamo_expected_failures/TestGenericCumSumProd.test_axis_bad_tuple_func0
test/dynamo_expected_failures/TestGenericCumSumProd.test_axis_bad_tuple_func1
test/dynamo_expected_failures/TestGenericCumSumProd.test_bad_axis_func0
test/dynamo_expected_failures/TestGenericCumSumProd.test_bad_axis_func1
test/dynamo_expected_failures/TestGenericReductions.test_bad_axis_func0
test/dynamo_expected_failures/TestGenericReductions.test_bad_axis_func1
test/dynamo_expected_failures/TestGenericReductions.test_bad_axis_func10
test/dynamo_expected_failures/TestGenericReductions.test_bad_axis_func11
test/dynamo_expected_failures/TestGenericReductions.test_bad_axis_func2
test/dynamo_expected_failures/TestGenericReductions.test_bad_axis_func3
test/dynamo_expected_failures/TestGenericReductions.test_bad_axis_func4
test/dynamo_expected_failures/TestGenericReductions.test_bad_axis_func5
test/dynamo_expected_failures/TestGenericReductions.test_bad_axis_func6
test/dynamo_expected_failures/TestGenericReductions.test_bad_axis_func7
test/dynamo_expected_failures/TestGenericReductions.test_bad_axis_func8
test/dynamo_expected_failures/TestGenericReductions.test_bad_axis_func9
test/dynamo_expected_failures/TestGradient.test_badargs
test/dynamo_expected_failures/TestGradient.test_specific_axes
test/dynamo_expected_failures/TestGradient.test_values
test/dynamo_expected_failures/TestHessianCPU.test_jacfwd_different_levels_cpu
test/dynamo_expected_failures/TestHessianCUDA.test_jacfwd_different_levels_cuda
test/dynamo_expected_failures/TestHigherOrderOperatorInteractionCPU.test_grad_name_wrapping_cpu
test/dynamo_expected_failures/TestHistogram.test_error_binnum_type
test/dynamo_expected_failures/TestHistogram.test_finite_range
test/dynamo_expected_failures/TestHistogram.test_one_bin
test/dynamo_expected_failures/TestHistogram2d.test_binparameter_combination
test/dynamo_expected_failures/TestHistogramdd.test_bins_error_2
test/dynamo_expected_failures/TestHistogramdd.test_bins_errors
test/dynamo_expected_failures/TestHistogramdd.test_equal_edges
test/dynamo_expected_failures/TestHistogramdd.test_inf_edges
test/dynamo_expected_failures/TestHistogramdd.test_weights
test/dynamo_expected_failures/TestHsplit.test_0D_array
test/dynamo_expected_failures/TestHsplit.test_non_iterable
test/dynamo_expected_failures/TestHstack.test_empty_input
test/dynamo_expected_failures/TestHstack.test_non_iterable
test/dynamo_expected_failures/TestIndexing.test_broken_sequence_not_nd_index
test/dynamo_expected_failures/TestIndexing.test_index_no_floats
test/dynamo_expected_failures/TestIndexing.test_slicing_no_floats
test/dynamo_expected_failures/TestIndexingCPU.test_byte_mask_cpu
test/dynamo_expected_failures/TestIndexingCPU.test_empty_ndim_index_bool_cpu
test/dynamo_expected_failures/TestIndexingCPU.test_index_cpu
test/dynamo_expected_failures/TestIndexingCPU.test_index_limits_cpu
test/dynamo_expected_failures/TestIndexingCPU.test_out_of_bound_index_cpu
test/dynamo_expected_failures/TestIndexingCPU.test_zero_dim_index_cpu
test/dynamo_expected_failures/TestInputAttrTracking.test_complex_attr_access_without_graph_breaks
test/dynamo_expected_failures/TestInputAttrTracking.test_const_property_on_tensor
test/dynamo_expected_failures/TestInputAttrTracking.test_set_data_on_input_tensor
test/dynamo_expected_failures/TestInputAttrTracking.test_tensor_property_assigned_on_tensor
test/dynamo_expected_failures/TestInputAttrTracking.test_tensor_property_on_tensor
test/dynamo_expected_failures/TestIsScalar.test_is_not_scalar_value6
test/dynamo_expected_failures/TestJacCPU.test_against_reference_correctness_different_devices_cpu
test/dynamo_expected_failures/TestJacCPU.test_against_reference_default_arg_cpu
test/dynamo_expected_failures/TestJacCPU.test_against_reference_multi_input_cpu
test/dynamo_expected_failures/TestJacCPU.test_against_reference_multi_input_multi_output_cpu
test/dynamo_expected_failures/TestJacCPU.test_against_reference_simple_cpu
test/dynamo_expected_failures/TestJacCPU.test_against_reference_unrelated_outputs_cpu
test/dynamo_expected_failures/TestJacCPU.test_against_reference_zero_dim_cpu
test/dynamo_expected_failures/TestJacCPU.test_argnums_defaults_to_zero_cpu
test/dynamo_expected_failures/TestJacCPU.test_aux_pytree_cpu
test/dynamo_expected_failures/TestJacCPU.test_dimensionality_cpu
test/dynamo_expected_failures/TestJacCPU.test_empty_output_cpu
test/dynamo_expected_failures/TestJacCPU.test_inplace_cpu
test/dynamo_expected_failures/TestJacCPU.test_jac_with_non_tensor_args_cpu
test/dynamo_expected_failures/TestJacCPU.test_multiple_inputs_outputs_pytree_cpu
test/dynamo_expected_failures/TestJacCPU.test_multiple_inputs_pytree_cpu
test/dynamo_expected_failures/TestJacCPU.test_multiple_outputs_multiple_argnums_cpu
test/dynamo_expected_failures/TestJacCPU.test_multiple_outputs_single_argnums_cpu
test/dynamo_expected_failures/TestJacCPU.test_outputs_can_any_pytree_cpu
test/dynamo_expected_failures/TestJacCPU.test_unrelated_input_cpu
test/dynamo_expected_failures/TestJacCPU.test_unrelated_output_cpu
test/dynamo_expected_failures/TestLazyModules.test_lazy_batchnorm_with_dict_input
test/dynamo_expected_failures/TestLazyModules.test_lazy_module_buffer
test/dynamo_expected_failures/TestLazyModules.test_lazy_module_jit_buffer
test/dynamo_expected_failures/TestLexsort.test_datetime
test/dynamo_expected_failures/TestLexsort.test_mixed
test/dynamo_expected_failures/TestLinalgCPU.test_addmm_sizes_cpu_float32
test/dynamo_expected_failures/TestLinalgCPU.test_addmm_sizes_cpu_float64
test/dynamo_expected_failures/TestLinalgCPU.test_addr_integral_cpu_int16
test/dynamo_expected_failures/TestLinalgCPU.test_addr_integral_cpu_int32
test/dynamo_expected_failures/TestLinalgCPU.test_addr_integral_cpu_int64
test/dynamo_expected_failures/TestLinalgCPU.test_addr_integral_cpu_int8
test/dynamo_expected_failures/TestLinalgCPU.test_addr_integral_cpu_uint8
test/dynamo_expected_failures/TestLinalgCPU.test_geqrf_cpu_complex128
test/dynamo_expected_failures/TestLinalgCPU.test_geqrf_cpu_complex64
test/dynamo_expected_failures/TestLinalgCPU.test_geqrf_cpu_float32
test/dynamo_expected_failures/TestLinalgCPU.test_geqrf_cpu_float64
test/dynamo_expected_failures/TestLinalgCPU.test_householder_product_cpu_complex128
test/dynamo_expected_failures/TestLinalgCPU.test_householder_product_cpu_complex64
test/dynamo_expected_failures/TestLinalgCPU.test_householder_product_cpu_float32
test/dynamo_expected_failures/TestLinalgCPU.test_householder_product_cpu_float64
test/dynamo_expected_failures/TestLinalgCPU.test_pinv_cpu_complex128
test/dynamo_expected_failures/TestLinalgCPU.test_pinv_cpu_complex64
test/dynamo_expected_failures/TestLinalgCPU.test_pinv_cpu_float32
test/dynamo_expected_failures/TestLinalgCPU.test_pinv_cpu_float64
test/dynamo_expected_failures/TestLinalgCPU.test_solve_cpu_complex128
test/dynamo_expected_failures/TestLinalgCPU.test_solve_cpu_complex64
test/dynamo_expected_failures/TestLinalgCPU.test_solve_cpu_float32
test/dynamo_expected_failures/TestLinalgCPU.test_solve_cpu_float64
test/dynamo_expected_failures/TestLinalgCPU.test_tensorinv_errors_and_warnings_cpu_complex128
test/dynamo_expected_failures/TestLinalgCPU.test_tensorinv_errors_and_warnings_cpu_complex64
test/dynamo_expected_failures/TestLinalgCPU.test_tensorinv_errors_and_warnings_cpu_float32
test/dynamo_expected_failures/TestLinalgCPU.test_tensorinv_errors_and_warnings_cpu_float64
test/dynamo_expected_failures/TestMatmul.test_exceptions
test/dynamo_expected_failures/TestMedian.test_extended_axis_invalid
test/dynamo_expected_failures/TestMeshgrid.test_indexing
test/dynamo_expected_failures/TestMetaKernel.test_addmm_invalid_dtype
test/dynamo_expected_failures/TestMin.test_adapt
test/dynamo_expected_failures/TestMin.test_attn
test/dynamo_expected_failures/TestMin.test_big_split
test/dynamo_expected_failures/TestMin.test_c
test/dynamo_expected_failures/TestMin.test_compare_dims
test/dynamo_expected_failures/TestMin.test_diag
test/dynamo_expected_failures/TestMin.test_dim_args
test/dynamo_expected_failures/TestMin.test_dims_with_size
test/dynamo_expected_failures/TestMin.test_dir
test/dynamo_expected_failures/TestMin.test_doc
test/dynamo_expected_failures/TestMin.test_embed
test/dynamo_expected_failures/TestMin.test_eq
test/dynamo_expected_failures/TestMin.test_expand
test/dynamo_expected_failures/TestMin.test_functorch
test/dynamo_expected_failures/TestMin.test_hello
test/dynamo_expected_failures/TestMin.test_index
test/dynamo_expected_failures/TestMin.test_index_placement
test/dynamo_expected_failures/TestMin.test_inplace
test/dynamo_expected_failures/TestMin.test_manual_stuff
test/dynamo_expected_failures/TestMin.test_mask
test/dynamo_expected_failures/TestMin.test_max
test/dynamo_expected_failures/TestMin.test_mm
test/dynamo_expected_failures/TestMin.test_mm_fuse
test/dynamo_expected_failures/TestMin.test_monkey
test/dynamo_expected_failures/TestMin.test_network
test/dynamo_expected_failures/TestMin.test_order
test/dynamo_expected_failures/TestMin.test_order_keyword
test/dynamo_expected_failures/TestMin.test_parse
test/dynamo_expected_failures/TestMin.test_permute_orig
test/dynamo_expected_failures/TestMin.test_seg
test/dynamo_expected_failures/TestMin.test_simple
test/dynamo_expected_failures/TestMin.test_softmax_split
test/dynamo_expected_failures/TestMin.test_stack
test/dynamo_expected_failures/TestMin.test_time_mm_fuse
test/dynamo_expected_failures/TestMin.test_with_dims_split
test/dynamo_expected_failures/TestMinFunctorchOnly.test_adapt
test/dynamo_expected_failures/TestMinFunctorchOnly.test_attn
test/dynamo_expected_failures/TestMinFunctorchOnly.test_big_split
test/dynamo_expected_failures/TestMinFunctorchOnly.test_c
test/dynamo_expected_failures/TestMinFunctorchOnly.test_compare_dims
test/dynamo_expected_failures/TestMinFunctorchOnly.test_diag
test/dynamo_expected_failures/TestMinFunctorchOnly.test_dim_args
test/dynamo_expected_failures/TestMinFunctorchOnly.test_dims_with_size
test/dynamo_expected_failures/TestMinFunctorchOnly.test_dir
test/dynamo_expected_failures/TestMinFunctorchOnly.test_doc
test/dynamo_expected_failures/TestMinFunctorchOnly.test_embed
test/dynamo_expected_failures/TestMinFunctorchOnly.test_eq
test/dynamo_expected_failures/TestMinFunctorchOnly.test_expand
test/dynamo_expected_failures/TestMinFunctorchOnly.test_functorch
test/dynamo_expected_failures/TestMinFunctorchOnly.test_hello
test/dynamo_expected_failures/TestMinFunctorchOnly.test_index
test/dynamo_expected_failures/TestMinFunctorchOnly.test_index_placement
test/dynamo_expected_failures/TestMinFunctorchOnly.test_inplace
test/dynamo_expected_failures/TestMinFunctorchOnly.test_manual_stuff
test/dynamo_expected_failures/TestMinFunctorchOnly.test_mask
test/dynamo_expected_failures/TestMinFunctorchOnly.test_max
test/dynamo_expected_failures/TestMinFunctorchOnly.test_mm
test/dynamo_expected_failures/TestMinFunctorchOnly.test_mm_fuse
test/dynamo_expected_failures/TestMinFunctorchOnly.test_monkey
test/dynamo_expected_failures/TestMinFunctorchOnly.test_network
test/dynamo_expected_failures/TestMinFunctorchOnly.test_order
test/dynamo_expected_failures/TestMinFunctorchOnly.test_order_keyword
test/dynamo_expected_failures/TestMinFunctorchOnly.test_parse
test/dynamo_expected_failures/TestMinFunctorchOnly.test_permute_orig
test/dynamo_expected_failures/TestMinFunctorchOnly.test_seg
test/dynamo_expected_failures/TestMinFunctorchOnly.test_simple
test/dynamo_expected_failures/TestMinFunctorchOnly.test_softmax_split
test/dynamo_expected_failures/TestMinFunctorchOnly.test_stack
test/dynamo_expected_failures/TestMinFunctorchOnly.test_with_dims_split
test/dynamo_expected_failures/TestMinMax.test_axis
test/dynamo_expected_failures/TestMinMax.test_scalar
test/dynamo_expected_failures/TestMisc.test_byteorder_check
test/dynamo_expected_failures/TestMisc.test_generalized_raise_multiloop
test/dynamo_expected_failures/TestMkldnnCPU.test_add_cpu
test/dynamo_expected_failures/TestMkldnnCPU.test_copy_cpu
test/dynamo_expected_failures/TestMkldnnCPU.test_mul_cpu
test/dynamo_expected_failures/TestMkldnnCPU.test_sigmoid_cpu
test/dynamo_expected_failures/TestMkldnnCPU.test_tanh_cpu
test/dynamo_expected_failures/TestModuleHookNN.test_hook_inplace
test/dynamo_expected_failures/TestMoveaxis.test_errors
test/dynamo_expected_failures/TestMultiDot.test_dynamic_programming_optimization_and_out
test/dynamo_expected_failures/TestMultiDot.test_three_arguments_and_out
test/dynamo_expected_failures/TestMultiDot.test_too_few_input_arrays
test/dynamo_expected_failures/TestMultiDot.test_two_arguments_and_out
test/dynamo_expected_failures/TestNN.test_fb_fc_packed
test/dynamo_expected_failures/TestNN.test_linear_autograd_device_cuda_bias_weightCOO
test/dynamo_expected_failures/TestNN.test_linear_autograd_device_cuda_bias_weightCSC
test/dynamo_expected_failures/TestNN.test_linear_autograd_device_cuda_bias_weightCSR
test/dynamo_expected_failures/TestNN.test_linear_autograd_device_cuda_nobias_weightCOO
test/dynamo_expected_failures/TestNN.test_module_apply_inplace_op
test/dynamo_expected_failures/TestNN.test_to
test/dynamo_expected_failures/TestNN.test_unflatten
test/dynamo_expected_failures/TestNNDeviceTypeCPU.test_invalid_reduction_strings_cpu
test/dynamo_expected_failures/TestNNDeviceTypeCPU.test_module_to_empty_cpu_float32
test/dynamo_expected_failures/TestNNDeviceTypeCPU.test_module_to_empty_cpu_float64
test/dynamo_expected_failures/TestNNDeviceTypeCPU.test_nll_loss_byte_target_matches_long_cpu
test/dynamo_expected_failures/TestNNDeviceTypeCPU.test_threshold_inplace_overlap_cpu
test/dynamo_expected_failures/TestNNDeviceTypeCUDA.test_nll_loss_byte_target_matches_long_cuda
test/dynamo_expected_failures/TestNNParametrization.test_deepcopy_after_parametrization_swap_True
test/dynamo_expected_failures/TestNNParametrization.test_new_spectral_norm_swap_True
test/dynamo_expected_failures/TestNNParametrization.test_register_and_remove_parametrization_swap_True
test/dynamo_expected_failures/TestNNParametrization.test_serialization_parametrization_swap_True
test/dynamo_expected_failures/TestNNParametrization.test_wrapper_subclass_parametrization_swap_True
test/dynamo_expected_failures/TestNamedTensor.test_flatten
test/dynamo_expected_failures/TestNamedTensor.test_reduction_fns
test/dynamo_expected_failures/TestNamedTensor.test_transpose_variants
test/dynamo_expected_failures/TestNamedTensor.test_unary_propagate_names_fns
test/dynamo_expected_failures/TestNamedTensor.test_unflatten
test/dynamo_expected_failures/TestNamedTensor.test_using_unseen_interned_string_bumps_refcount_permanently
test/dynamo_expected_failures/TestNamedTensor.test_using_unseen_uninterned_string_refcounts
test/dynamo_expected_failures/TestNegative.test_exceptions
test/dynamo_expected_failures/TestNestedTensor.test_binary_recompiles
test/dynamo_expected_failures/TestNestedTensor.test_unbind
test/dynamo_expected_failures/TestNestedTensorSubclassCPU.test_chunk_cpu
test/dynamo_expected_failures/TestNonarrayArgs.test_dunder_round_edgecases_val_2147483647_ndigits_-1
test/dynamo_expected_failures/TestNonarrayArgs.test_dunder_round_edgecases_val_2147483647_ndigits_-10
test/dynamo_expected_failures/TestNonarrayArgs.test_dunder_round_edgecases_val_2147483647_ndigits_-9
test/dynamo_expected_failures/TestNonzeroAndCountNonzero.test_count_nonzero_axis
test/dynamo_expected_failures/TestNormDouble.test_axis
test/dynamo_expected_failures/TestNormDouble.test_bad_args
test/dynamo_expected_failures/TestNormDouble.test_matrix_2x2
test/dynamo_expected_failures/TestNormInt64.test_axis
test/dynamo_expected_failures/TestNormInt64.test_bad_args
test/dynamo_expected_failures/TestNormInt64.test_matrix_2x2
test/dynamo_expected_failures/TestNormSingle.test_axis
test/dynamo_expected_failures/TestNormSingle.test_bad_args
test/dynamo_expected_failures/TestNormSingle.test_matrix_2x2
test/dynamo_expected_failures/TestNumPyInteropCPU.test_numpy_non_writeable_cpu
test/dynamo_expected_failures/TestObserver.test_per_tensor_observers
test/dynamo_expected_failures/TestOptimizations.test_example_inputs
test/dynamo_expected_failures/TestOptimizations.test_example_inputs_runtime_use
test/dynamo_expected_failures/TestOutDtypeOp.test_out_dtype_non_op_overload
test/dynamo_expected_failures/TestOutDtypeOp.test_out_dtype_wrong_output
test/dynamo_expected_failures/TestPadding.test_constant_padNd
test/dynamo_expected_failures/TestPasses.test_functionalize_inline_contraints
test/dynamo_expected_failures/TestPasses.test_views_op_having_view_copy
test/dynamo_expected_failures/TestPercentile.test_extended_axis_invalid
test/dynamo_expected_failures/TestPercentile.test_scalar_q
test/dynamo_expected_failures/TestPoolingNN.test_MaxUnpool2d_output_size
test/dynamo_expected_failures/TestPrivateUse1.test_backend_type_methods
test/dynamo_expected_failures/TestProfiler.test_high_level_trace
test/dynamo_expected_failures/TestProfiler.test_is_profiler_enabled
test/dynamo_expected_failures/TestProfiler.test_source
test/dynamo_expected_failures/TestProfiler.test_source_multithreaded_basic_work_in_main_thread_True
test/dynamo_expected_failures/TestProfiler.test_source_multithreaded_close_in_scope_work_in_main_thread_True
test/dynamo_expected_failures/TestProfiler.test_source_multithreaded_complex_work_in_main_thread_True
test/dynamo_expected_failures/TestProfiler.test_source_multithreaded_multiple_preexisting_work_in_main_thread_True
test/dynamo_expected_failures/TestProfiler.test_source_multithreaded_open_in_scope_work_in_main_thread_True
test/dynamo_expected_failures/TestProfilerTree.test_profiler_experimental_tree_with_memory
test/dynamo_expected_failures/TestProfilerTree.test_profiler_experimental_tree_with_memory_and_stack
test/dynamo_expected_failures/TestProfilerTree.test_profiler_experimental_tree_with_record_function
test/dynamo_expected_failures/TestProfilerTree.test_profiler_experimental_tree_with_stack_and_torch_dispatch
test/dynamo_expected_failures/TestProfilerTree.test_profiler_experimental_tree_with_stack_and_torch_function
test/dynamo_expected_failures/TestPutAlongAxis.test_broadcast
test/dynamo_expected_failures/TestPutmask.test_byteorder_greater_False
test/dynamo_expected_failures/TestPutmask.test_byteorder_greater_True
test/dynamo_expected_failures/TestPutmask.test_record_array
test/dynamo_expected_failures/TestPythonAutograd.test_backwards2
test/dynamo_expected_failures/TestPythonAutograd.test_forwards1
test/dynamo_expected_failures/TestPythonAutograd.test_forwards2
test/dynamo_expected_failures/TestPythonAutograd.test_split
test/dynamo_expected_failures/TestPythonDispatch.test_maybe_tuple_bug
test/dynamo_expected_failures/TestPythonDispatch.test_set_data
test/dynamo_expected_failures/TestPythonDispatch.test_wrapper_subclass_extra_dispatch_keys
test/dynamo_expected_failures/TestPythonRegistration.test_finalizer
test/dynamo_expected_failures/TestQR.test_mode_raw
test/dynamo_expected_failures/TestQR.test_qr_empty_m_0_n_0
test/dynamo_expected_failures/TestQR.test_qr_empty_m_0_n_3
test/dynamo_expected_failures/TestQR.test_qr_empty_m_3_n_0
test/dynamo_expected_failures/TestQuantile.test_quantile_monotonic_method_averaged_inverted_cdf
test/dynamo_expected_failures/TestQuantile.test_quantile_monotonic_method_closest_observation
test/dynamo_expected_failures/TestQuantile.test_quantile_monotonic_method_hazen
test/dynamo_expected_failures/TestQuantile.test_quantile_monotonic_method_interpolated_inverted_cdf
test/dynamo_expected_failures/TestQuantile.test_quantile_monotonic_method_inverted_cdf
test/dynamo_expected_failures/TestQuantile.test_quantile_monotonic_method_median_unbiased
test/dynamo_expected_failures/TestQuantile.test_quantile_monotonic_method_normal_unbiased
test/dynamo_expected_failures/TestQuantile.test_quantile_monotonic_method_weibull
test/dynamo_expected_failures/TestQuantizedEmbeddingOps.test_embedding_bag_2d_indices
test/dynamo_expected_failures/TestQuantizedOps.test_custom_module_lstm
test/dynamo_expected_failures/TestQuantizedOps.test_max_pool2d_cudnn
test/dynamo_expected_failures/TestQuantizedOps.test_qtanh
test/dynamo_expected_failures/TestQuantizedTensor.test_choose_qparams
test/dynamo_expected_failures/TestQuantizedTensor.test_choose_qparams_optimized
test/dynamo_expected_failures/TestQuantizedTensor.test_decomposed_dequantize_per_tensor
test/dynamo_expected_failures/TestQuantizedTensor.test_decomposed_quantize_per_tensor
test/dynamo_expected_failures/TestQuantizedTensor.test_decomposed_quantize_per_tensor_bfloat16_input
test/dynamo_expected_failures/TestQuantizedTensor.test_fp16_saturate_op
test/dynamo_expected_failures/TestQuantizedTensor.test_qtensor_cpu
test/dynamo_expected_failures/TestQuantizedTensor.test_quantize_per_channel_sub_byte
test/dynamo_expected_failures/TestReductionsCPU.test_std_vs_numpy_cpu_complex128
test/dynamo_expected_failures/TestReductionsCPU.test_std_vs_numpy_cpu_complex64
test/dynamo_expected_failures/TestReductionsCPU.test_std_vs_numpy_cpu_float32
test/dynamo_expected_failures/TestReductionsCPU.test_std_vs_numpy_cpu_float64
test/dynamo_expected_failures/TestReductionsCPU.test_var_vs_numpy_cpu_complex128
test/dynamo_expected_failures/TestReductionsCPU.test_var_vs_numpy_cpu_complex64
test/dynamo_expected_failures/TestReductionsCPU.test_var_vs_numpy_cpu_float32
test/dynamo_expected_failures/TestReductionsCPU.test_var_vs_numpy_cpu_float64
test/dynamo_expected_failures/TestRequire.test_C_and_F_simul
test/dynamo_expected_failures/TestRequire.test_require_each
test/dynamo_expected_failures/TestRequire.test_unknown_requirement
test/dynamo_expected_failures/TestRollaxis.test_exceptions
test/dynamo_expected_failures/TestRot90.test_basic
test/dynamo_expected_failures/TestSDPACPU.test_fused_sdp_choice_cpu_type_dense_dropout_0_0_bfloat16_cpu_bfloat16
test/dynamo_expected_failures/TestSDPACPU.test_fused_sdp_choice_cpu_type_dense_dropout_0_0_float16_cpu_float16
test/dynamo_expected_failures/TestSDPACPU.test_fused_sdp_choice_cpu_type_dense_dropout_0_0_float32_cpu_float32
test/dynamo_expected_failures/TestSDPACPU.test_fused_sdp_choice_cpu_type_dense_dropout_0_0_float64_cpu_float64
test/dynamo_expected_failures/TestSDPACPU.test_fused_sdp_choice_cpu_type_dense_dropout_0_7_bfloat16_cpu_bfloat16
test/dynamo_expected_failures/TestSDPACPU.test_fused_sdp_choice_cpu_type_dense_dropout_0_7_float16_cpu_float16
test/dynamo_expected_failures/TestSDPACPU.test_fused_sdp_choice_cpu_type_dense_dropout_0_7_float32_cpu_float32
test/dynamo_expected_failures/TestSDPACPU.test_fused_sdp_choice_cpu_type_dense_dropout_0_7_float64_cpu_float64
test/dynamo_expected_failures/TestScalarIndexing.test_invalid_newaxis
test/dynamo_expected_failures/TestScalarIndexing.test_invalid_subscript
test/dynamo_expected_failures/TestScalarIndexing.test_invalid_subscript_assignment
test/dynamo_expected_failures/TestScript.test_conv_error
test/dynamo_expected_failures/TestScript.test_error_stacktrace_interface
test/dynamo_expected_failures/TestScript.test_infer_size
test/dynamo_expected_failures/TestScript.test_is_scripting
test/dynamo_expected_failures/TestScript.test_method_overloading
test/dynamo_expected_failures/TestScript.test_namedtuple_default_values_using_factory_constructor
test/dynamo_expected_failures/TestScript.test_python_call
test/dynamo_expected_failures/TestScript.test_script_pack_padded_sequence
test/dynamo_expected_failures/TestScript.test_string_device_implicit_conversion
test/dynamo_expected_failures/TestScript.test_torch_functional_tensordot_int
test/dynamo_expected_failures/TestSerialization.test_linear_relu_package_quantization_transforms
test/dynamo_expected_failures/TestShapeOpsCUDA.test_flip_cuda_float32
test/dynamo_expected_failures/TestSortComplex.test_sort_real_type_in_g_type_out_G
test/dynamo_expected_failures/TestSplit.test_unequal_split
test/dynamo_expected_failures/TestStackMisc.test_stack
test/dynamo_expected_failures/TestStatelessFunctionalAPI.test_functional_call_member_reference_stateless
test/dynamo_expected_failures/TestStatelessFunctionalAPI.test_functional_call_member_reference_torch_func
test/dynamo_expected_failures/TestStats.test_dtype_from_dtype
test/dynamo_expected_failures/TestStats.test_out
test/dynamo_expected_failures/TestSubclassSerialization.test_allowlist_for_weights_only
test/dynamo_expected_failures/TestTEFuserDynamic.test_remove_output_used_only_in_size
test/dynamo_expected_failures/TestTEFuserDynamic.test_to_dtype
test/dynamo_expected_failures/TestTEFuserDynamic.test_torch_to
test/dynamo_expected_failures/TestTEFuserStatic.test_inlined_optimized_graph
test/dynamo_expected_failures/TestTEFuserStatic.test_remove_output_used_only_in_size
test/dynamo_expected_failures/TestTEFuserStatic.test_to_dtype
test/dynamo_expected_failures/TestTEFuserStatic.test_torch_to
test/dynamo_expected_failures/TestTake.test_raise
test/dynamo_expected_failures/TestTakeAlongAxis.test_invalid
test/dynamo_expected_failures/TestTensorBoardUtils.test_numpy_vid_uint8
test/dynamo_expected_failures/TestTensorCreationCPU.test_block_diag_cpu
test/dynamo_expected_failures/TestTensorCreationCPU.test_constructor_dtypes_cpu
test/dynamo_expected_failures/TestTensorProtoSummary.test_half_tensor_proto_bfloat16_proto_type_14
test/dynamo_expected_failures/TestTensorProtoSummary.test_half_tensor_proto_float16_proto_type_19
test/dynamo_expected_failures/TestTorch.test_map
test/dynamo_expected_failures/TestTorch.test_new
test/dynamo_expected_failures/TestTorch.test_parsing_intlist
test/dynamo_expected_failures/TestTorch.test_storage_cycle_via_slots
test/dynamo_expected_failures/TestTorch.test_storage_finalizer_dealloc
test/dynamo_expected_failures/TestTorch.test_storage_slot_dealloc
test/dynamo_expected_failures/TestTorch.test_tensor_cycle_via_slots
test/dynamo_expected_failures/TestTorch.test_tensor_finalizer_dealloc
test/dynamo_expected_failures/TestTorch.test_tensor_ressurecting_clear
test/dynamo_expected_failures/TestTorch.test_tensor_slot_dealloc
test/dynamo_expected_failures/TestTorch.test_type
test/dynamo_expected_failures/TestTorch.test_upsample_nearest2d_meta
test/dynamo_expected_failures/TestTorchDeviceTypeCPU.test_broadcast_fn_add_cpu
test/dynamo_expected_failures/TestTorchDeviceTypeCPU.test_broadcast_fn_addcdiv_cpu
test/dynamo_expected_failures/TestTorchDeviceTypeCPU.test_broadcast_fn_addcmul_cpu
test/dynamo_expected_failures/TestTorchDeviceTypeCPU.test_broadcast_fn_atan2_cpu
test/dynamo_expected_failures/TestTorchDeviceTypeCPU.test_broadcast_fn_copy_cpu
test/dynamo_expected_failures/TestTorchDeviceTypeCPU.test_broadcast_fn_div_cpu
test/dynamo_expected_failures/TestTorchDeviceTypeCPU.test_broadcast_fn_eq_cpu
test/dynamo_expected_failures/TestTorchDeviceTypeCPU.test_broadcast_fn_fmod_cpu
test/dynamo_expected_failures/TestTorchDeviceTypeCPU.test_broadcast_fn_ge_cpu
test/dynamo_expected_failures/TestTorchDeviceTypeCPU.test_broadcast_fn_gt_cpu
test/dynamo_expected_failures/TestTorchDeviceTypeCPU.test_broadcast_fn_le_cpu
test/dynamo_expected_failures/TestTorchDeviceTypeCPU.test_broadcast_fn_lerp_cpu
test/dynamo_expected_failures/TestTorchDeviceTypeCPU.test_broadcast_fn_lt_cpu
test/dynamo_expected_failures/TestTorchDeviceTypeCPU.test_broadcast_fn_map2_cpu
test/dynamo_expected_failures/TestTorchDeviceTypeCPU.test_broadcast_fn_map_cpu
test/dynamo_expected_failures/TestTorchDeviceTypeCPU.test_broadcast_fn_masked_fill_cpu
test/dynamo_expected_failures/TestTorchDeviceTypeCPU.test_broadcast_fn_masked_scatter_cpu
test/dynamo_expected_failures/TestTorchDeviceTypeCPU.test_broadcast_fn_mul_cpu
test/dynamo_expected_failures/TestTorchDeviceTypeCPU.test_broadcast_fn_ne_cpu
test/dynamo_expected_failures/TestTorchDeviceTypeCPU.test_broadcast_fn_pow_cpu
test/dynamo_expected_failures/TestTorchDeviceTypeCPU.test_broadcast_fn_remainder_cpu
test/dynamo_expected_failures/TestTorchDeviceTypeCPU.test_broadcast_fn_sub_cpu
test/dynamo_expected_failures/TestTorchDeviceTypeCPU.test_nondeterministic_alert_MaxUnpool1d_cpu_float32
test/dynamo_expected_failures/TestTorchDeviceTypeCPU.test_nondeterministic_alert_MaxUnpool1d_cpu_float64
test/dynamo_expected_failures/TestTorchDeviceTypeCPU.test_nondeterministic_alert_MaxUnpool2d_cpu_float32
test/dynamo_expected_failures/TestTorchDeviceTypeCPU.test_nondeterministic_alert_MaxUnpool2d_cpu_float64
test/dynamo_expected_failures/TestTorchDeviceTypeCPU.test_nondeterministic_alert_MaxUnpool3d_cpu_float32
test/dynamo_expected_failures/TestTorchDeviceTypeCPU.test_nondeterministic_alert_MaxUnpool3d_cpu_float64
test/dynamo_expected_failures/TestTorchFunctionMode.test_custom_device_type
test/dynamo_expected_failures/TestTorchFunctionMode.test_disable_enable_subclass
test/dynamo_expected_failures/TestTorchFunctionMode.test_factory_override
test/dynamo_expected_failures/TestTorchFunctionMode.test_mode_notimplemented_loop
test/dynamo_expected_failures/TestTorchFunctionMode.test_nested_modes_with_python_has_torch_function
test/dynamo_expected_failures/TestTorchFunctionMode.test_subclass_hash
test/dynamo_expected_failures/TestTorchFunctionOverride.test_pow_rpow
test/dynamo_expected_failures/TestTorchFunctionWarning.test_warn_on_invalid_torch_function_tensor_subclass
test/dynamo_expected_failures/TestTorchTidyProfiler.test_nnmodule_params
test/dynamo_expected_failures/TestTorchTidyProfiler.test_tensorimpl_invalidation_full
test/dynamo_expected_failures/TestTorchTidyProfiler.test_tensorimpl_invalidation_keep_alive
test/dynamo_expected_failures/TestTorchTidyProfiler.test_tensorimpl_invalidation_scalar_args
test/dynamo_expected_failures/TestTorchTidyProfiler.test_tensorimpl_invalidation_set
test/dynamo_expected_failures/TestTorchbind.test_torchbind_inductor
test/dynamo_expected_failures/TestTrilIndicesFrom.test_exceptions
test/dynamo_expected_failures/TestTriuIndicesFrom.test_exceptions
test/dynamo_expected_failures/TestTypeHints.test_doc_examples
test/dynamo_expected_failures/TestTypePromotionCPU.test_alpha_mismatch_cpu
test/dynamo_expected_failures/TestTypePromotionCPU.test_alternate_result_cpu
test/dynamo_expected_failures/TestUnflatten.test_unflatten_container_type
test/dynamo_expected_failures/TestUnique.test_unique_axis_errors
test/dynamo_expected_failures/TestVerifyCorrectness.test_incorrect_verify_true
test/dynamo_expected_failures/TestVerifyCorrectness.test_torchscript
test/dynamo_expected_failures/TestVmapAPI.test_fallback_does_not_warn_by_default
test/dynamo_expected_failures/TestVmapAPI.test_out_dim_out_of_bounds_err_msg
test/dynamo_expected_failures/TestVmapOperators.test_new_empty_strided
test/dynamo_expected_failures/TestVsplit.test_0D_array
test/dynamo_expected_failures/TestVsplit.test_1D_array
test/dynamo_expected_failures/TestVsplit.test_non_iterable
test/dynamo_expected_failures/TestVstack.test_empty_input
test/dynamo_expected_failures/TestVstack.test_non_iterable
test/dynamo_expected_failures/TestWhere.test_error
test/dynamo_expected_failures/TraceRuleTests.test_skipfiles_inlinelist
test/dynamo_expected_failures/UnspecTests.test_builtin_max_min
test/dynamo_expected_failures/UnspecTests.test_conv1d_symint_padding
test/dynamo_expected_failures/UnspecTests.test_isinstance_symint
test/dynamo_expected_failures/UnspecTests.test_mark_01_dynamic
test/dynamo_expected_failures/UnspecTests.test_no_recompilations
test/dynamo_expected_failures/UnspecTests.test_no_recompiles
test/dynamo_expected_failures/UnspecTests.test_propagate_dynamic_dim
test/dynamo_expected_failures/UnspecTests.test_use_and_specialize
test/dynamo_skips/CPython313-test_dict-DictTest.test_container_iterator
test/dynamo_skips/CPython313-test_dict-DictTest.test_dict_items_result_gc
test/dynamo_skips/CPython313-test_dict-DictTest.test_dict_items_result_gc_reversed
test/dynamo_skips/CPython313-test_dict-DictTest.test_free_after_iterating
test/dynamo_skips/CPython313-test_dict-DictTest.test_track_dynamic
test/dynamo_skips/CPython313-test_dict-DictTest.test_track_literals
test/dynamo_skips/CPython313-test_dict-DictTest.test_track_subtypes
test/dynamo_skips/DecoratorTests.test_allow_in_graph
test/dynamo_skips/DynamicShapesAotAutogradFallbackTests.test_aot_sequence_nr_dynamic_shapes
test/dynamo_skips/DynamicShapesCtxManagerTests.test_autograd_profiler_enabled_dynamic_shapes
test/dynamo_skips/DynamicShapesCtxManagerTests.test_disable_saved_tensors_hooks_dynamic_shapes
test/dynamo_skips/DynamicShapesCtxManagerTests.test_disable_saved_tensors_hooks_prev_disabled_dynamic_shapes
test/dynamo_skips/DynamicShapesCtxManagerTests.test_disable_saved_tensors_hooks_prev_disabled_nested_dynamic_shapes
test/dynamo_skips/DynamicShapesExportTests.test_cond_raise_user_error_on_non_list_operands_dynamic_shapes
test/dynamo_skips/DynamicShapesExportTests.test_cond_raise_user_error_on_non_tensor_operands_dynamic_shapes
test/dynamo_skips/DynamicShapesExportTests.test_cond_raise_user_error_on_unsupported_pred_dynamic_shapes
test/dynamo_skips/DynamicShapesExportTests.test_export_dynamic_dim_range_constraint_dynamic_shapes
test/dynamo_skips/DynamicShapesExportTests.test_export_mark_dynamic_conflict_dynamic_dim_dynamic_shapes
test/dynamo_skips/DynamicShapesExportTests.test_export_with_constant_dict_values_dynamic_shapes
test/dynamo_skips/DynamicShapesExportTests.test_export_with_constant_free_function_and_class_method_dynamic_shapes
test/dynamo_skips/DynamicShapesExportTests.test_export_with_constant_free_function_and_class_method_multiarg_diff_dynamic_shapes
test/dynamo_skips/DynamicShapesExportTests.test_export_with_constant_free_function_and_class_method_multiarg_dynamic_shapes
test/dynamo_skips/DynamicShapesExportTests.test_export_with_constant_free_function_dynamic_shapes
test/dynamo_skips/DynamicShapesExportTests.test_export_with_constant_list_nonzero_dynamic_shapes
test/dynamo_skips/DynamicShapesExportTests.test_export_with_constant_list_nonzero_free_function_dynamic_shapes
test/dynamo_skips/DynamicShapesExportTests.test_export_with_constant_method_on_module_dynamic_shapes
test/dynamo_skips/DynamicShapesExportTests.test_export_with_constant_method_on_module_invoke_twice_dynamic_shapes
test/dynamo_skips/DynamicShapesExportTests.test_export_with_constant_none_control_flow_dynamic_shapes
test/dynamo_skips/DynamicShapesExportTests.test_export_with_constant_none_control_flow_free_func_dynamic_shapes
test/dynamo_skips/DynamicShapesExportTests.test_export_with_constant_not_none_control_flow_dynamic_shapes
test/dynamo_skips/DynamicShapesExportTests.test_export_with_constant_not_none_control_flow_free_func_dynamic_shapes
test/dynamo_skips/DynamicShapesExportTests.test_export_with_constant_not_none_control_flow_pos_dynamic_shapes
test/dynamo_skips/DynamicShapesExportTests.test_export_with_constant_not_return_const_dynamic_shapes
test/dynamo_skips/DynamicShapesExportTests.test_export_with_constant_tuple_nonzero_dynamic_shapes
test/dynamo_skips/DynamicShapesExportTests.test_export_with_map_cond_dynamic_shapes
test/dynamo_skips/DynamicShapesExportTests.test_map_cond_param_buffer_lifted_dynamic_shapes
test/dynamo_skips/DynamicShapesExportTests.test_retracibility_dynamic_shapes
test/dynamo_skips/DynamicShapesExportTests.test_torch_inference_mode_ctx_dynamic_shapes
test/dynamo_skips/DynamicShapesExportTests.test_untracked_inputs_in_constraints_dynamic_shapes
test/dynamo_skips/DynamicShapesFuncTorchHigherOrderOpTests.test_grad_disable_capture_dynamic_shapes
test/dynamo_skips/DynamicShapesFuncTorchHigherOrderOpTests.test_grad_dynamic_shapes
test/dynamo_skips/DynamicShapesFuncTorchHigherOrderOpTests.test_grad_fn_with_kwargs_dynamic_shapes
test/dynamo_skips/DynamicShapesFuncTorchHigherOrderOpTests.test_grad_freevar_python_scalar_dynamic_shapes
test/dynamo_skips/DynamicShapesFuncTorchHigherOrderOpTests.test_grad_has_aux_dynamic_shapes
test/dynamo_skips/DynamicShapesFuncTorchHigherOrderOpTests.test_grad_non_tensor_input_dynamic_shapes
test/dynamo_skips/DynamicShapesFuncTorchHigherOrderOpTests.test_grad_pytree_dynamic_shapes
test/dynamo_skips/DynamicShapesFuncTorchHigherOrderOpTests.test_grad_two_tensor_all_grad_has_aux_dynamic_shapes
test/dynamo_skips/DynamicShapesFuncTorchHigherOrderOpTests.test_grad_two_tensor_has_aux_dynamic_shapes
test/dynamo_skips/DynamicShapesFuncTorchHigherOrderOpTests.test_grad_with_graph_break_dynamic_shapes
test/dynamo_skips/DynamicShapesFuncTorchHigherOrderOpTests.test_grad_with_side_effect_dynamic_shapes
test/dynamo_skips/DynamicShapesFuncTorchHigherOrderOpTests.test_vmap_disable_capture_dynamic_shapes
test/dynamo_skips/DynamicShapesFuncTorchHigherOrderOpTests.test_vmap_dynamic_shapes
test/dynamo_skips/DynamicShapesFuncTorchHigherOrderOpTests.test_vmap_free_const_dynamic_shapes
test/dynamo_skips/DynamicShapesFuncTorchHigherOrderOpTests.test_vmap_free_tensor_dynamic_shapes
test/dynamo_skips/DynamicShapesFuncTorchHigherOrderOpTests.test_vmap_illegal_op_graph_break_dynamic_shapes
test/dynamo_skips/DynamicShapesFuncTorchHigherOrderOpTests.test_vmap_kwargs_dynamic_shapes
test/dynamo_skips/DynamicShapesFuncTorchHigherOrderOpTests.test_vmap_multiple_invocation_in_dims_dynamic_shapes
test/dynamo_skips/DynamicShapesFuncTorchHigherOrderOpTests.test_vmap_multiple_invocation_out_dims_dynamic_shapes
test/dynamo_skips/DynamicShapesFuncTorchHigherOrderOpTests.test_vmap_multiple_outputs_diff_dims_dynamic_shapes
test/dynamo_skips/DynamicShapesFuncTorchHigherOrderOpTests.test_vmap_multiple_outputs_dynamic_shapes
test/dynamo_skips/DynamicShapesFuncTorchHigherOrderOpTests.test_vmap_multiple_outputs_out_dims_tuple_dynamic_shapes
test/dynamo_skips/DynamicShapesFuncTorchHigherOrderOpTests.test_vmap_over_vmap_captured_dynamic_shapes
test/dynamo_skips/DynamicShapesFuncTorchHigherOrderOpTests.test_vmap_over_vmap_two_inputs_dynamic_shapes
test/dynamo_skips/DynamicShapesFuncTorchHigherOrderOpTests.test_vmap_pytree_inputs_dynamic_shapes
test/dynamo_skips/DynamicShapesFuncTorchHigherOrderOpTests.test_vmap_side_effects_dynamic_shapes
test/dynamo_skips/DynamicShapesFuncTorchHigherOrderOpTests.test_vmap_two_inputs_dynamic_shapes
test/dynamo_skips/DynamicShapesFuncTorchHigherOrderOpTests.test_vmap_two_inputs_tuple_in_dims_dynamic_shapes
test/dynamo_skips/DynamicShapesFunctionTests.test_default_dict_closure_dynamic_shapes
test/dynamo_skips/DynamicShapesFunctionTests.test_default_dict_dynamic_shapes
test/dynamo_skips/DynamicShapesFunctionTests.test_default_dict_lambda_dynamic_shapes
test/dynamo_skips/DynamicShapesFunctionTests.test_fstrings2_dynamic_shapes
test/dynamo_skips/DynamicShapesFunctionTests.test_is_contiguous_frame_counts_dynamic_shapes
test/dynamo_skips/DynamicShapesFunctionTests.test_math_radians_dynamic_shapes
test/dynamo_skips/DynamicShapesFunctionTests.test_partials_as_input_partials_lambda_dynamic_shapes
test/dynamo_skips/DynamicShapesFunctionTests.test_partials_as_input_partials_mod_dynamic_shapes
test/dynamo_skips/DynamicShapesHigherOrderOpTests.test_access_module_attr_dynamic_shapes
test/dynamo_skips/DynamicShapesHigherOrderOpTests.test_capture_untracked_global_nested_dynamic_shapes
test/dynamo_skips/DynamicShapesHigherOrderOpTests.test_capture_value_created_in_subgraph_dynamic_shapes
test/dynamo_skips/DynamicShapesHigherOrderOpTests.test_cond_branches_no_arguments_dynamic_shapes
test/dynamo_skips/DynamicShapesHigherOrderOpTests.test_cond_branches_no_arguments_no_closure_dynamic_shapes
test/dynamo_skips/DynamicShapesHigherOrderOpTests.test_cond_pytree_operands_dynamic_shapes
test/dynamo_skips/DynamicShapesHigherOrderOpTests.test_cond_pytree_operands_with_non_tensor_leaves_dynamic_shapes
test/dynamo_skips/DynamicShapesHigherOrderOpTests.test_cond_source_fn_stack_dynamic_shapes
test/dynamo_skips/DynamicShapesHigherOrderOpTests.test_cond_subgraph_name_is_valid_dynamic_shapes
test/dynamo_skips/DynamicShapesHigherOrderOpTests.test_fallback_on_python_primitives_output_dynamic_shapes
test/dynamo_skips/DynamicShapesHigherOrderOpTests.test_map_lowers_to_graph_dynamic_shapes
test/dynamo_skips/DynamicShapesHigherOrderOpTests.test_map_multi_return_dynamic_shapes
test/dynamo_skips/DynamicShapesHigherOrderOpTests.test_map_pytree_return_dynamic_shapes
test/dynamo_skips/DynamicShapesHigherOrderOpTests.test_map_source_fn_stack_dynamic_shapes
test/dynamo_skips/DynamicShapesHigherOrderOpTests.test_map_subgraph_name_is_valid_dynamic_shapes
test/dynamo_skips/DynamicShapesHigherOrderOpTests.test_map_symint_input_dynamic_shapes
test/dynamo_skips/DynamicShapesHigherOrderOpTests.test_modules_dynamic_shapes
test/dynamo_skips/DynamicShapesHigherOrderOpTests.test_nested_tuple_output_dynamic_shapes
test/dynamo_skips/DynamicShapesHigherOrderOpTests.test_output_with_dict_dynamic_shapes
test/dynamo_skips/DynamicShapesHigherOrderOpTests.test_side_effect_in_body_dynamic_shapes
test/dynamo_skips/DynamicShapesHigherOrderOpTests.test_vmap_source_fn_stack_dynamic_shapes
test/dynamo_skips/DynamicShapesHigherOrderOpTests.test_wrap_kwarg_recompile_dynamic_shapes
test/dynamo_skips/DynamicShapesHigherOrderOpTests.test_wrap_subgraph_name_is_valid_dynamic_shapes
test/dynamo_skips/DynamicShapesMiscTests.test_add_to_set_dynamic_shapes
test/dynamo_skips/DynamicShapesMiscTests.test_any_all_symnode_dynamic_shapes
test/dynamo_skips/DynamicShapesMiscTests.test_backend_match_guard_dynamic_shapes
test/dynamo_skips/DynamicShapesMiscTests.test_boolarg_dynamic_shapes
test/dynamo_skips/DynamicShapesMiscTests.test_callpacked_dynamic_shapes
test/dynamo_skips/DynamicShapesMiscTests.test_closure_out_of_scope_cell_dynamic_shapes
test/dynamo_skips/DynamicShapesMiscTests.test_compare_shapes_with_constant_dynamic_shapes
test/dynamo_skips/DynamicShapesMiscTests.test_cond_nested_dynamic_shapes
test/dynamo_skips/DynamicShapesMiscTests.test_cond_side_effects_dynamic_shapes
test/dynamo_skips/DynamicShapesMiscTests.test_dataclass_fields_dynamic_shapes
test/dynamo_skips/DynamicShapesMiscTests.test_deque_append_left_dynamic_shapes
test/dynamo_skips/DynamicShapesMiscTests.test_deque_input_dynamic_shapes
test/dynamo_skips/DynamicShapesMiscTests.test_deterministic_algorithms_mutated_dynamic_shapes
test/dynamo_skips/DynamicShapesMiscTests.test_dict_order_keys_dynamic_shapes
test/dynamo_skips/DynamicShapesMiscTests.test_dict_order_keys_modules_dynamic_shapes
test/dynamo_skips/DynamicShapesMiscTests.test_dict_order_keys_tensors_dynamic_shapes
test/dynamo_skips/DynamicShapesMiscTests.test_dictcomp_dynamic_shapes
test/dynamo_skips/DynamicShapesMiscTests.test_dtypes_no_graphbreaks_dynamic_shapes
test/dynamo_skips/DynamicShapesMiscTests.test_dunder_new_function_inlining_dynamic_shapes
test/dynamo_skips/DynamicShapesMiscTests.test_frozenset_torch_func_contains_dynamic_shapes
test/dynamo_skips/DynamicShapesMiscTests.test_get_cache_entry_dynamic_shapes
test/dynamo_skips/DynamicShapesMiscTests.test_grad_state_mutated_dynamic_shapes
test/dynamo_skips/DynamicShapesMiscTests.test_guard_failure_fn_shape_control_dynamic_shapes
test/dynamo_skips/DynamicShapesMiscTests.test_guard_failure_fn_tensor_iter_dynamic_shapes
test/dynamo_skips/DynamicShapesMiscTests.test_inline_closure_not_loaded_by_parent_dynamic_shapes
test/dynamo_skips/DynamicShapesMiscTests.test_inplace_param_update_dynamic_shapes
test/dynamo_skips/DynamicShapesMiscTests.test_intermediary_tensor_grad_access_dynamic_shapes
test/dynamo_skips/DynamicShapesMiscTests.test_is_compiling_dynamic_shapes
test/dynamo_skips/DynamicShapesMiscTests.test_iter_set_dynamic_shapes
test/dynamo_skips/DynamicShapesMiscTests.test_itertools_accumulate_symint_default_sum_dynamic_shapes
test/dynamo_skips/DynamicShapesMiscTests.test_itertools_accumulate_tensors_builtins_dynamic_shapes
test/dynamo_skips/DynamicShapesMiscTests.test_itertools_accumulate_tensors_default_sum_dynamic_shapes
test/dynamo_skips/DynamicShapesMiscTests.test_itertools_accumulate_tensors_kwargs_dynamic_shapes
test/dynamo_skips/DynamicShapesMiscTests.test_itertools_accumulate_tensors_user_defined_dynamic_shapes
test/dynamo_skips/DynamicShapesMiscTests.test_itertools_groupby_pure_python_default_identify_func_dynamic_shapes
test/dynamo_skips/DynamicShapesMiscTests.test_itertools_groupby_pure_python_key_func_dynamic_shapes
test/dynamo_skips/DynamicShapesMiscTests.test_itertools_infinite_count_dynamic_shapes
test/dynamo_skips/DynamicShapesMiscTests.test_itertools_infinite_cycle_dynamic_shapes
test/dynamo_skips/DynamicShapesMiscTests.test_itertools_infinite_repeat_dynamic_shapes
test/dynamo_skips/DynamicShapesMiscTests.test_itertools_infinite_repeat_mutation_dynamic_shapes
test/dynamo_skips/DynamicShapesMiscTests.test_itertools_repeat_dynamic_shapes
test/dynamo_skips/DynamicShapesMiscTests.test_linetable_311_writer1_dynamic_shapes
test/dynamo_skips/DynamicShapesMiscTests.test_linetable_311_writer2_dynamic_shapes
test/dynamo_skips/DynamicShapesMiscTests.test_list_slice_mul_dynamic_shapes
test/dynamo_skips/DynamicShapesMiscTests.test_listcomp_dynamic_shapes
test/dynamo_skips/DynamicShapesMiscTests.test_mandelbrot_numpy_dynamic_shapes
test/dynamo_skips/DynamicShapesMiscTests.test_mark_static_dynamic_shapes
test/dynamo_skips/DynamicShapesMiscTests.test_namedtuple1_dynamic_shapes
test/dynamo_skips/DynamicShapesMiscTests.test_namedtuple2_dynamic_shapes
test/dynamo_skips/DynamicShapesMiscTests.test_nan_dynamic_shapes
test/dynamo_skips/DynamicShapesMiscTests.test_nested_closure_dynamic_shapes
test/dynamo_skips/DynamicShapesMiscTests.test_nested_closure_mutation_dynamic_shapes
test/dynamo_skips/DynamicShapesMiscTests.test_nested_optimize_decorator_dynamic_shapes
test/dynamo_skips/DynamicShapesMiscTests.test_nested_optimize_dynamic_shapes
test/dynamo_skips/DynamicShapesMiscTests.test_nested_optimize_run_dynamic_shapes
test/dynamo_skips/DynamicShapesMiscTests.test_nn_module_getattr_dynamic_shapes
test/dynamo_skips/DynamicShapesMiscTests.test_no_raise_guard_partial_constraint_across_break_dynamic_shapes
test/dynamo_skips/DynamicShapesMiscTests.test_no_raise_guard_partial_constraint_dynamic_shapes
test/dynamo_skips/DynamicShapesMiscTests.test_numpy_array_of_arrays_dynamic_shapes
test/dynamo_skips/DynamicShapesMiscTests.test_numpy_force_dynamic_shapes
test/dynamo_skips/DynamicShapesMiscTests.test_numpy_int_constant_dynamic_shapes
test/dynamo_skips/DynamicShapesMiscTests.test_numpy_iter_dynamic_shapes
test/dynamo_skips/DynamicShapesMiscTests.test_numpy_non_torch_dtype_dynamic_shapes
test/dynamo_skips/DynamicShapesMiscTests.test_numpy_readonly_dynamic_shapes
test/dynamo_skips/DynamicShapesMiscTests.test_numpy_recompilation_scalar_dynamic_shapes
test/dynamo_skips/DynamicShapesMiscTests.test_numpy_size_attr_dynamic_shapes
test/dynamo_skips/DynamicShapesMiscTests.test_numpy_subdtype_dynamic_shapes
test/dynamo_skips/DynamicShapesMiscTests.test_numpy_tolist_dynamic_shapes
test/dynamo_skips/DynamicShapesMiscTests.test_numpy_with_builtin_type_dynamic_shapes
test/dynamo_skips/DynamicShapesMiscTests.test_out_variants_with_resizing_on_graph_inputs_dynamic_shapes
test/dynamo_skips/DynamicShapesMiscTests.test_pure_python_accumulate_dynamic_shapes
test/dynamo_skips/DynamicShapesMiscTests.test_py_guards_mark_dynamic_dynamic_shapes
test/dynamo_skips/DynamicShapesMiscTests.test_raise_guard_full_constraint_dynamic_shapes
test/dynamo_skips/DynamicShapesMiscTests.test_raise_guard_partial_constraint_no_graph_break_dynamic_shapes
test/dynamo_skips/DynamicShapesMiscTests.test_raise_on_backend_error_dynamic_shapes
test/dynamo_skips/DynamicShapesMiscTests.test_recompile_on_global_state_change_dynamic_shapes
test/dynamo_skips/DynamicShapesMiscTests.test_release_input_memory_dynamic_shapes
test/dynamo_skips/DynamicShapesMiscTests.test_release_module_memory_dynamic_shapes
test/dynamo_skips/DynamicShapesMiscTests.test_release_scope_memory_dynamic_shapes
test/dynamo_skips/DynamicShapesMiscTests.test_repeat_interleave_graphbreaks_dynamic_shapes
test/dynamo_skips/DynamicShapesMiscTests.test_return_nested_function_dynamic_shapes
test/dynamo_skips/DynamicShapesMiscTests.test_set_aliasing_recompiles_dynamic_shapes
test/dynamo_skips/DynamicShapesMiscTests.test_setattr_mutation1_dynamic_shapes
test/dynamo_skips/DynamicShapesMiscTests.test_simple_set_usage_dynamic_shapes
test/dynamo_skips/DynamicShapesMiscTests.test_size_input_dynamic_shapes
test/dynamo_skips/DynamicShapesMiscTests.test_slice_input_dynamic_shapes
test/dynamo_skips/DynamicShapesMiscTests.test_str_format_assert2_dynamic_shapes
test/dynamo_skips/DynamicShapesMiscTests.test_tensor_build_list_unpack_dynamic_shapes
test/dynamo_skips/DynamicShapesMiscTests.test_tensor_dict1_dynamic_shapes
test/dynamo_skips/DynamicShapesMiscTests.test_tensor_dict2_dynamic_shapes
test/dynamo_skips/DynamicShapesMiscTests.test_tensor_dict3_dynamic_shapes
test/dynamo_skips/DynamicShapesMiscTests.test_tensor_item_capture_dynamic_shapes
test/dynamo_skips/DynamicShapesMiscTests.test_tolist_0d_dynamic_shapes
test/dynamo_skips/DynamicShapesMiscTests.test_tolist_1d_dynamic_shapes
test/dynamo_skips/DynamicShapesMiscTests.test_tolist_kd_dynamic_dynamic_shapes
test/dynamo_skips/DynamicShapesMiscTests.test_tolist_kd_dynamic_shapes
test/dynamo_skips/DynamicShapesMiscTests.test_tolist_scalar_dynamic_shapes
test/dynamo_skips/DynamicShapesMiscTests.test_torch_seed_dynamic_shapes
test/dynamo_skips/DynamicShapesMiscTests.test_tracing_nested_py_tree_dicts_dynamic_shapes
test/dynamo_skips/DynamicShapesMiscTests.test_tracing_nested_py_tree_dynamic_shapes
test/dynamo_skips/DynamicShapesMiscTests.test_tracing_nested_py_tree_mixed_all_dynamic_shapes
test/dynamo_skips/DynamicShapesMiscTests.test_tracing_nested_py_tree_tuples_dynamic_shapes
test/dynamo_skips/DynamicShapesMiscTests.test_tracing_py_tree_dynamic_shapes
test/dynamo_skips/DynamicShapesMiscTests.test_tracing_py_tree_tensor_subclass_dynamic_shapes
test/dynamo_skips/DynamicShapesMiscTests.test_tracing_tree_map_only_dynamic_shapes
test/dynamo_skips/DynamicShapesMiscTests.test_tuple_mul_dynamic_shapes
test/dynamo_skips/DynamicShapesMiscTests.test_type_copy_dynamic_shapes
test/dynamo_skips/DynamicShapesMiscTests.test_typing_typevar_dynamic_shapes
test/dynamo_skips/DynamicShapesMiscTests.test_user_getattribute_dynamic_shapes
test/dynamo_skips/DynamicShapesMiscTests.test_with_builtin_type_dynamic_shapes
test/dynamo_skips/DynamicShapesMiscTests.test_yield_from_dynamic_shapes
test/dynamo_skips/DynamicShapesMiscTests.test_yield_gen_and_from_dynamic_shapes
test/dynamo_skips/DynamicShapesMiscTests.test_yield_send_to_subgenerator_graph_break_dynamic_shapes
test/dynamo_skips/DynamicShapesNNModuleTests.test_self_mutating1_dynamic_shapes
test/dynamo_skips/DynamicShapesNNModuleTests.test_unsupportedmethod_dynamic_shapes
test/dynamo_skips/DynamicShapesNNModuleTests.test_unsupportedmodule_dynamic_shapes
test/dynamo_skips/DynamicShapesReproTests.test_add_sub_alpha_out_dynamic_shapes
test/dynamo_skips/DynamicShapesReproTests.test_addr_alpha_beta_out_dynamic_shapes
test/dynamo_skips/DynamicShapesReproTests.test_boxes_len_dynamic_shapes
test/dynamo_skips/DynamicShapesReproTests.test_chunk_reformer_ff_dynamic_shapes
test/dynamo_skips/DynamicShapesReproTests.test_convert_boxes_to_pooler_format_dynamic_shapes
test/dynamo_skips/DynamicShapesReproTests.test_create_rand_mask_from_inputs_dynamic_shapes
test/dynamo_skips/DynamicShapesReproTests.test_do_paste_mask_dynamic_shapes
test/dynamo_skips/DynamicShapesReproTests.test_dynamic_shapes_implicit_guard_dynamic_shapes
test/dynamo_skips/DynamicShapesReproTests.test_empty_list_contains_with_jump_dynamic_shapes
test/dynamo_skips/DynamicShapesReproTests.test_function_in_skipfiles_dynamic_shapes
test/dynamo_skips/DynamicShapesReproTests.test_hf_t5_forward_dynamic_shapes
test/dynamo_skips/DynamicShapesReproTests.test_hf_xsoftmax_training_dynamic_shapes
test/dynamo_skips/DynamicShapesReproTests.test_issue175_dynamic_shapes
test/dynamo_skips/DynamicShapesReproTests.test_list_aliasing_dynamic_shapes
test/dynamo_skips/DynamicShapesReproTests.test_list_self_reference_dynamic_shapes
test/dynamo_skips/DynamicShapesReproTests.test_longformer_chunk_dynamic_shapes
test/dynamo_skips/DynamicShapesReproTests.test_many_views_with_mutation_dynamic_shapes
test/dynamo_skips/DynamicShapesReproTests.test_merge_criteria_processor_list1_dynamic_shapes
test/dynamo_skips/DynamicShapesReproTests.test_merge_criteria_processor_list2_dynamic_shapes
test/dynamo_skips/DynamicShapesReproTests.test_module_in_skipfiles_dynamic_shapes
test/dynamo_skips/DynamicShapesReproTests.test_negative_shape_guard_dynamic_shapes
test/dynamo_skips/DynamicShapesReproTests.test_numpy_not_ndarray_recompiles_dynamic_shapes
test/dynamo_skips/DynamicShapesReproTests.test_optim_state_references_cleared_dynamic_shapes
test/dynamo_skips/DynamicShapesReproTests.test_recursive_map_dynamic_shapes
test/dynamo_skips/DynamicShapesReproTests.test_reformer_eval_dynamic_shapes
test/dynamo_skips/DynamicShapesReproTests.test_reformer_min_chunk_len_dynamic_shapes
test/dynamo_skips/DynamicShapesReproTests.test_reformer_sorting_dynamic_shapes
test/dynamo_skips/DynamicShapesReproTests.test_reformer_train_dynamic_shapes
test/dynamo_skips/DynamicShapesReproTests.test_relative_import_dynamic_shapes
test/dynamo_skips/DynamicShapesReproTests.test_relative_import_no_modulename_dynamic_shapes
test/dynamo_skips/DynamicShapesReproTests.test_restricted_list_subclass1_dynamic_shapes
test/dynamo_skips/DynamicShapesReproTests.test_rewrite_assert_noop_dynamic_shapes
test/dynamo_skips/DynamicShapesReproTests.test_rewrite_assert_with_msg_dynamic_shapes
test/dynamo_skips/DynamicShapesReproTests.test_rewrite_assert_with_non_string_msg_dynamic_shapes
test/dynamo_skips/DynamicShapesReproTests.test_seq_append_list_dynamic_shapes
test/dynamo_skips/DynamicShapesReproTests.test_size_typematch_dynamic_shapes
test/dynamo_skips/DynamicShapesReproTests.test_tensor_data_kwarg_dynamic_shapes
test/dynamo_skips/DynamicShapesReproTests.test_threading_local_dynamic_shapes
test/dynamo_skips/DynamicShapesReproTests.test_validate_model_kwargs_dynamic_shapes
test/dynamo_skips/DynamicShapesSubGraphTests.test_dynamic_duck_size_dynamic_shapes
test/dynamo_skips/DynamicShapesSubGraphTests.test_dynamic_getitem_dynamic_shapes
test/dynamo_skips/DynamicShapesSubGraphTests.test_dynamic_kwarg_dynamic_shapes
test/dynamo_skips/DynamicShapesSubGraphTests.test_dynamic_order_dependence_dynamic_shapes
test/dynamo_skips/DynamicShapesSubGraphTests.test_dynamic_zero_inference_dynamic_shapes
test/dynamo_skips/DynamicShapesSubGraphTests.test_enumerate_not_break_graph_dynamic_shapes
test/dynamo_skips/DynamicShapesSubGraphTests.test_no_graph_break_on_item_dynamic_shapes
test/dynamo_skips/DynamoProfilerTests.test_dynamo_timed_profiling_backend_compile
test/dynamo_skips/ExportTests.test_predispatch_with_for_out_dtype
test/dynamo_skips/ExportTests.test_predispatch_with_for_out_dtype_nested
test/dynamo_skips/FrameInitTests.test_frame_init
test/dynamo_skips/HigherOrderOpTests.test_access_module_attr
test/dynamo_skips/InPlaceCompilationTests.test_compilation
test/dynamo_skips/InteropTests.test_fx_fn
test/dynamo_skips/LoggingTests.test_distributed_rank_logging
test/dynamo_skips/LoggingTests.test_logs_out
test/dynamo_skips/LoggingTests.test_trace_call
test/dynamo_skips/LoggingTests.test_trace_call_graph_break
test/dynamo_skips/LoggingTests.test_trace_call_inline_call
test/dynamo_skips/MiscTests.test_auto_functionalize_on_view
test/dynamo_skips/MiscTests.test_auto_functionalize_optional
test/dynamo_skips/MiscTests.test_exception_table_e2e
test/dynamo_skips/MiscTests.test_exception_table_e2e_2
test/dynamo_skips/MiscTests.test_exception_table_parsing
test/dynamo_skips/MiscTests.test_generate_trivial_abstract_impl
test/dynamo_skips/MiscTests.test_itertools_accumulate_tensors_builtins
test/dynamo_skips/MiscTests.test_itertools_accumulate_tensors_kwargs
test/dynamo_skips/MiscTests.test_itertools_accumulate_tensors_user_defined
test/dynamo_skips/MiscTests.test_itertools_infinite_count
test/dynamo_skips/MiscTests.test_linetable_311_writer1
test/dynamo_skips/MiscTests.test_linetable_311_writer2
test/dynamo_skips/MiscTests.test_py311_jump_offset
test/dynamo_skips/NopTests.test_extended_args
test/dynamo_skips/OptimizerTests.test_adadelta
test/dynamo_skips/PrivateUse1BackendTest.test_backend_simple
test/dynamo_skips/RecompileTests.test_aliasing_guard_failures
test/dynamo_skips/RecompileUxTests.test_drop_cache_on_skip
test/dynamo_skips/ReproTests.test_optim_state_references_cleared
test/dynamo_skips/ReproTests.test_reformer_train
test/dynamo_skips/TestAOTAutograd.test_view_detach
test/dynamo_skips/TestArgmax.test_combinations_data58
test/dynamo_skips/TestArgmax.test_combinations_data61
test/dynamo_skips/TestAutograd.test_hook_closure_cycle_use_custom_function_True_use_tensor_hook_True
test/dynamo_skips/TestAutograd.test_naughty_anomaly_access
test/dynamo_skips/TestAutograd.test_post_accumulate_grad_hook_gets_cleaned_up
test/dynamo_skips/TestAwait.test_await_python
test/dynamo_skips/TestBackends.test_execution
test/dynamo_skips/TestBackends.test_save_load
test/dynamo_skips/TestBackendsWithCompiler.test_execution
test/dynamo_skips/TestBasicsCPU.test_invalid_sparse_coo_values_cpu
test/dynamo_skips/TestBasicsCPU.test_invalid_sparse_csr_values_cpu
test/dynamo_skips/TestBinaryUfuncsCPU.test_add_cpu
test/dynamo_skips/TestBinaryUfuncsCPU.test_int_tensor_pow_neg_ints_cpu
test/dynamo_skips/TestBinaryUfuncsCPU.test_long_tensor_pow_floats_cpu
test/dynamo_skips/TestBinaryUfuncsCPU.test_shift_limits_cpu_uint8
test/dynamo_skips/TestCheckpoint.test_checkpoint_trigger
test/dynamo_skips/TestConfigModule.test_env_name_semantics
test/dynamo_skips/TestConstant.test_check_constant
test/dynamo_skips/TestConvolutionNN.test_Conv1d_module_same_padding
test/dynamo_skips/TestConvolutionNN.test_Conv2d_backward_twice
test/dynamo_skips/TestConvolutionNN.test_Conv2d_module_same_padding
test/dynamo_skips/TestConvolutionNN.test_Conv3d_module_same_padding
test/dynamo_skips/TestConvolutionNN.test_ConvTranspose2d_output_size_downsample_upsample
test/dynamo_skips/TestConvolutionNN.test_ConvTranspose3d_correct_output_size
test/dynamo_skips/TestConvolutionNNDeviceTypeCPU.test_conv2d_no_grad_cpu_float32
test/dynamo_skips/TestCppExtensionJIT.test_cpp_frontend_module_has_same_output_as_python
test/dynamo_skips/TestCustomOp.test_impl_device_function
test/dynamo_skips/TestCustomOpTestingCPU.test_opcheck_fails_basic_cpu
test/dynamo_skips/TestDLPack.test_non_contiguous
test/dynamo_skips/TestDtypeAnalysis.test_custom_rules
test/dynamo_skips/TestDtypeAnalysis.test_unary
test/dynamo_skips/TestExperiment.test_mark_strict_with_container_type
test/dynamo_skips/TestExperimentalUtils.test_profiler_for_loop_indexing_pattern
test/dynamo_skips/TestExperimentalUtils.test_profiler_overload_names
test/dynamo_skips/TestExperimentalUtils.test_profiler_pattern_match_helper
test/dynamo_skips/TestFFTShift.test_fft_n
test/dynamo_skips/TestFX.test_annotations_empty_tuple
test/dynamo_skips/TestFX.test_assert
test/dynamo_skips/TestFX.test_custom_traceback_raised_when_exception_source_is_graphmodule
test/dynamo_skips/TestFXExperimental.test_optimize_for_inference_cpu
test/dynamo_skips/TestFXExperimental.test_optimize_for_inference_cpu_torchvision
test/dynamo_skips/TestForeachCPU.test_add_scalar_with_empty_list_and_empty_tensor_cpu_int16
test/dynamo_skips/TestForeachCPU.test_add_scalar_with_empty_list_and_empty_tensor_cpu_int32
test/dynamo_skips/TestForeachCPU.test_add_scalar_with_empty_list_and_empty_tensor_cpu_int64
test/dynamo_skips/TestForeachCPU.test_add_scalar_with_empty_list_and_empty_tensor_cpu_int8
test/dynamo_skips/TestForeachCPU.test_add_scalar_with_empty_list_and_empty_tensor_cpu_uint8
test/dynamo_skips/TestFreezing.test_freeze_module_with_fork2
test/dynamo_skips/TestFreezing.test_freeze_module_with_fork_calling_module_method
test/dynamo_skips/TestFrozenOptimizations.test_collapse_adjacent_conversions
test/dynamo_skips/TestFrozenOptimizations.test_conv_add_folding
test/dynamo_skips/TestFrozenOptimizations.test_conv_bn_folding
test/dynamo_skips/TestGenericProxyTensorFake.test_amp_cache
test/dynamo_skips/TestGenericProxyTensorFake.test_inplace_metadata
test/dynamo_skips/TestGenericProxyTensorReal.test_inplace_metadata
test/dynamo_skips/TestGenericProxyTensorSymbolic.test_amp_cache
test/dynamo_skips/TestGenericProxyTensorSymbolic.test_inplace_metadata
test/dynamo_skips/TestHistogramdd.test_bins_array
test/dynamo_skips/TestIndexingCPU.test_invalid_index_cpu
test/dynamo_skips/TestJitGeneratedModule.test_nn_Conv1d
test/dynamo_skips/TestJitGeneratedModule.test_nn_Conv1d_circular_stride2_pad2
test/dynamo_skips/TestJitGeneratedModule.test_nn_Conv1d_dilated
test/dynamo_skips/TestJitGeneratedModule.test_nn_Conv1d_groups
test/dynamo_skips/TestJitGeneratedModule.test_nn_Conv1d_pad1
test/dynamo_skips/TestJitGeneratedModule.test_nn_Conv1d_pad1size1
test/dynamo_skips/TestJitGeneratedModule.test_nn_Conv1d_pad2
test/dynamo_skips/TestJitGeneratedModule.test_nn_Conv1d_pad2size1
test/dynamo_skips/TestJitGeneratedModule.test_nn_Conv1d_pad_same
test/dynamo_skips/TestJitGeneratedModule.test_nn_Conv1d_pad_same2
test/dynamo_skips/TestJitGeneratedModule.test_nn_Conv1d_pad_same_dilated
test/dynamo_skips/TestJitGeneratedModule.test_nn_Conv1d_pad_valid
test/dynamo_skips/TestJitGeneratedModule.test_nn_Conv1d_reflect_stride2_pad2
test/dynamo_skips/TestJitGeneratedModule.test_nn_Conv1d_replicate_stride2_pad2
test/dynamo_skips/TestJitGeneratedModule.test_nn_Conv1d_stride
test/dynamo_skips/TestJitGeneratedModule.test_nn_Conv1d_zero_batch
test/dynamo_skips/TestJitGeneratedModule.test_nn_Conv1d_zeros_stride2_pad2
test/dynamo_skips/TestJitGeneratedModule.test_nn_Conv2d
test/dynamo_skips/TestJitGeneratedModule.test_nn_Conv2d_circular_stride2_pad2
test/dynamo_skips/TestJitGeneratedModule.test_nn_Conv2d_depthwise
test/dynamo_skips/TestJitGeneratedModule.test_nn_Conv2d_depthwise_dilated
test/dynamo_skips/TestJitGeneratedModule.test_nn_Conv2d_depthwise_padded
test/dynamo_skips/TestJitGeneratedModule.test_nn_Conv2d_depthwise_strided
test/dynamo_skips/TestJitGeneratedModule.test_nn_Conv2d_depthwise_with_multiplier
test/dynamo_skips/TestJitGeneratedModule.test_nn_Conv2d_dilated
test/dynamo_skips/TestJitGeneratedModule.test_nn_Conv2d_groups
test/dynamo_skips/TestJitGeneratedModule.test_nn_Conv2d_groups_thnn
test/dynamo_skips/TestJitGeneratedModule.test_nn_Conv2d_pad_same
test/dynamo_skips/TestJitGeneratedModule.test_nn_Conv2d_pad_same_dilated
test/dynamo_skips/TestJitGeneratedModule.test_nn_Conv2d_pad_valid
test/dynamo_skips/TestJitGeneratedModule.test_nn_Conv2d_padding
test/dynamo_skips/TestJitGeneratedModule.test_nn_Conv2d_reflect_stride2_pad2
test/dynamo_skips/TestJitGeneratedModule.test_nn_Conv2d_replicate_stride2_pad2
test/dynamo_skips/TestJitGeneratedModule.test_nn_Conv2d_strided
test/dynamo_skips/TestJitGeneratedModule.test_nn_Conv2d_zero_batch
test/dynamo_skips/TestJitGeneratedModule.test_nn_Conv2d_zeros_stride2_pad2
test/dynamo_skips/TestJitGeneratedModule.test_nn_Conv3d
test/dynamo_skips/TestJitGeneratedModule.test_nn_Conv3d_circular_stride2_pad2
test/dynamo_skips/TestJitGeneratedModule.test_nn_Conv3d_dilated
test/dynamo_skips/TestJitGeneratedModule.test_nn_Conv3d_dilated_strided
test/dynamo_skips/TestJitGeneratedModule.test_nn_Conv3d_groups
test/dynamo_skips/TestJitGeneratedModule.test_nn_Conv3d_pad_same
test/dynamo_skips/TestJitGeneratedModule.test_nn_Conv3d_pad_same_dilated
test/dynamo_skips/TestJitGeneratedModule.test_nn_Conv3d_pad_valid
test/dynamo_skips/TestJitGeneratedModule.test_nn_Conv3d_replicate_stride2_pad2
test/dynamo_skips/TestJitGeneratedModule.test_nn_Conv3d_stride
test/dynamo_skips/TestJitGeneratedModule.test_nn_Conv3d_stride_padding
test/dynamo_skips/TestJitGeneratedModule.test_nn_Conv3d_zero_batch
test/dynamo_skips/TestJitGeneratedModule.test_nn_Conv3d_zeros_stride2_pad2
test/dynamo_skips/TestJitGeneratedModule.test_nn_ConvTranspose1d
test/dynamo_skips/TestJitGeneratedModule.test_nn_ConvTranspose1d_dilated
test/dynamo_skips/TestJitGeneratedModule.test_nn_ConvTranspose1d_groups
test/dynamo_skips/TestJitGeneratedModule.test_nn_ConvTranspose2d
test/dynamo_skips/TestJitGeneratedModule.test_nn_ConvTranspose2d_groups
test/dynamo_skips/TestJitGeneratedModule.test_nn_ConvTranspose3d
test/dynamo_skips/TestJitGeneratedModule.test_nn_ConvTranspose3d_dilated
test/dynamo_skips/TestLazyDynamicOps.test_nonzero_dynamic
test/dynamo_skips/TestLazyReuseIr.testAdd
test/dynamo_skips/TestLazyReuseIr.testAddSub
test/dynamo_skips/TestLazyReuseIr.testAddSubFallback
test/dynamo_skips/TestLazyReuseIr.testBatchNorm
test/dynamo_skips/TestLazyTensor.test_tensor_ctr
test/dynamo_skips/TestLazyTensor.test_view_mark_step_preserved
test/dynamo_skips/TestLinalgCPU.test_lobpcg_torchscript_cpu_float64
test/dynamo_skips/TestList.test_comprehension_iterable
test/dynamo_skips/TestLoadStateDict.test_load_state_dict_BC_swap_True
test/dynamo_skips/TestLoadStateDict.test_load_state_dict_assign_shape_stride_swap_True
test/dynamo_skips/TestLoadStateDict.test_load_state_dict_custom_swap_True
test/dynamo_skips/TestLogging.test_trace_numeric_counter
test/dynamo_skips/TestMKLDNNReinplacing.test_always_alive_values
test/dynamo_skips/TestMatmulOperator.test_exceptions
test/dynamo_skips/TestMatmulOperator.test_matmul_raises
test/dynamo_skips/TestMethods.test_compress
test/dynamo_skips/TestMethods.test_dot_out_mem_overlap
test/dynamo_skips/TestMethods.test_matmul_out
test/dynamo_skips/TestMethods.test_partition_iterative
test/dynamo_skips/TestMethods.test_round
test/dynamo_skips/TestMethods.test_searchsorted_complex
test/dynamo_skips/TestMethods.test_searchsorted_type_specific_2
test/dynamo_skips/TestMethods.test_searchsorted_with_invalid_sorter
test/dynamo_skips/TestMethods.test_transpose
test/dynamo_skips/TestMisc.test_broadcasting_list
test/dynamo_skips/TestMisc.test_parse_ir_annotate
test/dynamo_skips/TestMisc.test_parse_ir_single_element_tensor_negative
test/dynamo_skips/TestMisc.test_parse_ir_single_element_tensor_positive
test/dynamo_skips/TestMkldnnFusion.test_single_conv
test/dynamo_skips/TestModels.test_snli_quantized
test/dynamo_skips/TestModels.test_time_sequence_prediction
test/dynamo_skips/TestModels.test_vae_quantized
test/dynamo_skips/TestNN.test_padding_list
test/dynamo_skips/TestNN.test_vector_to_parameters
test/dynamo_skips/TestNNDeviceTypeCPU.test_conv_empty_input_cpu_complex128
test/dynamo_skips/TestNNParametrization.test_initialization_parametrization_swap_True
test/dynamo_skips/TestNNParametrization.test_new_spectral_norm_dim_swap_False
test/dynamo_skips/TestNNParametrization.test_new_spectral_norm_dim_swap_True
test/dynamo_skips/TestNNParametrization.test_register_and_remove_buffer_parametrization_swap_True
test/dynamo_skips/TestNNParametrization.test_register_and_remove_nested_parametrization_swap_True
test/dynamo_skips/TestNNParametrization.test_transfer_parametrizations_and_params_swap_True
test/dynamo_skips/TestNNParametrization.test_weight_norm_state_dict_compat_swap_True
test/dynamo_skips/TestNativeFunctions.test_intlist_error_with_overload
test/dynamo_skips/TestNestedTensorSubclassCPU.test_composite_op_with_custom_mode_cpu_float32
test/dynamo_skips/TestNnapiBackend.test_avg_pool2d
test/dynamo_skips/TestNnapiBackend.test_cat
test/dynamo_skips/TestNnapiBackend.test_compile_spec_santiy
test/dynamo_skips/TestNnapiBackend.test_conv2d
test/dynamo_skips/TestNnapiBackend.test_conv2d_transpose
test/dynamo_skips/TestNnapiBackend.test_dequantize
test/dynamo_skips/TestNnapiBackend.test_detach
test/dynamo_skips/TestNnapiBackend.test_flatten
test/dynamo_skips/TestNnapiBackend.test_hardtanh
test/dynamo_skips/TestNnapiBackend.test_linear
test/dynamo_skips/TestNnapiBackend.test_log_softmax
test/dynamo_skips/TestNnapiBackend.test_max_pool2d
test/dynamo_skips/TestNnapiBackend.test_mean
test/dynamo_skips/TestNnapiBackend.test_multi_output
test/dynamo_skips/TestNnapiBackend.test_pointwise_binary
test/dynamo_skips/TestNnapiBackend.test_pointwise_binary_const
test/dynamo_skips/TestNnapiBackend.test_pointwise_unary
test/dynamo_skips/TestNnapiBackend.test_prelu
test/dynamo_skips/TestNnapiBackend.test_qadd
test/dynamo_skips/TestNnapiBackend.test_qlinear
test/dynamo_skips/TestNnapiBackend.test_quantize
test/dynamo_skips/TestNnapiBackend.test_reshape
test/dynamo_skips/TestNnapiBackend.test_seblock_mul
test/dynamo_skips/TestNnapiBackend.test_slice
test/dynamo_skips/TestNnapiBackend.test_softmax
test/dynamo_skips/TestNnapiBackend.test_tensor_input
test/dynamo_skips/TestNnapiBackend.test_to
test/dynamo_skips/TestNnapiBackend.test_unsqueeze
test/dynamo_skips/TestNnapiBackend.test_upsample_nearest2d
test/dynamo_skips/TestOperatorsCPU.test_extremal_numerics_l1_loss_cpu
test/dynamo_skips/TestOperatorsCPU.test_extremal_numerics_nll_loss_cpu
test/dynamo_skips/TestPackageScript.test_load_shared_tensors_repackaged
test/dynamo_skips/TestParametrization.test_traceable
test/dynamo_skips/TestPeephole.test_peephole_int
test/dynamo_skips/TestPeephole.test_peephole_optional_refine
test/dynamo_skips/TestProfiler.test_profiler_metadata
test/dynamo_skips/TestProfiler.test_tensorboard_trace_handler
test/dynamo_skips/TestProfilerTree.test_profiler_experimental_tree
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_H_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_MapControlflowOp_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_NestedMapControlflowOp_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_NumpyCatCustomOp_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_NumpyCubeCustomOp_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_NumpyMulCustomOp_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_NumpyNMSCustomOp_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_NumpyNonzeroCustomOp_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_NumpySortCustomOp_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_NumpySplitCopyCustomOp_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_NumpySplitCopyWithIntCustomOp_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_NumpyTakeCustomOp_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_NumpyViewCopyCustomOp_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_TripleNestedMapControlflowOp_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive___getitem___cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive___radd___cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive___rdiv___cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive___rmatmul___cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive___rmod___cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive___rmul___cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive___rpow___cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive___rsub___cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive__native_batch_norm_legit_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive__segment_reduce_lengths_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive__segment_reduce_offsets_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive__softmax_backward_data_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive__upsample_bilinear2d_aa_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_abs_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_acos_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_acosh_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_add_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_addbmm_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_addcdiv_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_addcmul_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_addmm_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_addmm_decomposed_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_addmv_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_addr_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_all_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_allclose_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_amax_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_amin_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_aminmax_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_angle_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_any_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_arange_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_argmax_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_argmin_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_argsort_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_argwhere_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_as_strided_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_as_strided_partial_views_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_as_strided_scatter_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_asin_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_asinh_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_atan2_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_atan_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_atanh_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_atleast_1d_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_atleast_2d_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_atleast_3d_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_baddbmm_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_batch_norm_with_update_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_bernoulli_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_bfloat16_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_block_diag_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_bmm_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_bool_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_broadcast_shapes_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_broadcast_tensors_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_broadcast_to_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_bucketize_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_byte_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_cartesian_prod_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_cat_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_cauchy_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_cdist_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_cdouble_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_ceil_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_cfloat_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_chalf_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_char_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_cholesky_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_cholesky_inverse_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_cholesky_solve_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_chunk_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_clamp_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_clamp_max_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_clamp_min_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_clone_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_column_stack_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_combinations_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_complex_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_conj_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_conj_physical_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_constant_pad_nd_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_contiguous_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_copysign_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_corrcoef_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_cos_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_cosh_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_count_nonzero_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_cov_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_cross_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_cummax_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_cummin_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_cumprod_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_cumsum_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_cumulative_trapezoid_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_deg2rad_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_diag_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_diag_embed_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_diagflat_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_diagonal_copy_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_diagonal_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_diagonal_scatter_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_diff_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_digamma_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_div_floor_rounding_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_div_no_rounding_mode_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_div_trunc_rounding_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_dot_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_double_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_dsplit_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_dstack_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_einsum_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_empty_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_empty_like_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_empty_permuted_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_empty_strided_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_eq_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_equal_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_erf_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_erfc_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_erfinv_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_exp2_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_exp_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_expand_as_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_expand_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_expm1_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_exponential_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_eye_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_fft_fft2_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_fft_fft_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_fft_fftn_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_fft_fftshift_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_fft_hfft2_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_fft_hfft_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_fft_hfftn_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_fft_ifft2_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_fft_ifft_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_fft_ifftn_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_fft_ifftshift_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_fft_ihfft2_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_fft_ihfft_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_fft_ihfftn_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_fft_irfft2_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_fft_irfft_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_fft_irfftn_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_fft_rfft2_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_fft_rfft_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_fft_rfftn_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_fill_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_flatten_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_flip_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_fliplr_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_flipud_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_float_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_float_power_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_floor_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_floor_divide_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_fmax_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_fmin_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_fmod_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_frac_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_frexp_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_full_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_full_like_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_gather_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_ge_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_geometric_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_geqrf_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_gradient_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_grid_sampler_2d_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_gt_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_half_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_heaviside_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_histc_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_histogram_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_histogramdd_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_hsplit_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_hstack_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_hypot_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_i0_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_igamma_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_igammac_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_index_add_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_index_copy_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_index_fill_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_index_put_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_index_reduce_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_index_select_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_inner_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_int_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_isclose_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_isfinite_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_isin_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_isinf_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_isnan_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_isneginf_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_isposinf_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_isreal_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_item_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_jiterator_2inputs_2outputs_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_jiterator_4inputs_with_extra_args_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_jiterator_binary_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_jiterator_binary_return_by_ref_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_jiterator_unary_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_kron_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_kthvalue_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_ldexp_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_le_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_lerp_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_lgamma_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_linalg_cholesky_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_linalg_cholesky_ex_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_linalg_cond_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_linalg_cross_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_linalg_det_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_linalg_det_singular_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_linalg_diagonal_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_linalg_eig_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_linalg_eigh_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_linalg_eigvals_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_linalg_eigvalsh_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_linalg_householder_product_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_linalg_inv_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_linalg_inv_ex_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_linalg_ldl_factor_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_linalg_ldl_factor_ex_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_linalg_ldl_solve_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_linalg_lstsq_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_linalg_lstsq_grad_oriented_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_linalg_lu_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_linalg_lu_factor_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_linalg_lu_factor_ex_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_linalg_lu_solve_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_linalg_matrix_norm_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_linalg_matrix_power_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_linalg_matrix_rank_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_linalg_matrix_rank_hermitian_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_linalg_multi_dot_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_linalg_norm_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_linalg_norm_subgradients_at_zero_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_linalg_pinv_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_linalg_pinv_hermitian_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_linalg_pinv_singular_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_linalg_qr_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_linalg_slogdet_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_linalg_solve_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_linalg_solve_ex_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_linalg_solve_triangular_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_linalg_svd_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_linalg_svdvals_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_linalg_tensorinv_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_linalg_tensorsolve_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_linalg_vander_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_linalg_vecdot_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_linalg_vector_norm_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_linspace_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_linspace_tensor_overload_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_log10_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_log1p_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_log2_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_log_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_log_normal_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_log_softmax_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_log_softmax_with_dtype_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_logaddexp2_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_logaddexp_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_logcumsumexp_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_logdet_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_logical_and_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_logical_not_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_logical_or_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_logical_xor_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_logit_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_logspace_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_logspace_tensor_overload_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_logsumexp_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_long_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_lt_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_lu_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_lu_solve_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_lu_unpack_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_mH_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_mT_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_masked_amax_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_masked_amin_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_masked_argmax_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_masked_argmin_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_masked_cumprod_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_masked_cumsum_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_masked_fill_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_masked_log_softmax_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_masked_logaddexp_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_masked_logsumexp_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_masked_mean_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_masked_median_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_masked_norm_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_masked_normalize_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_masked_prod_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_masked_scatter_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_masked_select_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_masked_softmax_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_masked_softmin_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_masked_std_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_masked_sum_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_masked_var_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_matmul_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_matrix_exp_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_max_binary_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_max_pool2d_with_indices_backward_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_max_reduction_no_dim_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_max_reduction_with_dim_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_maximum_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_mean_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_median_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_meshgrid_list_of_tensors_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_meshgrid_variadic_tensors_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_min_binary_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_min_reduction_no_dim_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_min_reduction_with_dim_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_minimum_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_mm_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_mode_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_movedim_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_msort_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_mul_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_multinomial_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_mv_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_mvlgamma_mvlgamma_p_1_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_mvlgamma_mvlgamma_p_3_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_mvlgamma_mvlgamma_p_5_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_nan_to_num_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_nanmean_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_nanmedian_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_nanquantile_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_nansum_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_narrow_copy_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_narrow_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_native_batch_norm_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_native_dropout_backward_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_native_layer_norm_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_ne_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_neg_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_new_empty_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_new_empty_strided_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_new_full_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_new_ones_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_new_zeros_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_nextafter_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_nn_functional_adaptive_avg_pool1d_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_nn_functional_adaptive_avg_pool2d_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_nn_functional_adaptive_avg_pool3d_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_nn_functional_adaptive_max_pool1d_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_nn_functional_adaptive_max_pool2d_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_nn_functional_adaptive_max_pool3d_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_nn_functional_alpha_dropout_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_nn_functional_avg_pool1d_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_nn_functional_avg_pool2d_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_nn_functional_avg_pool3d_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_nn_functional_batch_norm_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_nn_functional_bilinear_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_nn_functional_binary_cross_entropy_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_nn_functional_binary_cross_entropy_with_logits_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_nn_functional_celu_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_nn_functional_conv1d_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_nn_functional_conv2d_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_nn_functional_conv3d_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_nn_functional_conv_transpose1d_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_nn_functional_conv_transpose2d_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_nn_functional_conv_transpose3d_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_nn_functional_cosine_embedding_loss_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_nn_functional_cosine_similarity_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_nn_functional_cross_entropy_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_nn_functional_ctc_loss_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_nn_functional_dropout2d_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_nn_functional_dropout3d_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_nn_functional_dropout_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_nn_functional_elu_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_nn_functional_embedding_bag_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_nn_functional_embedding_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_nn_functional_feature_alpha_dropout_with_train_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_nn_functional_feature_alpha_dropout_without_train_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_nn_functional_fractional_max_pool2d_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_nn_functional_fractional_max_pool3d_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_nn_functional_gaussian_nll_loss_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_nn_functional_gelu_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_nn_functional_glu_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_nn_functional_grid_sample_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_nn_functional_group_norm_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_nn_functional_hardshrink_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_nn_functional_hardsigmoid_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_nn_functional_hardswish_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_nn_functional_hardtanh_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_nn_functional_hinge_embedding_loss_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_nn_functional_huber_loss_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_nn_functional_instance_norm_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_nn_functional_interpolate_area_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_nn_functional_interpolate_bicubic_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_nn_functional_interpolate_bilinear_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_nn_functional_interpolate_linear_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_nn_functional_interpolate_nearest-exact_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_nn_functional_interpolate_nearest_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_nn_functional_interpolate_trilinear_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_nn_functional_kl_div_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_nn_functional_l1_loss_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_nn_functional_layer_norm_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_nn_functional_leaky_relu_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_nn_functional_linear_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_nn_functional_local_response_norm_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_nn_functional_logsigmoid_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_nn_functional_margin_ranking_loss_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_nn_functional_max_pool1d_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_nn_functional_max_pool2d_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_nn_functional_max_pool3d_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_nn_functional_max_unpool1d_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_nn_functional_max_unpool1d_grad_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_nn_functional_max_unpool2d_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_nn_functional_max_unpool2d_grad_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_nn_functional_max_unpool3d_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_nn_functional_max_unpool3d_grad_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_nn_functional_mish_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_nn_functional_mse_loss_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_nn_functional_multi_head_attention_forward_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_nn_functional_multi_margin_loss_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_nn_functional_multilabel_margin_loss_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_nn_functional_multilabel_soft_margin_loss_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_nn_functional_nll_loss_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_nn_functional_normalize_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_nn_functional_pad_circular_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_nn_functional_pad_constant_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_nn_functional_pad_reflect_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_nn_functional_pad_replicate_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_nn_functional_pad_replicate_negative_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_nn_functional_pairwise_distance_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_nn_functional_pdist_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_nn_functional_pixel_shuffle_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_nn_functional_pixel_unshuffle_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_nn_functional_poisson_nll_loss_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_nn_functional_prelu_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_nn_functional_relu6_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_nn_functional_relu_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_nn_functional_rrelu_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_nn_functional_scaled_dot_product_attention_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_nn_functional_selu_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_nn_functional_silu_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_nn_functional_smooth_l1_loss_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_nn_functional_soft_margin_loss_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_nn_functional_softmin_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_nn_functional_softmin_with_dtype_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_nn_functional_softplus_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_nn_functional_softshrink_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_nn_functional_softsign_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_nn_functional_tanhshrink_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_nn_functional_threshold_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_nn_functional_triplet_margin_loss_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_nn_functional_triplet_margin_with_distance_loss_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_nn_functional_unfold_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_nn_functional_upsample_bilinear_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_nn_functional_upsample_nearest_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_nonzero_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_nonzero_static_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_norm_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_norm_fro_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_norm_inf_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_norm_nuc_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_normal_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_normal_in_place_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_normal_number_mean_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_ones_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_ones_like_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_ormqr_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_outer_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_pca_lowrank_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_permute_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_pinverse_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_polar_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_polygamma_polygamma_n_0_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_polygamma_polygamma_n_1_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_polygamma_polygamma_n_2_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_polygamma_polygamma_n_3_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_polygamma_polygamma_n_4_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_positive_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_pow_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_prod_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_put_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_qr_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_quantile_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_rad2deg_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_rand_like_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_randint_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_randint_like_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_randn_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_randn_like_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_ravel_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_real_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_reciprocal_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_remainder_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_renorm_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_repeat_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_repeat_interleave_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_reshape_as_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_reshape_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_resize__cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_resize_as__cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_resolve_conj_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_resolve_neg_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_roll_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_rot90_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_round_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_round_decimals_0_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_round_decimals_3_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_round_decimals_neg_3_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_rsqrt_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_rsub_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_scalar_tensor_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_scatter_add_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_scatter_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_scatter_reduce_amax_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_scatter_reduce_amin_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_scatter_reduce_mean_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_scatter_reduce_prod_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_scatter_reduce_sum_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_searchsorted_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_select_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_select_scatter_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_sgn_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_short_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_sigmoid_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_sign_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_signal_windows_bartlett_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_signal_windows_blackman_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_signal_windows_cosine_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_signal_windows_exponential_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_signal_windows_gaussian_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_signal_windows_general_cosine_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_signal_windows_general_hamming_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_signal_windows_hamming_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_signal_windows_hann_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_signal_windows_kaiser_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_signal_windows_nuttall_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_signbit_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_sin_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_sinc_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_sinh_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_slice_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_slice_scatter_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_softmax_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_softmax_with_dtype_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_sort_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_sparse_mm_reduce_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_sparse_sampled_addmm_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_special_airy_ai_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_special_bessel_j0_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_special_bessel_j1_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_special_bessel_y0_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_special_bessel_y1_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_special_chebyshev_polynomial_t_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_special_chebyshev_polynomial_u_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_special_chebyshev_polynomial_v_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_special_chebyshev_polynomial_w_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_special_entr_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_special_erfcx_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_special_hermite_polynomial_h_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_special_hermite_polynomial_he_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_special_i0e_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_special_i1_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_special_i1e_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_special_laguerre_polynomial_l_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_special_legendre_polynomial_p_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_special_log_ndtr_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_special_modified_bessel_i0_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_special_modified_bessel_i1_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_special_modified_bessel_k0_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_special_modified_bessel_k1_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_special_ndtr_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_special_ndtri_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_special_polygamma_special_polygamma_n_0_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_special_scaled_modified_bessel_k0_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_special_scaled_modified_bessel_k1_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_special_shifted_chebyshev_polynomial_t_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_special_shifted_chebyshev_polynomial_u_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_special_shifted_chebyshev_polynomial_v_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_special_shifted_chebyshev_polynomial_w_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_special_spherical_bessel_j0_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_special_xlog1py_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_special_zeta_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_split_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_split_list_args_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_split_with_sizes_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_sqrt_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_square_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_squeeze_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_squeeze_multiple_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_stack_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_std_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_std_mean_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_std_mean_unbiased_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_std_unbiased_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_stft_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_sub_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_sum_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_sum_to_size_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_svd_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_svd_lowrank_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_take_along_dim_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_take_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_tan_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_tanh_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_tensor_split_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_tensordot_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_tile_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_to_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_to_sparse_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_topk_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_trace_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_transpose_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_trapezoid_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_trapz_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_triangular_solve_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_tril_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_triu_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_true_divide_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_trunc_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_unbind_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_unflatten_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_unfold_copy_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_unfold_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_uniform_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_unique_consecutive_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_unique_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_unsafe_chunk_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_unsafe_split_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_unsqueeze_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_var_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_var_mean_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_var_mean_unbiased_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_var_unbiased_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_vdot_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_view_as_complex_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_view_as_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_view_copy_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_view_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_vsplit_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_vstack_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_where_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_xlogy_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_zero__cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_zeros_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_zeros_like_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_H_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_MapControlflowOp_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_NestedMapControlflowOp_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_NumpyCatCustomOp_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_NumpyCubeCustomOp_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_NumpyMulCustomOp_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_NumpyNMSCustomOp_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_NumpyNonzeroCustomOp_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_NumpySortCustomOp_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_NumpySplitCopyCustomOp_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_NumpySplitCopyWithIntCustomOp_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_NumpyTakeCustomOp_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_NumpyViewCopyCustomOp_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_TripleNestedMapControlflowOp_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive___getitem___cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive___radd___cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive___rdiv___cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive___rmatmul___cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive___rmod___cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive___rmul___cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive___rpow___cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive___rsub___cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive__native_batch_norm_legit_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive__segment_reduce_lengths_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive__segment_reduce_offsets_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive__softmax_backward_data_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive__upsample_bilinear2d_aa_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_abs_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_acos_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_acosh_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_add_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_addbmm_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_addcdiv_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_addcmul_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_addmm_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_addmm_decomposed_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_addmv_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_addr_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_all_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_allclose_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_amax_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_amin_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_aminmax_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_angle_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_any_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_arange_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_argmax_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_argmin_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_argsort_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_argwhere_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_as_strided_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_as_strided_partial_views_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_as_strided_scatter_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_asin_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_asinh_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_atan2_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_atan_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_atanh_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_atleast_1d_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_atleast_2d_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_atleast_3d_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_baddbmm_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_batch_norm_with_update_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_bernoulli_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_bfloat16_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_block_diag_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_bmm_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_bool_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_broadcast_shapes_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_broadcast_tensors_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_broadcast_to_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_bucketize_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_byte_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_cartesian_prod_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_cat_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_cauchy_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_cdist_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_cdouble_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_ceil_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_cfloat_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_chalf_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_char_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_cholesky_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_cholesky_inverse_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_cholesky_solve_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_chunk_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_clamp_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_clamp_max_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_clamp_min_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_clone_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_column_stack_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_combinations_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_complex_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_conj_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_conj_physical_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_constant_pad_nd_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_contiguous_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_copysign_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_corrcoef_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_cos_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_cosh_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_count_nonzero_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_cov_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_cross_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_cummax_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_cummin_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_cumprod_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_cumsum_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_cumulative_trapezoid_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_deg2rad_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_diag_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_diag_embed_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_diagflat_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_diagonal_copy_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_diagonal_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_diagonal_scatter_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_diff_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_digamma_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_dist_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_div_floor_rounding_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_div_no_rounding_mode_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_div_trunc_rounding_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_dot_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_double_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_dsplit_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_dstack_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_einsum_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_empty_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_empty_like_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_empty_permuted_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_empty_strided_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_eq_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_equal_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_erf_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_erfc_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_erfinv_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_exp2_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_exp_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_expand_as_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_expand_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_expm1_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_exponential_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_eye_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_fft_fft2_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_fft_fft_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_fft_fftn_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_fft_fftshift_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_fft_hfft2_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_fft_hfft_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_fft_hfftn_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_fft_ifft2_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_fft_ifft_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_fft_ifftn_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_fft_ifftshift_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_fft_ihfft2_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_fft_ihfft_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_fft_ihfftn_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_fft_irfft2_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_fft_irfft_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_fft_irfftn_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_fft_rfft2_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_fft_rfft_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_fft_rfftn_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_fill_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_flatten_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_flip_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_fliplr_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_flipud_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_float_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_float_power_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_floor_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_floor_divide_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_fmax_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_fmin_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_fmod_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_frac_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_frexp_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_full_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_full_like_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_gather_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_ge_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_geometric_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_geqrf_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_gradient_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_grid_sampler_2d_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_gt_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_half_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_heaviside_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_histc_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_histogram_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_histogramdd_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_hsplit_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_hstack_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_hypot_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_i0_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_igamma_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_igammac_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_index_add_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_index_copy_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_index_fill_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_index_put_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_index_reduce_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_index_select_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_inner_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_int_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_isclose_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_isfinite_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_isin_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_isinf_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_isnan_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_isneginf_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_isposinf_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_isreal_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_item_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_jiterator_2inputs_2outputs_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_jiterator_4inputs_with_extra_args_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_jiterator_binary_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_jiterator_binary_return_by_ref_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_jiterator_unary_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_kron_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_kthvalue_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_ldexp_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_le_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_lerp_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_lgamma_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_linalg_cholesky_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_linalg_cholesky_ex_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_linalg_cond_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_linalg_cross_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_linalg_det_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_linalg_det_singular_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_linalg_diagonal_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_linalg_eig_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_linalg_eigh_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_linalg_eigvals_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_linalg_eigvalsh_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_linalg_householder_product_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_linalg_inv_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_linalg_inv_ex_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_linalg_ldl_factor_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_linalg_ldl_factor_ex_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_linalg_ldl_solve_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_linalg_lstsq_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_linalg_lstsq_grad_oriented_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_linalg_lu_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_linalg_lu_factor_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_linalg_lu_factor_ex_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_linalg_lu_solve_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_linalg_matrix_norm_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_linalg_matrix_power_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_linalg_matrix_rank_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_linalg_matrix_rank_hermitian_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_linalg_multi_dot_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_linalg_norm_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_linalg_norm_subgradients_at_zero_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_linalg_pinv_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_linalg_pinv_hermitian_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_linalg_pinv_singular_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_linalg_qr_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_linalg_slogdet_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_linalg_solve_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_linalg_solve_ex_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_linalg_solve_triangular_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_linalg_svd_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_linalg_svdvals_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_linalg_tensorinv_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_linalg_tensorsolve_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_linalg_vander_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_linalg_vecdot_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_linalg_vector_norm_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_linspace_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_linspace_tensor_overload_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_log10_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_log1p_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_log2_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_log_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_log_normal_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_log_softmax_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_log_softmax_with_dtype_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_logaddexp2_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_logaddexp_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_logcumsumexp_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_logdet_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_logical_and_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_logical_not_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_logical_or_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_logical_xor_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_logit_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_logspace_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_logspace_tensor_overload_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_logsumexp_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_long_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_lt_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_lu_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_lu_solve_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_lu_unpack_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_mH_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_mT_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_masked_amax_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_masked_amin_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_masked_argmax_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_masked_argmin_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_masked_cumprod_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_masked_cumsum_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_masked_fill_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_masked_log_softmax_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_masked_logaddexp_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_masked_logsumexp_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_masked_mean_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_masked_median_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_masked_norm_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_masked_normalize_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_masked_prod_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_masked_scatter_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_masked_select_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_masked_softmax_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_masked_softmin_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_masked_std_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_masked_sum_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_masked_var_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_matmul_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_matrix_exp_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_max_binary_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_max_pool2d_with_indices_backward_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_max_reduction_no_dim_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_max_reduction_with_dim_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_maximum_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_mean_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_median_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_meshgrid_list_of_tensors_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_meshgrid_variadic_tensors_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_min_binary_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_min_reduction_no_dim_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_min_reduction_with_dim_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_minimum_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_mm_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_mode_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_movedim_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_msort_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_mul_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_multinomial_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_mv_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_mvlgamma_mvlgamma_p_1_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_mvlgamma_mvlgamma_p_3_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_mvlgamma_mvlgamma_p_5_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_nan_to_num_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_nanmean_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_nanmedian_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_nanquantile_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_nansum_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_narrow_copy_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_narrow_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_native_batch_norm_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_native_dropout_backward_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_native_layer_norm_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_ne_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_neg_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_new_empty_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_new_empty_strided_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_new_full_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_new_ones_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_new_zeros_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_nextafter_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_nn_functional_adaptive_avg_pool1d_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_nn_functional_adaptive_avg_pool2d_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_nn_functional_adaptive_avg_pool3d_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_nn_functional_adaptive_max_pool1d_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_nn_functional_adaptive_max_pool2d_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_nn_functional_adaptive_max_pool3d_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_nn_functional_alpha_dropout_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_nn_functional_avg_pool1d_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_nn_functional_avg_pool2d_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_nn_functional_avg_pool3d_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_nn_functional_batch_norm_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_nn_functional_bilinear_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_nn_functional_binary_cross_entropy_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_nn_functional_binary_cross_entropy_with_logits_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_nn_functional_celu_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_nn_functional_conv1d_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_nn_functional_conv2d_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_nn_functional_conv3d_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_nn_functional_conv_transpose1d_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_nn_functional_conv_transpose2d_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_nn_functional_conv_transpose3d_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_nn_functional_cosine_embedding_loss_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_nn_functional_cosine_similarity_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_nn_functional_cross_entropy_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_nn_functional_ctc_loss_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_nn_functional_dropout2d_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_nn_functional_dropout3d_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_nn_functional_dropout_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_nn_functional_elu_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_nn_functional_embedding_bag_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_nn_functional_embedding_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_nn_functional_feature_alpha_dropout_with_train_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_nn_functional_feature_alpha_dropout_without_train_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_nn_functional_fractional_max_pool2d_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_nn_functional_fractional_max_pool3d_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_nn_functional_gaussian_nll_loss_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_nn_functional_gelu_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_nn_functional_glu_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_nn_functional_grid_sample_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_nn_functional_group_norm_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_nn_functional_hardshrink_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_nn_functional_hardsigmoid_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_nn_functional_hardswish_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_nn_functional_hardtanh_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_nn_functional_hinge_embedding_loss_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_nn_functional_huber_loss_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_nn_functional_instance_norm_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_nn_functional_interpolate_area_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_nn_functional_interpolate_bicubic_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_nn_functional_interpolate_bilinear_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_nn_functional_interpolate_linear_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_nn_functional_interpolate_nearest-exact_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_nn_functional_interpolate_nearest_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_nn_functional_interpolate_trilinear_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_nn_functional_kl_div_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_nn_functional_l1_loss_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_nn_functional_layer_norm_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_nn_functional_leaky_relu_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_nn_functional_linear_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_nn_functional_local_response_norm_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_nn_functional_logsigmoid_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_nn_functional_margin_ranking_loss_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_nn_functional_max_pool1d_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_nn_functional_max_pool2d_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_nn_functional_max_pool3d_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_nn_functional_max_unpool1d_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_nn_functional_max_unpool1d_grad_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_nn_functional_max_unpool2d_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_nn_functional_max_unpool2d_grad_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_nn_functional_max_unpool3d_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_nn_functional_max_unpool3d_grad_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_nn_functional_mish_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_nn_functional_mse_loss_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_nn_functional_multi_head_attention_forward_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_nn_functional_multi_margin_loss_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_nn_functional_multilabel_margin_loss_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_nn_functional_multilabel_soft_margin_loss_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_nn_functional_nll_loss_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_nn_functional_normalize_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_nn_functional_pad_circular_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_nn_functional_pad_constant_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_nn_functional_pad_reflect_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_nn_functional_pad_replicate_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_nn_functional_pad_replicate_negative_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_nn_functional_pairwise_distance_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_nn_functional_pdist_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_nn_functional_pixel_shuffle_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_nn_functional_pixel_unshuffle_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_nn_functional_poisson_nll_loss_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_nn_functional_prelu_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_nn_functional_relu6_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_nn_functional_relu_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_nn_functional_rrelu_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_nn_functional_scaled_dot_product_attention_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_nn_functional_selu_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_nn_functional_silu_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_nn_functional_smooth_l1_loss_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_nn_functional_soft_margin_loss_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_nn_functional_softmin_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_nn_functional_softmin_with_dtype_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_nn_functional_softplus_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_nn_functional_softshrink_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_nn_functional_softsign_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_nn_functional_tanhshrink_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_nn_functional_threshold_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_nn_functional_triplet_margin_loss_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_nn_functional_triplet_margin_with_distance_loss_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_nn_functional_unfold_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_nn_functional_upsample_bilinear_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_nn_functional_upsample_nearest_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_nonzero_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_nonzero_static_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_norm_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_norm_fro_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_norm_inf_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_norm_nuc_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_normal_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_normal_in_place_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_normal_number_mean_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_ones_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_ones_like_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_ormqr_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_outer_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_pca_lowrank_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_permute_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_pinverse_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_polar_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_polygamma_polygamma_n_0_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_polygamma_polygamma_n_1_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_polygamma_polygamma_n_2_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_polygamma_polygamma_n_3_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_polygamma_polygamma_n_4_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_positive_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_pow_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_prod_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_put_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_qr_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_quantile_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_rad2deg_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_rand_like_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_randint_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_randint_like_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_randn_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_randn_like_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_ravel_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_real_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_reciprocal_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_remainder_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_renorm_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_repeat_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_repeat_interleave_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_reshape_as_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_reshape_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_resize__cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_resize_as__cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_resolve_conj_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_resolve_neg_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_roll_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_rot90_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_round_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_round_decimals_0_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_round_decimals_3_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_round_decimals_neg_3_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_rsqrt_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_rsub_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_scalar_tensor_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_scatter_add_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_scatter_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_scatter_reduce_amax_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_scatter_reduce_amin_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_scatter_reduce_mean_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_scatter_reduce_prod_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_scatter_reduce_sum_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_searchsorted_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_select_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_select_scatter_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_sgn_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_short_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_sigmoid_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_sign_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_signal_windows_bartlett_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_signal_windows_blackman_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_signal_windows_cosine_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_signal_windows_exponential_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_signal_windows_gaussian_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_signal_windows_general_cosine_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_signal_windows_general_hamming_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_signal_windows_hamming_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_signal_windows_hann_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_signal_windows_kaiser_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_signal_windows_nuttall_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_signbit_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_sin_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_sinc_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_sinh_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_slice_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_slice_scatter_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_softmax_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_softmax_with_dtype_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_sort_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_sparse_mm_reduce_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_sparse_sampled_addmm_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_special_airy_ai_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_special_bessel_j0_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_special_bessel_j1_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_special_bessel_y0_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_special_bessel_y1_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_special_chebyshev_polynomial_t_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_special_chebyshev_polynomial_u_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_special_chebyshev_polynomial_v_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_special_chebyshev_polynomial_w_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_special_entr_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_special_erfcx_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_special_hermite_polynomial_h_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_special_hermite_polynomial_he_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_special_i0e_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_special_i1_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_special_i1e_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_special_laguerre_polynomial_l_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_special_legendre_polynomial_p_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_special_log_ndtr_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_special_modified_bessel_i0_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_special_modified_bessel_i1_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_special_modified_bessel_k0_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_special_modified_bessel_k1_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_special_ndtr_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_special_ndtri_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_special_polygamma_special_polygamma_n_0_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_special_scaled_modified_bessel_k0_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_special_scaled_modified_bessel_k1_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_special_shifted_chebyshev_polynomial_t_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_special_shifted_chebyshev_polynomial_u_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_special_shifted_chebyshev_polynomial_v_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_special_shifted_chebyshev_polynomial_w_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_special_spherical_bessel_j0_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_special_xlog1py_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_special_zeta_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_split_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_split_list_args_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_split_with_sizes_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_sqrt_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_square_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_squeeze_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_squeeze_multiple_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_stack_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_std_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_std_mean_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_std_mean_unbiased_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_std_unbiased_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_stft_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_sub_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_sum_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_sum_to_size_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_svd_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_svd_lowrank_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_take_along_dim_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_take_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_tan_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_tanh_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_tensor_split_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_tensordot_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_tile_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_to_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_to_sparse_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_topk_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_trace_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_transpose_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_trapezoid_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_trapz_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_triangular_solve_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_tril_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_triu_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_true_divide_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_trunc_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_unbind_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_unflatten_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_unfold_copy_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_unfold_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_uniform_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_unique_consecutive_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_unique_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_unsafe_chunk_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_unsafe_split_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_unsqueeze_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_var_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_var_mean_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_var_mean_unbiased_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_var_unbiased_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_vdot_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_view_as_complex_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_view_as_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_view_copy_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_view_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_vsplit_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_vstack_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_where_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_xlogy_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_zero__cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_zeros_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_zeros_like_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_H_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_MapControlflowOp_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_NestedMapControlflowOp_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_NumpyCatCustomOp_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_NumpyCubeCustomOp_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_NumpyMulCustomOp_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_NumpyNMSCustomOp_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_NumpyNonzeroCustomOp_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_NumpySortCustomOp_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_NumpySplitCopyCustomOp_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_NumpySplitCopyWithIntCustomOp_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_NumpyTakeCustomOp_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_NumpyViewCopyCustomOp_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_TripleNestedMapControlflowOp_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive___getitem___cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive___radd___cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive___rdiv___cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive___rmatmul___cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive___rmod___cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive___rmul___cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive___rpow___cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive___rsub___cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive__native_batch_norm_legit_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive__segment_reduce_lengths_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive__segment_reduce_offsets_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive__softmax_backward_data_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive__upsample_bilinear2d_aa_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_abs_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_acos_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_acosh_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_add_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_addbmm_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_addcdiv_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_addcmul_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_addmm_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_addmm_decomposed_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_addmv_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_addr_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_all_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_allclose_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_amax_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_amin_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_aminmax_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_angle_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_any_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_arange_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_argmax_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_argmin_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_argsort_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_argwhere_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_as_strided_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_as_strided_partial_views_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_as_strided_scatter_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_asin_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_asinh_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_atan2_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_atan_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_atanh_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_atleast_1d_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_atleast_2d_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_atleast_3d_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_baddbmm_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_batch_norm_with_update_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_bernoulli_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_bfloat16_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_block_diag_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_bmm_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_bool_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_broadcast_shapes_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_broadcast_tensors_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_broadcast_to_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_bucketize_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_byte_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_cartesian_prod_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_cat_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_cauchy_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_cdist_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_cdouble_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_ceil_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_cfloat_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_chalf_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_char_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_cholesky_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_cholesky_inverse_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_cholesky_solve_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_chunk_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_clamp_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_clamp_max_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_clamp_min_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_clone_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_column_stack_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_combinations_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_complex_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_conj_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_conj_physical_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_constant_pad_nd_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_contiguous_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_copysign_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_corrcoef_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_cos_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_cosh_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_count_nonzero_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_cov_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_cross_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_cummax_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_cummin_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_cumprod_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_cumsum_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_cumulative_trapezoid_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_deg2rad_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_diag_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_diag_embed_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_diagflat_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_diagonal_copy_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_diagonal_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_diagonal_scatter_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_diff_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_digamma_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_div_floor_rounding_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_div_no_rounding_mode_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_div_trunc_rounding_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_dot_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_double_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_dsplit_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_dstack_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_einsum_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_empty_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_empty_like_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_empty_permuted_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_empty_strided_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_eq_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_equal_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_erf_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_erfc_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_erfinv_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_exp2_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_exp_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_expand_as_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_expand_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_expm1_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_exponential_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_eye_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_fft_fft2_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_fft_fft_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_fft_fftn_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_fft_fftshift_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_fft_hfft2_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_fft_hfft_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_fft_hfftn_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_fft_ifft2_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_fft_ifft_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_fft_ifftn_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_fft_ifftshift_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_fft_ihfft2_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_fft_ihfft_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_fft_ihfftn_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_fft_irfft2_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_fft_irfft_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_fft_irfftn_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_fft_rfft2_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_fft_rfft_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_fft_rfftn_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_fill_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_flatten_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_flip_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_fliplr_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_flipud_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_float_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_float_power_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_floor_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_floor_divide_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_fmax_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_fmin_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_fmod_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_frac_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_frexp_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_full_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_full_like_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_gather_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_ge_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_geometric_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_geqrf_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_gradient_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_grid_sampler_2d_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_gt_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_half_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_heaviside_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_histc_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_histogram_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_histogramdd_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_hsplit_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_hstack_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_hypot_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_i0_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_igamma_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_igammac_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_index_add_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_index_copy_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_index_fill_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_index_put_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_index_reduce_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_index_select_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inner_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_H_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_NumpyCatCustomOp_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_NumpyCubeCustomOp_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_NumpyMulCustomOp_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_NumpyNMSCustomOp_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_NumpyNonzeroCustomOp_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_NumpySortCustomOp_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_NumpySplitCopyCustomOp_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_NumpySplitCopyWithIntCustomOp_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_NumpyTakeCustomOp_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_NumpyViewCopyCustomOp_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace___getitem___cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace___radd___cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace___rdiv___cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace___rmatmul___cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace___rmod___cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace___rmul___cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace___rpow___cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace___rsub___cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace__native_batch_norm_legit_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace__segment_reduce_lengths_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace__segment_reduce_offsets_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace__softmax_backward_data_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace__upsample_bilinear2d_aa_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_abs_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_acos_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_acosh_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_add_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_addbmm_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_addcdiv_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_addcmul_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_addmm_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_addmm_decomposed_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_addmv_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_addr_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_all_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_allclose_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_amax_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_amin_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_aminmax_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_angle_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_any_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_arange_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_argmax_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_argmin_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_argsort_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_argwhere_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_as_strided_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_as_strided_partial_views_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_as_strided_scatter_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_asin_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_asinh_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_atan2_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_atan_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_atanh_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_atleast_1d_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_atleast_2d_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_atleast_3d_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_baddbmm_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_batch_norm_with_update_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_bernoulli_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_bfloat16_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_block_diag_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_bmm_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_bool_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_broadcast_shapes_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_broadcast_tensors_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_broadcast_to_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_bucketize_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_byte_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_cartesian_prod_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_cat_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_cauchy_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_cdist_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_cdouble_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_ceil_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_cfloat_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_chalf_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_char_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_cholesky_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_cholesky_inverse_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_cholesky_solve_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_chunk_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_clamp_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_clamp_max_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_clamp_min_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_clone_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_column_stack_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_combinations_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_complex_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_conj_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_conj_physical_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_constant_pad_nd_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_contiguous_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_copysign_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_corrcoef_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_cos_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_cosh_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_count_nonzero_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_cov_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_cross_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_cummax_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_cummin_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_cumprod_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_cumsum_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_cumulative_trapezoid_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_deg2rad_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_diag_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_diag_embed_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_diagflat_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_diagonal_copy_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_diagonal_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_diagonal_scatter_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_diff_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_digamma_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_dist_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_div_floor_rounding_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_div_no_rounding_mode_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_div_trunc_rounding_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_dot_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_double_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_dsplit_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_dstack_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_einsum_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_empty_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_empty_like_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_empty_permuted_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_empty_strided_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_eq_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_equal_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_erf_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_erfc_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_erfinv_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_exp2_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_exp_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_expand_as_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_expand_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_expm1_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_exponential_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_eye_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_fft_fft2_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_fft_fft_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_fft_fftn_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_fft_fftshift_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_fft_hfft2_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_fft_hfft_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_fft_hfftn_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_fft_ifft2_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_fft_ifft_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_fft_ifftn_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_fft_ifftshift_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_fft_ihfft2_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_fft_ihfft_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_fft_ihfftn_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_fft_irfft2_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_fft_irfft_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_fft_irfftn_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_fft_rfft2_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_fft_rfft_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_fft_rfftn_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_fill_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_flatten_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_flip_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_fliplr_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_flipud_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_float_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_float_power_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_floor_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_floor_divide_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_fmax_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_fmin_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_fmod_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_frac_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_frexp_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_full_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_full_like_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_gather_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_ge_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_geometric_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_geqrf_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_gradient_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_grid_sampler_2d_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_gt_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_half_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_heaviside_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_histc_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_histogram_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_histogramdd_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_hsplit_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_hstack_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_hypot_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_i0_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_igamma_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_igammac_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_index_add_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_index_copy_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_index_fill_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_index_put_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_index_reduce_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_index_select_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_inner_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_int_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_isclose_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_isfinite_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_isin_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_isinf_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_isnan_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_isneginf_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_isposinf_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_isreal_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_item_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_jiterator_2inputs_2outputs_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_jiterator_4inputs_with_extra_args_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_jiterator_binary_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_jiterator_binary_return_by_ref_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_jiterator_unary_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_kron_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_kthvalue_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_ldexp_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_le_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_lerp_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_lgamma_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_linalg_cholesky_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_linalg_cholesky_ex_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_linalg_cond_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_linalg_cross_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_linalg_det_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_linalg_det_singular_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_linalg_diagonal_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_linalg_eig_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_linalg_eigh_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_linalg_eigvals_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_linalg_eigvalsh_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_linalg_householder_product_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_linalg_inv_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_linalg_inv_ex_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_linalg_ldl_factor_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_linalg_ldl_factor_ex_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_linalg_ldl_solve_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_linalg_lstsq_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_linalg_lstsq_grad_oriented_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_linalg_lu_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_linalg_lu_factor_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_linalg_lu_factor_ex_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_linalg_lu_solve_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_linalg_matrix_norm_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_linalg_matrix_power_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_linalg_matrix_rank_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_linalg_matrix_rank_hermitian_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_linalg_multi_dot_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_linalg_norm_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_linalg_norm_subgradients_at_zero_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_linalg_pinv_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_linalg_pinv_hermitian_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_linalg_pinv_singular_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_linalg_qr_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_linalg_slogdet_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_linalg_solve_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_linalg_solve_ex_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_linalg_solve_triangular_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_linalg_svd_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_linalg_svdvals_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_linalg_tensorinv_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_linalg_tensorsolve_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_linalg_vander_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_linalg_vecdot_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_linalg_vector_norm_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_linspace_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_linspace_tensor_overload_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_log10_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_log1p_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_log2_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_log_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_log_normal_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_log_softmax_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_log_softmax_with_dtype_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_logaddexp2_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_logaddexp_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_logcumsumexp_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_logdet_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_logical_and_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_logical_not_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_logical_or_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_logical_xor_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_logit_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_logspace_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_logspace_tensor_overload_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_logsumexp_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_long_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_lt_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_lu_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_lu_solve_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_lu_unpack_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_mH_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_mT_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_masked_amax_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_masked_amin_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_masked_argmax_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_masked_argmin_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_masked_cumprod_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_masked_cumsum_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_masked_fill_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_masked_log_softmax_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_masked_logaddexp_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_masked_logsumexp_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_masked_mean_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_masked_median_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_masked_norm_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_masked_normalize_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_masked_prod_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_masked_scatter_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_masked_select_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_masked_softmax_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_masked_softmin_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_masked_std_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_masked_sum_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_masked_var_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_matmul_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_matrix_exp_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_max_binary_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_max_pool2d_with_indices_backward_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_max_reduction_no_dim_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_max_reduction_with_dim_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_maximum_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_mean_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_median_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_meshgrid_list_of_tensors_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_meshgrid_variadic_tensors_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_min_binary_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_min_reduction_no_dim_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_min_reduction_with_dim_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_minimum_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_mm_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_mode_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_movedim_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_msort_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_mul_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_multinomial_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_mv_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_mvlgamma_mvlgamma_p_1_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_mvlgamma_mvlgamma_p_3_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_mvlgamma_mvlgamma_p_5_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_nan_to_num_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_nanmean_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_nanmedian_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_nanquantile_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_nansum_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_narrow_copy_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_narrow_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_native_batch_norm_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_native_dropout_backward_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_native_layer_norm_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_ne_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_neg_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_new_empty_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_new_empty_strided_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_new_full_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_new_ones_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_new_zeros_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_nextafter_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_nn_functional_adaptive_avg_pool1d_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_nn_functional_adaptive_avg_pool2d_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_nn_functional_adaptive_avg_pool3d_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_nn_functional_adaptive_max_pool1d_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_nn_functional_adaptive_max_pool2d_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_nn_functional_adaptive_max_pool3d_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_nn_functional_alpha_dropout_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_nn_functional_avg_pool1d_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_nn_functional_avg_pool2d_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_nn_functional_avg_pool3d_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_nn_functional_batch_norm_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_nn_functional_bilinear_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_nn_functional_binary_cross_entropy_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_nn_functional_binary_cross_entropy_with_logits_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_nn_functional_celu_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_nn_functional_conv1d_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_nn_functional_conv2d_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_nn_functional_conv3d_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_nn_functional_conv_transpose1d_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_nn_functional_conv_transpose2d_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_nn_functional_conv_transpose3d_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_nn_functional_cosine_embedding_loss_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_nn_functional_cosine_similarity_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_nn_functional_cross_entropy_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_nn_functional_ctc_loss_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_nn_functional_dropout2d_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_nn_functional_dropout3d_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_nn_functional_dropout_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_nn_functional_elu_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_nn_functional_embedding_bag_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_nn_functional_embedding_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_nn_functional_feature_alpha_dropout_with_train_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_nn_functional_feature_alpha_dropout_without_train_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_nn_functional_fractional_max_pool2d_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_nn_functional_fractional_max_pool3d_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_nn_functional_gaussian_nll_loss_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_nn_functional_gelu_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_nn_functional_glu_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_nn_functional_grid_sample_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_nn_functional_group_norm_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_nn_functional_hardshrink_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_nn_functional_hardsigmoid_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_nn_functional_hardswish_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_nn_functional_hardtanh_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_nn_functional_hinge_embedding_loss_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_nn_functional_huber_loss_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_nn_functional_instance_norm_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_nn_functional_interpolate_area_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_nn_functional_interpolate_bicubic_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_nn_functional_interpolate_bilinear_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_nn_functional_interpolate_linear_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_nn_functional_interpolate_nearest-exact_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_nn_functional_interpolate_nearest_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_nn_functional_interpolate_trilinear_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_nn_functional_kl_div_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_nn_functional_l1_loss_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_nn_functional_layer_norm_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_nn_functional_leaky_relu_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_nn_functional_linear_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_nn_functional_local_response_norm_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_nn_functional_logsigmoid_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_nn_functional_margin_ranking_loss_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_nn_functional_max_pool1d_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_nn_functional_max_pool2d_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_nn_functional_max_pool3d_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_nn_functional_max_unpool1d_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_nn_functional_max_unpool1d_grad_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_nn_functional_max_unpool2d_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_nn_functional_max_unpool2d_grad_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_nn_functional_max_unpool3d_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_nn_functional_max_unpool3d_grad_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_nn_functional_mish_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_nn_functional_mse_loss_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_nn_functional_multi_head_attention_forward_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_nn_functional_multi_margin_loss_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_nn_functional_multilabel_margin_loss_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_nn_functional_multilabel_soft_margin_loss_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_nn_functional_nll_loss_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_nn_functional_normalize_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_nn_functional_pad_circular_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_nn_functional_pad_constant_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_nn_functional_pad_reflect_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_nn_functional_pad_replicate_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_nn_functional_pad_replicate_negative_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_nn_functional_pairwise_distance_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_nn_functional_pdist_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_nn_functional_pixel_shuffle_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_nn_functional_pixel_unshuffle_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_nn_functional_poisson_nll_loss_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_nn_functional_prelu_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_nn_functional_relu6_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_nn_functional_relu_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_nn_functional_rrelu_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_nn_functional_scaled_dot_product_attention_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_nn_functional_selu_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_nn_functional_silu_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_nn_functional_smooth_l1_loss_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_nn_functional_soft_margin_loss_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_nn_functional_softmin_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_nn_functional_softmin_with_dtype_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_nn_functional_softplus_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_nn_functional_softshrink_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_nn_functional_softsign_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_nn_functional_tanhshrink_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_nn_functional_threshold_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_nn_functional_triplet_margin_loss_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_nn_functional_triplet_margin_with_distance_loss_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_nn_functional_unfold_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_nn_functional_upsample_bilinear_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_nn_functional_upsample_nearest_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_nonzero_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_nonzero_static_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_norm_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_norm_fro_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_norm_inf_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_norm_nuc_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_normal_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_normal_in_place_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_normal_number_mean_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_ones_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_ones_like_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_ormqr_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_outer_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_pca_lowrank_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_permute_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_pinverse_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_polar_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_polygamma_polygamma_n_0_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_polygamma_polygamma_n_1_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_polygamma_polygamma_n_2_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_polygamma_polygamma_n_3_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_polygamma_polygamma_n_4_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_positive_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_pow_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_prod_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_put_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_qr_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_quantile_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_rad2deg_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_rand_like_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_randint_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_randint_like_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_randn_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_randn_like_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_ravel_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_real_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_reciprocal_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_remainder_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_renorm_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_repeat_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_repeat_interleave_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_reshape_as_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_reshape_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_resize__cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_resize_as__cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_resolve_conj_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_resolve_neg_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_roll_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_rot90_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_round_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_round_decimals_0_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_round_decimals_3_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_round_decimals_neg_3_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_rsqrt_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_rsub_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_scalar_tensor_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_scatter_add_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_scatter_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_scatter_reduce_amax_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_scatter_reduce_amin_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_scatter_reduce_mean_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_scatter_reduce_prod_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_scatter_reduce_sum_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_searchsorted_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_select_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_select_scatter_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_sgn_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_short_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_sigmoid_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_sign_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_signal_windows_bartlett_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_signal_windows_blackman_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_signal_windows_cosine_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_signal_windows_exponential_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_signal_windows_gaussian_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_signal_windows_general_cosine_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_signal_windows_general_hamming_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_signal_windows_hamming_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_signal_windows_hann_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_signal_windows_kaiser_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_signal_windows_nuttall_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_signbit_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_sin_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_sinc_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_sinh_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_slice_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_slice_scatter_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_softmax_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_softmax_with_dtype_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_sort_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_sparse_mm_reduce_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_sparse_sampled_addmm_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_special_airy_ai_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_special_bessel_j0_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_special_bessel_j1_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_special_bessel_y0_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_special_bessel_y1_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_special_chebyshev_polynomial_t_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_special_chebyshev_polynomial_u_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_special_chebyshev_polynomial_v_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_special_chebyshev_polynomial_w_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_special_entr_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_special_erfcx_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_special_hermite_polynomial_h_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_special_hermite_polynomial_he_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_special_i0e_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_special_i1_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_special_i1e_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_special_laguerre_polynomial_l_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_special_legendre_polynomial_p_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_special_log_ndtr_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_special_modified_bessel_i0_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_special_modified_bessel_i1_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_special_modified_bessel_k0_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_special_modified_bessel_k1_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_special_ndtr_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_special_ndtri_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_special_polygamma_special_polygamma_n_0_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_special_scaled_modified_bessel_k0_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_special_scaled_modified_bessel_k1_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_special_shifted_chebyshev_polynomial_t_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_special_shifted_chebyshev_polynomial_u_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_special_shifted_chebyshev_polynomial_v_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_special_shifted_chebyshev_polynomial_w_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_special_spherical_bessel_j0_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_special_xlog1py_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_special_zeta_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_split_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_split_list_args_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_split_with_sizes_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_sqrt_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_square_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_squeeze_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_squeeze_multiple_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_stack_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_std_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_std_mean_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_std_mean_unbiased_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_std_unbiased_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_stft_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_sub_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_sum_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_sum_to_size_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_svd_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_svd_lowrank_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_take_along_dim_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_take_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_tan_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_tanh_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_tensor_split_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_tensordot_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_tile_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_to_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_to_sparse_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_topk_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_trace_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_transpose_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_trapezoid_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_trapz_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_triangular_solve_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_tril_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_triu_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_true_divide_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_trunc_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_unbind_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_unflatten_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_unfold_copy_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_unfold_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_uniform_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_unique_consecutive_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_unique_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_unsafe_chunk_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_unsafe_split_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_unsqueeze_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_var_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_var_mean_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_var_mean_unbiased_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_var_unbiased_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_vdot_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_view_as_complex_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_view_as_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_view_copy_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_view_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_vsplit_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_vstack_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_where_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_xlogy_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_zero__cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_zeros_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_zeros_like_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_int_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_isclose_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_isfinite_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_isin_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_isinf_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_isnan_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_isneginf_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_isposinf_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_isreal_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_item_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_jiterator_2inputs_2outputs_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_jiterator_4inputs_with_extra_args_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_jiterator_binary_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_jiterator_binary_return_by_ref_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_jiterator_unary_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_kron_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_kthvalue_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_ldexp_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_le_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_lerp_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_lgamma_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_linalg_cholesky_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_linalg_cholesky_ex_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_linalg_cond_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_linalg_cross_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_linalg_det_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_linalg_det_singular_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_linalg_diagonal_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_linalg_eig_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_linalg_eigh_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_linalg_eigvals_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_linalg_eigvalsh_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_linalg_householder_product_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_linalg_inv_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_linalg_inv_ex_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_linalg_ldl_factor_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_linalg_ldl_factor_ex_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_linalg_ldl_solve_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_linalg_lstsq_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_linalg_lstsq_grad_oriented_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_linalg_lu_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_linalg_lu_factor_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_linalg_lu_factor_ex_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_linalg_lu_solve_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_linalg_matrix_norm_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_linalg_matrix_power_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_linalg_matrix_rank_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_linalg_matrix_rank_hermitian_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_linalg_multi_dot_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_linalg_norm_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_linalg_norm_subgradients_at_zero_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_linalg_pinv_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_linalg_pinv_hermitian_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_linalg_pinv_singular_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_linalg_qr_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_linalg_slogdet_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_linalg_solve_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_linalg_solve_ex_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_linalg_solve_triangular_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_linalg_svd_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_linalg_svdvals_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_linalg_tensorinv_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_linalg_tensorsolve_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_linalg_vander_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_linalg_vecdot_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_linalg_vector_norm_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_linspace_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_linspace_tensor_overload_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_log10_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_log1p_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_log2_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_log_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_log_normal_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_log_softmax_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_log_softmax_with_dtype_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_logaddexp2_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_logaddexp_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_logcumsumexp_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_logdet_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_logical_and_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_logical_not_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_logical_or_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_logical_xor_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_logit_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_logspace_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_logspace_tensor_overload_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_logsumexp_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_long_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_lt_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_lu_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_lu_solve_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_lu_unpack_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_mH_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_mT_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_masked_amax_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_masked_amin_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_masked_argmax_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_masked_argmin_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_masked_cumprod_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_masked_cumsum_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_masked_fill_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_masked_log_softmax_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_masked_logaddexp_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_masked_logsumexp_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_masked_mean_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_masked_median_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_masked_norm_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_masked_normalize_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_masked_prod_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_masked_scatter_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_masked_select_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_masked_softmax_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_masked_softmin_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_masked_std_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_masked_sum_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_masked_var_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_matmul_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_matrix_exp_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_max_binary_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_max_pool2d_with_indices_backward_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_max_reduction_no_dim_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_max_reduction_with_dim_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_maximum_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_mean_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_median_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_meshgrid_list_of_tensors_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_meshgrid_variadic_tensors_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_min_binary_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_min_reduction_no_dim_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_min_reduction_with_dim_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_minimum_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_mm_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_mode_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_movedim_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_msort_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_mul_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_multinomial_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_mv_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_mvlgamma_mvlgamma_p_1_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_mvlgamma_mvlgamma_p_3_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_mvlgamma_mvlgamma_p_5_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_nan_to_num_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_nanmean_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_nanmedian_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_nanquantile_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_nansum_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_narrow_copy_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_narrow_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_native_batch_norm_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_native_dropout_backward_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_native_layer_norm_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_ne_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_neg_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_new_empty_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_new_empty_strided_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_new_full_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_new_ones_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_new_zeros_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_nextafter_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_nn_functional_adaptive_avg_pool1d_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_nn_functional_adaptive_avg_pool2d_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_nn_functional_adaptive_avg_pool3d_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_nn_functional_adaptive_max_pool1d_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_nn_functional_adaptive_max_pool2d_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_nn_functional_adaptive_max_pool3d_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_nn_functional_alpha_dropout_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_nn_functional_avg_pool1d_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_nn_functional_avg_pool2d_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_nn_functional_avg_pool3d_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_nn_functional_batch_norm_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_nn_functional_bilinear_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_nn_functional_binary_cross_entropy_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_nn_functional_binary_cross_entropy_with_logits_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_nn_functional_celu_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_nn_functional_conv1d_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_nn_functional_conv2d_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_nn_functional_conv3d_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_nn_functional_conv_transpose1d_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_nn_functional_conv_transpose2d_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_nn_functional_conv_transpose3d_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_nn_functional_cosine_embedding_loss_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_nn_functional_cosine_similarity_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_nn_functional_cross_entropy_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_nn_functional_ctc_loss_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_nn_functional_dropout2d_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_nn_functional_dropout3d_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_nn_functional_dropout_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_nn_functional_elu_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_nn_functional_embedding_bag_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_nn_functional_embedding_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_nn_functional_feature_alpha_dropout_with_train_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_nn_functional_feature_alpha_dropout_without_train_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_nn_functional_fractional_max_pool2d_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_nn_functional_fractional_max_pool3d_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_nn_functional_gaussian_nll_loss_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_nn_functional_gelu_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_nn_functional_glu_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_nn_functional_grid_sample_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_nn_functional_group_norm_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_nn_functional_hardshrink_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_nn_functional_hardsigmoid_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_nn_functional_hardswish_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_nn_functional_hardtanh_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_nn_functional_hinge_embedding_loss_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_nn_functional_huber_loss_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_nn_functional_instance_norm_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_nn_functional_interpolate_area_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_nn_functional_interpolate_bicubic_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_nn_functional_interpolate_bilinear_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_nn_functional_interpolate_linear_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_nn_functional_interpolate_nearest-exact_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_nn_functional_interpolate_nearest_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_nn_functional_interpolate_trilinear_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_nn_functional_kl_div_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_nn_functional_l1_loss_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_nn_functional_layer_norm_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_nn_functional_leaky_relu_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_nn_functional_linear_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_nn_functional_local_response_norm_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_nn_functional_logsigmoid_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_nn_functional_margin_ranking_loss_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_nn_functional_max_pool1d_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_nn_functional_max_pool2d_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_nn_functional_max_pool3d_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_nn_functional_max_unpool1d_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_nn_functional_max_unpool1d_grad_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_nn_functional_max_unpool2d_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_nn_functional_max_unpool2d_grad_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_nn_functional_max_unpool3d_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_nn_functional_max_unpool3d_grad_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_nn_functional_mish_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_nn_functional_mse_loss_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_nn_functional_multi_head_attention_forward_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_nn_functional_multi_margin_loss_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_nn_functional_multilabel_margin_loss_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_nn_functional_multilabel_soft_margin_loss_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_nn_functional_nll_loss_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_nn_functional_normalize_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_nn_functional_pad_circular_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_nn_functional_pad_constant_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_nn_functional_pad_reflect_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_nn_functional_pad_replicate_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_nn_functional_pad_replicate_negative_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_nn_functional_pairwise_distance_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_nn_functional_pdist_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_nn_functional_pixel_shuffle_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_nn_functional_pixel_unshuffle_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_nn_functional_poisson_nll_loss_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_nn_functional_prelu_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_nn_functional_relu6_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_nn_functional_relu_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_nn_functional_rrelu_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_nn_functional_scaled_dot_product_attention_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_nn_functional_selu_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_nn_functional_silu_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_nn_functional_smooth_l1_loss_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_nn_functional_soft_margin_loss_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_nn_functional_softmin_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_nn_functional_softmin_with_dtype_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_nn_functional_softplus_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_nn_functional_softshrink_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_nn_functional_softsign_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_nn_functional_tanhshrink_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_nn_functional_threshold_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_nn_functional_triplet_margin_loss_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_nn_functional_triplet_margin_with_distance_loss_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_nn_functional_unfold_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_nn_functional_upsample_bilinear_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_nn_functional_upsample_nearest_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_nonzero_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_nonzero_static_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_norm_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_norm_fro_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_norm_inf_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_norm_nuc_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_normal_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_normal_in_place_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_normal_number_mean_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_ones_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_ones_like_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_ormqr_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_H_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_NumpyCatCustomOp_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_NumpyCubeCustomOp_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_NumpyMulCustomOp_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_NumpyNMSCustomOp_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_NumpyNonzeroCustomOp_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_NumpySortCustomOp_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_NumpySplitCopyCustomOp_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_NumpySplitCopyWithIntCustomOp_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_NumpyTakeCustomOp_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_NumpyViewCopyCustomOp_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out___getitem___cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out___radd___cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out___rdiv___cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out___rmatmul___cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out___rmod___cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out___rmul___cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out___rpow___cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out___rsub___cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out__native_batch_norm_legit_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out__segment_reduce_lengths_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out__segment_reduce_offsets_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out__softmax_backward_data_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out__upsample_bilinear2d_aa_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_abs_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_acos_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_acosh_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_add_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_addbmm_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_addcdiv_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_addcmul_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_addmm_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_addmm_decomposed_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_addmv_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_addr_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_all_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_allclose_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_amax_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_amin_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_aminmax_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_angle_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_any_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_arange_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_argmax_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_argmin_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_argsort_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_argwhere_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_as_strided_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_as_strided_partial_views_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_as_strided_scatter_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_asin_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_asinh_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_atan2_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_atan_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_atanh_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_atleast_1d_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_atleast_2d_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_atleast_3d_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_baddbmm_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_batch_norm_with_update_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_bernoulli_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_bfloat16_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_block_diag_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_bmm_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_bool_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_broadcast_shapes_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_broadcast_tensors_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_broadcast_to_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_bucketize_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_byte_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_cartesian_prod_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_cat_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_cauchy_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_cdist_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_cdouble_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_ceil_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_cfloat_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_chalf_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_char_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_cholesky_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_cholesky_inverse_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_cholesky_solve_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_chunk_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_clamp_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_clamp_max_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_clamp_min_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_clone_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_column_stack_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_combinations_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_complex_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_conj_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_conj_physical_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_constant_pad_nd_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_contiguous_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_copysign_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_corrcoef_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_cos_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_cosh_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_count_nonzero_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_cov_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_cross_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_cummax_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_cummin_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_cumprod_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_cumsum_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_cumulative_trapezoid_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_deg2rad_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_diag_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_diag_embed_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_diagflat_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_diagonal_copy_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_diagonal_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_diagonal_scatter_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_diff_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_digamma_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_dist_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_div_floor_rounding_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_div_no_rounding_mode_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_div_trunc_rounding_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_dot_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_double_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_dsplit_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_dstack_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_einsum_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_empty_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_empty_like_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_empty_permuted_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_empty_strided_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_eq_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_equal_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_erf_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_erfc_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_erfinv_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_exp2_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_exp_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_expand_as_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_expand_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_expm1_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_exponential_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_eye_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_fft_fft2_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_fft_fft_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_fft_fftn_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_fft_fftshift_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_fft_hfft2_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_fft_hfft_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_fft_hfftn_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_fft_ifft2_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_fft_ifft_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_fft_ifftn_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_fft_ifftshift_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_fft_ihfft2_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_fft_ihfft_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_fft_ihfftn_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_fft_irfft2_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_fft_irfft_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_fft_irfftn_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_fft_rfft2_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_fft_rfft_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_fft_rfftn_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_fill_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_flatten_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_flip_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_fliplr_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_flipud_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_float_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_float_power_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_floor_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_floor_divide_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_fmax_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_fmin_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_fmod_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_frac_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_frexp_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_full_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_full_like_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_gather_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_ge_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_geometric_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_geqrf_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_gradient_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_grid_sampler_2d_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_gt_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_half_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_heaviside_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_histc_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_histogram_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_histogramdd_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_hsplit_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_hstack_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_hypot_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_i0_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_igamma_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_igammac_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_index_add_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_index_copy_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_index_fill_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_index_put_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_index_reduce_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_index_select_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_inner_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_int_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_isclose_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_isfinite_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_isin_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_isinf_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_isnan_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_isneginf_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_isposinf_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_isreal_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_item_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_jiterator_2inputs_2outputs_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_jiterator_4inputs_with_extra_args_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_jiterator_binary_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_jiterator_binary_return_by_ref_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_jiterator_unary_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_kron_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_kthvalue_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_ldexp_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_le_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_lerp_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_lgamma_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_linalg_cholesky_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_linalg_cholesky_ex_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_linalg_cond_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_linalg_cross_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_linalg_det_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_linalg_det_singular_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_linalg_diagonal_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_linalg_eig_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_linalg_eigh_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_linalg_eigvals_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_linalg_eigvalsh_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_linalg_householder_product_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_linalg_inv_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_linalg_inv_ex_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_linalg_ldl_factor_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_linalg_ldl_factor_ex_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_linalg_ldl_solve_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_linalg_lstsq_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_linalg_lstsq_grad_oriented_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_linalg_lu_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_linalg_lu_factor_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_linalg_lu_factor_ex_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_linalg_lu_solve_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_linalg_matrix_norm_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_linalg_matrix_power_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_linalg_matrix_rank_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_linalg_matrix_rank_hermitian_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_linalg_multi_dot_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_linalg_norm_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_linalg_norm_subgradients_at_zero_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_linalg_pinv_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_linalg_pinv_hermitian_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_linalg_pinv_singular_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_linalg_qr_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_linalg_slogdet_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_linalg_solve_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_linalg_solve_ex_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_linalg_solve_triangular_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_linalg_svd_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_linalg_svdvals_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_linalg_tensorinv_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_linalg_tensorsolve_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_linalg_vander_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_linalg_vecdot_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_linalg_vector_norm_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_linspace_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_linspace_tensor_overload_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_log10_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_log1p_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_log2_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_log_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_log_normal_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_log_softmax_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_log_softmax_with_dtype_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_logaddexp2_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_logaddexp_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_logcumsumexp_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_logdet_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_logical_and_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_logical_not_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_logical_or_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_logical_xor_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_logit_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_logspace_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_logspace_tensor_overload_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_logsumexp_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_long_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_lt_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_lu_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_lu_solve_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_lu_unpack_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_mH_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_mT_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_masked_amax_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_masked_amin_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_masked_argmax_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_masked_argmin_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_masked_cumprod_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_masked_cumsum_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_masked_fill_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_masked_log_softmax_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_masked_logaddexp_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_masked_logsumexp_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_masked_mean_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_masked_median_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_masked_norm_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_masked_normalize_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_masked_prod_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_masked_scatter_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_masked_select_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_masked_softmax_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_masked_softmin_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_masked_std_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_masked_sum_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_masked_var_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_matmul_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_matrix_exp_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_max_binary_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_max_pool2d_with_indices_backward_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_max_reduction_no_dim_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_max_reduction_with_dim_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_maximum_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_mean_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_median_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_meshgrid_list_of_tensors_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_meshgrid_variadic_tensors_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_min_binary_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_min_reduction_no_dim_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_min_reduction_with_dim_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_minimum_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_mm_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_mode_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_movedim_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_msort_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_mul_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_multinomial_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_mv_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_mvlgamma_mvlgamma_p_1_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_mvlgamma_mvlgamma_p_3_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_mvlgamma_mvlgamma_p_5_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_nan_to_num_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_nanmean_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_nanmedian_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_nanquantile_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_nansum_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_narrow_copy_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_narrow_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_native_batch_norm_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_native_dropout_backward_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_native_layer_norm_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_ne_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_neg_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_new_empty_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_new_empty_strided_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_new_full_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_new_ones_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_new_zeros_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_nextafter_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_nn_functional_adaptive_avg_pool1d_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_nn_functional_adaptive_avg_pool2d_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_nn_functional_adaptive_avg_pool3d_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_nn_functional_adaptive_max_pool1d_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_nn_functional_adaptive_max_pool2d_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_nn_functional_adaptive_max_pool3d_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_nn_functional_alpha_dropout_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_nn_functional_avg_pool1d_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_nn_functional_avg_pool2d_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_nn_functional_avg_pool3d_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_nn_functional_batch_norm_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_nn_functional_bilinear_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_nn_functional_binary_cross_entropy_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_nn_functional_binary_cross_entropy_with_logits_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_nn_functional_celu_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_nn_functional_conv1d_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_nn_functional_conv2d_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_nn_functional_conv3d_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_nn_functional_conv_transpose1d_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_nn_functional_conv_transpose2d_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_nn_functional_conv_transpose3d_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_nn_functional_cosine_embedding_loss_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_nn_functional_cosine_similarity_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_nn_functional_cross_entropy_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_nn_functional_ctc_loss_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_nn_functional_dropout2d_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_nn_functional_dropout3d_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_nn_functional_dropout_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_nn_functional_elu_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_nn_functional_embedding_bag_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_nn_functional_embedding_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_nn_functional_feature_alpha_dropout_with_train_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_nn_functional_feature_alpha_dropout_without_train_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_nn_functional_fractional_max_pool2d_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_nn_functional_fractional_max_pool3d_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_nn_functional_gaussian_nll_loss_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_nn_functional_gelu_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_nn_functional_glu_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_nn_functional_grid_sample_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_nn_functional_group_norm_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_nn_functional_hardshrink_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_nn_functional_hardsigmoid_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_nn_functional_hardswish_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_nn_functional_hardtanh_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_nn_functional_hinge_embedding_loss_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_nn_functional_huber_loss_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_nn_functional_instance_norm_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_nn_functional_interpolate_area_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_nn_functional_interpolate_bicubic_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_nn_functional_interpolate_bilinear_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_nn_functional_interpolate_linear_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_nn_functional_interpolate_nearest-exact_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_nn_functional_interpolate_nearest_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_nn_functional_interpolate_trilinear_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_nn_functional_kl_div_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_nn_functional_l1_loss_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_nn_functional_layer_norm_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_nn_functional_leaky_relu_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_nn_functional_linear_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_nn_functional_local_response_norm_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_nn_functional_logsigmoid_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_nn_functional_margin_ranking_loss_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_nn_functional_max_pool1d_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_nn_functional_max_pool2d_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_nn_functional_max_pool3d_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_nn_functional_max_unpool1d_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_nn_functional_max_unpool1d_grad_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_nn_functional_max_unpool2d_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_nn_functional_max_unpool2d_grad_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_nn_functional_max_unpool3d_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_nn_functional_max_unpool3d_grad_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_nn_functional_mish_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_nn_functional_mse_loss_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_nn_functional_multi_head_attention_forward_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_nn_functional_multi_margin_loss_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_nn_functional_multilabel_margin_loss_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_nn_functional_multilabel_soft_margin_loss_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_nn_functional_nll_loss_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_nn_functional_normalize_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_nn_functional_pad_circular_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_nn_functional_pad_constant_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_nn_functional_pad_reflect_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_nn_functional_pad_replicate_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_nn_functional_pad_replicate_negative_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_nn_functional_pairwise_distance_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_nn_functional_pdist_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_nn_functional_pixel_shuffle_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_nn_functional_pixel_unshuffle_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_nn_functional_poisson_nll_loss_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_nn_functional_prelu_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_nn_functional_relu6_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_nn_functional_relu_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_nn_functional_rrelu_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_nn_functional_scaled_dot_product_attention_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_nn_functional_selu_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_nn_functional_silu_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_nn_functional_smooth_l1_loss_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_nn_functional_soft_margin_loss_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_nn_functional_softmin_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_nn_functional_softmin_with_dtype_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_nn_functional_softplus_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_nn_functional_softshrink_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_nn_functional_softsign_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_nn_functional_tanhshrink_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_nn_functional_threshold_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_nn_functional_triplet_margin_loss_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_nn_functional_triplet_margin_with_distance_loss_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_nn_functional_unfold_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_nn_functional_upsample_bilinear_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_nn_functional_upsample_nearest_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_nonzero_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_nonzero_static_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_norm_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_norm_fro_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_norm_inf_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_norm_nuc_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_normal_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_normal_in_place_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_normal_number_mean_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_ones_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_ones_like_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_ormqr_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_outer_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_pca_lowrank_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_permute_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_pinverse_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_polar_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_polygamma_polygamma_n_0_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_polygamma_polygamma_n_1_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_polygamma_polygamma_n_2_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_polygamma_polygamma_n_3_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_polygamma_polygamma_n_4_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_positive_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_pow_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_prod_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_put_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_qr_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_quantile_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_rad2deg_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_rand_like_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_randint_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_randint_like_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_randn_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_randn_like_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_ravel_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_real_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_reciprocal_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_remainder_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_renorm_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_repeat_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_repeat_interleave_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_reshape_as_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_reshape_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_resize__cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_resize_as__cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_resolve_conj_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_resolve_neg_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_roll_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_rot90_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_round_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_round_decimals_0_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_round_decimals_3_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_round_decimals_neg_3_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_rsqrt_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_rsub_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_scalar_tensor_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_scatter_add_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_scatter_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_scatter_reduce_amax_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_scatter_reduce_amin_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_scatter_reduce_mean_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_scatter_reduce_prod_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_scatter_reduce_sum_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_searchsorted_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_select_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_select_scatter_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_sgn_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_short_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_sigmoid_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_sign_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_signal_windows_bartlett_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_signal_windows_blackman_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_signal_windows_cosine_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_signal_windows_exponential_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_signal_windows_gaussian_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_signal_windows_general_cosine_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_signal_windows_general_hamming_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_signal_windows_hamming_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_signal_windows_hann_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_signal_windows_kaiser_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_signal_windows_nuttall_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_signbit_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_sin_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_sinc_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_sinh_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_slice_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_slice_scatter_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_softmax_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_softmax_with_dtype_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_sort_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_sparse_mm_reduce_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_sparse_sampled_addmm_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_special_airy_ai_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_special_bessel_j0_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_special_bessel_j1_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_special_bessel_y0_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_special_bessel_y1_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_special_chebyshev_polynomial_t_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_special_chebyshev_polynomial_u_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_special_chebyshev_polynomial_v_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_special_chebyshev_polynomial_w_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_special_entr_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_special_erfcx_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_special_hermite_polynomial_h_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_special_hermite_polynomial_he_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_special_i0e_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_special_i1_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_special_i1e_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_special_laguerre_polynomial_l_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_special_legendre_polynomial_p_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_special_log_ndtr_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_special_modified_bessel_i0_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_special_modified_bessel_i1_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_special_modified_bessel_k0_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_special_modified_bessel_k1_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_special_ndtr_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_special_ndtri_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_special_polygamma_special_polygamma_n_0_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_special_scaled_modified_bessel_k0_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_special_scaled_modified_bessel_k1_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_special_shifted_chebyshev_polynomial_t_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_special_shifted_chebyshev_polynomial_u_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_special_shifted_chebyshev_polynomial_v_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_special_shifted_chebyshev_polynomial_w_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_special_spherical_bessel_j0_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_special_xlog1py_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_special_zeta_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_split_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_split_list_args_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_split_with_sizes_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_sqrt_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_square_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_squeeze_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_squeeze_multiple_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_stack_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_std_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_std_mean_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_std_mean_unbiased_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_std_unbiased_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_stft_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_sub_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_sum_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_sum_to_size_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_svd_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_svd_lowrank_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_take_along_dim_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_take_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_tan_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_tanh_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_tensor_split_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_tensordot_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_tile_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_to_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_to_sparse_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_topk_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_trace_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_transpose_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_trapezoid_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_trapz_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_triangular_solve_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_tril_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_triu_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_true_divide_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_trunc_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_unbind_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_unflatten_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_unfold_copy_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_unfold_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_uniform_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_unique_consecutive_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_unique_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_unsafe_chunk_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_unsafe_split_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_unsqueeze_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_var_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_var_mean_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_var_mean_unbiased_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_var_unbiased_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_vdot_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_view_as_complex_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_view_as_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_view_copy_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_view_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_vsplit_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_vstack_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_where_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_xlogy_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_zero__cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_zeros_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_zeros_like_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_outer_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_pca_lowrank_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_permute_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_pinverse_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_polar_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_polygamma_polygamma_n_0_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_polygamma_polygamma_n_1_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_polygamma_polygamma_n_2_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_polygamma_polygamma_n_3_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_polygamma_polygamma_n_4_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_positive_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_pow_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_prod_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_put_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_qr_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_quantile_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_rad2deg_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_rand_like_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_randint_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_randint_like_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_randn_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_randn_like_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_ravel_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_real_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_reciprocal_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_remainder_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_renorm_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_repeat_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_repeat_interleave_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_reshape_as_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_reshape_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_resize__cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_resize_as__cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_resolve_conj_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_resolve_neg_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_roll_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_rot90_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_round_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_round_decimals_0_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_round_decimals_3_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_round_decimals_neg_3_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_rsqrt_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_rsub_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_scalar_tensor_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_scatter_add_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_scatter_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_scatter_reduce_amax_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_scatter_reduce_amin_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_scatter_reduce_mean_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_scatter_reduce_prod_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_scatter_reduce_sum_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_searchsorted_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_select_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_select_scatter_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_sgn_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_short_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_sigmoid_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_sign_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_signal_windows_bartlett_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_signal_windows_blackman_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_signal_windows_cosine_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_signal_windows_exponential_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_signal_windows_gaussian_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_signal_windows_general_cosine_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_signal_windows_general_hamming_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_signal_windows_hamming_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_signal_windows_hann_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_signal_windows_kaiser_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_signal_windows_nuttall_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_signbit_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_sin_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_sinc_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_sinh_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_slice_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_slice_scatter_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_softmax_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_softmax_with_dtype_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_sort_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_sparse_mm_reduce_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_sparse_sampled_addmm_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_special_airy_ai_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_special_bessel_j0_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_special_bessel_j1_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_special_bessel_y0_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_special_bessel_y1_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_special_chebyshev_polynomial_t_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_special_chebyshev_polynomial_u_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_special_chebyshev_polynomial_v_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_special_chebyshev_polynomial_w_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_special_entr_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_special_erfcx_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_special_hermite_polynomial_h_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_special_hermite_polynomial_he_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_special_i0e_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_special_i1_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_special_i1e_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_special_laguerre_polynomial_l_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_special_legendre_polynomial_p_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_special_log_ndtr_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_special_modified_bessel_i0_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_special_modified_bessel_i1_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_special_modified_bessel_k0_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_special_modified_bessel_k1_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_special_ndtr_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_special_ndtri_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_special_polygamma_special_polygamma_n_0_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_special_scaled_modified_bessel_k0_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_special_scaled_modified_bessel_k1_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_special_shifted_chebyshev_polynomial_t_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_special_shifted_chebyshev_polynomial_u_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_special_shifted_chebyshev_polynomial_v_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_special_shifted_chebyshev_polynomial_w_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_special_spherical_bessel_j0_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_special_xlog1py_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_special_zeta_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_split_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_split_list_args_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_split_with_sizes_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_sqrt_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_square_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_squeeze_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_squeeze_multiple_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_stack_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_std_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_std_mean_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_std_mean_unbiased_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_std_unbiased_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_stft_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_sub_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_sum_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_sum_to_size_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_svd_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_svd_lowrank_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_take_along_dim_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_take_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_tan_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_tanh_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_tensor_split_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_tensordot_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_tile_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_to_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_to_sparse_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_topk_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_trace_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_transpose_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_trapezoid_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_trapz_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_triangular_solve_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_tril_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_triu_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_true_divide_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_trunc_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_unbind_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_unflatten_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_unfold_copy_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_unfold_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_uniform_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_unique_consecutive_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_unique_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_unsafe_chunk_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_unsafe_split_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_unsqueeze_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_var_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_var_mean_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_var_mean_unbiased_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_var_unbiased_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_vdot_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_view_as_complex_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_view_as_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_view_copy_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_view_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_vsplit_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_vstack_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_where_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_xlogy_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_zero__cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_zeros_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_zeros_like_cpu_float32
test/dynamo_skips/TestPythonAutograd.test_backwards1
test/dynamo_skips/TestPythonBindings.test_cu_create_function
test/dynamo_skips/TestPythonBuiltinOP.test_stepped_tuple_slicing
test/dynamo_skips/TestPythonDispatch.test_list_ret
test/dynamo_skips/TestPythonPytree.test_key_str
test/dynamo_skips/TestPythonRegistration.test_fallback
test/dynamo_skips/TestPythonRegistration.test_fallback_keyset
test/dynamo_skips/TestQuantizedEmbeddingOps.test_embedding_bag_byte
test/dynamo_skips/TestRecursiveScript.test_inner_traced_module
test/dynamo_skips/TestReductionsCPU.test_all_any_vs_numpy_cpu_bool
test/dynamo_skips/TestReductionsCPU.test_all_any_vs_numpy_cpu_uint8
test/dynamo_skips/TestReductionsCPU.test_histogram_cpu_float32
test/dynamo_skips/TestReductionsCPU.test_histogramdd_cpu_float32
test/dynamo_skips/TestReductionsCPU.test_logcumsumexp_complex_cpu_complex128
test/dynamo_skips/TestReductionsCPU.test_logcumsumexp_complex_cpu_complex64
test/dynamo_skips/TestReductionsCPU.test_tensor_compare_ops_argmax_argmix_kthvalue_dim_empty_cpu
test/dynamo_skips/TestReductionsCPU.test_tensor_compare_ops_empty_cpu
test/dynamo_skips/TestReductionsCPU.test_tensor_reduce_ops_empty_cpu
test/dynamo_skips/TestRepackage.test_repackage_import_indirectly_via_parent_module
test/dynamo_skips/TestSWAUtils.test_averaged_model_all_devices_ema_True
test/dynamo_skips/TestSWAUtils.test_averaged_model_exponential_use_multi_avg_fn_True_use_buffers_False
test/dynamo_skips/TestSWAUtils.test_averaged_model_exponential_use_multi_avg_fn_True_use_buffers_True
test/dynamo_skips/TestSaveLoadForOpVersion.test_versioned_div_tensor_inplace
test/dynamo_skips/TestSaveLoadForOpVersion.test_versioned_div_tensor_out
test/dynamo_skips/TestScalarOpsMisc.test_scalar_integer_operation_divbyzero_dtype_H_operation0
test/dynamo_skips/TestScalarOpsMisc.test_scalar_integer_operation_divbyzero_dtype_H_operation1
test/dynamo_skips/TestScalarOpsMisc.test_scalar_integer_operation_divbyzero_dtype_I_operation0
test/dynamo_skips/TestScalarOpsMisc.test_scalar_integer_operation_divbyzero_dtype_I_operation1
test/dynamo_skips/TestScalarOpsMisc.test_scalar_integer_operation_divbyzero_dtype_L_operation0
test/dynamo_skips/TestScalarOpsMisc.test_scalar_integer_operation_divbyzero_dtype_L_operation1
test/dynamo_skips/TestScalarOpsMisc.test_scalar_integer_operation_divbyzero_dtype_P_operation0
test/dynamo_skips/TestScalarOpsMisc.test_scalar_integer_operation_divbyzero_dtype_P_operation1
test/dynamo_skips/TestScalarOpsMisc.test_scalar_integer_operation_divbyzero_dtype_Q_operation0
test/dynamo_skips/TestScalarOpsMisc.test_scalar_integer_operation_divbyzero_dtype_Q_operation1
test/dynamo_skips/TestScript.test_function_overloading_isinstance
test/dynamo_skips/TestScript.test_function_overloads
test/dynamo_skips/TestScript.test_ignored_as_value
test/dynamo_skips/TestScript.test_namedtuple_python
test/dynamo_skips/TestScript.test_no_self_arg_ignore_function
test/dynamo_skips/TestScript.test_python_call_non_tensor_wrong
test/dynamo_skips/TestScript.test_python_op_builtins
test/dynamo_skips/TestScript.test_static_method_on_module
test/dynamo_skips/TestScript.test_type_annotation_module
test/dynamo_skips/TestScript.test_unused_decorator
test/dynamo_skips/TestScript.test_wrong_return_type
test/dynamo_skips/TestScriptProfile.test_script
test/dynamo_skips/TestScriptProfile.test_section
test/dynamo_skips/TestSerializeCustomClass.test_custom_class
test/dynamo_skips/TestSetOps.test_in1d_table_timedelta_fails
test/dynamo_skips/TestSetOps.test_in1d_timedelta_kind0
test/dynamo_skips/TestSetOps.test_in1d_timedelta_kind_sort
test/dynamo_skips/TestSetOps.test_setdiff1d
test/dynamo_skips/TestSlice.test_tuple_slicing
test/dynamo_skips/TestSparseAnyCPU.test_check_sparse_tensor_invariants_SparseBSC_cpu
test/dynamo_skips/TestSparseAnyCPU.test_check_sparse_tensor_invariants_SparseBSR_cpu
test/dynamo_skips/TestSparseAnyCPU.test_check_sparse_tensor_invariants_SparseCOO_cpu
test/dynamo_skips/TestSparseAnyCPU.test_check_sparse_tensor_invariants_SparseCSC_cpu
test/dynamo_skips/TestSparseAnyCPU.test_check_sparse_tensor_invariants_SparseCSR_cpu
test/dynamo_skips/TestSparseAnyCPU.test_constructor_autograd_SparseBSC_cpu
test/dynamo_skips/TestSparseAnyCPU.test_constructor_autograd_SparseBSR_cpu
test/dynamo_skips/TestSparseAnyCPU.test_constructor_autograd_SparseCOO_cpu
test/dynamo_skips/TestSparseAnyCPU.test_constructor_autograd_SparseCSC_cpu
test/dynamo_skips/TestSparseAnyCPU.test_constructor_autograd_SparseCSR_cpu
test/dynamo_skips/TestSparseAnyCPU.test_gradcheck_mm_SparseCOO_masked_fast_cpu_complex128
test/dynamo_skips/TestSparseAnyCPU.test_gradcheck_mm_SparseCOO_masked_fast_cpu_float64
test/dynamo_skips/TestSparseAnyCPU.test_gradcheck_mm_SparseCOO_masked_slow_cpu_complex128
test/dynamo_skips/TestSparseAnyCPU.test_gradcheck_mm_SparseCOO_masked_slow_cpu_float64
test/dynamo_skips/TestSparseAnyCPU.test_gradcheck_mm_SparseCOO_sparse_fast_cpu_complex128
test/dynamo_skips/TestSparseAnyCPU.test_gradcheck_mm_SparseCOO_sparse_fast_cpu_float64
test/dynamo_skips/TestSparseAnyCPU.test_gradcheck_mm_SparseCOO_sparse_slow_cpu_complex128
test/dynamo_skips/TestSparseAnyCPU.test_gradcheck_mm_SparseCOO_sparse_slow_cpu_float64
test/dynamo_skips/TestSparseCPU.test_add_dense_sparse_mismatch_cpu_complex128
test/dynamo_skips/TestSparseCPU.test_add_dense_sparse_mismatch_cpu_float64
test/dynamo_skips/TestSparseCPU.test_add_zeros_cpu_complex128
test/dynamo_skips/TestSparseCPU.test_add_zeros_cpu_float64
test/dynamo_skips/TestSparseCPU.test_any_cpu
test/dynamo_skips/TestSparseCPU.test_asin_arcsin_cpu_float32
test/dynamo_skips/TestSparseCPU.test_asin_arcsin_cpu_float64
test/dynamo_skips/TestSparseCPU.test_asin_arcsin_cpu_int16
test/dynamo_skips/TestSparseCPU.test_asin_arcsin_cpu_int32
test/dynamo_skips/TestSparseCPU.test_asin_arcsin_cpu_int64
test/dynamo_skips/TestSparseCPU.test_asin_arcsin_cpu_int8
test/dynamo_skips/TestSparseCPU.test_asin_arcsin_cpu_uint8
test/dynamo_skips/TestSparseCPU.test_assign_cpu_float64
test/dynamo_skips/TestSparseCPU.test_basic_cpu_complex128
test/dynamo_skips/TestSparseCPU.test_basic_cpu_float64
test/dynamo_skips/TestSparseCPU.test_basic_ops_cpu_float64
test/dynamo_skips/TestSparseCPU.test_bmm_cpu_float64
test/dynamo_skips/TestSparseCPU.test_cat_cpu_complex128
test/dynamo_skips/TestSparseCPU.test_cat_cpu_float64
test/dynamo_skips/TestSparseCPU.test_change_tensor_metadata_cpu_complex128
test/dynamo_skips/TestSparseCPU.test_change_tensor_metadata_cpu_float64
test/dynamo_skips/TestSparseCPU.test_clone_cpu_complex128
test/dynamo_skips/TestSparseCPU.test_clone_cpu_float64
test/dynamo_skips/TestSparseCPU.test_coalesce_transpose_mm_cpu_float64
test/dynamo_skips/TestSparseCPU.test_contig_cpu_complex128
test/dynamo_skips/TestSparseCPU.test_contig_cpu_float64
test/dynamo_skips/TestSparseCPU.test_contig_hybrid_cpu_complex128
test/dynamo_skips/TestSparseCPU.test_contig_hybrid_cpu_float64
test/dynamo_skips/TestSparseCPU.test_ctor_is_coalesced_with_gradcheck_cpu_float64
test/dynamo_skips/TestSparseCPU.test_div_rounding_mode_cpu_float32
test/dynamo_skips/TestSparseCPU.test_div_rounding_mode_cpu_float64
test/dynamo_skips/TestSparseCPU.test_dsmm_cpu_float64
test/dynamo_skips/TestSparseCPU.test_empty_like_cpu_complex128
test/dynamo_skips/TestSparseCPU.test_empty_like_cpu_float64
test/dynamo_skips/TestSparseCPU.test_factory_copy_cpu
test/dynamo_skips/TestSparseCPU.test_factory_cpu_complex128
test/dynamo_skips/TestSparseCPU.test_factory_cpu_complex64
test/dynamo_skips/TestSparseCPU.test_factory_cpu_float16
test/dynamo_skips/TestSparseCPU.test_factory_cpu_float32
test/dynamo_skips/TestSparseCPU.test_factory_cpu_float64
test/dynamo_skips/TestSparseCPU.test_factory_type_inference_cpu_complex128
test/dynamo_skips/TestSparseCPU.test_factory_type_inference_cpu_complex64
test/dynamo_skips/TestSparseCPU.test_factory_type_inference_cpu_float16
test/dynamo_skips/TestSparseCPU.test_factory_type_inference_cpu_float32
test/dynamo_skips/TestSparseCPU.test_factory_type_inference_cpu_float64
test/dynamo_skips/TestSparseCPU.test_factory_type_inference_cpu_int64
test/dynamo_skips/TestSparseCPU.test_hsmm_cpu_float64
test/dynamo_skips/TestSparseCPU.test_index_select_cpu_complex128
test/dynamo_skips/TestSparseCPU.test_index_select_cpu_float64
test/dynamo_skips/TestSparseCPU.test_index_select_empty_and_non_contiguous_index_cpu_complex128
test/dynamo_skips/TestSparseCPU.test_index_select_empty_and_non_contiguous_index_cpu_float64
test/dynamo_skips/TestSparseCPU.test_index_select_exhaustive_index_large_cpu_complex128
test/dynamo_skips/TestSparseCPU.test_index_select_exhaustive_index_large_cpu_float64
test/dynamo_skips/TestSparseCPU.test_index_select_exhaustive_index_small_cpu_complex128
test/dynamo_skips/TestSparseCPU.test_index_select_exhaustive_index_small_cpu_float64
test/dynamo_skips/TestSparseCPU.test_index_select_parallelization_cpu_complex128
test/dynamo_skips/TestSparseCPU.test_index_select_parallelization_cpu_float64
test/dynamo_skips/TestSparseCPU.test_is_nonzero_cpu
test/dynamo_skips/TestSparseCPU.test_isnan_cpu
test/dynamo_skips/TestSparseCPU.test_legacy_new_cpu
test/dynamo_skips/TestSparseCPU.test_legacy_new_device_cpu
test/dynamo_skips/TestSparseCPU.test_log1p_cpu_float32
test/dynamo_skips/TestSparseCPU.test_log1p_cpu_float64
test/dynamo_skips/TestSparseCPU.test_log1p_cpu_int16
test/dynamo_skips/TestSparseCPU.test_log1p_cpu_int32
test/dynamo_skips/TestSparseCPU.test_log1p_cpu_int64
test/dynamo_skips/TestSparseCPU.test_log1p_cpu_int8
test/dynamo_skips/TestSparseCPU.test_log1p_cpu_uint8
test/dynamo_skips/TestSparseCPU.test_mm_cpu_complex128
test/dynamo_skips/TestSparseCPU.test_mm_cpu_float64
test/dynamo_skips/TestSparseCPU.test_mv_cpu_float64
test/dynamo_skips/TestSparseCPU.test_neg_negative_cpu_complex128
test/dynamo_skips/TestSparseCPU.test_neg_negative_cpu_float64
test/dynamo_skips/TestSparseCPU.test_new_cpu_complex128
test/dynamo_skips/TestSparseCPU.test_new_cpu_float64
test/dynamo_skips/TestSparseCPU.test_norm_cpu_complex128
test/dynamo_skips/TestSparseCPU.test_norm_cpu_float64
test/dynamo_skips/TestSparseCPU.test_permute_masked_cpu_complex128
test/dynamo_skips/TestSparseCPU.test_permute_masked_cpu_float64
test/dynamo_skips/TestSparseCPU.test_permute_sparse_cpu_complex128
test/dynamo_skips/TestSparseCPU.test_permute_sparse_cpu_float64
test/dynamo_skips/TestSparseCPU.test_pickle_cpu_float64
test/dynamo_skips/TestSparseCPU.test_print_coalesced_cpu_float64
test/dynamo_skips/TestSparseCPU.test_print_uncoalesced_cpu_float64
test/dynamo_skips/TestSparseCPU.test_resize_cpu_complex128
test/dynamo_skips/TestSparseCPU.test_resize_cpu_float64
test/dynamo_skips/TestSparseCPU.test_saddmm_cpu_complex128
test/dynamo_skips/TestSparseCPU.test_saddmm_cpu_float64
test/dynamo_skips/TestSparseCPU.test_select_cpu_complex128
test/dynamo_skips/TestSparseCPU.test_select_cpu_float64
test/dynamo_skips/TestSparseCPU.test_select_no_type_promotion_cpu_int16
test/dynamo_skips/TestSparseCPU.test_select_no_type_promotion_cpu_int32
test/dynamo_skips/TestSparseCPU.test_select_no_type_promotion_cpu_int64
test/dynamo_skips/TestSparseCPU.test_select_no_type_promotion_cpu_int8
test/dynamo_skips/TestSparseCPU.test_select_no_type_promotion_cpu_uint8
test/dynamo_skips/TestSparseCPU.test_shared_cpu_complex128
test/dynamo_skips/TestSparseCPU.test_shared_cpu_float64
test/dynamo_skips/TestSparseCPU.test_small_nnz_coalesced_cpu
test/dynamo_skips/TestSparseCPU.test_spadd_cpu_float64
test/dynamo_skips/TestSparseCPU.test_sparse_add_coalesce_cpu_complex128
test/dynamo_skips/TestSparseCPU.test_sparse_add_coalesce_cpu_complex64
test/dynamo_skips/TestSparseCPU.test_sparse_add_coalesce_cpu_float32
test/dynamo_skips/TestSparseCPU.test_sparse_add_coalesce_cpu_float64
test/dynamo_skips/TestSparseCPU.test_sparse_add_out_bfloat16_cpu_float32
test/dynamo_skips/TestSparseCPU.test_sparse_addmm_cpu_bfloat16
test/dynamo_skips/TestSparseCPU.test_sparse_addmm_cpu_complex128
test/dynamo_skips/TestSparseCPU.test_sparse_addmm_cpu_float64
test/dynamo_skips/TestSparseCPU.test_sparse_broadcast_to_cpu_complex128
test/dynamo_skips/TestSparseCPU.test_sparse_broadcast_to_cpu_float64
test/dynamo_skips/TestSparseCPU.test_sparse_dense_mul_cpu_bool
test/dynamo_skips/TestSparseCPU.test_sparse_dense_mul_cpu_complex128
test/dynamo_skips/TestSparseCPU.test_sparse_dense_mul_cpu_complex64
test/dynamo_skips/TestSparseCPU.test_sparse_dense_mul_cpu_float32
test/dynamo_skips/TestSparseCPU.test_sparse_dense_mul_cpu_float64
test/dynamo_skips/TestSparseCPU.test_sparse_dense_mul_cpu_int16
test/dynamo_skips/TestSparseCPU.test_sparse_dense_mul_cpu_int32
test/dynamo_skips/TestSparseCPU.test_sparse_dense_mul_cpu_int64
test/dynamo_skips/TestSparseCPU.test_sparse_dense_mul_cpu_int8
test/dynamo_skips/TestSparseCPU.test_sparse_dense_mul_cpu_uint8
test/dynamo_skips/TestSparseCPU.test_sparse_mask_cpu_complex128
test/dynamo_skips/TestSparseCPU.test_sparse_mask_cpu_float64
test/dynamo_skips/TestSparseCPU.test_sparse_mask_hybrid_cpu_complex128
test/dynamo_skips/TestSparseCPU.test_sparse_mask_hybrid_cpu_float64
test/dynamo_skips/TestSparseCPU.test_sparse_mm_cpu_float64
test/dynamo_skips/TestSparseCPU.test_sparse_sparse_mul_cpu_complex128
test/dynamo_skips/TestSparseCPU.test_sparse_sparse_mul_cpu_complex64
test/dynamo_skips/TestSparseCPU.test_sparse_sparse_mul_cpu_float32
test/dynamo_skips/TestSparseCPU.test_sparse_sparse_mul_cpu_float64
test/dynamo_skips/TestSparseCPU.test_sparse_sparse_mul_cpu_int16
test/dynamo_skips/TestSparseCPU.test_sparse_sparse_mul_cpu_int32
test/dynamo_skips/TestSparseCPU.test_sparse_sparse_mul_cpu_int64
test/dynamo_skips/TestSparseCPU.test_sparse_sparse_mul_cpu_int8
test/dynamo_skips/TestSparseCPU.test_sparse_sparse_mul_cpu_uint8
test/dynamo_skips/TestSparseCPU.test_sparse_spdiags_cpu_bool
test/dynamo_skips/TestSparseCPU.test_sparse_spdiags_cpu_complex128
test/dynamo_skips/TestSparseCPU.test_sparse_spdiags_cpu_complex64
test/dynamo_skips/TestSparseCPU.test_sparse_spdiags_cpu_float32
test/dynamo_skips/TestSparseCPU.test_sparse_spdiags_cpu_float64
test/dynamo_skips/TestSparseCPU.test_sparse_spdiags_cpu_int16
test/dynamo_skips/TestSparseCPU.test_sparse_spdiags_cpu_int32
test/dynamo_skips/TestSparseCPU.test_sparse_spdiags_cpu_int64
test/dynamo_skips/TestSparseCPU.test_sparse_spdiags_cpu_int8
test/dynamo_skips/TestSparseCPU.test_sparse_spdiags_cpu_uint8
test/dynamo_skips/TestSparseCPU.test_sparse_sum_cpu_float64
test/dynamo_skips/TestSparseCPU.test_sparse_to_numpy_cpu
test/dynamo_skips/TestSparseCPU.test_sum_cpu_bool
test/dynamo_skips/TestSparseCPU.test_sum_cpu_complex128
test/dynamo_skips/TestSparseCPU.test_sum_cpu_complex64
test/dynamo_skips/TestSparseCPU.test_sum_cpu_float32
test/dynamo_skips/TestSparseCPU.test_sum_cpu_float64
test/dynamo_skips/TestSparseCPU.test_sum_cpu_int16
test/dynamo_skips/TestSparseCPU.test_sum_cpu_int32
test/dynamo_skips/TestSparseCPU.test_sum_cpu_int64
test/dynamo_skips/TestSparseCPU.test_sum_cpu_int8
test/dynamo_skips/TestSparseCPU.test_sum_cpu_uint8
test/dynamo_skips/TestSparseCPU.test_to_dense_hybrid_masked_cpu_complex128
test/dynamo_skips/TestSparseCPU.test_to_dense_hybrid_masked_cpu_float64
test/dynamo_skips/TestSparseCPU.test_to_dense_hybrid_sparse_cpu_complex128
test/dynamo_skips/TestSparseCPU.test_to_dense_hybrid_sparse_cpu_float64
test/dynamo_skips/TestSparseCPU.test_to_dense_with_gradcheck_masked_cpu_bfloat16
test/dynamo_skips/TestSparseCPU.test_to_dense_with_gradcheck_masked_cpu_complex128
test/dynamo_skips/TestSparseCPU.test_to_dense_with_gradcheck_masked_cpu_complex64
test/dynamo_skips/TestSparseCPU.test_to_dense_with_gradcheck_masked_cpu_float16
test/dynamo_skips/TestSparseCPU.test_to_dense_with_gradcheck_masked_cpu_float32
test/dynamo_skips/TestSparseCPU.test_to_dense_with_gradcheck_masked_cpu_float64
test/dynamo_skips/TestSparseCPU.test_to_dense_with_gradcheck_sparse_cpu_bfloat16
test/dynamo_skips/TestSparseCPU.test_to_dense_with_gradcheck_sparse_cpu_complex128
test/dynamo_skips/TestSparseCPU.test_to_dense_with_gradcheck_sparse_cpu_complex64
test/dynamo_skips/TestSparseCPU.test_to_dense_with_gradcheck_sparse_cpu_float16
test/dynamo_skips/TestSparseCPU.test_to_dense_with_gradcheck_sparse_cpu_float32
test/dynamo_skips/TestSparseCPU.test_to_dense_with_gradcheck_sparse_cpu_float64
test/dynamo_skips/TestSparseCPU.test_transpose_cpu_complex128
test/dynamo_skips/TestSparseCPU.test_transpose_cpu_float64
test/dynamo_skips/TestSparseCPU.test_unsqueeze_cpu_complex128
test/dynamo_skips/TestSparseCPU.test_unsqueeze_cpu_float64
test/dynamo_skips/TestSparseCPU.test_zeros_cpu_complex128
test/dynamo_skips/TestSparseCPU.test_zeros_cpu_float64
test/dynamo_skips/TestSparseCPU.test_zeros_like_cpu_complex128
test/dynamo_skips/TestSparseCPU.test_zeros_like_cpu_float64
test/dynamo_skips/TestSparseCSRCPU.test_addmm_errors_cpu_float32
test/dynamo_skips/TestSparseCSRCPU.test_block_triangular_solve_block_size_2_int32_noncontiguous_False_cpu_complex128
test/dynamo_skips/TestSparseCSRCPU.test_block_triangular_solve_block_size_2_int32_noncontiguous_False_cpu_complex64
test/dynamo_skips/TestSparseCSRCPU.test_block_triangular_solve_block_size_2_int32_noncontiguous_False_cpu_float32
test/dynamo_skips/TestSparseCSRCPU.test_block_triangular_solve_block_size_2_int32_noncontiguous_False_cpu_float64
test/dynamo_skips/TestSparseCSRCPU.test_block_triangular_solve_block_size_2_int32_noncontiguous_True_cpu_complex128
test/dynamo_skips/TestSparseCSRCPU.test_block_triangular_solve_block_size_2_int32_noncontiguous_True_cpu_complex64
test/dynamo_skips/TestSparseCSRCPU.test_block_triangular_solve_block_size_2_int32_noncontiguous_True_cpu_float32
test/dynamo_skips/TestSparseCSRCPU.test_block_triangular_solve_block_size_2_int32_noncontiguous_True_cpu_float64
test/dynamo_skips/TestSparseCSRCPU.test_block_triangular_solve_block_size_2_int64_noncontiguous_False_cpu_complex128
test/dynamo_skips/TestSparseCSRCPU.test_block_triangular_solve_block_size_2_int64_noncontiguous_False_cpu_complex64
test/dynamo_skips/TestSparseCSRCPU.test_block_triangular_solve_block_size_2_int64_noncontiguous_False_cpu_float32
test/dynamo_skips/TestSparseCSRCPU.test_block_triangular_solve_block_size_2_int64_noncontiguous_False_cpu_float64
test/dynamo_skips/TestSparseCSRCPU.test_block_triangular_solve_block_size_2_int64_noncontiguous_True_cpu_complex128
test/dynamo_skips/TestSparseCSRCPU.test_block_triangular_solve_block_size_2_int64_noncontiguous_True_cpu_complex64
test/dynamo_skips/TestSparseCSRCPU.test_block_triangular_solve_block_size_2_int64_noncontiguous_True_cpu_float32
test/dynamo_skips/TestSparseCSRCPU.test_block_triangular_solve_block_size_2_int64_noncontiguous_True_cpu_float64
test/dynamo_skips/TestSparseCSRCPU.test_block_triangular_solve_block_size_3_int32_noncontiguous_False_cpu_complex128
test/dynamo_skips/TestSparseCSRCPU.test_block_triangular_solve_block_size_3_int32_noncontiguous_False_cpu_complex64
test/dynamo_skips/TestSparseCSRCPU.test_block_triangular_solve_block_size_3_int32_noncontiguous_False_cpu_float32
test/dynamo_skips/TestSparseCSRCPU.test_block_triangular_solve_block_size_3_int32_noncontiguous_False_cpu_float64
test/dynamo_skips/TestSparseCSRCPU.test_block_triangular_solve_block_size_3_int32_noncontiguous_True_cpu_complex128
test/dynamo_skips/TestSparseCSRCPU.test_block_triangular_solve_block_size_3_int32_noncontiguous_True_cpu_complex64
test/dynamo_skips/TestSparseCSRCPU.test_block_triangular_solve_block_size_3_int32_noncontiguous_True_cpu_float32
test/dynamo_skips/TestSparseCSRCPU.test_block_triangular_solve_block_size_3_int32_noncontiguous_True_cpu_float64
test/dynamo_skips/TestSparseCSRCPU.test_block_triangular_solve_block_size_3_int64_noncontiguous_False_cpu_complex128
test/dynamo_skips/TestSparseCSRCPU.test_block_triangular_solve_block_size_3_int64_noncontiguous_False_cpu_complex64
test/dynamo_skips/TestSparseCSRCPU.test_block_triangular_solve_block_size_3_int64_noncontiguous_False_cpu_float32
test/dynamo_skips/TestSparseCSRCPU.test_block_triangular_solve_block_size_3_int64_noncontiguous_False_cpu_float64
test/dynamo_skips/TestSparseCSRCPU.test_block_triangular_solve_block_size_3_int64_noncontiguous_True_cpu_complex128
test/dynamo_skips/TestSparseCSRCPU.test_block_triangular_solve_block_size_3_int64_noncontiguous_True_cpu_complex64
test/dynamo_skips/TestSparseCSRCPU.test_block_triangular_solve_block_size_3_int64_noncontiguous_True_cpu_float32
test/dynamo_skips/TestSparseCSRCPU.test_block_triangular_solve_block_size_3_int64_noncontiguous_True_cpu_float64
test/dynamo_skips/TestSparseCSRCPU.test_csr_to_block_csr_blocksize_2_cpu_float64_int32
test/dynamo_skips/TestSparseCSRCPU.test_csr_to_block_csr_blocksize_2_cpu_float64_int64
test/dynamo_skips/TestSparseCSRCPU.test_csr_to_block_csr_blocksize_4_cpu_float64_int32
test/dynamo_skips/TestSparseCSRCPU.test_csr_to_block_csr_blocksize_4_cpu_float64_int64
test/dynamo_skips/TestSparseCSRCPU.test_dense_to_from_sparse_compressed_SparseBSC_Batched_NonHybrid_cpu
test/dynamo_skips/TestSparseCSRCPU.test_dense_to_from_sparse_compressed_SparseBSC_NonBatched_NonHybrid_cpu
test/dynamo_skips/TestSparseCSRCPU.test_dense_to_from_sparse_compressed_SparseBSR_Batched_NonHybrid_cpu
test/dynamo_skips/TestSparseCSRCPU.test_dense_to_from_sparse_compressed_SparseBSR_NonBatched_NonHybrid_cpu
test/dynamo_skips/TestSparseCSRCPU.test_dense_to_from_sparse_compressed_SparseCSC_Batched_NonHybrid_cpu
test/dynamo_skips/TestSparseCSRCPU.test_dense_to_from_sparse_compressed_SparseCSC_NonBatched_NonHybrid_cpu
test/dynamo_skips/TestSparseCSRCPU.test_dense_to_from_sparse_compressed_SparseCSR_Batched_NonHybrid_cpu
test/dynamo_skips/TestSparseCSRCPU.test_dense_to_from_sparse_compressed_SparseCSR_NonBatched_NonHybrid_cpu
test/dynamo_skips/TestSparseCSRCPU.test_mm_errors_cpu_float32
test/dynamo_skips/TestSparseCSRCPU.test_sparse_csc_to_dense_cpu_bfloat16
test/dynamo_skips/TestSparseCSRCPU.test_sparse_csc_to_dense_cpu_bool
test/dynamo_skips/TestSparseCSRCPU.test_sparse_csc_to_dense_cpu_complex128
test/dynamo_skips/TestSparseCSRCPU.test_sparse_csc_to_dense_cpu_complex64
test/dynamo_skips/TestSparseCSRCPU.test_sparse_csc_to_dense_cpu_float16
test/dynamo_skips/TestSparseCSRCPU.test_sparse_csc_to_dense_cpu_float32
test/dynamo_skips/TestSparseCSRCPU.test_sparse_csc_to_dense_cpu_float64
test/dynamo_skips/TestSparseCSRCPU.test_sparse_csc_to_dense_cpu_int16
test/dynamo_skips/TestSparseCSRCPU.test_sparse_csc_to_dense_cpu_int32
test/dynamo_skips/TestSparseCSRCPU.test_sparse_csc_to_dense_cpu_int64
test/dynamo_skips/TestSparseCSRCPU.test_sparse_csc_to_dense_cpu_int8
test/dynamo_skips/TestSparseCSRCPU.test_sparse_csc_to_dense_cpu_uint8
test/dynamo_skips/TestSparseCSRCPU.test_sparse_csr_to_dense_cpu_bfloat16
test/dynamo_skips/TestSparseCSRCPU.test_sparse_csr_to_dense_cpu_bool
test/dynamo_skips/TestSparseCSRCPU.test_sparse_csr_to_dense_cpu_complex128
test/dynamo_skips/TestSparseCSRCPU.test_sparse_csr_to_dense_cpu_complex64
test/dynamo_skips/TestSparseCSRCPU.test_sparse_csr_to_dense_cpu_float16
test/dynamo_skips/TestSparseCSRCPU.test_sparse_csr_to_dense_cpu_float32
test/dynamo_skips/TestSparseCSRCPU.test_sparse_csr_to_dense_cpu_float64
test/dynamo_skips/TestSparseCSRCPU.test_sparse_csr_to_dense_cpu_int16
test/dynamo_skips/TestSparseCSRCPU.test_sparse_csr_to_dense_cpu_int32
test/dynamo_skips/TestSparseCSRCPU.test_sparse_csr_to_dense_cpu_int64
test/dynamo_skips/TestSparseCSRCPU.test_sparse_csr_to_dense_cpu_int8
test/dynamo_skips/TestSparseCSRCPU.test_sparse_csr_to_dense_cpu_uint8
test/dynamo_skips/TestSparseCompressedCPU.test_select_copy_SparseBSC_int32_cpu_bfloat16
test/dynamo_skips/TestSparseCompressedCPU.test_select_copy_SparseBSC_int32_cpu_bool
test/dynamo_skips/TestSparseCompressedCPU.test_select_copy_SparseBSC_int32_cpu_complex128
test/dynamo_skips/TestSparseCompressedCPU.test_select_copy_SparseBSC_int32_cpu_complex64
test/dynamo_skips/TestSparseCompressedCPU.test_select_copy_SparseBSC_int32_cpu_float16
test/dynamo_skips/TestSparseCompressedCPU.test_select_copy_SparseBSC_int32_cpu_float32
test/dynamo_skips/TestSparseCompressedCPU.test_select_copy_SparseBSC_int32_cpu_float64
test/dynamo_skips/TestSparseCompressedCPU.test_select_copy_SparseBSC_int32_cpu_int16
test/dynamo_skips/TestSparseCompressedCPU.test_select_copy_SparseBSC_int32_cpu_int32
test/dynamo_skips/TestSparseCompressedCPU.test_select_copy_SparseBSC_int32_cpu_int64
test/dynamo_skips/TestSparseCompressedCPU.test_select_copy_SparseBSC_int32_cpu_int8
test/dynamo_skips/TestSparseCompressedCPU.test_select_copy_SparseBSC_int32_cpu_uint8
test/dynamo_skips/TestSparseCompressedCPU.test_select_copy_SparseBSC_int64_cpu_bfloat16
test/dynamo_skips/TestSparseCompressedCPU.test_select_copy_SparseBSC_int64_cpu_bool
test/dynamo_skips/TestSparseCompressedCPU.test_select_copy_SparseBSC_int64_cpu_complex128
test/dynamo_skips/TestSparseCompressedCPU.test_select_copy_SparseBSC_int64_cpu_complex64
test/dynamo_skips/TestSparseCompressedCPU.test_select_copy_SparseBSC_int64_cpu_float16
test/dynamo_skips/TestSparseCompressedCPU.test_select_copy_SparseBSC_int64_cpu_float32
test/dynamo_skips/TestSparseCompressedCPU.test_select_copy_SparseBSC_int64_cpu_float64
test/dynamo_skips/TestSparseCompressedCPU.test_select_copy_SparseBSC_int64_cpu_int16
test/dynamo_skips/TestSparseCompressedCPU.test_select_copy_SparseBSC_int64_cpu_int32
test/dynamo_skips/TestSparseCompressedCPU.test_select_copy_SparseBSC_int64_cpu_int64
test/dynamo_skips/TestSparseCompressedCPU.test_select_copy_SparseBSC_int64_cpu_int8
test/dynamo_skips/TestSparseCompressedCPU.test_select_copy_SparseBSC_int64_cpu_uint8
test/dynamo_skips/TestSparseCompressedCPU.test_select_copy_SparseBSR_int32_cpu_bfloat16
test/dynamo_skips/TestSparseCompressedCPU.test_select_copy_SparseBSR_int32_cpu_bool
test/dynamo_skips/TestSparseCompressedCPU.test_select_copy_SparseBSR_int32_cpu_complex128
test/dynamo_skips/TestSparseCompressedCPU.test_select_copy_SparseBSR_int32_cpu_complex64
test/dynamo_skips/TestSparseCompressedCPU.test_select_copy_SparseBSR_int32_cpu_float16
test/dynamo_skips/TestSparseCompressedCPU.test_select_copy_SparseBSR_int32_cpu_float32
test/dynamo_skips/TestSparseCompressedCPU.test_select_copy_SparseBSR_int32_cpu_float64
test/dynamo_skips/TestSparseCompressedCPU.test_select_copy_SparseBSR_int32_cpu_int16
test/dynamo_skips/TestSparseCompressedCPU.test_select_copy_SparseBSR_int32_cpu_int32
test/dynamo_skips/TestSparseCompressedCPU.test_select_copy_SparseBSR_int32_cpu_int64
test/dynamo_skips/TestSparseCompressedCPU.test_select_copy_SparseBSR_int32_cpu_int8
test/dynamo_skips/TestSparseCompressedCPU.test_select_copy_SparseBSR_int32_cpu_uint8
test/dynamo_skips/TestSparseCompressedCPU.test_select_copy_SparseBSR_int64_cpu_bfloat16
test/dynamo_skips/TestSparseCompressedCPU.test_select_copy_SparseBSR_int64_cpu_bool
test/dynamo_skips/TestSparseCompressedCPU.test_select_copy_SparseBSR_int64_cpu_complex128
test/dynamo_skips/TestSparseCompressedCPU.test_select_copy_SparseBSR_int64_cpu_complex64
test/dynamo_skips/TestSparseCompressedCPU.test_select_copy_SparseBSR_int64_cpu_float16
test/dynamo_skips/TestSparseCompressedCPU.test_select_copy_SparseBSR_int64_cpu_float32
test/dynamo_skips/TestSparseCompressedCPU.test_select_copy_SparseBSR_int64_cpu_float64
test/dynamo_skips/TestSparseCompressedCPU.test_select_copy_SparseBSR_int64_cpu_int16
test/dynamo_skips/TestSparseCompressedCPU.test_select_copy_SparseBSR_int64_cpu_int32
test/dynamo_skips/TestSparseCompressedCPU.test_select_copy_SparseBSR_int64_cpu_int64
test/dynamo_skips/TestSparseCompressedCPU.test_select_copy_SparseBSR_int64_cpu_int8
test/dynamo_skips/TestSparseCompressedCPU.test_select_copy_SparseBSR_int64_cpu_uint8
test/dynamo_skips/TestSparseCompressedCPU.test_select_copy_SparseCSC_int32_cpu_bfloat16
test/dynamo_skips/TestSparseCompressedCPU.test_select_copy_SparseCSC_int32_cpu_bool
test/dynamo_skips/TestSparseCompressedCPU.test_select_copy_SparseCSC_int32_cpu_complex128
test/dynamo_skips/TestSparseCompressedCPU.test_select_copy_SparseCSC_int32_cpu_complex64
test/dynamo_skips/TestSparseCompressedCPU.test_select_copy_SparseCSC_int32_cpu_float16
test/dynamo_skips/TestSparseCompressedCPU.test_select_copy_SparseCSC_int32_cpu_float32
test/dynamo_skips/TestSparseCompressedCPU.test_select_copy_SparseCSC_int32_cpu_float64
test/dynamo_skips/TestSparseCompressedCPU.test_select_copy_SparseCSC_int32_cpu_int16
test/dynamo_skips/TestSparseCompressedCPU.test_select_copy_SparseCSC_int32_cpu_int32
test/dynamo_skips/TestSparseCompressedCPU.test_select_copy_SparseCSC_int32_cpu_int64
test/dynamo_skips/TestSparseCompressedCPU.test_select_copy_SparseCSC_int32_cpu_int8
test/dynamo_skips/TestSparseCompressedCPU.test_select_copy_SparseCSC_int32_cpu_uint8
test/dynamo_skips/TestSparseCompressedCPU.test_select_copy_SparseCSC_int64_cpu_bfloat16
test/dynamo_skips/TestSparseCompressedCPU.test_select_copy_SparseCSC_int64_cpu_bool
test/dynamo_skips/TestSparseCompressedCPU.test_select_copy_SparseCSC_int64_cpu_complex128
test/dynamo_skips/TestSparseCompressedCPU.test_select_copy_SparseCSC_int64_cpu_complex64
test/dynamo_skips/TestSparseCompressedCPU.test_select_copy_SparseCSC_int64_cpu_float16
test/dynamo_skips/TestSparseCompressedCPU.test_select_copy_SparseCSC_int64_cpu_float32
test/dynamo_skips/TestSparseCompressedCPU.test_select_copy_SparseCSC_int64_cpu_float64
test/dynamo_skips/TestSparseCompressedCPU.test_select_copy_SparseCSC_int64_cpu_int16
test/dynamo_skips/TestSparseCompressedCPU.test_select_copy_SparseCSC_int64_cpu_int32
test/dynamo_skips/TestSparseCompressedCPU.test_select_copy_SparseCSC_int64_cpu_int64
test/dynamo_skips/TestSparseCompressedCPU.test_select_copy_SparseCSC_int64_cpu_int8
test/dynamo_skips/TestSparseCompressedCPU.test_select_copy_SparseCSC_int64_cpu_uint8
test/dynamo_skips/TestSparseCompressedCPU.test_select_copy_SparseCSR_int32_cpu_bfloat16
test/dynamo_skips/TestSparseCompressedCPU.test_select_copy_SparseCSR_int32_cpu_bool
test/dynamo_skips/TestSparseCompressedCPU.test_select_copy_SparseCSR_int32_cpu_complex128
test/dynamo_skips/TestSparseCompressedCPU.test_select_copy_SparseCSR_int32_cpu_complex64
test/dynamo_skips/TestSparseCompressedCPU.test_select_copy_SparseCSR_int32_cpu_float16
test/dynamo_skips/TestSparseCompressedCPU.test_select_copy_SparseCSR_int32_cpu_float32
test/dynamo_skips/TestSparseCompressedCPU.test_select_copy_SparseCSR_int32_cpu_float64
test/dynamo_skips/TestSparseCompressedCPU.test_select_copy_SparseCSR_int32_cpu_int16
test/dynamo_skips/TestSparseCompressedCPU.test_select_copy_SparseCSR_int32_cpu_int32
test/dynamo_skips/TestSparseCompressedCPU.test_select_copy_SparseCSR_int32_cpu_int64
test/dynamo_skips/TestSparseCompressedCPU.test_select_copy_SparseCSR_int32_cpu_int8
test/dynamo_skips/TestSparseCompressedCPU.test_select_copy_SparseCSR_int32_cpu_uint8
test/dynamo_skips/TestSparseCompressedCPU.test_select_copy_SparseCSR_int64_cpu_bfloat16
test/dynamo_skips/TestSparseCompressedCPU.test_select_copy_SparseCSR_int64_cpu_bool
test/dynamo_skips/TestSparseCompressedCPU.test_select_copy_SparseCSR_int64_cpu_complex128
test/dynamo_skips/TestSparseCompressedCPU.test_select_copy_SparseCSR_int64_cpu_complex64
test/dynamo_skips/TestSparseCompressedCPU.test_select_copy_SparseCSR_int64_cpu_float16
test/dynamo_skips/TestSparseCompressedCPU.test_select_copy_SparseCSR_int64_cpu_float32
test/dynamo_skips/TestSparseCompressedCPU.test_select_copy_SparseCSR_int64_cpu_float64
test/dynamo_skips/TestSparseCompressedCPU.test_select_copy_SparseCSR_int64_cpu_int16
test/dynamo_skips/TestSparseCompressedCPU.test_select_copy_SparseCSR_int64_cpu_int32
test/dynamo_skips/TestSparseCompressedCPU.test_select_copy_SparseCSR_int64_cpu_int64
test/dynamo_skips/TestSparseCompressedCPU.test_select_copy_SparseCSR_int64_cpu_int8
test/dynamo_skips/TestSparseCompressedCPU.test_select_copy_SparseCSR_int64_cpu_uint8
test/dynamo_skips/TestSparseMeta.test_basic
test/dynamo_skips/TestSqueeze.test_squeeze_type
test/dynamo_skips/TestStateDictHooks.test_load_state_dict_post_hook_swap_True
test/dynamo_skips/TestSubscripting.test_test_zero_rank
test/dynamo_skips/TestSymbolicShapeAnalysis.test_convolution_backward
test/dynamo_skips/TestSymbolicTracing.test_cpu_scalar_cuda
test/dynamo_skips/TestTEFuserDynamic.test_matmul
test/dynamo_skips/TestTEFuserDynamic.test_unary_ops
test/dynamo_skips/TestTEFuserStatic.test_skip_grad_in_check
test/dynamo_skips/TestTEFuserStatic.test_unary_ops
test/dynamo_skips/TestTensorBuiltins.test_scalar_to_num_conversions
test/dynamo_skips/TestTensorExprPyBind.test_kernel_with_custom_lowering
test/dynamo_skips/TestTorchFunctionMode.test_disable_subclass_not_mode
test/dynamo_skips/TestTorchTidyProfiler.test_optimizer
test/dynamo_skips/TestTorchTidyProfiler.test_optimizer_parameters_adam
test/dynamo_skips/TestTorchTidyProfiler.test_optimizer_parameters_sgd
test/dynamo_skips/TestTorchbind.test_default_args
test/dynamo_skips/TestTorchbind.test_lambda_as_constructor
test/dynamo_skips/TestTorchbind.test_profiler_custom_op
test/dynamo_skips/TestTorchbind.test_staticmethod
test/dynamo_skips/TestTorchbind.test_torchbind
test/dynamo_skips/TestTorchbind.test_torchbind_attr_exception
test/dynamo_skips/TestTorchbind.test_torchbind_class_attr_recursive
test/dynamo_skips/TestTorchbind.test_torchbind_class_attribute
test/dynamo_skips/TestTorchbind.test_torchbind_deepcopy
test/dynamo_skips/TestTorchbind.test_torchbind_def_property_getter_setter
test/dynamo_skips/TestTorchbind.test_torchbind_def_property_just_getter
test/dynamo_skips/TestTorchbind.test_torchbind_def_property_readwrite
test/dynamo_skips/TestTorchbind.test_torchbind_getattr
test/dynamo_skips/TestTorchbind.test_torchbind_getstate
test/dynamo_skips/TestTorchbind.test_torchbind_instantiate_missing_class
test/dynamo_skips/TestTorchbind.test_torchbind_lambda_method
test/dynamo_skips/TestTorchbind.test_torchbind_no_init
test/dynamo_skips/TestTorchbind.test_torchbind_optional_explicit_attr
test/dynamo_skips/TestTorchbind.test_torchbind_pass_wrong_type
test/dynamo_skips/TestTorchbind.test_torchbind_pickle_serialization
test/dynamo_skips/TestTorchbind.test_torchbind_python_deepcopy
test/dynamo_skips/TestTorchbind.test_torchbind_return_instance
test/dynamo_skips/TestTorchbind.test_torchbind_return_instance_from_method
test/dynamo_skips/TestTorchbind.test_torchbind_return_tuple
test/dynamo_skips/TestTorchbind.test_torchbind_save_load
test/dynamo_skips/TestTorchbind.test_torchbind_take_as_arg
test/dynamo_skips/TestTorchbind.test_torchbind_take_instance_as_method_arg
test/dynamo_skips/TestTorchbind.test_torchbind_tracing
test/dynamo_skips/TestTorchbind.test_torchbind_tracing_nested
test/dynamo_skips/TestTransformersCPU.test_decoder_padding_and_src_mask_bool_cpu
test/dynamo_skips/TestTypesAndAnnotation.test_pep585_type
test/dynamo_skips/TestTyping.test_optional_conversion
test/dynamo_skips/TestUnaryUfuncsCPU.test_sinc_cpu_float64
test/dynamo_skips/TestUnaryUfuncsCPU.test_special_i0_i1_vs_scipy_cpu_bfloat16
test/dynamo_skips/TestUnaryUfuncsCPU.test_special_i0_i1_vs_scipy_cpu_float32
test/dynamo_skips/TestUnaryUfuncsCPU.test_special_i0_i1_vs_scipy_cpu_float64
test/dynamo_skips/TestVerifyCorrectness.test_example_inputs
test/dynamo_skips/TestVmapOperators.test_conv2d
test/dynamo_skips/TestVstack.test_generator
test/dynamo_skips/TestWrapperSubclassAliasingCPU.test_wrapper_subclass_aliasing_cat_cpu_float32
test/dynamo_skips/TestWrapperSubclassAliasingCPU.test_wrapper_subclass_aliasing_custom_NumpyCatCustomOp_cpu_float32
test/dynamo_skips/TestWrapperSubclassAliasingCPU.test_wrapper_subclass_aliasing_custom_NumpyCubeCustomOp_cpu_float32
test/dynamo_skips/TestWrapperSubclassAliasingCPU.test_wrapper_subclass_aliasing_custom_NumpyMulCustomOp_cpu_float32
test/dynamo_skips/TestWrapperSubclassAliasingCPU.test_wrapper_subclass_aliasing_custom_NumpyNMSCustomOp_cpu_float32
test/dynamo_skips/TestWrapperSubclassAliasingCPU.test_wrapper_subclass_aliasing_custom_NumpyNonzeroCustomOp_cpu_float32
test/dynamo_skips/TestWrapperSubclassAliasingCPU.test_wrapper_subclass_aliasing_custom_NumpySortCustomOp_cpu_float32
test/dynamo_skips/TestWrapperSubclassAliasingCPU.test_wrapper_subclass_aliasing_custom_NumpySplitCopyCustomOp_cpu_float32
test/dynamo_skips/TestWrapperSubclassAliasingCPU.test_wrapper_subclass_aliasing_custom_NumpySplitCopyWithIntCustomOp_cpu_float32
test/dynamo_skips/TestWrapperSubclassAliasingCPU.test_wrapper_subclass_aliasing_custom_NumpyTakeCustomOp_cpu_float32
test/dynamo_skips/TestWrapperSubclassAliasingCPU.test_wrapper_subclass_aliasing_custom_NumpyViewCopyCustomOp_cpu_float32
test/dynamo_skips/TestWrapperSubclassAliasingCPU.test_wrapper_subclass_aliasing_mul_cpu_float32
test/dynamo_skips/TestWrapperSubclassAliasingCPU.test_wrapper_subclass_aliasing_native_batch_norm_cpu_float32
test/dynamo_skips/TestWrapperSubclassAliasingCPU.test_wrapper_subclass_aliasing_split_cpu_float32
test/dynamo_skips/TestWrapperSubclassAliasingCPU.test_wrapper_subclass_aliasing_split_list_args_cpu_float32
test/dynamo_skips/TestWrapperSubclassAliasingCPU.test_wrapper_subclass_aliasing_view_cpu_float32
test/dynamo_skips/TraceRuleTests.test_torch_name_rule_map_updated
test/error_messages/storage.py
test/expect/HasDecompTest.test_aten_core_operators.expect
test/expect/HasDecompTest.test_has_decomposition.expect
test/expect/TestAutograd.test_function-x_grad_desc.expect
test/expect/TestAutograd.test_function-y_grad_desc.expect
test/expect/TestFXAPIBackwardCompatibility.test_class_member_back_compat-fx_backcompat_class_members.expect
test/expect/TestFXAPIBackwardCompatibility.test_function_back_compat-fx_backcompat_function_signatures.expect
test/expect/TestJit.test_cu_escaped_number.expect
test/expect/TestJit.test_import_method.expect
test/expect/TestJit.test_non_ascii_string.expect
test/expect/TestJit.test_pretty_printer-empty_float_list_test.expect
test/expect/TestJit.test_pretty_printer-empty_int_list_test.expect
test/expect/TestJit.test_pretty_printer-if_one.expect
test/expect/TestJit.test_pretty_printer-if_test.expect
test/expect/TestJit.test_pretty_printer-loop_use_test.expect
test/expect/TestJit.test_pretty_printer-print_weird_test.expect
test/expect/TestJit.test_pretty_printer-python_op_name_test.expect
test/expect/TestJit.test_pretty_printer-while_if_test.expect
test/expect/TestJit.test_pretty_printer-while_test.expect
test/expect/TestPytorchExportModes.test_aten_fallback.expect
test/expect/TestPytorchExportModes.test_onnx_aten.expect
test/expect/TestScript.test_annot_ast_mypy_fn.expect
test/expect/TestScript.test_annot_ast_mypy_method.expect
test/expect/TestScript.test_annot_ast_py3_fn.expect
test/expect/TestScript.test_annot_ast_py3_method.expect
test/expect/TestScript.test_annot_string_mypy_fn.expect
test/expect/TestScript.test_annot_string_mypy_method.expect
test/expect/TestScript.test_annot_string_py3_fn.expect
test/expect/TestScript.test_annot_string_py3_method.expect
test/expect/TestScript.test_annotated_script_fn.expect
test/expect/TestScript.test_annotated_script_method.expect
test/expect/TestScript.test_format-stdout.expect
test/expect/TestScript.test_listconstruct_erasure.expect
test/expect/TestScript.test_parser_type_annotations.expect
test/expect/TestScript.test_parser_type_annotations_comment.expect
test/expect/TestScript.test_print-stdout.expect
test/expect/TestScript.test_python_frontend.expect
test/expect/TestScript.test_python_frontend_py2.expect
test/expect/TestScript.test_python_frontend_py3.expect
test/expect/TestScript.test_string_print-stdout.expect
test/expect/TestScript.test_torch_dot_tensor_annotation.expect
test/expect/TestSparseCPU.test_print_coalesced_cpu_float64.expect
test/expect/TestSparseCPU.test_print_uncoalesced_cpu_float64.expect
test/expect/TestSparseCUDA.test_print_coalesced_cuda_float64.expect
test/expect/TestSparseCUDA.test_print_uncoalesced_cuda_float64.expect
test/expect/TestSparseCompressedCPU.test_print_SparseBSC_cpu.expect
test/expect/TestSparseCompressedCPU.test_print_SparseBSR_cpu.expect
test/expect/TestSparseCompressedCPU.test_print_SparseCSC_cpu.expect
test/expect/TestSparseCompressedCPU.test_print_SparseCSR_cpu.expect
test/expect/TestSparseCompressedCUDA.test_print_SparseBSC_cuda.expect
test/expect/TestSparseCompressedCUDA.test_print_SparseBSR_cuda.expect
test/expect/TestSparseCompressedCUDA.test_print_SparseCSC_cuda.expect
test/expect/TestSparseCompressedCUDA.test_print_SparseCSR_cuda.expect
test/expect/TestSparseMPS.test_print_coalesced_mps_float32.expect
test/expect/TestSparseMPS.test_print_uncoalesced_mps_float32.expect
test/expect/TestSparseMeta.test_print_meta_SparseBSC_float64.expect
test/expect/TestSparseMeta.test_print_meta_SparseBSR_float64.expect
test/expect/TestSparseMeta.test_print_meta_SparseCOO_float64.expect
test/expect/TestSparseMeta.test_print_meta_SparseCSC_float64.expect
test/expect/TestSparseMeta.test_print_meta_SparseCSR_float64.expect
test/expect/TestTensorBoard.test_audio.expect
test/expect/TestTensorBoard.test_caffe2_simple_cnnmodel.expect
test/expect/TestTensorBoard.test_caffe2_simple_model.expect
test/expect/TestTensorBoard.test_histogram_auto.expect
test/expect/TestTensorBoard.test_histogram_doane.expect
test/expect/TestTensorBoard.test_histogram_fd.expect
test/expect/TestTensorBoard.test_hparams_bool.expect
test/expect/TestTensorBoard.test_hparams_number.expect
test/expect/TestTensorBoard.test_hparams_string.expect
test/expect/TestTensorBoard.test_image_with_3_channel_batched.expect
test/expect/TestTensorBoard.test_image_with_boxes.expect
test/expect/TestTensorBoard.test_image_with_one_channel.expect
test/expect/TestTensorBoard.test_image_with_one_channel_batched.expect
test/expect/TestTensorBoard.test_image_without_channel.expect
test/expect/TestTensorBoard.test_mesh.expect
test/expect/TestTensorBoard.test_nested_nn_squential.expect
test/expect/TestTensorBoard.test_pr_curve.expect
test/expect/TestTensorBoard.test_pr_curve_raw.expect
test/expect/TestTensorBoard.test_pytorch_graph.expect
test/expect/TestTensorBoard.test_scalar_new_style.expect
test/expect/TestTensorBoard.test_text.expect
test/expect/TestTensorBoard.test_video.expect
test/expect/TestTorch.test_is_nonzero-empty.expect
test/expect/TestTorch.test_is_nonzero-multiple.expect
test/expect/TestTorch.test_print-non_contiguous.expect
test/expect/__init__.py
test/export/__init__.py
test/export/opinfo_schema.py
test/export/random_dag.py
test/export/test_converter.py
test/export/test_cpp_serdes.py
test/export/test_db.py
test/export/test_draft_export.py
test/export/test_dynamic_shapes.py
test/export/test_experimental.py
test/export/test_export.py
test/export/test_export_opinfo.py
test/export/test_export_strict.py
test/export/test_export_training_ir_to_run_decomp.py
test/export/test_functionalized_assertions.py
test/export/test_hop.py
test/export/test_lift_unlift.py
test/export/test_nativert.py
test/export/test_package.py
test/export/test_pass_infra.py
test/export/test_passes.py
test/export/test_retraceability.py
test/export/test_schema.py
test/export/test_serdes.py
test/export/test_serialize.py
test/export/test_sparse.py
test/export/test_strict_export_v2.py
test/export/test_swap.py
test/export/test_tools.py
test/export/test_torchbind.py
test/export/test_tree_utils.py
test/export/test_unflatten.py
test/export/test_unflatten_training_ir.py
test/export/test_upgrader.py
test/export/test_verifier.py
test/export/testing.py
test/forward_backward_compatibility/check_forward_backward_compatibility.py
test/forward_backward_compatibility/dump_all_function_schemas.py
test/functorch/attn_ft.py
test/functorch/attn_positional.py
test/functorch/common_utils.py
test/functorch/discover_coverage.py
test/functorch/functorch_additional_op_db.py
test/functorch/test_ac.py
test/functorch/test_ac_knapsack.py
test/functorch/test_ac_logging.py
test/functorch/test_aot_joint_with_descriptors.py
test/functorch/test_aotdispatch.py
test/functorch/test_codegen_backward_epilogue.py
test/functorch/test_codegen_backward_prologue.py
test/functorch/test_codegen_debug_assert.py
test/functorch/test_codegen_dedup.py
test/functorch/test_codegen_mutation_epilogue.py
test/functorch/test_codegen_output_alias.py
test/functorch/test_codegen_runtime_wrapper.py
test/functorch/test_control_flow.py
test/functorch/test_control_flow_cuda_initialization.py
test/functorch/test_dims.py
test/functorch/test_eager_transforms.py
test/functorch/test_leaf_function.py
test/functorch/test_logging.py
test/functorch/test_memory_efficient_fusion.py
test/functorch/test_minifier.py
test/functorch/test_ops.py
test/functorch/test_parsing.py
test/functorch/test_rearrange.py
test/functorch/test_subclass_codegen.py
test/functorch/test_vmap.py
test/functorch/test_vmap_registrations.py
test/functorch/xfail_suggester.py
test/functorch/dim/test_getsetitem.py
test/functorch/dim/test_split.py
test/fx/named_tup.py
test/fx/quantization.py
test/fx/test_common_passes.py
test/fx/test_cse_pass.py
test/fx/test_dce_pass.py
test/fx/test_dynamism.py
test/fx/test_future.py
test/fx/test_fx_const_fold.py
test/fx/test_fx_node_hook.py
test/fx/test_fx_param_shape_control_flow.py
test/fx/test_fx_split.py
test/fx/test_fx_split_node_finder.py
test/fx/test_fx_traceback.py
test/fx/test_fx_xform_observer.py
test/fx/test_gradual_type.py
test/fx/test_graph_pickler.py
test/fx/test_lazy_graph_module.py
test/fx/test_matcher_utils.py
test/fx/test_net_min_base.py
test/fx/test_opaque_infrastructure.py
test/fx/test_partitioner_order.py
test/fx/test_pass_infra.py
test/fx/test_shape_inference.py
test/fx/test_source_matcher_utils.py
test/fx/test_subgraph_rewriter.py
test/fx/test_z3_gradual_types.py
test/higher_order_ops/test_debug_log.py
test/higher_order_ops/test_inline_asm_elementwise.py
test/higher_order_ops/test_invoke_quant.py
test/higher_order_ops/test_invoke_subgraph.py
test/higher_order_ops/test_local_map.py
test/higher_order_ops/test_print.py
test/higher_order_ops/test_with_effects.py
test/inductor/CMakeLists.txt
test/inductor/__init__.py
test/inductor/custom_inductor_config.py
test/inductor/custom_ops.cpp
test/inductor/indirect_assert_helper.py
test/inductor/minifier_smoke.py
test/inductor/opinfo_harness.py
test/inductor/s429861_repro.py
test/inductor/test_alignment.py
test/inductor/test_analysis.py
test/inductor/test_aot_inductor.py
test/inductor/test_aot_inductor_arrayref.py
test/inductor/test_aot_inductor_custom_ops.py
test/inductor/test_aot_inductor_package.py
test/inductor/test_aot_inductor_utils.py
test/inductor/test_aoti_cross_compile_windows.py
test/inductor/test_async_compile.py
test/inductor/test_augmented_graph_helper.py
test/inductor/test_auto_chunker.py
test/inductor/test_auto_functionalize.py
test/inductor/test_autoheuristic.py
test/inductor/test_b2b_gemm.py
test/inductor/test_benchmark_fusion.py
test/inductor/test_benchmarking.py
test/inductor/test_best_config.py
test/inductor/test_binary_folding.py
test/inductor/test_block_analysis.py
test/inductor/test_block_ptr_store_dtype.py
test/inductor/test_cache.py
test/inductor/test_caching.py
test/inductor/test_ck_backend.py
test/inductor/test_codecache.py
test/inductor/test_codegen_triton.py
test/inductor/test_collective_autotuning.py
test/inductor/test_combo_kernels.py
test/inductor/test_comm_analysis.py
test/inductor/test_compile.py
test/inductor/test_compile_subprocess.py
test/inductor/test_compile_worker.py
test/inductor/test_compiled_autograd.py
test/inductor/test_compiled_fx_graph_serialization.py
test/inductor/test_compiled_optimizers.py
test/inductor/test_config.py
test/inductor/test_control_deps.py
test/inductor/test_control_flow.py
test/inductor/test_cooperative_reductions.py
test/inductor/test_coordinate_descent_tuner.py
test/inductor/test_cpp_wrapper_hipify.py
test/inductor/test_cpu_cpp_wrapper.py
test/inductor/test_cpu_repro.py
test/inductor/test_cpu_select_algorithm.py
test/inductor/test_cuda_repro.py
test/inductor/test_cudacodecache.py
test/inductor/test_cudagraph_trees.py
test/inductor/test_cudagraph_trees_expandable_segments.py
test/inductor/test_custom_lowering.py
test/inductor/test_custom_op_autotune.py
test/inductor/test_custom_op_out_lowering.py
test/inductor/test_custom_partitioner_fn.py
test/inductor/test_custom_post_grad_passes.py
test/inductor/test_cutedsl_grouped_mm.py
test/inductor/test_cutedsl_template.py
test/inductor/test_cutlass_backend.py
test/inductor/test_cutlass_evt.py
test/inductor/test_cutlass_fallback.py
test/inductor/test_debug_trace.py
test/inductor/test_decompose_mem_bound_mm.py
test/inductor/test_dependencies.py
test/inductor/test_deterministic.py
test/inductor/test_device_assert.py
test/inductor/test_distributed_patterns.py
test/inductor/test_dropout_align_random_eager.py
test/inductor/test_efficient_conv_bn_eval.py
test/inductor/test_exc_lowering_stack_trace.py
test/inductor/test_extension_backend.py
test/inductor/test_external_callables.py
test/inductor/test_flex_attention.py
test/inductor/test_flex_decoding.py
test/inductor/test_flex_flash.py
test/inductor/test_foreach.py
test/inductor/test_fp8.py
test/inductor/test_fused_attention.py
test/inductor/test_fusion_regions.py
test/inductor/test_fuzzer.py
test/inductor/test_fx_fusion.py
test/inductor/test_fxir_backend.py
test/inductor/test_gpu_cpp_wrapper.py
test/inductor/test_gpu_select_algorithm.py
test/inductor/test_graph_transform_observer.py
test/inductor/test_group_batch_fusion.py
test/inductor/test_halide.py
test/inductor/test_helion_kernels.py
test/inductor/test_indexing.py
test/inductor/test_inductor_annotations.py
test/inductor/test_inductor_freezing.py
test/inductor/test_inductor_scheduler.py
test/inductor/test_inductor_utils.py
test/inductor/test_inplace_padding.py
test/inductor/test_inplacing_pass.py
test/inductor/test_kernel_benchmark.py
test/inductor/test_kernel_optimization.py
test/inductor/test_layout_optim.py
test/inductor/test_lookup_table.py
test/inductor/test_loop_ordering.py
test/inductor/test_max_autotune.py
test/inductor/test_max_autotune_blackwell.py
test/inductor/test_mem_estimation.py
test/inductor/test_memory.py
test/inductor/test_memory_planning.py
test/inductor/test_metrics.py
test/inductor/test_minifier.py
test/inductor/test_minifier_isolate.py
test/inductor/test_minifier_utils.py
test/inductor/test_mix_order_reduction.py
test/inductor/test_mkldnn_pattern_matcher.py
test/inductor/test_mmdecomp.py
test/inductor/test_move_constructors_to_gpu.py
test/inductor/test_mps_basic.py
test/inductor/test_multi_kernel.py
test/inductor/test_native_matmul.py
test/inductor/test_needs_exact_strides.py
test/inductor/test_nv_universal_gemm.py
test/inductor/test_online_softmax.py
test/inductor/test_op_completeness.py
test/inductor/test_op_dtype_prop.py
test/inductor/test_ordered_set.py
test/inductor/test_pad_as_cat.py
test/inductor/test_pad_mm.py
test/inductor/test_padding.py
test/inductor/test_pallas.py
test/inductor/test_pattern_matcher.py
test/inductor/test_perf.py
test/inductor/test_profiler.py
test/inductor/test_provenance_tracing.py
test/inductor/test_quantization.py
test/inductor/test_remote_cache.py
test/inductor/test_scatter_optimization.py
test/inductor/test_segmented_tree.py
test/inductor/test_select_algorithm.py
test/inductor/test_selective_lowering.py
test/inductor/test_smoke.py
test/inductor/test_snode_runtime.py
test/inductor/test_split_cat_fx_aten_passes.py
test/inductor/test_split_cat_fx_passes.py
test/inductor/test_static_triton_launcher.py
test/inductor/test_subgraph_choice.py
test/inductor/test_template_heuristics_registry.py
test/inductor/test_torchbind.py
test/inductor/test_torchinductor.py
test/inductor/test_torchinductor_codegen_config_overrides.py
test/inductor/test_torchinductor_codegen_dynamic_shapes.py
test/inductor/test_torchinductor_dynamic_shapes.py
test/inductor/test_torchinductor_opinfo.py
test/inductor/test_torchinductor_opinfo_properties.py
test/inductor/test_torchinductor_strided_blocks.py
test/inductor/test_triton_cpu_backend.py
test/inductor/test_triton_extension_backend.py
test/inductor/test_triton_helpers.py
test/inductor/test_triton_heuristics.py
test/inductor/test_triton_kernels.py
test/inductor/test_triton_syntax.py
test/inductor/test_triton_wrapper.py
test/inductor/test_unbacked_symints.py
test/inductor/test_user_streams.py
test/inductor/test_utils.py
test/inductor/test_xpu_basic.py
test/inductor/cpp/CMakeLists.txt
test/inductor/cpp/test.sh
test/inductor/cpp/test_cpp_prefix.cpp
test/inductor/extension_backends/__init__.py
test/inductor/extension_backends/cpp/__init__.py
test/inductor/extension_backends/cpp/extension_codegen_backend.py
test/inductor/extension_backends/cpp/extension_device.cpp
test/inductor/extension_backends/triton/__init__.py
test/inductor/extension_backends/triton/device_interface.py
test/inductor/extension_backends/triton/extension_codegen_backend.py
test/inductor/extension_backends/triton/extension_triton_heuristics.py
test/inductor/pallas_expected_failures/CpuTests.test_AllenaiLongformerBase_repro_cpu
test/inductor/pallas_expected_failures/CpuTests.test__dyn_quant_matmul_4bit_bf16_input_cpu
test/inductor/pallas_expected_failures/CpuTests.test_adaptive_avg_pool2d1_combo_kernels_False_cpu
test/inductor/pallas_expected_failures/CpuTests.test_adaptive_avg_pool2d1_combo_kernels_True_cpu
test/inductor/pallas_expected_failures/CpuTests.test_adaptive_max_pool2d1_cpu
test/inductor/pallas_expected_failures/CpuTests.test_adaptive_max_pool2d3_cpu
test/inductor/pallas_expected_failures/CpuTests.test_alexnet_prefix_cpu
test/inductor/pallas_expected_failures/CpuTests.test_as_strided_cpu
test/inductor/pallas_expected_failures/CpuTests.test_as_strided_on_split_view_cpu
test/inductor/pallas_expected_failures/CpuTests.test_as_strided_scatter_cpu
test/inductor/pallas_expected_failures/CpuTests.test_avg_pool2d_backward2_cpu
test/inductor/pallas_expected_failures/CpuTests.test_avg_pool2d_backward3_cpu
test/inductor/pallas_expected_failures/CpuTests.test_avg_pool2d_backward_cpu
test/inductor/pallas_expected_failures/CpuTests.test_avg_pool3d_backward2_cpu
test/inductor/pallas_expected_failures/CpuTests.test_avg_pool3d_backward3_cpu
test/inductor/pallas_expected_failures/CpuTests.test_avg_pool3d_backward_cpu
test/inductor/pallas_expected_failures/CpuTests.test_buffer_batch_norm_cpu
test/inductor/pallas_expected_failures/CpuTests.test_buffer_copied_in_graph_cpu
test/inductor/pallas_expected_failures/CpuTests.test_buffer_copied_in_graph_with_different_shapes_cpu
test/inductor/pallas_expected_failures/CpuTests.test_buffer_use_after_remove_cpu
test/inductor/pallas_expected_failures/CpuTests.test_cat_of_loops_and_extern_kernel_cpu
test/inductor/pallas_expected_failures/CpuTests.test_cauchy_cpu
test/inductor/pallas_expected_failures/CpuTests.test_conv_with_as_strided_cpu
test/inductor/pallas_expected_failures/CpuTests.test_cumprod_backward_cpu
test/inductor/pallas_expected_failures/CpuTests.test_cumprod_backward_with_zeros_cpu
test/inductor/pallas_expected_failures/CpuTests.test_data_type_propogation_cpu
test/inductor/pallas_expected_failures/CpuTests.test_div_precision_cpu
test/inductor/pallas_expected_failures/CpuTests.test_dont_constant_fold_cpu
test/inductor/pallas_expected_failures/CpuTests.test_dtype_sympy_expr_cpu
test/inductor/pallas_expected_failures/CpuTests.test_fractional_max_pool2d1_cpu
test/inductor/pallas_expected_failures/CpuTests.test_fractional_max_pool2d2_cpu
test/inductor/pallas_expected_failures/CpuTests.test_fractional_max_pool2d3_cpu
test/inductor/pallas_expected_failures/CpuTests.test_fractional_max_pool2d4_cpu
test/inductor/pallas_expected_failures/CpuTests.test_fractional_max_pool2d5_cpu
test/inductor/pallas_expected_failures/CpuTests.test_gather1_cpu
test/inductor/pallas_expected_failures/CpuTests.test_gather3_cpu
test/inductor/pallas_expected_failures/CpuTests.test_graph_partition_mutation_real_name_cpu
test/inductor/pallas_expected_failures/CpuTests.test_graph_partition_pad_dynamic_cpu
test/inductor/pallas_expected_failures/CpuTests.test_grid_sampler_2d_cpu
test/inductor/pallas_expected_failures/CpuTests.test_index_put4_cpu
test/inductor/pallas_expected_failures/CpuTests.test_index_reduce_on_view_input_cpu
test/inductor/pallas_expected_failures/CpuTests.test_index_select_cpu
test/inductor/pallas_expected_failures/CpuTests.test_indirect_load_broadcast_cpu
test/inductor/pallas_expected_failures/CpuTests.test_invalid_operand_issue1_cpu
test/inductor/pallas_expected_failures/CpuTests.test_max_pool2d6_dilation_1_cpu
test/inductor/pallas_expected_failures/CpuTests.test_max_pool2d6_dilation_2_cpu
test/inductor/pallas_expected_failures/CpuTests.test_mutations_loop_fusion_cpu
test/inductor/pallas_expected_failures/CpuTests.test_nll_loss_backward_cpu
test/inductor/pallas_expected_failures/CpuTests.test_one_hot_cpu
test/inductor/pallas_expected_failures/CpuTests.test_output_strides_cpu
test/inductor/pallas_expected_failures/CpuTests.test_pixel_shuffle_channels_last_cpu
test/inductor/pallas_expected_failures/CpuTests.test_remove_noop_copy_cpu
test/inductor/pallas_expected_failures/CpuTests.test_repeat_interleave_cpu
test/inductor/pallas_expected_failures/CpuTests.test_resize_as_cpu
test/inductor/pallas_expected_failures/CpuTests.test_resize_cpu
test/inductor/pallas_expected_failures/CpuTests.test_select_scatter_cpu
test/inductor/pallas_expected_failures/CpuTests.test_select_scatter_dtype_consistency_cpu
test/inductor/pallas_expected_failures/CpuTests.test_slice_mutation3_cpu
test/inductor/pallas_expected_failures/CpuTests.test_slice_scatter_backward_with_overlapping_base_cpu
test/inductor/pallas_expected_failures/CpuTests.test_slice_scatter_cpu
test/inductor/pallas_expected_failures/CpuTests.test_slice_scatter_reinplace_cpu
test/inductor/pallas_expected_failures/CpuTests.test_stack_cpu
test/inductor/pallas_expected_failures/CpuTests.test_tensor_index_put_slice_cpu
test/inductor/pallas_expected_failures/CpuTests.test_tensor_index_slice_cpu
test/inductor/pallas_expected_failures/CpuTests.test_views1_cpu
test/inductor/pallas_expected_failures/CpuTests.test_weight_norm_bwd_cpu
test/inductor/pallas_expected_failures/SweepInputsGPUTest.test_cuda_broadcast1_transposed
test/inductor/pallas_expected_failures/SweepInputsGPUTest.test_cuda_broadcast2_transposed
test/inductor/pallas_expected_failures/SweepInputsGPUTest.test_cuda_broadcast3_transposed
test/inductor/pallas_expected_failures/SweepInputsGPUTest.test_cuda_int_transposed
test/inductor/pallas_expected_failures/SweepInputsGPUTest.test_cuda_transposed_broadcast1
test/inductor/pallas_expected_failures/SweepInputsGPUTest.test_cuda_transposed_broadcast2
test/inductor/pallas_expected_failures/SweepInputsGPUTest.test_cuda_transposed_broadcast3
test/inductor/pallas_expected_failures/SweepInputsGPUTest.test_cuda_transposed_dense
test/inductor/pallas_expected_failures/SweepInputsGPUTest.test_cuda_transposed_int
test/inductor/pallas_expected_failures/SweepInputsGPUTest.test_cuda_transposed_strided
test/inductor/pallas_expected_failures/SweepInputsGPUTest.test_cuda_transposed_transposed
test/inductor/pallas_expected_failures/SweepInputsTpuTest.test_tpu_broadcast3_broadcast3
test/inductor/pallas_skip_tests/CpuTests.test_adaptive_avg_pool_errors_with_long_cpu
test/inductor/pallas_skip_tests/CpuTests.test_addcmul_fma_uses_fma_instruction_cpu
test/inductor/pallas_skip_tests/CpuTests.test_addcmul_type_promotion_cpu
test/inductor/pallas_skip_tests/CpuTests.test_combo_kernel_store_mask_cpu
test/inductor/pallas_skip_tests/CpuTests.test_constant_pad_2d_strides_nonpositive_cpu
test/inductor/pallas_skip_tests/CpuTests.test_conv_transpose_zero_size_output_cpu
test/inductor/pallas_skip_tests/CpuTests.test_copy_non_blocking_is_pinned_use_cat_True_cpu
test/inductor/pallas_skip_tests/CpuTests.test_cpu_scalar_with_gpu_tensor_cpp_cpu
test/inductor/pallas_skip_tests/CpuTests.test_cpu_scalar_with_gpu_tensor_cpu
test/inductor/pallas_skip_tests/CpuTests.test_cpu_scalar_with_gpu_tensor_dynamic_cpu
test/inductor/pallas_skip_tests/CpuTests.test_custom_op_fixed_layout_channels_last_cpu
test/inductor/pallas_skip_tests/CpuTests.test_emulate_precision_triton_fp_fusion_cpu
test/inductor/pallas_skip_tests/CpuTests.test_gpu_scalar_with_gpu_tensor_cpu
test/inductor/pallas_skip_tests/CpuTests.test_large_block_sizes_cpu
test/inductor/pallas_skip_tests/CpuTests.test_like_rands3_cpu
test/inductor/pallas_skip_tests/CpuTests.test_linalg_eig_stride_consistency_cpu
test/inductor/pallas_skip_tests/CpuTests.test_mix_device_index_cpu
test/inductor/pallas_skip_tests/CpuTests.test_nan_assert_inside_triton_kernel_cpu
test/inductor/pallas_skip_tests/CpuTests.test_pdl_mutation_cpu
test/inductor/pallas_skip_tests/CpuTests.test_pdl_template_and_delay_cpu
test/inductor/pallas_skip_tests/CpuTests.test_prepare_softmax_with_fast_math_cpu
test/inductor/pallas_skip_tests/CpuTests.test_repeat_interleave_decomposition_has_clamp_cpu
test/inductor/pallas_skip_tests/CpuTests.test_sdpa_unaligned_mask_cpu
test/inductor/pallas_skip_tests/CpuTests.test_tmp_not_defined_issue3_cpu
test/inductor/pallas_skip_tests/CpuTests.test_triton_argmin_argmax_transpose_logical_index_cpu
test/inductor_expected_failures/TestCommonCPU.test_out_linalg_matrix_rank_cpu_float32
test/inductor_expected_failures/TestCommonCPU.test_out_linalg_matrix_rank_hermitian_cpu_float32
test/inductor_expected_failures/TestCommonCUDA.test_out_linalg_matrix_rank_cuda_float32
test/inductor_expected_failures/TestCommonCUDA.test_out_linalg_matrix_rank_hermitian_cuda_float32
test/inductor_expected_failures/TestMathBitsCPU.test_conj_view_add_cpu_complex64
test/inductor_expected_failures/TestMathBitsCPU.test_conj_view_addbmm_cpu_complex64
test/inductor_expected_failures/TestMathBitsCPU.test_conj_view_addcdiv_cpu_complex64
test/inductor_expected_failures/TestMathBitsCPU.test_conj_view_addcmul_cpu_complex64
test/inductor_expected_failures/TestMathBitsCPU.test_conj_view_addmm_cpu_complex64
test/inductor_expected_failures/TestMathBitsCPU.test_conj_view_addmm_decomposed_cpu_complex64
test/inductor_expected_failures/TestMathBitsCPU.test_conj_view_addmv_cpu_complex64
test/inductor_expected_failures/TestMathBitsCPU.test_conj_view_addr_cpu_complex64
test/inductor_expected_failures/TestMathBitsCPU.test_conj_view_baddbmm_cpu_complex64
test/inductor_expected_failures/TestMathBitsCPU.test_conj_view_div_no_rounding_mode_cpu_complex64
test/inductor_expected_failures/TestMathBitsCPU.test_conj_view_index_add_cpu_complex64
test/inductor_expected_failures/TestMathBitsCPU.test_conj_view_index_copy_cpu_complex64
test/inductor_expected_failures/TestMathBitsCPU.test_conj_view_index_fill_cpu_complex64
test/inductor_expected_failures/TestMathBitsCPU.test_conj_view_index_put_cpu_complex64
test/inductor_expected_failures/TestMathBitsCPU.test_conj_view_lerp_cpu_complex64
test/inductor_expected_failures/TestMathBitsCPU.test_conj_view_masked_fill_cpu_complex64
test/inductor_expected_failures/TestMathBitsCPU.test_conj_view_masked_scatter_cpu_complex64
test/inductor_expected_failures/TestMathBitsCPU.test_conj_view_mul_cpu_complex64
test/inductor_expected_failures/TestMathBitsCPU.test_conj_view_pow_cpu_complex64
test/inductor_expected_failures/TestMathBitsCPU.test_conj_view_put_cpu_complex64
test/inductor_expected_failures/TestMathBitsCPU.test_conj_view_scatter_add_cpu_complex64
test/inductor_expected_failures/TestMathBitsCPU.test_conj_view_scatter_cpu_complex64
test/inductor_expected_failures/TestMathBitsCPU.test_conj_view_sub_cpu_complex64
test/inductor_expected_failures/TestMathBitsCPU.test_conj_view_true_divide_cpu_complex64
test/inductor_expected_failures/TestMathBitsCPU.test_neg_conj_view_add_cpu_complex128
test/inductor_expected_failures/TestMathBitsCPU.test_neg_conj_view_addbmm_cpu_complex128
test/inductor_expected_failures/TestMathBitsCPU.test_neg_conj_view_addcdiv_cpu_complex128
test/inductor_expected_failures/TestMathBitsCPU.test_neg_conj_view_addcmul_cpu_complex128
test/inductor_expected_failures/TestMathBitsCPU.test_neg_conj_view_addmm_cpu_complex128
test/inductor_expected_failures/TestMathBitsCPU.test_neg_conj_view_addmm_decomposed_cpu_complex128
test/inductor_expected_failures/TestMathBitsCPU.test_neg_conj_view_addmv_cpu_complex128
test/inductor_expected_failures/TestMathBitsCPU.test_neg_conj_view_addr_cpu_complex128
test/inductor_expected_failures/TestMathBitsCPU.test_neg_conj_view_baddbmm_cpu_complex128
test/inductor_expected_failures/TestMathBitsCPU.test_neg_conj_view_div_no_rounding_mode_cpu_complex128
test/inductor_expected_failures/TestMathBitsCPU.test_neg_conj_view_float_power_cpu_complex128
test/inductor_expected_failures/TestMathBitsCPU.test_neg_conj_view_index_add_cpu_complex128
test/inductor_expected_failures/TestMathBitsCPU.test_neg_conj_view_index_copy_cpu_complex128
test/inductor_expected_failures/TestMathBitsCPU.test_neg_conj_view_lerp_cpu_complex128
test/inductor_expected_failures/TestMathBitsCPU.test_neg_conj_view_masked_scatter_cpu_complex128
test/inductor_expected_failures/TestMathBitsCPU.test_neg_conj_view_mul_cpu_complex128
test/inductor_expected_failures/TestMathBitsCPU.test_neg_conj_view_pow_cpu_complex128
test/inductor_expected_failures/TestMathBitsCPU.test_neg_conj_view_put_cpu_complex128
test/inductor_expected_failures/TestMathBitsCPU.test_neg_conj_view_scatter_add_cpu_complex128
test/inductor_expected_failures/TestMathBitsCPU.test_neg_conj_view_scatter_cpu_complex128
test/inductor_expected_failures/TestMathBitsCPU.test_neg_conj_view_sub_cpu_complex128
test/inductor_expected_failures/TestMathBitsCPU.test_neg_conj_view_true_divide_cpu_complex128
test/inductor_expected_failures/TestMathBitsCPU.test_neg_view_abs_cpu_float64
test/inductor_expected_failures/TestMathBitsCPU.test_neg_view_acos_cpu_float64
test/inductor_expected_failures/TestMathBitsCPU.test_neg_view_acosh_cpu_float64
test/inductor_expected_failures/TestMathBitsCPU.test_neg_view_add_cpu_float64
test/inductor_expected_failures/TestMathBitsCPU.test_neg_view_addbmm_cpu_float64
test/inductor_expected_failures/TestMathBitsCPU.test_neg_view_addcdiv_cpu_float64
test/inductor_expected_failures/TestMathBitsCPU.test_neg_view_addcmul_cpu_float64
test/inductor_expected_failures/TestMathBitsCPU.test_neg_view_addmm_cpu_float64
test/inductor_expected_failures/TestMathBitsCPU.test_neg_view_addmm_decomposed_cpu_float64
test/inductor_expected_failures/TestMathBitsCPU.test_neg_view_addmv_cpu_float64
test/inductor_expected_failures/TestMathBitsCPU.test_neg_view_addr_cpu_float64
test/inductor_expected_failures/TestMathBitsCPU.test_neg_view_asin_cpu_float64
test/inductor_expected_failures/TestMathBitsCPU.test_neg_view_asinh_cpu_float64
test/inductor_expected_failures/TestMathBitsCPU.test_neg_view_atan2_cpu_float64
test/inductor_expected_failures/TestMathBitsCPU.test_neg_view_atan_cpu_float64
test/inductor_expected_failures/TestMathBitsCPU.test_neg_view_atanh_cpu_float64
test/inductor_expected_failures/TestMathBitsCPU.test_neg_view_baddbmm_cpu_float64
test/inductor_expected_failures/TestMathBitsCPU.test_neg_view_ceil_cpu_float64
test/inductor_expected_failures/TestMathBitsCPU.test_neg_view_clamp_cpu_float64
test/inductor_expected_failures/TestMathBitsCPU.test_neg_view_clamp_max_cpu_float64
test/inductor_expected_failures/TestMathBitsCPU.test_neg_view_clamp_min_cpu_float64
test/inductor_expected_failures/TestMathBitsCPU.test_neg_view_conj_physical_cpu_float64
test/inductor_expected_failures/TestMathBitsCPU.test_neg_view_copysign_cpu_float64
test/inductor_expected_failures/TestMathBitsCPU.test_neg_view_cos_cpu_float64
test/inductor_expected_failures/TestMathBitsCPU.test_neg_view_cosh_cpu_float64
test/inductor_expected_failures/TestMathBitsCPU.test_neg_view_cumprod_cpu_float64
test/inductor_expected_failures/TestMathBitsCPU.test_neg_view_cumsum_cpu_float64
test/inductor_expected_failures/TestMathBitsCPU.test_neg_view_deg2rad_cpu_float64
test/inductor_expected_failures/TestMathBitsCPU.test_neg_view_digamma_cpu_float64
test/inductor_expected_failures/TestMathBitsCPU.test_neg_view_div_floor_rounding_cpu_float64
test/inductor_expected_failures/TestMathBitsCPU.test_neg_view_div_no_rounding_mode_cpu_float64
test/inductor_expected_failures/TestMathBitsCPU.test_neg_view_div_trunc_rounding_cpu_float64
test/inductor_expected_failures/TestMathBitsCPU.test_neg_view_erf_cpu_float64
test/inductor_expected_failures/TestMathBitsCPU.test_neg_view_erfc_cpu_float64
test/inductor_expected_failures/TestMathBitsCPU.test_neg_view_erfinv_cpu_float64
test/inductor_expected_failures/TestMathBitsCPU.test_neg_view_exp2_cpu_float64
test/inductor_expected_failures/TestMathBitsCPU.test_neg_view_exp_cpu_float64
test/inductor_expected_failures/TestMathBitsCPU.test_neg_view_expm1_cpu_float64
test/inductor_expected_failures/TestMathBitsCPU.test_neg_view_fill_cpu_float64
test/inductor_expected_failures/TestMathBitsCPU.test_neg_view_float_power_cpu_float64
test/inductor_expected_failures/TestMathBitsCPU.test_neg_view_floor_cpu_float64
test/inductor_expected_failures/TestMathBitsCPU.test_neg_view_floor_divide_cpu_float64
test/inductor_expected_failures/TestMathBitsCPU.test_neg_view_fmod_cpu_float64
test/inductor_expected_failures/TestMathBitsCPU.test_neg_view_frac_cpu_float64
test/inductor_expected_failures/TestMathBitsCPU.test_neg_view_heaviside_cpu_float64
test/inductor_expected_failures/TestMathBitsCPU.test_neg_view_hypot_cpu_float64
test/inductor_expected_failures/TestMathBitsCPU.test_neg_view_i0_cpu_float64
test/inductor_expected_failures/TestMathBitsCPU.test_neg_view_igamma_cpu_float64
test/inductor_expected_failures/TestMathBitsCPU.test_neg_view_igammac_cpu_float64
test/inductor_expected_failures/TestMathBitsCPU.test_neg_view_index_add_cpu_float64
test/inductor_expected_failures/TestMathBitsCPU.test_neg_view_index_copy_cpu_float64
test/inductor_expected_failures/TestMathBitsCPU.test_neg_view_index_fill_cpu_float64
test/inductor_expected_failures/TestMathBitsCPU.test_neg_view_index_reduce_amax_cpu_float64
test/inductor_expected_failures/TestMathBitsCPU.test_neg_view_index_reduce_amin_cpu_float64
test/inductor_expected_failures/TestMathBitsCPU.test_neg_view_index_reduce_mean_cpu_float64
test/inductor_expected_failures/TestMathBitsCPU.test_neg_view_index_reduce_prod_cpu_float64
test/inductor_expected_failures/TestMathBitsCPU.test_neg_view_lerp_cpu_float64
test/inductor_expected_failures/TestMathBitsCPU.test_neg_view_lgamma_cpu_float64
test/inductor_expected_failures/TestMathBitsCPU.test_neg_view_log10_cpu_float64
test/inductor_expected_failures/TestMathBitsCPU.test_neg_view_log1p_cpu_float64
test/inductor_expected_failures/TestMathBitsCPU.test_neg_view_log2_cpu_float64
test/inductor_expected_failures/TestMathBitsCPU.test_neg_view_log_cpu_float64
test/inductor_expected_failures/TestMathBitsCPU.test_neg_view_logit_cpu_float64
test/inductor_expected_failures/TestMathBitsCPU.test_neg_view_masked_fill_cpu_float64
test/inductor_expected_failures/TestMathBitsCPU.test_neg_view_masked_scatter_cpu_float64
test/inductor_expected_failures/TestMathBitsCPU.test_neg_view_mul_cpu_float64
test/inductor_expected_failures/TestMathBitsCPU.test_neg_view_mvlgamma_mvlgamma_p_1_cpu_float64
test/inductor_expected_failures/TestMathBitsCPU.test_neg_view_mvlgamma_mvlgamma_p_3_cpu_float64
test/inductor_expected_failures/TestMathBitsCPU.test_neg_view_mvlgamma_mvlgamma_p_5_cpu_float64
test/inductor_expected_failures/TestMathBitsCPU.test_neg_view_nan_to_num_cpu_float64
test/inductor_expected_failures/TestMathBitsCPU.test_neg_view_neg_cpu_float64
test/inductor_expected_failures/TestMathBitsCPU.test_neg_view_nextafter_cpu_float64
test/inductor_expected_failures/TestMathBitsCPU.test_neg_view_nn_functional_alpha_dropout_cpu_float64
test/inductor_expected_failures/TestMathBitsCPU.test_neg_view_nn_functional_celu_cpu_float64
test/inductor_expected_failures/TestMathBitsCPU.test_neg_view_nn_functional_dropout2d_cpu_float64
test/inductor_expected_failures/TestMathBitsCPU.test_neg_view_nn_functional_dropout3d_cpu_float64
test/inductor_expected_failures/TestMathBitsCPU.test_neg_view_nn_functional_dropout_cpu_float64
test/inductor_expected_failures/TestMathBitsCPU.test_neg_view_nn_functional_elu_cpu_float64
test/inductor_expected_failures/TestMathBitsCPU.test_neg_view_nn_functional_feature_alpha_dropout_with_train_cpu_float64
test/inductor_expected_failures/TestMathBitsCPU.test_neg_view_nn_functional_feature_alpha_dropout_without_train_cpu_float64
test/inductor_expected_failures/TestMathBitsCPU.test_neg_view_nn_functional_hardsigmoid_cpu_float64
test/inductor_expected_failures/TestMathBitsCPU.test_neg_view_nn_functional_leaky_relu_cpu_float64
test/inductor_expected_failures/TestMathBitsCPU.test_neg_view_nn_functional_mish_cpu_float64
test/inductor_expected_failures/TestMathBitsCPU.test_neg_view_nn_functional_rrelu_cpu_float64
test/inductor_expected_failures/TestMathBitsCPU.test_neg_view_nn_functional_selu_cpu_float64
test/inductor_expected_failures/TestMathBitsCPU.test_neg_view_nn_functional_silu_cpu_float64
test/inductor_expected_failures/TestMathBitsCPU.test_neg_view_nn_functional_threshold_cpu_float64
test/inductor_expected_failures/TestMathBitsCPU.test_neg_view_polygamma_polygamma_n_0_cpu_float64
test/inductor_expected_failures/TestMathBitsCPU.test_neg_view_polygamma_polygamma_n_1_cpu_float64
test/inductor_expected_failures/TestMathBitsCPU.test_neg_view_polygamma_polygamma_n_2_cpu_float64
test/inductor_expected_failures/TestMathBitsCPU.test_neg_view_polygamma_polygamma_n_3_cpu_float64
test/inductor_expected_failures/TestMathBitsCPU.test_neg_view_polygamma_polygamma_n_4_cpu_float64
test/inductor_expected_failures/TestMathBitsCPU.test_neg_view_pow_cpu_float64
test/inductor_expected_failures/TestMathBitsCPU.test_neg_view_put_cpu_float64
test/inductor_expected_failures/TestMathBitsCPU.test_neg_view_rad2deg_cpu_float64
test/inductor_expected_failures/TestMathBitsCPU.test_neg_view_reciprocal_cpu_float64
test/inductor_expected_failures/TestMathBitsCPU.test_neg_view_remainder_cpu_float64
test/inductor_expected_failures/TestMathBitsCPU.test_neg_view_renorm_cpu_float64
test/inductor_expected_failures/TestMathBitsCPU.test_neg_view_resize_as__cpu_float64
test/inductor_expected_failures/TestMathBitsCPU.test_neg_view_round_cpu_float64
test/inductor_expected_failures/TestMathBitsCPU.test_neg_view_round_decimals_0_cpu_float64
test/inductor_expected_failures/TestMathBitsCPU.test_neg_view_rsqrt_cpu_float64
test/inductor_expected_failures/TestMathBitsCPU.test_neg_view_scatter_add_cpu_float64
test/inductor_expected_failures/TestMathBitsCPU.test_neg_view_scatter_cpu_float64
test/inductor_expected_failures/TestMathBitsCPU.test_neg_view_scatter_reduce_amax_cpu_float64
test/inductor_expected_failures/TestMathBitsCPU.test_neg_view_scatter_reduce_amin_cpu_float64
test/inductor_expected_failures/TestMathBitsCPU.test_neg_view_scatter_reduce_mean_cpu_float64
test/inductor_expected_failures/TestMathBitsCPU.test_neg_view_scatter_reduce_prod_cpu_float64
test/inductor_expected_failures/TestMathBitsCPU.test_neg_view_scatter_reduce_sum_cpu_float64
test/inductor_expected_failures/TestMathBitsCPU.test_neg_view_sgn_cpu_float64
test/inductor_expected_failures/TestMathBitsCPU.test_neg_view_sigmoid_cpu_float64
test/inductor_expected_failures/TestMathBitsCPU.test_neg_view_sign_cpu_float64
test/inductor_expected_failures/TestMathBitsCPU.test_neg_view_sin_cpu_float64
test/inductor_expected_failures/TestMathBitsCPU.test_neg_view_sinc_cpu_float64
test/inductor_expected_failures/TestMathBitsCPU.test_neg_view_sinh_cpu_float64
test/inductor_expected_failures/TestMathBitsCPU.test_neg_view_sqrt_cpu_float64
test/inductor_expected_failures/TestMathBitsCPU.test_neg_view_square_cpu_float64
test/inductor_expected_failures/TestMathBitsCPU.test_neg_view_squeeze_cpu_float64
test/inductor_expected_failures/TestMathBitsCPU.test_neg_view_squeeze_multiple_cpu_float64
test/inductor_expected_failures/TestMathBitsCPU.test_neg_view_sub_cpu_float64
test/inductor_expected_failures/TestMathBitsCPU.test_neg_view_t_cpu_float64
test/inductor_expected_failures/TestMathBitsCPU.test_neg_view_tan_cpu_float64
test/inductor_expected_failures/TestMathBitsCPU.test_neg_view_tanh_cpu_float64
test/inductor_expected_failures/TestMathBitsCPU.test_neg_view_transpose_cpu_float64
test/inductor_expected_failures/TestMathBitsCPU.test_neg_view_tril_cpu_float64
test/inductor_expected_failures/TestMathBitsCPU.test_neg_view_triu_cpu_float64
test/inductor_expected_failures/TestMathBitsCPU.test_neg_view_true_divide_cpu_float64
test/inductor_expected_failures/TestMathBitsCPU.test_neg_view_trunc_cpu_float64
test/inductor_expected_failures/TestMathBitsCPU.test_neg_view_unsqueeze_cpu_float64
test/inductor_expected_failures/TestMathBitsCPU.test_neg_view_xlogy_cpu_float64
test/inductor_expected_failures/TestMathBitsCPU.test_neg_view_zero__cpu_float64
test/inductor_expected_failures/TestMathBitsCUDA.test_conj_view_add_cuda_complex64
test/inductor_expected_failures/TestMathBitsCUDA.test_conj_view_addbmm_cuda_complex64
test/inductor_expected_failures/TestMathBitsCUDA.test_conj_view_addcdiv_cuda_complex64
test/inductor_expected_failures/TestMathBitsCUDA.test_conj_view_addcmul_cuda_complex64
test/inductor_expected_failures/TestMathBitsCUDA.test_conj_view_addmm_cuda_complex64
test/inductor_expected_failures/TestMathBitsCUDA.test_conj_view_addmm_decomposed_cuda_complex64
test/inductor_expected_failures/TestMathBitsCUDA.test_conj_view_addmv_cuda_complex64
test/inductor_expected_failures/TestMathBitsCUDA.test_conj_view_addr_cuda_complex64
test/inductor_expected_failures/TestMathBitsCUDA.test_conj_view_baddbmm_cuda_complex64
test/inductor_expected_failures/TestMathBitsCUDA.test_conj_view_div_no_rounding_mode_cuda_complex64
test/inductor_expected_failures/TestMathBitsCUDA.test_conj_view_index_add_cuda_complex64
test/inductor_expected_failures/TestMathBitsCUDA.test_conj_view_index_copy_cuda_complex64
test/inductor_expected_failures/TestMathBitsCUDA.test_conj_view_index_fill_cuda_complex64
test/inductor_expected_failures/TestMathBitsCUDA.test_conj_view_index_put_cuda_complex64
test/inductor_expected_failures/TestMathBitsCUDA.test_conj_view_lerp_cuda_complex64
test/inductor_expected_failures/TestMathBitsCUDA.test_conj_view_masked_fill_cuda_complex64
test/inductor_expected_failures/TestMathBitsCUDA.test_conj_view_masked_scatter_cuda_complex64
test/inductor_expected_failures/TestMathBitsCUDA.test_conj_view_mul_cuda_complex64
test/inductor_expected_failures/TestMathBitsCUDA.test_conj_view_pow_cuda_complex64
test/inductor_expected_failures/TestMathBitsCUDA.test_conj_view_put_cuda_complex64
test/inductor_expected_failures/TestMathBitsCUDA.test_conj_view_scatter_add_cuda_complex64
test/inductor_expected_failures/TestMathBitsCUDA.test_conj_view_scatter_cuda_complex64
test/inductor_expected_failures/TestMathBitsCUDA.test_conj_view_sub_cuda_complex64
test/inductor_expected_failures/TestMathBitsCUDA.test_conj_view_true_divide_cuda_complex64
test/inductor_expected_failures/TestMathBitsCUDA.test_neg_conj_view_add_cuda_complex128
test/inductor_expected_failures/TestMathBitsCUDA.test_neg_conj_view_addbmm_cuda_complex128
test/inductor_expected_failures/TestMathBitsCUDA.test_neg_conj_view_addcdiv_cuda_complex128
test/inductor_expected_failures/TestMathBitsCUDA.test_neg_conj_view_addcmul_cuda_complex128
test/inductor_expected_failures/TestMathBitsCUDA.test_neg_conj_view_addmm_cuda_complex128
test/inductor_expected_failures/TestMathBitsCUDA.test_neg_conj_view_addmm_decomposed_cuda_complex128
test/inductor_expected_failures/TestMathBitsCUDA.test_neg_conj_view_addmv_cuda_complex128
test/inductor_expected_failures/TestMathBitsCUDA.test_neg_conj_view_addr_cuda_complex128
test/inductor_expected_failures/TestMathBitsCUDA.test_neg_conj_view_baddbmm_cuda_complex128
test/inductor_expected_failures/TestMathBitsCUDA.test_neg_conj_view_div_no_rounding_mode_cuda_complex128
test/inductor_expected_failures/TestMathBitsCUDA.test_neg_conj_view_float_power_cuda_complex128
test/inductor_expected_failures/TestMathBitsCUDA.test_neg_conj_view_index_add_cuda_complex128
test/inductor_expected_failures/TestMathBitsCUDA.test_neg_conj_view_index_copy_cuda_complex128
test/inductor_expected_failures/TestMathBitsCUDA.test_neg_conj_view_lerp_cuda_complex128
test/inductor_expected_failures/TestMathBitsCUDA.test_neg_conj_view_masked_scatter_cuda_complex128
test/inductor_expected_failures/TestMathBitsCUDA.test_neg_conj_view_mul_cuda_complex128
test/inductor_expected_failures/TestMathBitsCUDA.test_neg_conj_view_pow_cuda_complex128
test/inductor_expected_failures/TestMathBitsCUDA.test_neg_conj_view_put_cuda_complex128
test/inductor_expected_failures/TestMathBitsCUDA.test_neg_conj_view_scatter_add_cuda_complex128
test/inductor_expected_failures/TestMathBitsCUDA.test_neg_conj_view_scatter_cuda_complex128
test/inductor_expected_failures/TestMathBitsCUDA.test_neg_conj_view_sub_cuda_complex128
test/inductor_expected_failures/TestMathBitsCUDA.test_neg_conj_view_true_divide_cuda_complex128
test/inductor_expected_failures/TestMathBitsCUDA.test_neg_view_abs_cuda_float64
test/inductor_expected_failures/TestMathBitsCUDA.test_neg_view_acos_cuda_float64
test/inductor_expected_failures/TestMathBitsCUDA.test_neg_view_acosh_cuda_float64
test/inductor_expected_failures/TestMathBitsCUDA.test_neg_view_add_cuda_float64
test/inductor_expected_failures/TestMathBitsCUDA.test_neg_view_addbmm_cuda_float64
test/inductor_expected_failures/TestMathBitsCUDA.test_neg_view_addcdiv_cuda_float64
test/inductor_expected_failures/TestMathBitsCUDA.test_neg_view_addcmul_cuda_float64
test/inductor_expected_failures/TestMathBitsCUDA.test_neg_view_addmm_cuda_float64
test/inductor_expected_failures/TestMathBitsCUDA.test_neg_view_addmm_decomposed_cuda_float64
test/inductor_expected_failures/TestMathBitsCUDA.test_neg_view_addmv_cuda_float64
test/inductor_expected_failures/TestMathBitsCUDA.test_neg_view_addr_cuda_float64
test/inductor_expected_failures/TestMathBitsCUDA.test_neg_view_asin_cuda_float64
test/inductor_expected_failures/TestMathBitsCUDA.test_neg_view_asinh_cuda_float64
test/inductor_expected_failures/TestMathBitsCUDA.test_neg_view_atan2_cuda_float64
test/inductor_expected_failures/TestMathBitsCUDA.test_neg_view_atan_cuda_float64
test/inductor_expected_failures/TestMathBitsCUDA.test_neg_view_atanh_cuda_float64
test/inductor_expected_failures/TestMathBitsCUDA.test_neg_view_baddbmm_cuda_float64
test/inductor_expected_failures/TestMathBitsCUDA.test_neg_view_ceil_cuda_float64
test/inductor_expected_failures/TestMathBitsCUDA.test_neg_view_clamp_cuda_float64
test/inductor_expected_failures/TestMathBitsCUDA.test_neg_view_clamp_max_cuda_float64
test/inductor_expected_failures/TestMathBitsCUDA.test_neg_view_clamp_min_cuda_float64
test/inductor_expected_failures/TestMathBitsCUDA.test_neg_view_conj_physical_cuda_float64
test/inductor_expected_failures/TestMathBitsCUDA.test_neg_view_copysign_cuda_float64
test/inductor_expected_failures/TestMathBitsCUDA.test_neg_view_cos_cuda_float64
test/inductor_expected_failures/TestMathBitsCUDA.test_neg_view_cosh_cuda_float64
test/inductor_expected_failures/TestMathBitsCUDA.test_neg_view_cumprod_cuda_float64
test/inductor_expected_failures/TestMathBitsCUDA.test_neg_view_cumsum_cuda_float64
test/inductor_expected_failures/TestMathBitsCUDA.test_neg_view_deg2rad_cuda_float64
test/inductor_expected_failures/TestMathBitsCUDA.test_neg_view_digamma_cuda_float64
test/inductor_expected_failures/TestMathBitsCUDA.test_neg_view_div_floor_rounding_cuda_float64
test/inductor_expected_failures/TestMathBitsCUDA.test_neg_view_div_no_rounding_mode_cuda_float64
test/inductor_expected_failures/TestMathBitsCUDA.test_neg_view_div_trunc_rounding_cuda_float64
test/inductor_expected_failures/TestMathBitsCUDA.test_neg_view_erf_cuda_float64
test/inductor_expected_failures/TestMathBitsCUDA.test_neg_view_erfc_cuda_float64
test/inductor_expected_failures/TestMathBitsCUDA.test_neg_view_erfinv_cuda_float64
test/inductor_expected_failures/TestMathBitsCUDA.test_neg_view_exp2_cuda_float64
test/inductor_expected_failures/TestMathBitsCUDA.test_neg_view_exp_cuda_float64
test/inductor_expected_failures/TestMathBitsCUDA.test_neg_view_expm1_cuda_float64
test/inductor_expected_failures/TestMathBitsCUDA.test_neg_view_fill_cuda_float64
test/inductor_expected_failures/TestMathBitsCUDA.test_neg_view_float_power_cuda_float64
test/inductor_expected_failures/TestMathBitsCUDA.test_neg_view_floor_cuda_float64
test/inductor_expected_failures/TestMathBitsCUDA.test_neg_view_floor_divide_cuda_float64
test/inductor_expected_failures/TestMathBitsCUDA.test_neg_view_fmod_cuda_float64
test/inductor_expected_failures/TestMathBitsCUDA.test_neg_view_frac_cuda_float64
test/inductor_expected_failures/TestMathBitsCUDA.test_neg_view_heaviside_cuda_float64
test/inductor_expected_failures/TestMathBitsCUDA.test_neg_view_hypot_cuda_float64
test/inductor_expected_failures/TestMathBitsCUDA.test_neg_view_i0_cuda_float64
test/inductor_expected_failures/TestMathBitsCUDA.test_neg_view_igamma_cuda_float64
test/inductor_expected_failures/TestMathBitsCUDA.test_neg_view_igammac_cuda_float64
test/inductor_expected_failures/TestMathBitsCUDA.test_neg_view_index_add_cuda_float64
test/inductor_expected_failures/TestMathBitsCUDA.test_neg_view_index_copy_cuda_float64
test/inductor_expected_failures/TestMathBitsCUDA.test_neg_view_index_fill_cuda_float64
test/inductor_expected_failures/TestMathBitsCUDA.test_neg_view_index_reduce_amax_cuda_float64
test/inductor_expected_failures/TestMathBitsCUDA.test_neg_view_index_reduce_amin_cuda_float64
test/inductor_expected_failures/TestMathBitsCUDA.test_neg_view_index_reduce_mean_cuda_float64
test/inductor_expected_failures/TestMathBitsCUDA.test_neg_view_index_reduce_prod_cuda_float64
test/inductor_expected_failures/TestMathBitsCUDA.test_neg_view_lerp_cuda_float64
test/inductor_expected_failures/TestMathBitsCUDA.test_neg_view_lgamma_cuda_float64
test/inductor_expected_failures/TestMathBitsCUDA.test_neg_view_log10_cuda_float64
test/inductor_expected_failures/TestMathBitsCUDA.test_neg_view_log1p_cuda_float64
test/inductor_expected_failures/TestMathBitsCUDA.test_neg_view_log2_cuda_float64
test/inductor_expected_failures/TestMathBitsCUDA.test_neg_view_log_cuda_float64
test/inductor_expected_failures/TestMathBitsCUDA.test_neg_view_logit_cuda_float64
test/inductor_expected_failures/TestMathBitsCUDA.test_neg_view_masked_fill_cuda_float64
test/inductor_expected_failures/TestMathBitsCUDA.test_neg_view_masked_scatter_cuda_float64
test/inductor_expected_failures/TestMathBitsCUDA.test_neg_view_mul_cuda_float64
test/inductor_expected_failures/TestMathBitsCUDA.test_neg_view_mvlgamma_mvlgamma_p_1_cuda_float64
test/inductor_expected_failures/TestMathBitsCUDA.test_neg_view_mvlgamma_mvlgamma_p_3_cuda_float64
test/inductor_expected_failures/TestMathBitsCUDA.test_neg_view_mvlgamma_mvlgamma_p_5_cuda_float64
test/inductor_expected_failures/TestMathBitsCUDA.test_neg_view_nan_to_num_cuda_float64
test/inductor_expected_failures/TestMathBitsCUDA.test_neg_view_neg_cuda_float64
test/inductor_expected_failures/TestMathBitsCUDA.test_neg_view_nextafter_cuda_float64
test/inductor_expected_failures/TestMathBitsCUDA.test_neg_view_nn_functional_alpha_dropout_cuda_float64
test/inductor_expected_failures/TestMathBitsCUDA.test_neg_view_nn_functional_celu_cuda_float64
test/inductor_expected_failures/TestMathBitsCUDA.test_neg_view_nn_functional_dropout2d_cuda_float64
test/inductor_expected_failures/TestMathBitsCUDA.test_neg_view_nn_functional_dropout3d_cuda_float64
test/inductor_expected_failures/TestMathBitsCUDA.test_neg_view_nn_functional_elu_cuda_float64
test/inductor_expected_failures/TestMathBitsCUDA.test_neg_view_nn_functional_feature_alpha_dropout_with_train_cuda_float64
test/inductor_expected_failures/TestMathBitsCUDA.test_neg_view_nn_functional_feature_alpha_dropout_without_train_cuda_float64
test/inductor_expected_failures/TestMathBitsCUDA.test_neg_view_nn_functional_hardsigmoid_cuda_float64
test/inductor_expected_failures/TestMathBitsCUDA.test_neg_view_nn_functional_leaky_relu_cuda_float64
test/inductor_expected_failures/TestMathBitsCUDA.test_neg_view_nn_functional_mish_cuda_float64
test/inductor_expected_failures/TestMathBitsCUDA.test_neg_view_nn_functional_rrelu_cuda_float64
test/inductor_expected_failures/TestMathBitsCUDA.test_neg_view_nn_functional_selu_cuda_float64
test/inductor_expected_failures/TestMathBitsCUDA.test_neg_view_nn_functional_silu_cuda_float64
test/inductor_expected_failures/TestMathBitsCUDA.test_neg_view_nn_functional_threshold_cuda_float64
test/inductor_expected_failures/TestMathBitsCUDA.test_neg_view_polygamma_polygamma_n_0_cuda_float64
test/inductor_expected_failures/TestMathBitsCUDA.test_neg_view_polygamma_polygamma_n_1_cuda_float64
test/inductor_expected_failures/TestMathBitsCUDA.test_neg_view_polygamma_polygamma_n_2_cuda_float64
test/inductor_expected_failures/TestMathBitsCUDA.test_neg_view_polygamma_polygamma_n_3_cuda_float64
test/inductor_expected_failures/TestMathBitsCUDA.test_neg_view_polygamma_polygamma_n_4_cuda_float64
test/inductor_expected_failures/TestMathBitsCUDA.test_neg_view_pow_cuda_float64
test/inductor_expected_failures/TestMathBitsCUDA.test_neg_view_put_cuda_float64
test/inductor_expected_failures/TestMathBitsCUDA.test_neg_view_rad2deg_cuda_float64
test/inductor_expected_failures/TestMathBitsCUDA.test_neg_view_reciprocal_cuda_float64
test/inductor_expected_failures/TestMathBitsCUDA.test_neg_view_remainder_cuda_float64
test/inductor_expected_failures/TestMathBitsCUDA.test_neg_view_renorm_cuda_float64
test/inductor_expected_failures/TestMathBitsCUDA.test_neg_view_resize_as__cuda_float64
test/inductor_expected_failures/TestMathBitsCUDA.test_neg_view_round_cuda_float64
test/inductor_expected_failures/TestMathBitsCUDA.test_neg_view_round_decimals_0_cuda_float64
test/inductor_expected_failures/TestMathBitsCUDA.test_neg_view_rsqrt_cuda_float64
test/inductor_expected_failures/TestMathBitsCUDA.test_neg_view_scatter_add_cuda_float64
test/inductor_expected_failures/TestMathBitsCUDA.test_neg_view_scatter_cuda_float64
test/inductor_expected_failures/TestMathBitsCUDA.test_neg_view_scatter_reduce_amax_cuda_float64
test/inductor_expected_failures/TestMathBitsCUDA.test_neg_view_scatter_reduce_amin_cuda_float64
test/inductor_expected_failures/TestMathBitsCUDA.test_neg_view_scatter_reduce_mean_cuda_float64
test/inductor_expected_failures/TestMathBitsCUDA.test_neg_view_scatter_reduce_prod_cuda_float64
test/inductor_expected_failures/TestMathBitsCUDA.test_neg_view_scatter_reduce_sum_cuda_float64
test/inductor_expected_failures/TestMathBitsCUDA.test_neg_view_sgn_cuda_float64
test/inductor_expected_failures/TestMathBitsCUDA.test_neg_view_sigmoid_cuda_float64
test/inductor_expected_failures/TestMathBitsCUDA.test_neg_view_sign_cuda_float64
test/inductor_expected_failures/TestMathBitsCUDA.test_neg_view_sin_cuda_float64
test/inductor_expected_failures/TestMathBitsCUDA.test_neg_view_sinc_cuda_float64
test/inductor_expected_failures/TestMathBitsCUDA.test_neg_view_sinh_cuda_float64
test/inductor_expected_failures/TestMathBitsCUDA.test_neg_view_sqrt_cuda_float64
test/inductor_expected_failures/TestMathBitsCUDA.test_neg_view_square_cuda_float64
test/inductor_expected_failures/TestMathBitsCUDA.test_neg_view_squeeze_cuda_float64
test/inductor_expected_failures/TestMathBitsCUDA.test_neg_view_squeeze_multiple_cuda_float64
test/inductor_expected_failures/TestMathBitsCUDA.test_neg_view_sub_cuda_float64
test/inductor_expected_failures/TestMathBitsCUDA.test_neg_view_t_cuda_float64
test/inductor_expected_failures/TestMathBitsCUDA.test_neg_view_tan_cuda_float64
test/inductor_expected_failures/TestMathBitsCUDA.test_neg_view_tanh_cuda_float64
test/inductor_expected_failures/TestMathBitsCUDA.test_neg_view_transpose_cuda_float64
test/inductor_expected_failures/TestMathBitsCUDA.test_neg_view_tril_cuda_float64
test/inductor_expected_failures/TestMathBitsCUDA.test_neg_view_triu_cuda_float64
test/inductor_expected_failures/TestMathBitsCUDA.test_neg_view_true_divide_cuda_float64
test/inductor_expected_failures/TestMathBitsCUDA.test_neg_view_trunc_cuda_float64
test/inductor_expected_failures/TestMathBitsCUDA.test_neg_view_unsqueeze_cuda_float64
test/inductor_expected_failures/TestMathBitsCUDA.test_neg_view_xlogy_cuda_float64
test/inductor_expected_failures/TestMathBitsCUDA.test_neg_view_zero__cuda_float64
test/inductor_expected_failures/TestTorch.test_storage_cycle_via_slots
test/inductor_expected_failures/TestTorch.test_storage_finalizer_dealloc
test/inductor_expected_failures/TestTorch.test_storage_slot_dealloc
test/inductor_expected_failures/TestTorch.test_tensor_cycle_via_slots
test/inductor_expected_failures/TestTorch.test_tensor_finalizer_dealloc
test/inductor_expected_failures/TestTorch.test_tensor_slot_dealloc
test/inductor_skips/.gitkeep
test/inductor_skips/TestMathBitsCUDA.test_neg_view_jiterator_2inputs_2outputs_cuda_float64
test/inductor_skips/TestMathBitsCUDA.test_neg_view_jiterator_4inputs_with_extra_args_cuda_float64
test/inductor_skips/TestMathBitsCUDA.test_neg_view_jiterator_binary_cuda_float64
test/inductor_skips/TestMathBitsCUDA.test_neg_view_jiterator_binary_return_by_ref_cuda_float64
test/inductor_skips/TestMathBitsCUDA.test_neg_view_jiterator_unary_cuda_float64
test/jit/__init__.py
test/jit/mydecorator.py
test/jit/myexception.py
test/jit/myfunction_a.py
test/jit/myfunction_b.py
test/jit/test_alias_analysis.py
test/jit/test_async.py
test/jit/test_aten_pow.py
test/jit/test_attr.py
test/jit/test_autodiff.py
test/jit/test_autodiff_subgraph_slicing.py
test/jit/test_await.py
test/jit/test_backend_nnapi.py
test/jit/test_backends.py
test/jit/test_batch_mm.py
test/jit/test_builtins.py
test/jit/test_class_type.py
test/jit/test_complex.py
test/jit/test_complexity.py
test/jit/test_concrete_module_type.py
test/jit/test_convert_activation.py
test/jit/test_cuda.py
test/jit/test_custom_operators.py
test/jit/test_data_parallel.py
test/jit/test_dataclasses.py
test/jit/test_dce.py
test/jit/test_decorator.py
test/jit/test_device_analysis.py
test/jit/test_dtype_analysis.py
test/jit/test_enum.py
test/jit/test_exception.py
test/jit/test_freezing.py
test/jit/test_functional_blocks.py
test/jit/test_fuser_common.py
test/jit/test_generator.py
test/jit/test_graph_rewrite_passes.py
test/jit/test_hash.py
test/jit/test_hooks.py
test/jit/test_hooks_modules.py
test/jit/test_ignorable_args.py
test/jit/test_ignore_context_manager.py
test/jit/test_isinstance.py
test/jit/test_jit_utils.py
test/jit/test_list_dict.py
test/jit/test_logging.py
test/jit/test_misc.py
test/jit/test_models.py
test/jit/test_module_apis.py
test/jit/test_module_containers.py
test/jit/test_module_interface.py
test/jit/test_modules.py
test/jit/test_op_decompositions.py
test/jit/test_optimize_for_mobile_preserve_debug_info.py
test/jit/test_parametrization.py
test/jit/test_pdt.py
test/jit/test_peephole.py
test/jit/test_profiler.py
test/jit/test_python_bindings.py
test/jit/test_python_builtins.py
test/jit/test_python_ir.py
test/jit/test_recursive_script.py
test/jit/test_remove_mutation.py
test/jit/test_save_load.py
test/jit/test_save_load_for_op_version.py
test/jit/test_script_profile.py
test/jit/test_scriptmod_ann.py
test/jit/test_slice.py
test/jit/test_sparse.py
test/jit/test_string_formatting.py
test/jit/test_symbolic_shape_analysis.py
test/jit/test_tensor_creation_ops.py
test/jit/test_tensor_methods.py
test/jit/test_torchbind.py
test/jit/test_tracer.py
test/jit/test_type_sharing.py
test/jit/test_types.py
test/jit/test_typing.py
test/jit/test_union.py
test/jit/test_union_pep604.py
test/jit/test_unsupported_ops.py
test/jit/test_upgraders.py
test/jit/test_warn.py
test/jit/test_with.py
test/jit/_imported_class_test/__init__.py
test/jit/_imported_class_test/bar.py
test/jit/_imported_class_test/foo.py
test/jit/_imported_class_test/very/__init__.py
test/jit/_imported_class_test/very/very/__init__.py
test/jit/_imported_class_test/very/very/nested.py
test/jit/fixtures/_test_serialization_subcmul_v2.pt
test/jit/fixtures/test_versioned_div_scalar_float_v3.pt
test/jit/fixtures/test_versioned_div_scalar_inplace_float_v3.pt
test/jit/fixtures/test_versioned_div_scalar_inplace_int_v3.pt
test/jit/fixtures/test_versioned_div_scalar_int_v3.pt
test/jit/fixtures/test_versioned_div_scalar_reciprocal_float_v3.pt
test/jit/fixtures/test_versioned_div_scalar_reciprocal_int_v3.pt
test/jit/fixtures/test_versioned_div_scalar_scalar_v3.pt
test/jit/fixtures/test_versioned_div_tensor_example_v7.ptl
test/jit/fixtures/test_versioned_div_tensor_inplace_v3.pt
test/jit/fixtures/test_versioned_div_tensor_out_v3.pt
test/jit/fixtures/test_versioned_div_tensor_v3.pt
test/jit/fixtures/test_versioned_full_integer_value_v4.pt
test/jit/fixtures/test_versioned_full_preserved_v4.pt
test/jit/fixtures/test_versioned_gelu_out_v9.ptl
test/jit/fixtures/test_versioned_gelu_v9.ptl
test/jit/fixtures/test_versioned_linspace_out_v7.ptl
test/jit/fixtures/test_versioned_linspace_v7.ptl
test/jit/fixtures/test_versioned_logspace_out_v8.ptl
test/jit/fixtures/test_versioned_logspace_v8.ptl
test/jit/fixtures/test_versioned_random_func_v10.ptl
test/jit/fixtures/test_versioned_random_out_v10.ptl
test/jit/fixtures/test_versioned_random_v10.ptl
test/jit/fixtures_srcs/__init__.py
test/jit/fixtures_srcs/fixtures_src.py
test/jit/fixtures_srcs/generate_models.py
test/jit/fixtures_srcs/test_upgrader_models_generation.py
test/jit/xnnpack/test_xnnpack_delegate.py
test/jit_hooks/CMakeLists.txt
test/jit_hooks/model.py
test/jit_hooks/test_jit_hooks.cpp
test/lazy/__init__.py
test/lazy/test_bindings.py
test/lazy/test_debug_util.py
test/lazy/test_extract_compiled_graph.py
test/lazy/test_functionalization.py
test/lazy/test_generator.py
test/lazy/test_meta_kernel.py
test/lazy/test_reuse_ir.py
test/lazy/test_step_closures.py
test/lazy/test_ts_opinfo.py
test/metal/test_kernels.metal
test/metal/test_kernels.metallib
test/mobile/test_bytecode.py
test/mobile/test_lite_script_module.py
test/mobile/test_lite_script_type.py
test/mobile/test_quantize_fx_lite_script_module.py
test/mobile/test_upgrader_bytecode_table_example.cpp
test/mobile/test_upgrader_codegen.py
test/mobile/test_upgraders.py
test/mobile/custom_build/CMakeLists.txt
test/mobile/custom_build/build.sh
test/mobile/custom_build/expected_output.txt
test/mobile/custom_build/predictor.cpp
test/mobile/custom_build/prepare_model.py
test/mobile/lightweight_dispatch/CMakeLists.txt
test/mobile/lightweight_dispatch/build.sh
test/mobile/lightweight_dispatch/lightweight_dispatch_ops.yaml
test/mobile/lightweight_dispatch/test_codegen_unboxing.cpp
test/mobile/lightweight_dispatch/test_lightweight_dispatch.cpp
test/mobile/lightweight_dispatch/tests_setup.py
test/mobile/model_test/README.md
test/mobile/model_test/android_api_module.py
test/mobile/model_test/builtin_ops.py
test/mobile/model_test/coverage.yaml
test/mobile/model_test/gen_test_model.py
test/mobile/model_test/math_ops.py
test/mobile/model_test/model_ops.yaml
test/mobile/model_test/nn_ops.py
test/mobile/model_test/quantization_ops.py
test/mobile/model_test/sampling_ops.py
test/mobile/model_test/tensor_ops.py
test/mobile/model_test/torchvision_models.py
test/mobile/model_test/update_production_ops.py
test/mobile/nnc/CMakeLists.txt
test/mobile/nnc/aot_test_model.py
test/mobile/nnc/test_aot_compile.sh
test/mobile/nnc/test_context.cpp
test/mobile/nnc/test_nnc_backend.cpp
test/mobile/nnc/test_registry.cpp
test/nn/test_convolution.py
test/nn/test_dropout.py
test/nn/test_embedding.py
test/nn/test_init.py
test/nn/test_lazy_modules.py
test/nn/test_load_state_dict.py
test/nn/test_module_hooks.py
test/nn/test_multihead_attention.py
test/nn/test_packed_sequence.py
test/nn/test_parametrization.py
test/nn/test_pooling.py
test/nn/test_pruning.py
test/nn/attention/__init__.py
test/nn/attention/_fa_test_common.py
test/nn/attention/test_fa3.py
test/nn/attention/test_fa4.py
test/nn/attention/test_open_registry.py
test/onnx/autograd_helper.py
test/onnx/onnx_test_common.py
test/onnx/pytorch_test_common.py
test/onnx/test_autograd_funs.py
test/onnx/test_custom_ops.py
test/onnx/test_fx_type_promotion.py
test/onnx/test_lazy_import.py
test/onnx/test_models.py
test/onnx/test_models_onnxruntime.py
test/onnx/test_models_quantized_onnxruntime.py
test/onnx/test_onnx_opset.py
test/onnx/test_onnxscript_no_runtime.py
test/onnx/test_onnxscript_runtime.py
test/onnx/test_op_consistency.py
test/onnx/test_pytorch_jit_onnx.py
test/onnx/test_pytorch_onnx_onnxruntime.py
test/onnx/test_pytorch_onnx_onnxruntime_cuda.py
test/onnx/test_pytorch_onnx_shape_inference.py
test/onnx/test_symbolic_helper.py
test/onnx/test_utility_funs.py
test/onnx/verify.py
test/onnx/assets/grace_hopper_517x606.jpg
test/onnx/assets/rgb_pytorch.png
test/onnx/exporter/README.md
test/onnx/exporter/test_api.py
test/onnx/exporter/test_building.py
test/onnx/exporter/test_capture_strategies.py
test/onnx/exporter/test_core.py
test/onnx/exporter/test_dynamic_shapes.py
test/onnx/exporter/test_exportable_module.py
test/onnx/exporter/test_hf_models_e2e.py
test/onnx/exporter/test_input_observer.py
test/onnx/exporter/test_ir_passes.py
test/onnx/exporter/test_onnx_program.py
test/onnx/exporter/test_small_models_e2e.py
test/onnx/exporter/test_tensors.py
test/onnx/exporter/test_verification.py
test/onnx/internal/test_registration.py
test/onnx/model_defs/__init__.py
test/onnx/model_defs/dcgan.py
test/onnx/model_defs/emb_seq.py
test/onnx/model_defs/lstm_flattening_result.py
test/onnx/model_defs/mnist.py
test/onnx/model_defs/op_test.py
test/onnx/model_defs/rnn_model_with_packed_sequence.py
test/onnx/model_defs/squeezenet.py
test/onnx/model_defs/srresnet.py
test/onnx/model_defs/super_resolution.py
test/onnx/model_defs/word_language_model.py
test/onnx/ops/test_ops.py
test/onnx/torchlib/README.md
test/onnx/torchlib/error_reproduction.py
test/onnx/torchlib/ops_test_common.py
test/onnx/torchlib/ops_test_data.py
test/onnx/torchlib/test_ops.py
test/optim/test_lrscheduler.py
test/optim/test_optim.py
test/optim/test_swa_utils.py
test/package/__init__.py
test/package/common.py
test/package/generate_bc_packages.py
test/package/module_a.py
test/package/module_a_remapped_path.py
test/package/test_analyze.py
test/package/test_dependency_api.py
test/package/test_dependency_hooks.py
test/package/test_digraph.py
test/package/test_directory_reader.py
test/package/test_glob_group.py
test/package/test_importer.py
test/package/test_load_bc_packages.py
test/package/test_mangling.py
test/package/test_misc.py
test/package/test_model.py
test/package/test_package_fx.py
test/package/test_package_script.py
test/package/test_repackage.py
test/package/test_resources.py
test/package/test_save_load.py
test/package/package_a/__init__.py
test/package/package_a/fake_interface.py
test/package/package_a/fake_script_class.py
test/package/package_a/long_name.py
test/package/package_a/std_sys_module_hacks.py
test/package/package_a/std_sys_module_hacks_3_13.py
test/package/package_a/subpackage.py
test/package/package_a/test_all_leaf_modules_tracer.py
test/package/package_a/test_module.py
test/package/package_a/test_nn_module.py
test/package/package_a/use_dunder_package.py
test/package/package_a/use_torch_package_importer.py
test/package/package_b/__init__.py
test/package/package_b/subpackage_1.py
test/package/package_b/subpackage_2.py
test/package/package_b/subpackage_0/__init__.py
test/package/package_b/subpackage_0/subsubpackage_0/__init__.py
test/package/package_bc/test_fx_module.pt
test/package/package_bc/test_nn_module.pt
test/package/package_bc/test_torchscript_module.pt
test/package/package_c/__init__.py
test/package/package_c/test_module.py
test/package/package_d/__init__.py
test/package/package_d/imports_directly.py
test/package/package_d/imports_indirectly.py
test/package/package_d/subpackage_0/__init__.py
test/package/package_d/subpackage_0/subsubpackage_0/__init__.py
test/package/package_e/test_nn_module.pt
test/package/test_trace_dep/__init__.py
test/profiler/profiler_utils_mock_events.json
test/profiler/test_cpp_thread.cpp
test/profiler/test_cpp_thread.py
test/profiler/test_cpp_thread_lib.pyi
test/profiler/test_execution_trace.py
test/profiler/test_kineto.py
test/profiler/test_memory_profiler.py
test/profiler/test_memory_viz.js
test/profiler/test_profiler.py
test/profiler/test_profiler_tree.py
test/profiler/test_python_tracer.py
test/profiler/test_record_function.py
test/profiler/test_torch_tidy.py
test/profiler/test_trace_validator.py
test/profiler/test_xpu_profiler.py
test/python_native/test_dsl_registry.py
test/python_native/test_native_dsl_ops.py
test/python_native/test_registry.py
test/python_native/test_torch_backends.py
test/quantization/__init__.py
test/quantization/ao_migration/__init__.py
test/quantization/ao_migration/common.py
test/quantization/ao_migration/test_ao_migration.py
test/quantization/ao_migration/test_quantization.py
test/quantization/ao_migration/test_quantization_fx.py
test/quantization/bc/__init__.py
test/quantization/bc/test_backward_compatibility.py
test/quantization/core/__init__.py
test/quantization/core/test_backend_config.py
test/quantization/core/test_quantized_functional.py
test/quantization/core/test_quantized_module.py
test/quantization/core/test_quantized_op.py
test/quantization/core/test_quantized_tensor.py
test/quantization/core/test_top_level_apis.py
test/quantization/core/test_utils.py
test/quantization/core/test_workflow_module.py
test/quantization/core/test_workflow_ops.py
test/quantization/core/experimental/apot_fx_graph_mode_ptq.py
test/quantization/core/experimental/apot_fx_graph_mode_qat.py
test/quantization/core/experimental/quantization_util.py
test/quantization/core/experimental/test_adaround_eager.py
test/quantization/core/experimental/test_bits.py
test/quantization/core/experimental/test_fake_quantize.py
test/quantization/core/experimental/test_floatx.py
test/quantization/core/experimental/test_linear.py
test/quantization/core/experimental/test_nonuniform_observer.py
test/quantization/core/experimental/test_quantized_tensor.py
test/quantization/core/experimental/test_quantizer.py
test/quantization/eager/__init__.py
test/quantization/eager/test_bias_correction_eager.py
test/quantization/eager/test_equalize_eager.py
test/quantization/eager/test_fuse_eager.py
test/quantization/eager/test_model_numerics.py
test/quantization/eager/test_numeric_suite_eager.py
test/quantization/eager/test_quantize_eager_ptq.py
test/quantization/eager/test_quantize_eager_qat.py
test/quantization/fx/__init__.py
test/quantization/fx/test_equalize_fx.py
test/quantization/fx/test_model_report_fx.py
test/quantization/fx/test_numeric_suite_fx.py
test/quantization/fx/test_quantize_fx.py
test/quantization/fx/test_subgraph_rewriter.py
test/quantization/jit/__init__.py
test/quantization/jit/test_deprecated_jit_quant.py
test/quantization/jit/test_fusion_passes.py
test/quantization/jit/test_ondevice_quantization.py
test/quantization/jit/test_quantize_jit.py
test/quantization/serialized/TestSerialization.test_conv2d.expected.pt
test/quantization/serialized/TestSerialization.test_conv2d.input.pt
test/quantization/serialized/TestSerialization.test_conv2d.scripted.pt
test/quantization/serialized/TestSerialization.test_conv2d.state_dict.pt
test/quantization/serialized/TestSerialization.test_conv2d.traced.pt
test/quantization/serialized/TestSerialization.test_conv2d_graph.expected.pt
test/quantization/serialized/TestSerialization.test_conv2d_graph.input.pt
test/quantization/serialized/TestSerialization.test_conv2d_graph.scripted.pt
test/quantization/serialized/TestSerialization.test_conv2d_graph.traced.pt
test/quantization/serialized/TestSerialization.test_conv2d_graph_v2.expected.pt
test/quantization/serialized/TestSerialization.test_conv2d_graph_v2.input.pt
test/quantization/serialized/TestSerialization.test_conv2d_graph_v2.scripted.pt
test/quantization/serialized/TestSerialization.test_conv2d_graph_v2.traced.pt
test/quantization/serialized/TestSerialization.test_conv2d_graph_v3.expected.pt
test/quantization/serialized/TestSerialization.test_conv2d_graph_v3.input.pt
test/quantization/serialized/TestSerialization.test_conv2d_graph_v3.scripted.pt
test/quantization/serialized/TestSerialization.test_conv2d_graph_v3.traced.pt
test/quantization/serialized/TestSerialization.test_conv2d_nobias.expected.pt
test/quantization/serialized/TestSerialization.test_conv2d_nobias.input.pt
test/quantization/serialized/TestSerialization.test_conv2d_nobias.scripted.pt
test/quantization/serialized/TestSerialization.test_conv2d_nobias.state_dict.pt
test/quantization/serialized/TestSerialization.test_conv2d_nobias.traced.pt
test/quantization/serialized/TestSerialization.test_conv2d_nobias_graph.expected.pt
test/quantization/serialized/TestSerialization.test_conv2d_nobias_graph.input.pt
test/quantization/serialized/TestSerialization.test_conv2d_nobias_graph.scripted.pt
test/quantization/serialized/TestSerialization.test_conv2d_nobias_graph.traced.pt
test/quantization/serialized/TestSerialization.test_conv2d_nobias_graph_v2.expected.pt
test/quantization/serialized/TestSerialization.test_conv2d_nobias_graph_v2.input.pt
test/quantization/serialized/TestSerialization.test_conv2d_nobias_graph_v2.scripted.pt
test/quantization/serialized/TestSerialization.test_conv2d_nobias_graph_v2.traced.pt
test/quantization/serialized/TestSerialization.test_conv2d_nobias_graph_v3.expected.pt
test/quantization/serialized/TestSerialization.test_conv2d_nobias_graph_v3.input.pt
test/quantization/serialized/TestSerialization.test_conv2d_nobias_graph_v3.scripted.pt
test/quantization/serialized/TestSerialization.test_conv2d_nobias_graph_v3.traced.pt
test/quantization/serialized/TestSerialization.test_conv2d_relu.expected.pt
test/quantization/serialized/TestSerialization.test_conv2d_relu.input.pt
test/quantization/serialized/TestSerialization.test_conv2d_relu.scripted.pt
test/quantization/serialized/TestSerialization.test_conv2d_relu.state_dict.pt
test/quantization/serialized/TestSerialization.test_conv2d_relu.traced.pt
test/quantization/serialized/TestSerialization.test_conv3d.expected.pt
test/quantization/serialized/TestSerialization.test_conv3d.input.pt
test/quantization/serialized/TestSerialization.test_conv3d.scripted.pt
test/quantization/serialized/TestSerialization.test_conv3d.state_dict.pt
test/quantization/serialized/TestSerialization.test_conv3d.traced.pt
test/quantization/serialized/TestSerialization.test_conv3d_relu.expected.pt
test/quantization/serialized/TestSerialization.test_conv3d_relu.input.pt
test/quantization/serialized/TestSerialization.test_conv3d_relu.scripted.pt
test/quantization/serialized/TestSerialization.test_conv3d_relu.state_dict.pt
test/quantization/serialized/TestSerialization.test_conv3d_relu.traced.pt
test/quantization/serialized/TestSerialization.test_default_qat_qconfig.expected.pt
test/quantization/serialized/TestSerialization.test_default_qat_qconfig.input.pt
test/quantization/serialized/TestSerialization.test_default_qat_qconfig.state_dict.pt
test/quantization/serialized/TestSerialization.test_linear.expected.pt
test/quantization/serialized/TestSerialization.test_linear.input.pt
test/quantization/serialized/TestSerialization.test_linear.scripted.pt
test/quantization/serialized/TestSerialization.test_linear.state_dict.pt
test/quantization/serialized/TestSerialization.test_linear.traced.pt
test/quantization/serialized/TestSerialization.test_linear_dynamic_float16.expected.pt
test/quantization/serialized/TestSerialization.test_linear_dynamic_float16.input.pt
test/quantization/serialized/TestSerialization.test_linear_dynamic_float16.scripted.pt
test/quantization/serialized/TestSerialization.test_linear_dynamic_float16.state_dict.pt
test/quantization/serialized/TestSerialization.test_linear_dynamic_float16.traced.pt
test/quantization/serialized/TestSerialization.test_linear_dynamic_qint8.expected.pt
test/quantization/serialized/TestSerialization.test_linear_dynamic_qint8.input.pt
test/quantization/serialized/TestSerialization.test_linear_dynamic_qint8.scripted.pt
test/quantization/serialized/TestSerialization.test_linear_dynamic_qint8.state_dict.pt
test/quantization/serialized/TestSerialization.test_linear_dynamic_qint8.traced.pt
test/quantization/serialized/TestSerialization.test_linear_relu.expected.pt
test/quantization/serialized/TestSerialization.test_linear_relu.input.pt
test/quantization/serialized/TestSerialization.test_linear_relu.scripted.pt
test/quantization/serialized/TestSerialization.test_linear_relu.state_dict.pt
test/quantization/serialized/TestSerialization.test_linear_relu.traced.pt
test/quantization/serialized/TestSerialization.test_linear_relu_package_quantization_transforms.expected.pt
test/quantization/serialized/TestSerialization.test_linear_relu_package_quantization_transforms.get_attr_targets.pt
test/quantization/serialized/TestSerialization.test_linear_relu_package_quantization_transforms.input.pt
test/quantization/serialized/TestSerialization.test_linear_relu_package_quantization_transforms.package.pt
test/quantization/serialized/TestSerialization.test_lstm.expected.pt
test/quantization/serialized/TestSerialization.test_lstm.input.pt
test/quantization/serialized/TestSerialization.test_lstm.scripted.pt
test/quantization/serialized/TestSerialization.test_lstm.state_dict.pt
test/quantization/serialized/TestSerialization.test_lstm.traced.pt
test/quantization/serialized/TestSerialization.test_per_channel_observer.expected.pt
test/quantization/serialized/TestSerialization.test_per_channel_observer.input.pt
test/quantization/serialized/TestSerialization.test_per_channel_observer.state_dict.pt
test/quantization/serialized/TestSerialization.test_per_tensor_observer.expected.pt
test/quantization/serialized/TestSerialization.test_per_tensor_observer.input.pt
test/quantization/serialized/TestSerialization.test_per_tensor_observer.state_dict.pt
test/scripts/cuda_memcheck_common.py
test/scripts/run_cuda_memcheck.py
test/strobelight/examples/cli_function_profiler_example.py
test/strobelight/examples/compile_time_profile_example.py
test/test_img/p1.jpg
test/torch_np/__init__.py
test/torch_np/check_tests_conform.py
test/torch_np/conftest.py
test/torch_np/test_basic.py
test/torch_np/test_binary_ufuncs.py
test/torch_np/test_dtype.py
test/torch_np/test_function_base.py
test/torch_np/test_indexing.py
test/torch_np/test_ndarray_methods.py
test/torch_np/test_nep50_examples.py
test/torch_np/test_random.py
test/torch_np/test_reductions.py
test/torch_np/test_scalars_0D_arrays.py
test/torch_np/test_ufuncs_basic.py
test/torch_np/test_unary_ufuncs.py
test/torch_np/numpy_tests/core/test_dlpack.py
test/torch_np/numpy_tests/core/test_dtype.py
test/torch_np/numpy_tests/core/test_einsum.py
test/torch_np/numpy_tests/core/test_getlimits.py
test/torch_np/numpy_tests/core/test_indexing.py
test/torch_np/numpy_tests/core/test_multiarray.py
test/torch_np/numpy_tests/core/test_numeric.py
test/torch_np/numpy_tests/core/test_numerictypes.py
test/torch_np/numpy_tests/core/test_scalar_ctors.py
test/torch_np/numpy_tests/core/test_scalar_methods.py
test/torch_np/numpy_tests/core/test_scalarinherit.py
test/torch_np/numpy_tests/core/test_scalarmath.py
test/torch_np/numpy_tests/core/test_shape_base.py
test/torch_np/numpy_tests/fft/test_helper.py
test/torch_np/numpy_tests/fft/test_pocketfft.py
test/torch_np/numpy_tests/lib/test_arraypad.py
test/torch_np/numpy_tests/lib/test_arraysetops.py
test/torch_np/numpy_tests/lib/test_function_base.py
test/torch_np/numpy_tests/lib/test_histograms.py
test/torch_np/numpy_tests/lib/test_index_tricks.py
test/torch_np/numpy_tests/lib/test_shape_base_.py
test/torch_np/numpy_tests/lib/test_twodim_base.py
test/torch_np/numpy_tests/lib/test_type_check.py
test/torch_np/numpy_tests/linalg/test_linalg.py
test/typing/test_python_operators.py
test/typing/fail/arithmetic_ops.py
test/typing/fail/creation_ops.py
test/typing/fail/disabled_bitwise_ops.py
test/typing/fail/random.py
test/typing/fail/torch_size.py
test/typing/pass/arithmetic_ops.py
test/typing/pass/creation_ops.py
test/typing/pass/cuda_steam.py
test/typing/pass/disabled_jit.py
test/typing/pass/distributions.py
test/typing/pass/math_ops.py
test/typing/pass/torch_size.py
test/typing/reveal/module_list.py
test/typing/reveal/namedtuple.py
test/typing/reveal/opt_size.py
test/typing/reveal/size.py
test/typing/reveal/tensor_constructors.py
test/typing/reveal/tensor_copy.py
test/typing/reveal/tensor_sampling.py
test/typing/reveal/torch_optim.py
test/xpu/test_conv.py
test/xpu/test_fusion.py
test/xpu/test_gemm.py
test/xpu/test_transformers.py
third_party/BUCK.oss
third_party/LICENSES_BUNDLED.txt
third_party/README.md
third_party/build_bundled.py
third_party/eigen_pin.txt
third_party/generate-cpuinfo-wrappers.py
third_party/generate-xnnpack-wrappers.py
third_party/glog.buck.bzl
third_party/kineto.buck.bzl
third_party/sleef.bzl
third_party/xnnpack.buck.bzl
third_party/xnnpack_buck_shim.bzl
third_party/xnnpack_src_defs.bzl
third_party/xnnpack_wrapper_defs.bzl
third_party/xpu.txt
third_party/FP16/CMakeLists.txt
third_party/FXdiv/CMakeLists.txt
third_party/NNPACK/CMakeLists.txt
third_party/NVTX/CMakeLists.txt
third_party/QNNPACK/CMakeLists.txt
third_party/VulkanMemoryAllocator/CMakeLists.txt
third_party/XNNPACK/CMakeLists.txt
third_party/aiter/CMakeLists.txt
third_party/benchmark/CMakeLists.txt
third_party/composable_kernel/CMakeLists.txt
third_party/concurrentqueue/README.md
third_party/concurrentqueue/update.sh
third_party/concurrentqueue/moodycamel/LICENSE.md
third_party/concurrentqueue/moodycamel/concurrentqueue.h
third_party/concurrentqueue/moodycamel/lightweightsemaphore.h
third_party/cpp-httplib/.clang-format
third_party/cpp-httplib/.pre-commit-config.yaml
third_party/cpp-httplib/CMakeLists.txt
third_party/cpp-httplib/Dockerfile
third_party/cpp-httplib/LICENSE
third_party/cpp-httplib/README-sse.md
third_party/cpp-httplib/README-stream.md
third_party/cpp-httplib/README-websocket.md
third_party/cpp-httplib/README.md
third_party/cpp-httplib/docker-compose.yml
third_party/cpp-httplib/generate_module.py
third_party/cpp-httplib/httplib.h
third_party/cpp-httplib/justfile
third_party/cpp-httplib/meson.build
third_party/cpp-httplib/meson_options.txt
third_party/cpp-httplib/split.py
third_party/cpp-httplib/benchmark/Makefile
third_party/cpp-httplib/benchmark/cpp-httplib/main.cpp
third_party/cpp-httplib/benchmark/crow/crow_all.h
third_party/cpp-httplib/benchmark/crow/main.cpp
third_party/cpp-httplib/cmake/FindBrotli.cmake
third_party/cpp-httplib/cmake/httplibConfig.cmake.in
third_party/cpp-httplib/cmake/modules.cmake
third_party/cpp-httplib/docker/main.cc
third_party/cpp-httplib/docker/html/index.html
third_party/cpp-httplib/docs-src/config.toml
third_party/cpp-httplib/docs-src/pages/en/index.md
third_party/cpp-httplib/docs-src/pages/en/cookbook/index.md
third_party/cpp-httplib/docs-src/pages/en/llm-app/index.md
third_party/cpp-httplib/docs-src/pages/en/tour/01-getting-started.md
third_party/cpp-httplib/docs-src/pages/en/tour/02-basic-client.md
third_party/cpp-httplib/docs-src/pages/en/tour/03-basic-server.md
third_party/cpp-httplib/docs-src/pages/en/tour/04-static-file-server.md
third_party/cpp-httplib/docs-src/pages/en/tour/05-tls-setup.md
third_party/cpp-httplib/docs-src/pages/en/tour/06-https-client.md
third_party/cpp-httplib/docs-src/pages/en/tour/07-https-server.md
third_party/cpp-httplib/docs-src/pages/en/tour/08-websocket.md
third_party/cpp-httplib/docs-src/pages/en/tour/09-whats-next.md
third_party/cpp-httplib/docs-src/pages/en/tour/index.md
third_party/cpp-httplib/docs-src/pages/ja/index.md
third_party/cpp-httplib/docs-src/pages/ja/cookbook/index.md
third_party/cpp-httplib/docs-src/pages/ja/llm-app/index.md
third_party/cpp-httplib/docs-src/pages/ja/tour/01-getting-started.md
third_party/cpp-httplib/docs-src/pages/ja/tour/02-basic-client.md
third_party/cpp-httplib/docs-src/pages/ja/tour/03-basic-server.md
third_party/cpp-httplib/docs-src/pages/ja/tour/04-static-file-server.md
third_party/cpp-httplib/docs-src/pages/ja/tour/05-tls-setup.md
third_party/cpp-httplib/docs-src/pages/ja/tour/06-https-client.md
third_party/cpp-httplib/docs-src/pages/ja/tour/07-https-server.md
third_party/cpp-httplib/docs-src/pages/ja/tour/08-websocket.md
third_party/cpp-httplib/docs-src/pages/ja/tour/09-whats-next.md
third_party/cpp-httplib/docs-src/pages/ja/tour/index.md
third_party/cpp-httplib/example/Dockerfile.hello
third_party/cpp-httplib/example/Makefile
third_party/cpp-httplib/example/accept_header.cc
third_party/cpp-httplib/example/benchmark.cc
third_party/cpp-httplib/example/ca-bundle.crt
third_party/cpp-httplib/example/client.cc
third_party/cpp-httplib/example/client.vcxproj
third_party/cpp-httplib/example/example.sln
third_party/cpp-httplib/example/hello.cc
third_party/cpp-httplib/example/one_time_request.cc
third_party/cpp-httplib/example/redirect.cc
third_party/cpp-httplib/example/server.cc
third_party/cpp-httplib/example/server.vcxproj
third_party/cpp-httplib/example/server_and_client.cc
third_party/cpp-httplib/example/simplecli.cc
third_party/cpp-httplib/example/simplesvr.cc
third_party/cpp-httplib/example/ssecli-stream.cc
third_party/cpp-httplib/example/ssecli.cc
third_party/cpp-httplib/example/ssesvr.cc
third_party/cpp-httplib/example/upload.cc
third_party/cpp-httplib/example/uploader.sh
third_party/cpp-httplib/example/wsecho.cc
third_party/cpp-httplib/test/CMakeLists.txt
third_party/cpp-httplib/test/Makefile
third_party/cpp-httplib/test/ca-bundle.crt
third_party/cpp-httplib/test/gen-certs.sh
third_party/cpp-httplib/test/image.jpg
third_party/cpp-httplib/test/include_httplib.cc
third_party/cpp-httplib/test/include_windows_h.cc
third_party/cpp-httplib/test/lsan_suppressions.txt
third_party/cpp-httplib/test/make-shared-library.sh
third_party/cpp-httplib/test/meson.build
third_party/cpp-httplib/test/test.cc
third_party/cpp-httplib/test/test.conf
third_party/cpp-httplib/test/test.rootCA.conf
third_party/cpp-httplib/test/test.sln
third_party/cpp-httplib/test/test.vcxproj
third_party/cpp-httplib/test/test_32bit_build.cpp
third_party/cpp-httplib/test/test_proxy.cc
third_party/cpp-httplib/test/test_thread_pool.cc
third_party/cpp-httplib/test/test_websocket_heartbeat.cc
third_party/cpp-httplib/test/fuzzing/CMakeLists.txt
third_party/cpp-httplib/test/fuzzing/Makefile
third_party/cpp-httplib/test/fuzzing/server_fuzzer.cc
third_party/cpp-httplib/test/fuzzing/server_fuzzer.dict
third_party/cpp-httplib/test/fuzzing/standalone_fuzz_target_runner.cpp
third_party/cpp-httplib/test/fuzzing/corpus/1
third_party/cpp-httplib/test/fuzzing/corpus/2
third_party/cpp-httplib/test/fuzzing/corpus/3
third_party/cpp-httplib/test/fuzzing/corpus/clusterfuzz-testcase-minimized-server_fuzzer-5042094968537088
third_party/cpp-httplib/test/fuzzing/corpus/clusterfuzz-testcase-minimized-server_fuzzer-5372331946541056
third_party/cpp-httplib/test/fuzzing/corpus/clusterfuzz-testcase-minimized-server_fuzzer-5386708825800704
third_party/cpp-httplib/test/fuzzing/corpus/clusterfuzz-testcase-minimized-server_fuzzer-5667822731132928
third_party/cpp-httplib/test/fuzzing/corpus/clusterfuzz-testcase-minimized-server_fuzzer-5886572146327552
third_party/cpp-httplib/test/fuzzing/corpus/clusterfuzz-testcase-minimized-server_fuzzer-5942767436562432
third_party/cpp-httplib/test/fuzzing/corpus/clusterfuzz-testcase-minimized-server_fuzzer-6007379124158464
third_party/cpp-httplib/test/fuzzing/corpus/clusterfuzz-testcase-minimized-server_fuzzer-6508706672541696
third_party/cpp-httplib/test/fuzzing/corpus/issue1264
third_party/cpp-httplib/test/gtest/include/gtest/gtest-assertion-result.h
third_party/cpp-httplib/test/gtest/include/gtest/gtest-death-test.h
third_party/cpp-httplib/test/gtest/include/gtest/gtest-matchers.h
third_party/cpp-httplib/test/gtest/include/gtest/gtest-message.h
third_party/cpp-httplib/test/gtest/include/gtest/gtest-param-test.h
third_party/cpp-httplib/test/gtest/include/gtest/gtest-printers.h
third_party/cpp-httplib/test/gtest/include/gtest/gtest-spi.h
third_party/cpp-httplib/test/gtest/include/gtest/gtest-test-part.h
third_party/cpp-httplib/test/gtest/include/gtest/gtest-typed-test.h
third_party/cpp-httplib/test/gtest/include/gtest/gtest.h
third_party/cpp-httplib/test/gtest/include/gtest/gtest_pred_impl.h
third_party/cpp-httplib/test/gtest/include/gtest/gtest_prod.h
third_party/cpp-httplib/test/gtest/include/gtest/internal/gtest-death-test-internal.h
third_party/cpp-httplib/test/gtest/include/gtest/internal/gtest-filepath.h
third_party/cpp-httplib/test/gtest/include/gtest/internal/gtest-internal.h
third_party/cpp-httplib/test/gtest/include/gtest/internal/gtest-param-util.h
third_party/cpp-httplib/test/gtest/include/gtest/internal/gtest-port-arch.h
third_party/cpp-httplib/test/gtest/include/gtest/internal/gtest-port.h
third_party/cpp-httplib/test/gtest/include/gtest/internal/gtest-string.h
third_party/cpp-httplib/test/gtest/include/gtest/internal/gtest-type-util.h
third_party/cpp-httplib/test/gtest/include/gtest/internal/custom/README.md
third_party/cpp-httplib/test/gtest/include/gtest/internal/custom/gtest-port.h
third_party/cpp-httplib/test/gtest/include/gtest/internal/custom/gtest-printers.h
third_party/cpp-httplib/test/gtest/include/gtest/internal/custom/gtest.h
third_party/cpp-httplib/test/gtest/src/gtest-all.cc
third_party/cpp-httplib/test/gtest/src/gtest-assertion-result.cc
third_party/cpp-httplib/test/gtest/src/gtest-death-test.cc
third_party/cpp-httplib/test/gtest/src/gtest-filepath.cc
third_party/cpp-httplib/test/gtest/src/gtest-internal-inl.h
third_party/cpp-httplib/test/gtest/src/gtest-matchers.cc
third_party/cpp-httplib/test/gtest/src/gtest-port.cc
third_party/cpp-httplib/test/gtest/src/gtest-printers.cc
third_party/cpp-httplib/test/gtest/src/gtest-test-part.cc
third_party/cpp-httplib/test/gtest/src/gtest-typed-test.cc
third_party/cpp-httplib/test/gtest/src/gtest.cc
third_party/cpp-httplib/test/gtest/src/gtest_main.cc
third_party/cpp-httplib/test/proxy/Dockerfile
third_party/cpp-httplib/test/proxy/basic_passwd
third_party/cpp-httplib/test/proxy/basic_squid.conf
third_party/cpp-httplib/test/proxy/digest_passwd
third_party/cpp-httplib/test/proxy/digest_squid.conf
third_party/cpp-httplib/test/proxy/docker-compose.ci.yml
third_party/cpp-httplib/test/proxy/docker-compose.yml
third_party/cpp-httplib/test/www/empty_file
third_party/cpp-httplib/test/www/file
third_party/cpp-httplib/test/www/meson.build
third_party/cpp-httplib/test/www/dir/1MB.txt
third_party/cpp-httplib/test/www/dir/index.html
third_party/cpp-httplib/test/www/dir/meson.build
third_party/cpp-httplib/test/www/dir/test.abcde
third_party/cpp-httplib/test/www/dir/test.html
third_party/cpp-httplib/test/www/日本語Dir/meson.build
third_party/cpp-httplib/test/www/日本語Dir/日本語File.txt
third_party/cpp-httplib/test/www2/dir/index.html
third_party/cpp-httplib/test/www2/dir/meson.build
third_party/cpp-httplib/test/www2/dir/test.html
third_party/cpp-httplib/test/www3/dir/index.html
third_party/cpp-httplib/test/www3/dir/meson.build
third_party/cpp-httplib/test/www3/dir/test.html
third_party/cpuinfo/.clang-format
third_party/cpuinfo/.travis.yml
third_party/cpuinfo/BUILD.bazel
third_party/cpuinfo/CMakeLists.txt
third_party/cpuinfo/CMakePresets.json
third_party/cpuinfo/CODE_OF_CONDUCT.md
third_party/cpuinfo/CONTRIBUTING.md
third_party/cpuinfo/LICENSE
third_party/cpuinfo/MODULE.bazel
third_party/cpuinfo/README.md
third_party/cpuinfo/appveyor.yml
third_party/cpuinfo/configure.py
third_party/cpuinfo/confu.yaml
third_party/cpuinfo/libcpuinfo.pc.in
third_party/cpuinfo/bench/get-current.cc
third_party/cpuinfo/bench/init.cc
third_party/cpuinfo/cmake/DownloadGoogleBenchmark.cmake
third_party/cpuinfo/cmake/DownloadGoogleTest.cmake
third_party/cpuinfo/cmake/cpuinfo-config.cmake.in
third_party/cpuinfo/deps/clog/BUILD.bazel
third_party/cpuinfo/deps/clog/CMakeLists.txt
third_party/cpuinfo/deps/clog/LICENSE
third_party/cpuinfo/deps/clog/README.md
third_party/cpuinfo/deps/clog/configure.py
third_party/cpuinfo/deps/clog/confu.yaml
third_party/cpuinfo/deps/clog/cmake/DownloadGoogleTest.cmake
third_party/cpuinfo/deps/clog/include/clog.h
third_party/cpuinfo/deps/clog/jni/Android.mk
third_party/cpuinfo/deps/clog/jni/Application.mk
third_party/cpuinfo/deps/clog/src/clog.c
third_party/cpuinfo/deps/clog/test/clog.cc
third_party/cpuinfo/include/cpuinfo-mock.h
third_party/cpuinfo/include/cpuinfo.h
third_party/cpuinfo/jni/Android.mk
third_party/cpuinfo/jni/Application.mk
third_party/cpuinfo/scripts/android-arm64-auxv-dump.sh
third_party/cpuinfo/scripts/android-arm64-build.sh
third_party/cpuinfo/scripts/android-arm64-mock.sh
third_party/cpuinfo/scripts/android-arm64-test.sh
third_party/cpuinfo/scripts/android-armv7-auxv-dump.sh
third_party/cpuinfo/scripts/android-armv7-build.sh
third_party/cpuinfo/scripts/android-armv7-cache-info.sh
third_party/cpuinfo/scripts/android-armv7-cpu-info.sh
third_party/cpuinfo/scripts/android-armv7-isa-info.sh
third_party/cpuinfo/scripts/android-armv7-mock.sh
third_party/cpuinfo/scripts/android-armv7-test.sh
third_party/cpuinfo/scripts/android-device-dump.py
third_party/cpuinfo/scripts/android-riscv64-build.sh
third_party/cpuinfo/scripts/android-x86-build.sh
third_party/cpuinfo/scripts/android-x86-cache-info.sh
third_party/cpuinfo/scripts/android-x86-cpu-info.sh
third_party/cpuinfo/scripts/android-x86-cpuid-dump.sh
third_party/cpuinfo/scripts/android-x86-isa-info.sh
third_party/cpuinfo/scripts/android-x86-mock.sh
third_party/cpuinfo/scripts/arm-linux-filesystem-dump.py
third_party/cpuinfo/scripts/local-bazel-build.sh
third_party/cpuinfo/scripts/local-build.sh
third_party/cpuinfo/scripts/parse-x86-cpuid-dump.py
third_party/cpuinfo/src/api.c
third_party/cpuinfo/src/cache.c
third_party/cpuinfo/src/init.c
third_party/cpuinfo/src/log.c
third_party/cpuinfo/src/arm/api.h
third_party/cpuinfo/src/arm/cache.c
third_party/cpuinfo/src/arm/midr.h
third_party/cpuinfo/src/arm/tlb.c
third_party/cpuinfo/src/arm/uarch.c
third_party/cpuinfo/src/arm/android/api.h
third_party/cpuinfo/src/arm/android/properties.c
third_party/cpuinfo/src/arm/linux/aarch32-isa.c
third_party/cpuinfo/src/arm/linux/aarch64-isa.c
third_party/cpuinfo/src/arm/linux/api.h
third_party/cpuinfo/src/arm/linux/chipset.c
third_party/cpuinfo/src/arm/linux/clusters.c
third_party/cpuinfo/src/arm/linux/cp.h
third_party/cpuinfo/src/arm/linux/cpuinfo.c
third_party/cpuinfo/src/arm/linux/hwcap.c
third_party/cpuinfo/src/arm/linux/init.c
third_party/cpuinfo/src/arm/linux/midr.c
third_party/cpuinfo/src/arm/mach/init.c
third_party/cpuinfo/src/arm/windows/init-by-logical-sys-info.c
third_party/cpuinfo/src/arm/windows/init.c
third_party/cpuinfo/src/arm/windows/windows-arm-init.h
third_party/cpuinfo/src/cpuinfo/common.h
third_party/cpuinfo/src/cpuinfo/internal-api.h
third_party/cpuinfo/src/cpuinfo/log.h
third_party/cpuinfo/src/cpuinfo/utils.h
third_party/cpuinfo/src/emscripten/init.c
third_party/cpuinfo/src/freebsd/api.h
third_party/cpuinfo/src/freebsd/topology.c
third_party/cpuinfo/src/linux/api.h
third_party/cpuinfo/src/linux/cpulist.c
third_party/cpuinfo/src/linux/mockfile.c
third_party/cpuinfo/src/linux/multiline.c
third_party/cpuinfo/src/linux/processors.c
third_party/cpuinfo/src/linux/smallfile.c
third_party/cpuinfo/src/mach/api.h
third_party/cpuinfo/src/mach/topology.c
third_party/cpuinfo/src/riscv/api.h
third_party/cpuinfo/src/riscv/uarch.c
third_party/cpuinfo/src/riscv/linux/api.h
third_party/cpuinfo/src/riscv/linux/init.c
third_party/cpuinfo/src/riscv/linux/riscv-hw.c
third_party/cpuinfo/src/riscv/linux/riscv-isa.c
third_party/cpuinfo/src/x86/api.h
third_party/cpuinfo/src/x86/cpuid.h
third_party/cpuinfo/src/x86/info.c
third_party/cpuinfo/src/x86/init.c
third_party/cpuinfo/src/x86/isa.c
third_party/cpuinfo/src/x86/mockcpuid.c
third_party/cpuinfo/src/x86/name.c
third_party/cpuinfo/src/x86/topology.c
third_party/cpuinfo/src/x86/uarch.c
third_party/cpuinfo/src/x86/vendor.c
third_party/cpuinfo/src/x86/cache/descriptor.c
third_party/cpuinfo/src/x86/cache/deterministic.c
third_party/cpuinfo/src/x86/cache/init.c
third_party/cpuinfo/src/x86/freebsd/init.c
third_party/cpuinfo/src/x86/linux/api.h
third_party/cpuinfo/src/x86/linux/cpuinfo.c
third_party/cpuinfo/src/x86/linux/init.c
third_party/cpuinfo/src/x86/mach/init.c
third_party/cpuinfo/src/x86/windows/api.h
third_party/cpuinfo/src/x86/windows/init.c
third_party/cpuinfo/test/arm-cache.cc
third_party/cpuinfo/test/get-current.cc
third_party/cpuinfo/test/init.cc
third_party/cpuinfo/test/size.c
third_party/cpuinfo/test/build.prop/alcatel-revvl.log
third_party/cpuinfo/test/build.prop/alldocube-iwork8.log
third_party/cpuinfo/test/build.prop/astro_55r.log
third_party/cpuinfo/test/build.prop/atm7029b-tablet.log
third_party/cpuinfo/test/build.prop/blu-r1-hd.log
third_party/cpuinfo/test/build.prop/galaxy-a3-2016-eu.log
third_party/cpuinfo/test/build.prop/galaxy-a8-2016-duos.log
third_party/cpuinfo/test/build.prop/galaxy-a8-2018.log
third_party/cpuinfo/test/build.prop/galaxy-c9-pro.log
third_party/cpuinfo/test/build.prop/galaxy-grand-prime-value-edition.log
third_party/cpuinfo/test/build.prop/galaxy-grand-prime.log
third_party/cpuinfo/test/build.prop/galaxy-j1-2016.log
third_party/cpuinfo/test/build.prop/galaxy-j5.log
third_party/cpuinfo/test/build.prop/galaxy-j7-prime.log
third_party/cpuinfo/test/build.prop/galaxy-j7-tmobile.log
third_party/cpuinfo/test/build.prop/galaxy-j7-uae.log
third_party/cpuinfo/test/build.prop/galaxy-s3-us.log
third_party/cpuinfo/test/build.prop/galaxy-s4-us.log
third_party/cpuinfo/test/build.prop/galaxy-s5-global.log
third_party/cpuinfo/test/build.prop/galaxy-s5-us.log
third_party/cpuinfo/test/build.prop/galaxy-s6.log
third_party/cpuinfo/test/build.prop/galaxy-s7-global.log
third_party/cpuinfo/test/build.prop/galaxy-s7-us.log
third_party/cpuinfo/test/build.prop/galaxy-s8-global.log
third_party/cpuinfo/test/build.prop/galaxy-s8-us.log
third_party/cpuinfo/test/build.prop/galaxy-tab-3-7.0.log
third_party/cpuinfo/test/build.prop/galaxy-tab-3-lite.log
third_party/cpuinfo/test/build.prop/galaxy-win-duos.log
third_party/cpuinfo/test/build.prop/huawei-ascend-p7.log
third_party/cpuinfo/test/build.prop/huawei-honor-6.log
third_party/cpuinfo/test/build.prop/huawei-mate-20.log
third_party/cpuinfo/test/build.prop/huawei-mate-8.log
third_party/cpuinfo/test/build.prop/huawei-mate-9.log
third_party/cpuinfo/test/build.prop/huawei-p8-lite.log
third_party/cpuinfo/test/build.prop/huawei-p9-lite.log
third_party/cpuinfo/test/build.prop/iconia-one-10.log
third_party/cpuinfo/test/build.prop/leagoo-t5c.log
third_party/cpuinfo/test/build.prop/lenovo-a6600-plus.log
third_party/cpuinfo/test/build.prop/lenovo-vibe-x2.log
third_party/cpuinfo/test/build.prop/lg-k10-eu.log
third_party/cpuinfo/test/build.prop/lg-optimus-g-pro.log
third_party/cpuinfo/test/build.prop/meizu-pro-6.log
third_party/cpuinfo/test/build.prop/meizu-pro-6s.log
third_party/cpuinfo/test/build.prop/meizu-pro-7-plus.log
third_party/cpuinfo/test/build.prop/memo-pad-7.log
third_party/cpuinfo/test/build.prop/moto-e-gen1.log
third_party/cpuinfo/test/build.prop/moto-g-gen1.log
third_party/cpuinfo/test/build.prop/moto-g-gen2.log
third_party/cpuinfo/test/build.prop/moto-g-gen3.log
third_party/cpuinfo/test/build.prop/moto-g-gen4.log
third_party/cpuinfo/test/build.prop/moto-g-gen5.log
third_party/cpuinfo/test/build.prop/nexus-s.log
third_party/cpuinfo/test/build.prop/nexus10.log
third_party/cpuinfo/test/build.prop/nexus4.log
third_party/cpuinfo/test/build.prop/nexus5x.log
third_party/cpuinfo/test/build.prop/nexus6.log
third_party/cpuinfo/test/build.prop/nexus6p.log
third_party/cpuinfo/test/build.prop/nexus9.log
third_party/cpuinfo/test/build.prop/oneplus-3t.log
third_party/cpuinfo/test/build.prop/oppo-a37.log
third_party/cpuinfo/test/build.prop/oppo-r9.log
third_party/cpuinfo/test/build.prop/padcod-10.1.log
third_party/cpuinfo/test/build.prop/pixel-xl.log
third_party/cpuinfo/test/build.prop/pixel.log
third_party/cpuinfo/test/build.prop/xiaomi-mi-5c.log
third_party/cpuinfo/test/build.prop/xiaomi-redmi-2a.log
third_party/cpuinfo/test/build.prop/xiaomi-redmi-note-3.log
third_party/cpuinfo/test/build.prop/xiaomi-redmi-note-4.log
third_party/cpuinfo/test/build.prop/xperia-c4-dual.log
third_party/cpuinfo/test/build.prop/xperia-sl.log
third_party/cpuinfo/test/build.prop/zenfone-2.log
third_party/cpuinfo/test/build.prop/zenfone-2e.log
third_party/cpuinfo/test/build.prop/zenfone-c.log
third_party/cpuinfo/test/cpuid/alldocube-iwork8.log
third_party/cpuinfo/test/cpuid/leagoo-t5c.log
third_party/cpuinfo/test/cpuid/memo-pad-7.log
third_party/cpuinfo/test/cpuid/zenfone-2.log
third_party/cpuinfo/test/cpuid/zenfone-2e.log
third_party/cpuinfo/test/cpuid/zenfone-c.log
third_party/cpuinfo/test/cpuinfo/alcatel-revvl.armeabi.log
third_party/cpuinfo/test/cpuinfo/alcatel-revvl.log
third_party/cpuinfo/test/cpuinfo/alldocube-iwork8.log
third_party/cpuinfo/test/cpuinfo/arndaleboard.log
third_party/cpuinfo/test/cpuinfo/astro-55r.log
third_party/cpuinfo/test/cpuinfo/atm7029b-tablet.log
third_party/cpuinfo/test/cpuinfo/beagleboard-xm.log
third_party/cpuinfo/test/cpuinfo/blu-r1-hd.log
third_party/cpuinfo/test/cpuinfo/galaxy-a3-2016-eu.log
third_party/cpuinfo/test/cpuinfo/galaxy-a8-2016-duos.log
third_party/cpuinfo/test/cpuinfo/galaxy-a8-2018.armeabi.log
third_party/cpuinfo/test/cpuinfo/galaxy-a8-2018.log
third_party/cpuinfo/test/cpuinfo/galaxy-c9-pro.armeabi.log
third_party/cpuinfo/test/cpuinfo/galaxy-c9-pro.log
third_party/cpuinfo/test/cpuinfo/galaxy-grand-prime-value-edition.log
third_party/cpuinfo/test/cpuinfo/galaxy-j1-2016.log
third_party/cpuinfo/test/cpuinfo/galaxy-j5.log
third_party/cpuinfo/test/cpuinfo/galaxy-j7-prime.log
third_party/cpuinfo/test/cpuinfo/galaxy-j7-tmobile.log
third_party/cpuinfo/test/cpuinfo/galaxy-j7-uae.log
third_party/cpuinfo/test/cpuinfo/galaxy-nexus.log
third_party/cpuinfo/test/cpuinfo/galaxy-s3-us.log
third_party/cpuinfo/test/cpuinfo/galaxy-s4-us.log
third_party/cpuinfo/test/cpuinfo/galaxy-s5-global.log
third_party/cpuinfo/test/cpuinfo/galaxy-s5-us.log
third_party/cpuinfo/test/cpuinfo/galaxy-s6.armeabi.log
third_party/cpuinfo/test/cpuinfo/galaxy-s6.log
third_party/cpuinfo/test/cpuinfo/galaxy-s7-global.armeabi.log
third_party/cpuinfo/test/cpuinfo/galaxy-s7-global.log
third_party/cpuinfo/test/cpuinfo/galaxy-s7-us.armeabi.log
third_party/cpuinfo/test/cpuinfo/galaxy-s7-us.log
third_party/cpuinfo/test/cpuinfo/galaxy-s8-global.armeabi.log
third_party/cpuinfo/test/cpuinfo/galaxy-s8-global.log
third_party/cpuinfo/test/cpuinfo/galaxy-s8-us.armeabi.log
third_party/cpuinfo/test/cpuinfo/galaxy-s8-us.log
third_party/cpuinfo/test/cpuinfo/galaxy-s9-global.armeabi.log
third_party/cpuinfo/test/cpuinfo/galaxy-s9-global.log
third_party/cpuinfo/test/cpuinfo/galaxy-s9-us.armeabi.log
third_party/cpuinfo/test/cpuinfo/galaxy-s9-us.log
third_party/cpuinfo/test/cpuinfo/galaxy-tab-3-7.0.log
third_party/cpuinfo/test/cpuinfo/galaxy-tab-3-lite.log
third_party/cpuinfo/test/cpuinfo/galaxy-win-duos.log
third_party/cpuinfo/test/cpuinfo/huawei-ascend-p7.log
third_party/cpuinfo/test/cpuinfo/huawei-honor-6.log
third_party/cpuinfo/test/cpuinfo/huawei-mate-10.armeabi.log
third_party/cpuinfo/test/cpuinfo/huawei-mate-10.log
third_party/cpuinfo/test/cpuinfo/huawei-mate-20.armeabi.log
third_party/cpuinfo/test/cpuinfo/huawei-mate-20.log
third_party/cpuinfo/test/cpuinfo/huawei-mate-8.armeabi.log
third_party/cpuinfo/test/cpuinfo/huawei-mate-8.log
third_party/cpuinfo/test/cpuinfo/huawei-mate-9.armeabi.log
third_party/cpuinfo/test/cpuinfo/huawei-mate-9.log
third_party/cpuinfo/test/cpuinfo/huawei-p20-pro.armeabi.log
third_party/cpuinfo/test/cpuinfo/huawei-p20-pro.log
third_party/cpuinfo/test/cpuinfo/huawei-p8-lite.armeabi.log
third_party/cpuinfo/test/cpuinfo/huawei-p8-lite.log
third_party/cpuinfo/test/cpuinfo/huawei-p9-lite.armeabi.log
third_party/cpuinfo/test/cpuinfo/huawei-p9-lite.log
third_party/cpuinfo/test/cpuinfo/iconia-one-10.armeabi.log
third_party/cpuinfo/test/cpuinfo/iconia-one-10.log
third_party/cpuinfo/test/cpuinfo/jetson-tx1.log
third_party/cpuinfo/test/cpuinfo/leagoo-t5c.log
third_party/cpuinfo/test/cpuinfo/lenovo-a6600-plus.log
third_party/cpuinfo/test/cpuinfo/lenovo-vibe-x2.log
third_party/cpuinfo/test/cpuinfo/lg-k10-eu.log
third_party/cpuinfo/test/cpuinfo/lg-optimus-g-pro.log
third_party/cpuinfo/test/cpuinfo/meizu-pro-6.log
third_party/cpuinfo/test/cpuinfo/meizu-pro-6s.log
third_party/cpuinfo/test/cpuinfo/meizu-pro-7-plus.log
third_party/cpuinfo/test/cpuinfo/memo-pad-7.log
third_party/cpuinfo/test/cpuinfo/moto-e-gen1.log
third_party/cpuinfo/test/cpuinfo/moto-g-gen1.log
third_party/cpuinfo/test/cpuinfo/moto-g-gen2.log
third_party/cpuinfo/test/cpuinfo/moto-g-gen3.log
third_party/cpuinfo/test/cpuinfo/moto-g-gen4.log
third_party/cpuinfo/test/cpuinfo/moto-g-gen5.log
third_party/cpuinfo/test/cpuinfo/msm8996.log
third_party/cpuinfo/test/cpuinfo/nexus-s.log
third_party/cpuinfo/test/cpuinfo/nexus10.log
third_party/cpuinfo/test/cpuinfo/nexus4.log
third_party/cpuinfo/test/cpuinfo/nexus5x.armeabi.log
third_party/cpuinfo/test/cpuinfo/nexus5x.log
third_party/cpuinfo/test/cpuinfo/nexus6.log
third_party/cpuinfo/test/cpuinfo/nexus6p.armeabi.log
third_party/cpuinfo/test/cpuinfo/nexus6p.log
third_party/cpuinfo/test/cpuinfo/nexus9.log
third_party/cpuinfo/test/cpuinfo/odroid-u2.log
third_party/cpuinfo/test/cpuinfo/oneplus-3t.armeabi.log
third_party/cpuinfo/test/cpuinfo/oneplus-3t.log
third_party/cpuinfo/test/cpuinfo/oneplus-5.armeabi.log
third_party/cpuinfo/test/cpuinfo/oneplus-5.log
third_party/cpuinfo/test/cpuinfo/oneplus-5t.armeabi.log
third_party/cpuinfo/test/cpuinfo/oneplus-5t.log
third_party/cpuinfo/test/cpuinfo/oppo-a37.armeabi.log
third_party/cpuinfo/test/cpuinfo/oppo-a37.log
third_party/cpuinfo/test/cpuinfo/oppo-r15.armeabi.log
third_party/cpuinfo/test/cpuinfo/oppo-r15.log
third_party/cpuinfo/test/cpuinfo/oppo-r9.armeabi.log
third_party/cpuinfo/test/cpuinfo/oppo-r9.log
third_party/cpuinfo/test/cpuinfo/padcod-10.1.log
third_party/cpuinfo/test/cpuinfo/pandaboard-es.log
third_party/cpuinfo/test/cpuinfo/pixel-2-xl.log
third_party/cpuinfo/test/cpuinfo/pixel-c.log
third_party/cpuinfo/test/cpuinfo/pixel-xl.log
third_party/cpuinfo/test/cpuinfo/pixel.log
third_party/cpuinfo/test/cpuinfo/raspberrypi-zero.log
third_party/cpuinfo/test/cpuinfo/raspberrypi.log
third_party/cpuinfo/test/cpuinfo/raspberrypi2.log
third_party/cpuinfo/test/cpuinfo/raspberrypi3.log
third_party/cpuinfo/test/cpuinfo/scaleway.log
third_party/cpuinfo/test/cpuinfo/xiaomi-mi-5c.armeabi.log
third_party/cpuinfo/test/cpuinfo/xiaomi-mi-5c.log
third_party/cpuinfo/test/cpuinfo/xiaomi-redmi-2a.log
third_party/cpuinfo/test/cpuinfo/xiaomi-redmi-note-3.armeabi.log
third_party/cpuinfo/test/cpuinfo/xiaomi-redmi-note-3.log
third_party/cpuinfo/test/cpuinfo/xiaomi-redmi-note-4.armeabi.log
third_party/cpuinfo/test/cpuinfo/xiaomi-redmi-note-4.log
third_party/cpuinfo/test/cpuinfo/xperia-c4-dual.armeabi.log
third_party/cpuinfo/test/cpuinfo/xperia-c4-dual.log
third_party/cpuinfo/test/cpuinfo/xperia-sl.log
third_party/cpuinfo/test/cpuinfo/zenfone-2.log
third_party/cpuinfo/test/cpuinfo/zenfone-2e.log
third_party/cpuinfo/test/cpuinfo/zenfone-c.log
third_party/cpuinfo/test/dmesg/alcatel-revvl.log
third_party/cpuinfo/test/dmesg/alldocube-iwork8.log
third_party/cpuinfo/test/dmesg/blu-r1-hd.log
third_party/cpuinfo/test/dmesg/galaxy-a3-2016-eu.log
third_party/cpuinfo/test/dmesg/galaxy-a8-2016-duos.log
third_party/cpuinfo/test/dmesg/galaxy-a8-2018.log
third_party/cpuinfo/test/dmesg/galaxy-c9-pro.log
third_party/cpuinfo/test/dmesg/galaxy-grand-prime-value-edition.log
third_party/cpuinfo/test/dmesg/galaxy-j1-2016.log
third_party/cpuinfo/test/dmesg/galaxy-j5.log
third_party/cpuinfo/test/dmesg/galaxy-j7-prime.log
third_party/cpuinfo/test/dmesg/galaxy-j7-tmobile.log
third_party/cpuinfo/test/dmesg/galaxy-j7-uae.log
third_party/cpuinfo/test/dmesg/galaxy-s5-global.log
third_party/cpuinfo/test/dmesg/galaxy-s5-us.log
third_party/cpuinfo/test/dmesg/galaxy-s6.log
third_party/cpuinfo/test/dmesg/galaxy-s7-global.log
third_party/cpuinfo/test/dmesg/galaxy-s7-us.log
third_party/cpuinfo/test/dmesg/galaxy-s8-global.log
third_party/cpuinfo/test/dmesg/galaxy-s8-us.log
third_party/cpuinfo/test/dmesg/huawei-mate-8.log
third_party/cpuinfo/test/dmesg/huawei-mate-9.log
third_party/cpuinfo/test/dmesg/huawei-p9-lite.log
third_party/cpuinfo/test/dmesg/iconia-one-10.log
third_party/cpuinfo/test/dmesg/lenovo-a6600-plus.log
third_party/cpuinfo/test/dmesg/lg-k10-eu.log
third_party/cpuinfo/test/dmesg/meizu-pro-6.log
third_party/cpuinfo/test/dmesg/meizu-pro-6s.log
third_party/cpuinfo/test/dmesg/meizu-pro-7-plus.log
third_party/cpuinfo/test/dmesg/moto-g-gen2.log
third_party/cpuinfo/test/dmesg/moto-g-gen3.log
third_party/cpuinfo/test/dmesg/moto-g-gen4.log
third_party/cpuinfo/test/dmesg/moto-g-gen5.log
third_party/cpuinfo/test/dmesg/nexus-s.log
third_party/cpuinfo/test/dmesg/nexus10.log
third_party/cpuinfo/test/dmesg/nexus4.log
third_party/cpuinfo/test/dmesg/nexus5x.log
third_party/cpuinfo/test/dmesg/nexus6.log
third_party/cpuinfo/test/dmesg/nexus6p.log
third_party/cpuinfo/test/dmesg/nexus9.log
third_party/cpuinfo/test/dmesg/oneplus-3t.log
third_party/cpuinfo/test/dmesg/oppo-a37.log
third_party/cpuinfo/test/dmesg/oppo-r9.log
third_party/cpuinfo/test/dmesg/padcod-10.1.log
third_party/cpuinfo/test/dmesg/pixel-xl.log
third_party/cpuinfo/test/dmesg/pixel.log
third_party/cpuinfo/test/dmesg/xiaomi-mi-5c.log
third_party/cpuinfo/test/dmesg/xiaomi-redmi-note-3.log
third_party/cpuinfo/test/dmesg/xiaomi-redmi-note-4.log
third_party/cpuinfo/test/dmesg/xperia-c4-dual.log
third_party/cpuinfo/test/dmesg/xperia-sl.log
third_party/cpuinfo/test/dmesg/zenfone-2.log
third_party/cpuinfo/test/mock/alcatel-revvl.cc
third_party/cpuinfo/test/mock/alcatel-revvl.h
third_party/cpuinfo/test/mock/alldocube-iwork8.cc
third_party/cpuinfo/test/mock/alldocube-iwork8.h
third_party/cpuinfo/test/mock/atm7029b-tablet.cc
third_party/cpuinfo/test/mock/atm7029b-tablet.h
third_party/cpuinfo/test/mock/blu-r1-hd.cc
third_party/cpuinfo/test/mock/blu-r1-hd.h
third_party/cpuinfo/test/mock/galaxy-a3-2016-eu.cc
third_party/cpuinfo/test/mock/galaxy-a3-2016-eu.h
third_party/cpuinfo/test/mock/galaxy-a8-2016-duos.cc
third_party/cpuinfo/test/mock/galaxy-a8-2016-duos.h
third_party/cpuinfo/test/mock/galaxy-a8-2018.cc
third_party/cpuinfo/test/mock/galaxy-a8-2018.h
third_party/cpuinfo/test/mock/galaxy-c9-pro.cc
third_party/cpuinfo/test/mock/galaxy-c9-pro.h
third_party/cpuinfo/test/mock/galaxy-grand-prime-value-edition.cc
third_party/cpuinfo/test/mock/galaxy-grand-prime-value-edition.h
third_party/cpuinfo/test/mock/galaxy-j1-2016.cc
third_party/cpuinfo/test/mock/galaxy-j1-2016.h
third_party/cpuinfo/test/mock/galaxy-j5.cc
third_party/cpuinfo/test/mock/galaxy-j5.h
third_party/cpuinfo/test/mock/galaxy-j7-prime.cc
third_party/cpuinfo/test/mock/galaxy-j7-prime.h
third_party/cpuinfo/test/mock/galaxy-j7-tmobile.cc
third_party/cpuinfo/test/mock/galaxy-j7-tmobile.h
third_party/cpuinfo/test/mock/galaxy-j7-uae.cc
third_party/cpuinfo/test/mock/galaxy-j7-uae.h
third_party/cpuinfo/test/mock/galaxy-s3-us.cc
third_party/cpuinfo/test/mock/galaxy-s3-us.h
third_party/cpuinfo/test/mock/galaxy-s4-us.cc
third_party/cpuinfo/test/mock/galaxy-s4-us.h
third_party/cpuinfo/test/mock/galaxy-s5-global.cc
third_party/cpuinfo/test/mock/galaxy-s5-global.h
third_party/cpuinfo/test/mock/galaxy-s5-us.cc
third_party/cpuinfo/test/mock/galaxy-s5-us.h
third_party/cpuinfo/test/mock/galaxy-s6.cc
third_party/cpuinfo/test/mock/galaxy-s6.h
third_party/cpuinfo/test/mock/galaxy-s7-global.cc
third_party/cpuinfo/test/mock/galaxy-s7-global.h
third_party/cpuinfo/test/mock/galaxy-s7-us.cc
third_party/cpuinfo/test/mock/galaxy-s7-us.h
third_party/cpuinfo/test/mock/galaxy-s8-global.cc
third_party/cpuinfo/test/mock/galaxy-s8-global.h
third_party/cpuinfo/test/mock/galaxy-s8-us.cc
third_party/cpuinfo/test/mock/galaxy-s8-us.h
third_party/cpuinfo/test/mock/galaxy-s9-global.cc
third_party/cpuinfo/test/mock/galaxy-s9-global.h
third_party/cpuinfo/test/mock/galaxy-s9-us.cc
third_party/cpuinfo/test/mock/galaxy-s9-us.h
third_party/cpuinfo/test/mock/galaxy-tab-3-7.0.cc
third_party/cpuinfo/test/mock/galaxy-tab-3-7.0.h
third_party/cpuinfo/test/mock/galaxy-tab-3-lite.cc
third_party/cpuinfo/test/mock/galaxy-tab-3-lite.h
third_party/cpuinfo/test/mock/galaxy-win-duos.cc
third_party/cpuinfo/test/mock/galaxy-win-duos.h
third_party/cpuinfo/test/mock/huawei-ascend-p7.cc
third_party/cpuinfo/test/mock/huawei-ascend-p7.h
third_party/cpuinfo/test/mock/huawei-honor-6.cc
third_party/cpuinfo/test/mock/huawei-honor-6.h
third_party/cpuinfo/test/mock/huawei-mate-10.cc
third_party/cpuinfo/test/mock/huawei-mate-10.h
third_party/cpuinfo/test/mock/huawei-mate-20.cc
third_party/cpuinfo/test/mock/huawei-mate-20.h
third_party/cpuinfo/test/mock/huawei-mate-8.cc
third_party/cpuinfo/test/mock/huawei-mate-8.h
third_party/cpuinfo/test/mock/huawei-mate-9.cc
third_party/cpuinfo/test/mock/huawei-mate-9.h
third_party/cpuinfo/test/mock/huawei-p20-pro.cc
third_party/cpuinfo/test/mock/huawei-p20-pro.h
third_party/cpuinfo/test/mock/huawei-p8-lite.cc
third_party/cpuinfo/test/mock/huawei-p8-lite.h
third_party/cpuinfo/test/mock/huawei-p9-lite.cc
third_party/cpuinfo/test/mock/huawei-p9-lite.h
third_party/cpuinfo/test/mock/iconia-one-10.cc
third_party/cpuinfo/test/mock/iconia-one-10.h
third_party/cpuinfo/test/mock/leagoo-t5c.cc
third_party/cpuinfo/test/mock/leagoo-t5c.h
third_party/cpuinfo/test/mock/lenovo-a6600-plus.cc
third_party/cpuinfo/test/mock/lenovo-a6600-plus.h
third_party/cpuinfo/test/mock/lenovo-vibe-x2.cc
third_party/cpuinfo/test/mock/lenovo-vibe-x2.h
third_party/cpuinfo/test/mock/lg-k10-eu.cc
third_party/cpuinfo/test/mock/lg-k10-eu.h
third_party/cpuinfo/test/mock/lg-optimus-g-pro.cc
third_party/cpuinfo/test/mock/lg-optimus-g-pro.h
third_party/cpuinfo/test/mock/meizu-pro-6.cc
third_party/cpuinfo/test/mock/meizu-pro-6.h
third_party/cpuinfo/test/mock/meizu-pro-6s.cc
third_party/cpuinfo/test/mock/meizu-pro-6s.h
third_party/cpuinfo/test/mock/meizu-pro-7-plus.cc
third_party/cpuinfo/test/mock/meizu-pro-7-plus.h
third_party/cpuinfo/test/mock/memo-pad-7.cc
third_party/cpuinfo/test/mock/memo-pad-7.h
third_party/cpuinfo/test/mock/moto-e-gen1.cc
third_party/cpuinfo/test/mock/moto-e-gen1.h
third_party/cpuinfo/test/mock/moto-g-gen1.cc
third_party/cpuinfo/test/mock/moto-g-gen1.h
third_party/cpuinfo/test/mock/moto-g-gen2.cc
third_party/cpuinfo/test/mock/moto-g-gen2.h
third_party/cpuinfo/test/mock/moto-g-gen3.cc
third_party/cpuinfo/test/mock/moto-g-gen3.h
third_party/cpuinfo/test/mock/moto-g-gen4.cc
third_party/cpuinfo/test/mock/moto-g-gen4.h
third_party/cpuinfo/test/mock/moto-g-gen5.cc
third_party/cpuinfo/test/mock/moto-g-gen5.h
third_party/cpuinfo/test/mock/nexus-s.cc
third_party/cpuinfo/test/mock/nexus-s.h
third_party/cpuinfo/test/mock/nexus10.cc
third_party/cpuinfo/test/mock/nexus10.h
third_party/cpuinfo/test/mock/nexus4.cc
third_party/cpuinfo/test/mock/nexus4.h
third_party/cpuinfo/test/mock/nexus5x.cc
third_party/cpuinfo/test/mock/nexus5x.h
third_party/cpuinfo/test/mock/nexus6.cc
third_party/cpuinfo/test/mock/nexus6.h
third_party/cpuinfo/test/mock/nexus6p.cc
third_party/cpuinfo/test/mock/nexus6p.h
third_party/cpuinfo/test/mock/nexus9.cc
third_party/cpuinfo/test/mock/nexus9.h
third_party/cpuinfo/test/mock/oneplus-3t.cc
third_party/cpuinfo/test/mock/oneplus-3t.h
third_party/cpuinfo/test/mock/oneplus-5.cc
third_party/cpuinfo/test/mock/oneplus-5.h
third_party/cpuinfo/test/mock/oneplus-5t.cc
third_party/cpuinfo/test/mock/oneplus-5t.h
third_party/cpuinfo/test/mock/oppo-a37.cc
third_party/cpuinfo/test/mock/oppo-a37.h
third_party/cpuinfo/test/mock/oppo-r15.cc
third_party/cpuinfo/test/mock/oppo-r15.h
third_party/cpuinfo/test/mock/oppo-r9.cc
third_party/cpuinfo/test/mock/oppo-r9.h
third_party/cpuinfo/test/mock/padcod-10.1.cc
third_party/cpuinfo/test/mock/padcod-10.1.h
third_party/cpuinfo/test/mock/pixel-2-xl.cc
third_party/cpuinfo/test/mock/pixel-2-xl.h
third_party/cpuinfo/test/mock/pixel-8.cc
third_party/cpuinfo/test/mock/pixel-8.h
third_party/cpuinfo/test/mock/pixel-c.cc
third_party/cpuinfo/test/mock/pixel-c.h
third_party/cpuinfo/test/mock/pixel-xl.cc
third_party/cpuinfo/test/mock/pixel-xl.h
third_party/cpuinfo/test/mock/pixel.cc
third_party/cpuinfo/test/mock/pixel.h
third_party/cpuinfo/test/mock/scaleway.cc
third_party/cpuinfo/test/mock/scaleway.h
third_party/cpuinfo/test/mock/xiaomi-mi-5c.cc
third_party/cpuinfo/test/mock/xiaomi-mi-5c.h
third_party/cpuinfo/test/mock/xiaomi-redmi-2a.cc
third_party/cpuinfo/test/mock/xiaomi-redmi-2a.h
third_party/cpuinfo/test/mock/xiaomi-redmi-note-3.cc
third_party/cpuinfo/test/mock/xiaomi-redmi-note-3.h
third_party/cpuinfo/test/mock/xiaomi-redmi-note-4.cc
third_party/cpuinfo/test/mock/xiaomi-redmi-note-4.h
third_party/cpuinfo/test/mock/xperia-c4-dual.cc
third_party/cpuinfo/test/mock/xperia-c4-dual.h
third_party/cpuinfo/test/mock/xperia-sl.cc
third_party/cpuinfo/test/mock/xperia-sl.h
third_party/cpuinfo/test/mock/zenfone-2.cc
third_party/cpuinfo/test/mock/zenfone-2.h
third_party/cpuinfo/test/mock/zenfone-2e.cc
third_party/cpuinfo/test/mock/zenfone-2e.h
third_party/cpuinfo/test/mock/zenfone-c.cc
third_party/cpuinfo/test/mock/zenfone-c.h
third_party/cpuinfo/test/name/android-properties-interface.c
third_party/cpuinfo/test/name/android-properties.cc
third_party/cpuinfo/test/name/brand-string.cc
third_party/cpuinfo/test/name/proc-cpuinfo-hardware.cc
third_party/cpuinfo/test/name/ro-arch.cc
third_party/cpuinfo/test/name/ro-board-platform.cc
third_party/cpuinfo/test/name/ro-chipname.cc
third_party/cpuinfo/test/name/ro-mediatek-platform.cc
third_party/cpuinfo/test/name/ro-product-board.cc
third_party/cpuinfo/tools/auxv-dump.c
third_party/cpuinfo/tools/cache-info.c
third_party/cpuinfo/tools/cpu-info.c
third_party/cpuinfo/tools/cpuid-dump.c
third_party/cpuinfo/tools/cpuinfo-dump.c
third_party/cpuinfo/tools/gpu-dump.c
third_party/cpuinfo/tools/isa-info.c
third_party/cudnn_frontend/.clang-format
third_party/cudnn_frontend/CMakeLists.txt
third_party/cudnn_frontend/CONTRIBUTING.md
third_party/cudnn_frontend/LICENSE.txt
third_party/cudnn_frontend/README.md
third_party/cudnn_frontend/cudnn_frontend-config.cmake.in
third_party/cudnn_frontend/dlpack_version.txt
third_party/cudnn_frontend/pyproject.toml
third_party/cudnn_frontend/requirements.txt
third_party/cudnn_frontend/setup.py
third_party/cudnn_frontend/benchmark/norms/Dockerfile
third_party/cudnn_frontend/benchmark/norms/README.md
third_party/cudnn_frontend/benchmark/norms/__init__.py
third_party/cudnn_frontend/benchmark/norms/benchmark_single_norm.py
third_party/cudnn_frontend/benchmark/norms/charts.py
third_party/cudnn_frontend/benchmark/norms/config_types.py
third_party/cudnn_frontend/benchmark/norms/runner.py
third_party/cudnn_frontend/benchmark/norms/configs/__init__.py
third_party/cudnn_frontend/benchmark/norms/configs/all_models.py
third_party/cudnn_frontend/benchmark/norms/configs/deepseek_v3.py
third_party/cudnn_frontend/benchmark/norms/configs/gpt3_175b.py
third_party/cudnn_frontend/benchmark/norms/configs/llama31_405b.py
third_party/cudnn_frontend/benchmark/norms/configs/llama3_70b.py
third_party/cudnn_frontend/benchmark/norms/configs/llama3_8b.py
third_party/cudnn_frontend/benchmark/norms/configs/llama4_e16.py
third_party/cudnn_frontend/benchmark/norms/configs/mixtral_8x22b.py
third_party/cudnn_frontend/benchmark/norms/configs/mixtral_8x7b.py
third_party/cudnn_frontend/benchmark/norms/configs/nemotronh_56b.py
third_party/cudnn_frontend/benchmark/norms/configs/qwen3_235b.py
third_party/cudnn_frontend/benchmark/norms/configs/qwen3_30b.py
third_party/cudnn_frontend/benchmark/norms/results/gb200/all_models_20260226_180237.csv
third_party/cudnn_frontend/benchmark/norms/results/gb200/all_models_bandwidth.png
third_party/cudnn_frontend/benchmark/norms/results/gb200/all_models_time.png
third_party/cudnn_frontend/benchmark/norms/results/gb300/all_models_20260226_190305.csv
third_party/cudnn_frontend/benchmark/norms/results/gb300/all_models_bandwidth.png
third_party/cudnn_frontend/benchmark/norms/results/gb300/all_models_time.png
third_party/cudnn_frontend/benchmark/norms/results/h200/all_models_20260227_035147.csv
third_party/cudnn_frontend/benchmark/norms/results/h200/all_models_bandwidth.png
third_party/cudnn_frontend/benchmark/norms/results/h200/all_models_time.png
third_party/cudnn_frontend/benchmark/sdpa_benchmark_training/Dockerfile
third_party/cudnn_frontend/benchmark/sdpa_benchmark_training/README.md
third_party/cudnn_frontend/benchmark/sdpa_benchmark_training/__init__.py
third_party/cudnn_frontend/benchmark/sdpa_benchmark_training/benchmark_single_sdpa.py
third_party/cudnn_frontend/benchmark/sdpa_benchmark_training/charts.py
third_party/cudnn_frontend/benchmark/sdpa_benchmark_training/config_types.py
third_party/cudnn_frontend/benchmark/sdpa_benchmark_training/runner.py
third_party/cudnn_frontend/benchmark/sdpa_benchmark_training/configs/__init__.py
third_party/cudnn_frontend/benchmark/sdpa_benchmark_training/configs/dsv3.py
third_party/cudnn_frontend/benchmark/sdpa_benchmark_training/configs/gpt_oss.py
third_party/cudnn_frontend/benchmark/sdpa_benchmark_training/configs/llama.py
third_party/cudnn_frontend/benchmark/sdpa_benchmark_training/results/dsv3/gb200/dsv3_20260424_101009.csv
third_party/cudnn_frontend/benchmark/sdpa_benchmark_training/results/dsv3/gb200/dsv3_no_mask.png
third_party/cudnn_frontend/benchmark/sdpa_benchmark_training/results/dsv3/gb200/dsv3_no_mask_det_overhead.png
third_party/cudnn_frontend/benchmark/sdpa_benchmark_training/results/dsv3/gb200/dsv3_top_left.png
third_party/cudnn_frontend/benchmark/sdpa_benchmark_training/results/dsv3/gb200/dsv3_top_left_det_overhead.png
third_party/cudnn_frontend/benchmark/sdpa_benchmark_training/results/dsv3/gb300/dsv3_20260424_101002.csv
third_party/cudnn_frontend/benchmark/sdpa_benchmark_training/results/dsv3/gb300/dsv3_no_mask.png
third_party/cudnn_frontend/benchmark/sdpa_benchmark_training/results/dsv3/gb300/dsv3_no_mask_det_overhead.png
third_party/cudnn_frontend/benchmark/sdpa_benchmark_training/results/dsv3/gb300/dsv3_top_left.png
third_party/cudnn_frontend/benchmark/sdpa_benchmark_training/results/dsv3/gb300/dsv3_top_left_det_overhead.png
third_party/cudnn_frontend/benchmark/sdpa_benchmark_training/results/gb200_919_only_cudnn/dsv3_20260226_174854.csv
third_party/cudnn_frontend/benchmark/sdpa_benchmark_training/results/gb200_919_only_cudnn/dsv3_top_left.png
third_party/cudnn_frontend/benchmark/sdpa_benchmark_training/results/gb200_919_only_cudnn/gpt_oss_20260226_175022.csv
third_party/cudnn_frontend/benchmark/sdpa_benchmark_training/results/gb200_919_only_cudnn/gpt_oss_top_left.png
third_party/cudnn_frontend/benchmark/sdpa_benchmark_training/results/gb200_919_only_cudnn/llama3.1_20260226_174648.csv
third_party/cudnn_frontend/benchmark/sdpa_benchmark_training/results/gb200_919_only_cudnn/llama3.1_no_mask.png
third_party/cudnn_frontend/benchmark/sdpa_benchmark_training/results/gb200_919_only_cudnn/llama3.1_top_left.png
third_party/cudnn_frontend/benchmark/sdpa_benchmark_training/results/gb300_919_only_cudnn/dsv3_20260226_185831.csv
third_party/cudnn_frontend/benchmark/sdpa_benchmark_training/results/gb300_919_only_cudnn/dsv3_top_left.png
third_party/cudnn_frontend/benchmark/sdpa_benchmark_training/results/gb300_919_only_cudnn/gpt_oss_20260226_185932.csv
third_party/cudnn_frontend/benchmark/sdpa_benchmark_training/results/gb300_919_only_cudnn/gpt_oss_top_left.png
third_party/cudnn_frontend/benchmark/sdpa_benchmark_training/results/gb300_919_only_cudnn/llama3.1_20260226_185510.csv
third_party/cudnn_frontend/benchmark/sdpa_benchmark_training/results/gb300_919_only_cudnn/llama3.1_no_mask.png
third_party/cudnn_frontend/benchmark/sdpa_benchmark_training/results/gb300_919_only_cudnn/llama3.1_top_left.png
third_party/cudnn_frontend/benchmark/sdpa_benchmark_training/results/gpt_oss/gb200/gpt_oss_20260424_100011.csv
third_party/cudnn_frontend/benchmark/sdpa_benchmark_training/results/gpt_oss/gb200/gpt_oss_top_left.png
third_party/cudnn_frontend/benchmark/sdpa_benchmark_training/results/gpt_oss/gb200/gpt_oss_top_left_det_overhead.png
third_party/cudnn_frontend/benchmark/sdpa_benchmark_training/results/gpt_oss/gb300/gpt_oss_20260424_100022.csv
third_party/cudnn_frontend/benchmark/sdpa_benchmark_training/results/gpt_oss/gb300/gpt_oss_top_left.png
third_party/cudnn_frontend/benchmark/sdpa_benchmark_training/results/gpt_oss/gb300/gpt_oss_top_left_det_overhead.png
third_party/cudnn_frontend/benchmark/sdpa_benchmark_training/results/h200_919_only_cudnn/dsv3_20260227_034744.csv
third_party/cudnn_frontend/benchmark/sdpa_benchmark_training/results/h200_919_only_cudnn/dsv3_top_left.png
third_party/cudnn_frontend/benchmark/sdpa_benchmark_training/results/h200_919_only_cudnn/gpt_oss_20260227_034819.csv
third_party/cudnn_frontend/benchmark/sdpa_benchmark_training/results/h200_919_only_cudnn/gpt_oss_top_left.png
third_party/cudnn_frontend/benchmark/sdpa_benchmark_training/results/h200_919_only_cudnn/llama3.1_20260227_034703.csv
third_party/cudnn_frontend/benchmark/sdpa_benchmark_training/results/h200_919_only_cudnn/llama3.1_no_mask.png
third_party/cudnn_frontend/benchmark/sdpa_benchmark_training/results/h200_919_only_cudnn/llama3.1_top_left.png
third_party/cudnn_frontend/benchmark/sdpa_benchmark_training/results/kimiK26/gb200/kimiK26_20260424_100953.csv
third_party/cudnn_frontend/benchmark/sdpa_benchmark_training/results/kimiK26/gb200/kimiK26_no_mask.png
third_party/cudnn_frontend/benchmark/sdpa_benchmark_training/results/kimiK26/gb200/kimiK26_no_mask_det_overhead.png
third_party/cudnn_frontend/benchmark/sdpa_benchmark_training/results/kimiK26/gb200/kimiK26_top_left.png
third_party/cudnn_frontend/benchmark/sdpa_benchmark_training/results/kimiK26/gb200/kimiK26_top_left_det_overhead.png
third_party/cudnn_frontend/benchmark/sdpa_benchmark_training/results/kimiK26/gb300/kimiK26_20260424_100915.csv
third_party/cudnn_frontend/benchmark/sdpa_benchmark_training/results/kimiK26/gb300/kimiK26_no_mask.png
third_party/cudnn_frontend/benchmark/sdpa_benchmark_training/results/kimiK26/gb300/kimiK26_no_mask_det_overhead.png
third_party/cudnn_frontend/benchmark/sdpa_benchmark_training/results/kimiK26/gb300/kimiK26_top_left.png
third_party/cudnn_frontend/benchmark/sdpa_benchmark_training/results/kimiK26/gb300/kimiK26_top_left_det_overhead.png
third_party/cudnn_frontend/benchmark/sdpa_benchmark_training/results/llama3.1/gb200/llama3.1_20260424_100750.csv
third_party/cudnn_frontend/benchmark/sdpa_benchmark_training/results/llama3.1/gb200/llama3.1_no_mask.png
third_party/cudnn_frontend/benchmark/sdpa_benchmark_training/results/llama3.1/gb200/llama3.1_no_mask_det_overhead.png
third_party/cudnn_frontend/benchmark/sdpa_benchmark_training/results/llama3.1/gb200/llama3.1_top_left.png
third_party/cudnn_frontend/benchmark/sdpa_benchmark_training/results/llama3.1/gb200/llama3.1_top_left_det_overhead.png
third_party/cudnn_frontend/benchmark/sdpa_benchmark_training/results/llama3.1/gb300/llama3.1_20260424_100757.csv
third_party/cudnn_frontend/benchmark/sdpa_benchmark_training/results/llama3.1/gb300/llama3.1_no_mask.png
third_party/cudnn_frontend/benchmark/sdpa_benchmark_training/results/llama3.1/gb300/llama3.1_no_mask_det_overhead.png
third_party/cudnn_frontend/benchmark/sdpa_benchmark_training/results/llama3.1/gb300/llama3.1_top_left.png
third_party/cudnn_frontend/benchmark/sdpa_benchmark_training/results/llama3.1/gb300/llama3.1_top_left_det_overhead.png
third_party/cudnn_frontend/benchmark/sdpa_benchmark_training/results/ltx2/gb200/ltx2_20260424_095758.csv
third_party/cudnn_frontend/benchmark/sdpa_benchmark_training/results/ltx2/gb200/ltx2_no_mask.png
third_party/cudnn_frontend/benchmark/sdpa_benchmark_training/results/ltx2/gb200/ltx2_no_mask_det_overhead.png
third_party/cudnn_frontend/benchmark/sdpa_benchmark_training/results/ltx2/gb300/ltx2_20260424_095719.csv
third_party/cudnn_frontend/benchmark/sdpa_benchmark_training/results/ltx2/gb300/ltx2_no_mask.png
third_party/cudnn_frontend/benchmark/sdpa_benchmark_training/results/ltx2/gb300/ltx2_no_mask_det_overhead.png
third_party/cudnn_frontend/benchmark/sdpa_benchmark_training/results/qwen35/gb200/qwen35_20260424_095249.csv
third_party/cudnn_frontend/benchmark/sdpa_benchmark_training/results/qwen35/gb200/qwen35_top_left.png
third_party/cudnn_frontend/benchmark/sdpa_benchmark_training/results/qwen35/gb300/qwen35_20260424_095247.csv
third_party/cudnn_frontend/benchmark/sdpa_benchmark_training/results/qwen35/gb300/qwen35_top_left.png
third_party/cudnn_frontend/benchmark/sdpa_benchmark_training/results/wan22/gb200/wan22_20260424_095743.csv
third_party/cudnn_frontend/benchmark/sdpa_benchmark_training/results/wan22/gb200/wan22_no_mask.png
third_party/cudnn_frontend/benchmark/sdpa_benchmark_training/results/wan22/gb200/wan22_no_mask_det_overhead.png
third_party/cudnn_frontend/benchmark/sdpa_benchmark_training/results/wan22/gb300/wan22_20260424_095741.csv
third_party/cudnn_frontend/benchmark/sdpa_benchmark_training/results/wan22/gb300/wan22_no_mask.png
third_party/cudnn_frontend/benchmark/sdpa_benchmark_training/results/wan22/gb300/wan22_no_mask_det_overhead.png
third_party/cudnn_frontend/cmake/cuDNN.cmake
third_party/cudnn_frontend/include/cudnn_backend_base.h
third_party/cudnn_frontend/include/cudnn_frontend.h
third_party/cudnn_frontend/include/cudnn_frontend_ConvDesc.h
third_party/cudnn_frontend/include/cudnn_frontend_Engine.h
third_party/cudnn_frontend/include/cudnn_frontend_EngineConfig.h
third_party/cudnn_frontend/include/cudnn_frontend_EngineConfigGenerator.h
third_party/cudnn_frontend/include/cudnn_frontend_EngineFallbackList.h
third_party/cudnn_frontend/include/cudnn_frontend_Errata.h
third_party/cudnn_frontend/include/cudnn_frontend_ExecutionPlan.h
third_party/cudnn_frontend/include/cudnn_frontend_ExecutionPlanCache.h
third_party/cudnn_frontend/include/cudnn_frontend_Filters.h
third_party/cudnn_frontend/include/cudnn_frontend_Heuristics.h
third_party/cudnn_frontend/include/cudnn_frontend_Logging.h
third_party/cudnn_frontend/include/cudnn_frontend_MatMulDesc.h
third_party/cudnn_frontend/include/cudnn_frontend_Operation.h
third_party/cudnn_frontend/include/cudnn_frontend_OperationGraph.h
third_party/cudnn_frontend/include/cudnn_frontend_PointWiseDesc.h
third_party/cudnn_frontend/include/cudnn_frontend_ReductionDesc.h
third_party/cudnn_frontend/include/cudnn_frontend_Reorder_Tensor.h
third_party/cudnn_frontend/include/cudnn_frontend_Resample.h
third_party/cudnn_frontend/include/cudnn_frontend_Rng.h
third_party/cudnn_frontend/include/cudnn_frontend_Tensor.h
third_party/cudnn_frontend/include/cudnn_frontend_VariantPack.h
third_party/cudnn_frontend/include/cudnn_frontend_find_plan.h
third_party/cudnn_frontend/include/cudnn_frontend_get_plan.h
third_party/cudnn_frontend/include/cudnn_frontend_shim.h
third_party/cudnn_frontend/include/cudnn_frontend_utils.h
third_party/cudnn_frontend/include/cudnn_frontend_version.h
third_party/cudnn_frontend/include/cudnn_frontend/context.h
third_party/cudnn_frontend/include/cudnn_frontend/cudnn_interface.h
third_party/cudnn_frontend/include/cudnn_frontend/graph_helpers.h
third_party/cudnn_frontend/include/cudnn_frontend/graph_interface.h
third_party/cudnn_frontend/include/cudnn_frontend/graph_properties.h
third_party/cudnn_frontend/include/cudnn_frontend/knobs.h
third_party/cudnn_frontend/include/cudnn_frontend/node_interface.h
third_party/cudnn_frontend/include/cudnn_frontend/plans.h
third_party/cudnn_frontend/include/cudnn_frontend/backend/backend_descriptor.h
third_party/cudnn_frontend/include/cudnn_frontend/backend/device_properties.h
third_party/cudnn_frontend/include/cudnn_frontend/backend/execution_helpers.h
third_party/cudnn_frontend/include/cudnn_frontend/backend/kernel_cache.h
third_party/cudnn_frontend/include/cudnn_frontend/backend/plan_helpers.h
third_party/cudnn_frontend/include/cudnn_frontend/experimental/attention_utils.h
third_party/cudnn_frontend/include/cudnn_frontend/experimental/nvrtc_shim.h
third_party/cudnn_frontend/include/cudnn_frontend/experimental/oss_engine_interface.h
third_party/cudnn_frontend/include/cudnn_frontend/experimental/sm100_rms_norm_silu_engine.h
third_party/cudnn_frontend/include/cudnn_frontend/experimental/sm100_rms_norm_silu_knobs.h
third_party/cudnn_frontend/include/cudnn_frontend/experimental/sm100_sdpa_prefill_engine.h
third_party/cudnn_frontend/include/cudnn_frontend/experimental/sm90_sdpa_prefill_engine.h
third_party/cudnn_frontend/include/cudnn_frontend/generated/rms_norm_silu/sm100/ln_fwd_silu_kernel.h
third_party/cudnn_frontend/include/cudnn_frontend/generated/rms_norm_silu/sm100/ln_headers.h
third_party/cudnn_frontend/include/cudnn_frontend/generated/sdpa/sm100/prefill/full_seqlens/d128_fprop_kernel.h
third_party/cudnn_frontend/include/cudnn_frontend/generated/sdpa/sm100/prefill/full_seqlens/d64_fprop_kernel.h
third_party/cudnn_frontend/include/cudnn_frontend/generated/sdpa/sm90/prefill/full_seqlens/d128_fprop_kernel.h
third_party/cudnn_frontend/include/cudnn_frontend/generated/sdpa/sm90/prefill/full_seqlens/d64_fprop_kernel.h
third_party/cudnn_frontend/include/cudnn_frontend/node/adaptive_layernorm.h
third_party/cudnn_frontend/include/cudnn_frontend/node/batchnorm.h
third_party/cudnn_frontend/include/cudnn_frontend/node/batchnorm_inference.h
third_party/cudnn_frontend/include/cudnn_frontend/node/block_scale_dequantize.h
third_party/cudnn_frontend/include/cudnn_frontend/node/block_scale_quantize.h
third_party/cudnn_frontend/include/cudnn_frontend/node/bn_finalize.h
third_party/cudnn_frontend/include/cudnn_frontend/node/concatenate.h
third_party/cudnn_frontend/include/cudnn_frontend/node/conv_dgrad.h
third_party/cudnn_frontend/include/cudnn_frontend/node/conv_fprop.h
third_party/cudnn_frontend/include/cudnn_frontend/node/conv_wgrad.h
third_party/cudnn_frontend/include/cudnn_frontend/node/dbn.h
third_party/cudnn_frontend/include/cudnn_frontend/node/dbn_weight.h
third_party/cudnn_frontend/include/cudnn_frontend/node/diagonal_band_mask.h
third_party/cudnn_frontend/include/cudnn_frontend/node/dln.h
third_party/cudnn_frontend/include/cudnn_frontend/node/genstats.h
third_party/cudnn_frontend/include/cudnn_frontend/node/instancenorm.h
third_party/cudnn_frontend/include/cudnn_frontend/node/layernorm.h
third_party/cudnn_frontend/include/cudnn_frontend/node/matmul.h
third_party/cudnn_frontend/include/cudnn_frontend/node/matmul_fp8.h
third_party/cudnn_frontend/include/cudnn_frontend/node/moe_grouped_matmul.h
third_party/cudnn_frontend/include/cudnn_frontend/node/moe_grouped_matmul_bwd.h
third_party/cudnn_frontend/include/cudnn_frontend/node/paged_cache_load.h
third_party/cudnn_frontend/include/cudnn_frontend/node/pointwise.h
third_party/cudnn_frontend/include/cudnn_frontend/node/reduction.h
third_party/cudnn_frontend/include/cudnn_frontend/node/resample.h
third_party/cudnn_frontend/include/cudnn_frontend/node/reshape.h
third_party/cudnn_frontend/include/cudnn_frontend/node/rmsnorm.h
third_party/cudnn_frontend/include/cudnn_frontend/node/rng.h
third_party/cudnn_frontend/include/cudnn_frontend/node/scaled_dot_product_flash_attention.h
third_party/cudnn_frontend/include/cudnn_frontend/node/sdpa_fp8_bwd.h
third_party/cudnn_frontend/include/cudnn_frontend/node/sdpa_support_surface.h
third_party/cudnn_frontend/include/cudnn_frontend/node/slice.h
third_party/cudnn_frontend/include/cudnn_frontend/node/softmax.h
third_party/cudnn_frontend/include/cudnn_frontend/node/transpose.h
third_party/cudnn_frontend/include/cudnn_frontend/thirdparty/nlohmann/LICENSE.MIT
third_party/cudnn_frontend/include/cudnn_frontend/thirdparty/nlohmann/json.hpp
third_party/cudnn_frontend/include/cudnn_frontend/utils/attn_score_modifiers.h
third_party/cudnn_frontend/include/cudnn_frontend/utils/serialize.h
third_party/cudnn_frontend/python/CMakeLists.txt
third_party/cudnn_frontend/python/properties.cpp
third_party/cudnn_frontend/python/pycudnn.cpp
third_party/cudnn_frontend/python/cudnn/README.md
third_party/cudnn_frontend/python/cudnn/__init__.py
third_party/cudnn_frontend/python/cudnn/api_base.py
third_party/cudnn_frontend/python/cudnn/datatypes.py
third_party/cudnn_frontend/python/cudnn/graph.py
third_party/cudnn_frontend/python/cudnn/wrapper.py
third_party/cudnn_frontend/python/cudnn/discrete_grouped_gemm/__init__.py
third_party/cudnn_frontend/python/cudnn/discrete_grouped_gemm/discrete_kernel_utils.py
third_party/cudnn_frontend/python/cudnn/discrete_grouped_gemm/moe_persistent_scheduler.py
third_party/cudnn_frontend/python/cudnn/discrete_grouped_gemm/moe_sched_extension.py
third_party/cudnn_frontend/python/cudnn/discrete_grouped_gemm/moe_utils.py
third_party/cudnn_frontend/python/cudnn/discrete_grouped_gemm/discrete_grouped_gemm_dswiglu/__init__.py
third_party/cudnn_frontend/python/cudnn/discrete_grouped_gemm/discrete_grouped_gemm_dswiglu/api.py
third_party/cudnn_frontend/python/cudnn/discrete_grouped_gemm/discrete_grouped_gemm_dswiglu/discrete_B_blockscaled_grouped_gemm_dglu_dbias.py
third_party/cudnn_frontend/python/cudnn/discrete_grouped_gemm/discrete_grouped_gemm_swiglu/__init__.py
third_party/cudnn_frontend/python/cudnn/discrete_grouped_gemm/discrete_grouped_gemm_swiglu/api.py
third_party/cudnn_frontend/python/cudnn/discrete_grouped_gemm/discrete_grouped_gemm_swiglu/discrete_B_blockscaled_grouped_gemm_glu_bias.py
third_party/cudnn_frontend/python/cudnn/experimental/__init__.py
third_party/cudnn_frontend/python/cudnn/experimental/ops/__init__.py
third_party/cudnn_frontend/python/cudnn/experimental/ops/moe_grouped_matmul.py
third_party/cudnn_frontend/python/cudnn/experimental/ops/sdpa.py
third_party/cudnn_frontend/python/cudnn/gemm_amax/__init__.py
third_party/cudnn_frontend/python/cudnn/gemm_amax/api.py
third_party/cudnn_frontend/python/cudnn/gemm_amax/dense_blockscaled_gemm_persistent_amax.py
third_party/cudnn_frontend/python/cudnn/gemm_dsrelu/__init__.py
third_party/cudnn_frontend/python/cudnn/gemm_dsrelu/api.py
third_party/cudnn_frontend/python/cudnn/gemm_dsrelu/dense_blockscaled_gemm_persistent_dsrelu_quant.py
third_party/cudnn_frontend/python/cudnn/gemm_srelu/__init__.py
third_party/cudnn_frontend/python/cudnn/gemm_srelu/api.py
third_party/cudnn_frontend/python/cudnn/gemm_srelu/dense_blockscaled_gemm_persistent_srelu_quant.py
third_party/cudnn_frontend/python/cudnn/gemm_swiglu/__init__.py
third_party/cudnn_frontend/python/cudnn/gemm_swiglu/api.py
third_party/cudnn_frontend/python/cudnn/gemm_swiglu/dense_blockscaled_gemm_persistent_swiglu_interleaved_quant.py
third_party/cudnn_frontend/python/cudnn/gemm_swiglu/dense_gemm_persistent_swiglu.py
third_party/cudnn_frontend/python/cudnn/grouped_gemm/__init__.py
third_party/cudnn_frontend/python/cudnn/grouped_gemm/moe_kernel_helpers.py
third_party/cudnn_frontend/python/cudnn/grouped_gemm/moe_persistent_scheduler.py
third_party/cudnn_frontend/python/cudnn/grouped_gemm/moe_sched_extension.py
third_party/cudnn_frontend/python/cudnn/grouped_gemm/moe_utils.py
third_party/cudnn_frontend/python/cudnn/grouped_gemm/utils.py
third_party/cudnn_frontend/python/cudnn/grouped_gemm/grouped_gemm_dglu/__init__.py
third_party/cudnn_frontend/python/cudnn/grouped_gemm/grouped_gemm_dglu/api.py
third_party/cudnn_frontend/python/cudnn/grouped_gemm/grouped_gemm_dglu/moe_blockscaled_grouped_gemm_dglu_dbias.py
third_party/cudnn_frontend/python/cudnn/grouped_gemm/grouped_gemm_dsrelu/__init__.py
third_party/cudnn_frontend/python/cudnn/grouped_gemm/grouped_gemm_dsrelu/api.py
third_party/cudnn_frontend/python/cudnn/grouped_gemm/grouped_gemm_dsrelu/moe_blockscaled_grouped_gemm_dsrelu_quant.py
third_party/cudnn_frontend/python/cudnn/grouped_gemm/grouped_gemm_dswiglu/__init__.py
third_party/cudnn_frontend/python/cudnn/grouped_gemm/grouped_gemm_dswiglu/api.py
third_party/cudnn_frontend/python/cudnn/grouped_gemm/grouped_gemm_dswiglu/grouped_gemm_dswiglu_quant.py
third_party/cudnn_frontend/python/cudnn/grouped_gemm/grouped_gemm_glu/__init__.py
third_party/cudnn_frontend/python/cudnn/grouped_gemm/grouped_gemm_glu/api.py
third_party/cudnn_frontend/python/cudnn/grouped_gemm/grouped_gemm_glu/moe_blockscaled_grouped_gemm_glu_bias.py
third_party/cudnn_frontend/python/cudnn/grouped_gemm/grouped_gemm_glu_hadamard/__init__.py
third_party/cudnn_frontend/python/cudnn/grouped_gemm/grouped_gemm_glu_hadamard/api.py
third_party/cudnn_frontend/python/cudnn/grouped_gemm/grouped_gemm_glu_hadamard/hadamard_utils.py
third_party/cudnn_frontend/python/cudnn/grouped_gemm/grouped_gemm_glu_hadamard/moe_blockscaled_grouped_gemm_glu_hadamard.py
third_party/cudnn_frontend/python/cudnn/grouped_gemm/grouped_gemm_quant/__init__.py
third_party/cudnn_frontend/python/cudnn/grouped_gemm/grouped_gemm_quant/api.py
third_party/cudnn_frontend/python/cudnn/grouped_gemm/grouped_gemm_quant/grouped_gemm_quant.py
third_party/cudnn_frontend/python/cudnn/grouped_gemm/grouped_gemm_srelu/__init__.py
third_party/cudnn_frontend/python/cudnn/grouped_gemm/grouped_gemm_srelu/api.py
third_party/cudnn_frontend/python/cudnn/grouped_gemm/grouped_gemm_srelu/moe_blockscaled_grouped_gemm_srelu_quant.py
third_party/cudnn_frontend/python/cudnn/grouped_gemm/grouped_gemm_swiglu/__init__.py
third_party/cudnn_frontend/python/cudnn/grouped_gemm/grouped_gemm_swiglu/api.py
third_party/cudnn_frontend/python/cudnn/grouped_gemm/grouped_gemm_swiglu/grouped_gemm_swiglu_quant.py
third_party/cudnn_frontend/python/cudnn/grouped_gemm/grouped_gemm_wgrad/__init__.py
third_party/cudnn_frontend/python/cudnn/grouped_gemm/grouped_gemm_wgrad/api.py
third_party/cudnn_frontend/python/cudnn/grouped_gemm/grouped_gemm_wgrad/moe_blockscaled_grouped_gemm_wgrad.py
third_party/cudnn_frontend/python/cudnn/native_sparse_attention/__init__.py
third_party/cudnn_frontend/python/cudnn/native_sparse_attention/sparse_attention.md
third_party/cudnn_frontend/python/cudnn/native_sparse_attention/utils.py
third_party/cudnn_frontend/python/cudnn/native_sparse_attention/compression/__init__.py
third_party/cudnn_frontend/python/cudnn/native_sparse_attention/compression/api.py
third_party/cudnn_frontend/python/cudnn/native_sparse_attention/compression/fmha.py
third_party/cudnn_frontend/python/cudnn/native_sparse_attention/compression/fmha_helpers.py
third_party/cudnn_frontend/python/cudnn/native_sparse_attention/selection/NSA_select_attn_fwd_hmma.py
third_party/cudnn_frontend/python/cudnn/native_sparse_attention/selection/__init__.py
third_party/cudnn_frontend/python/cudnn/native_sparse_attention/selection/api.py
third_party/cudnn_frontend/python/cudnn/native_sparse_attention/sliding_window_attention/__init__.py
third_party/cudnn_frontend/python/cudnn/native_sparse_attention/sliding_window_attention/api.py
third_party/cudnn_frontend/python/cudnn/native_sparse_attention/top_k/__init__.py
third_party/cudnn_frontend/python/cudnn/native_sparse_attention/top_k/api.py
third_party/cudnn_frontend/python/cudnn/native_sparse_attention/top_k/nsa_top_k_reduction_fwd.py
third_party/cudnn_frontend/python/cudnn/ops/__init__.py
third_party/cudnn_frontend/python/cudnn/ops/causal_conv1d.py
third_party/cudnn_frontend/python/cudnn/rmsnorm_rht_amax/__init__.py
third_party/cudnn_frontend/python/cudnn/rmsnorm_rht_amax/api.py
third_party/cudnn_frontend/python/cudnn/rmsnorm_rht_amax/kernel.py
third_party/cudnn_frontend/python/cudnn/sdpa/__init__.py
third_party/cudnn_frontend/python/cudnn/sdpa/fmha_utils.py
third_party/cudnn_frontend/python/cudnn/sdpa/utils.py
third_party/cudnn_frontend/python/cudnn/sdpa/bwd/__init__.py
third_party/cudnn_frontend/python/cudnn/sdpa/bwd/api.py
third_party/cudnn_frontend/python/cudnn/sdpa/bwd/fmha_backward_sm100_2kernel.py
third_party/cudnn_frontend/python/cudnn/sdpa/bwd/fmha_dkdv_d256_sm100.py
third_party/cudnn_frontend/python/cudnn/sdpa/bwd/fmha_dq_d256_sm100.py
third_party/cudnn_frontend/python/cudnn/sdpa/fwd/__init__.py
third_party/cudnn_frontend/python/cudnn/sdpa/fwd/api.py
third_party/cudnn_frontend/python/cudnn/sdpa/fwd/fmha_forward_sm100_d256.py
third_party/cudnn_frontend/python/pygraph/norm.cpp
third_party/cudnn_frontend/python/pygraph/pointwise.cpp
third_party/cudnn_frontend/python/pygraph/pygraph.cpp
third_party/cudnn_frontend/python/pygraph/pygraph.h
third_party/cudnn_frontend/python/pygraph/sdpa.cpp
third_party/cudnn_frontend/samples/CMakeLists.txt
third_party/cudnn_frontend/samples/README.md
third_party/cudnn_frontend/samples/cpp/CMakeLists.txt
third_party/cudnn_frontend/samples/cpp/causal_conv1d/causal_conv1d.cpp
third_party/cudnn_frontend/samples/cpp/convolution/conv_dynamic_shape_benchmark.cpp
third_party/cudnn_frontend/samples/cpp/convolution/dgrads.cpp
third_party/cudnn_frontend/samples/cpp/convolution/fp8_fprop.cpp
third_party/cudnn_frontend/samples/cpp/convolution/fprop.cpp
third_party/cudnn_frontend/samples/cpp/convolution/int8_fprop.cpp
third_party/cudnn_frontend/samples/cpp/convolution/wgrads.cpp
third_party/cudnn_frontend/samples/cpp/matmul/blackwell_nvfp4_mxfp8_block_scale_matmul.cpp
third_party/cudnn_frontend/samples/cpp/matmul/complex_fp32_matmul.cpp
third_party/cudnn_frontend/samples/cpp/matmul/fp8_matmul.cpp
third_party/cudnn_frontend/samples/cpp/matmul/general_block_scale_matmul.cpp
third_party/cudnn_frontend/samples/cpp/matmul/int8_matmul.cpp
third_party/cudnn_frontend/samples/cpp/matmul/matmuls.cpp
third_party/cudnn_frontend/samples/cpp/matmul/mixed_matmul.cpp
third_party/cudnn_frontend/samples/cpp/membound/boolean_fusion.cpp
third_party/cudnn_frontend/samples/cpp/membound/concat.cpp
third_party/cudnn_frontend/samples/cpp/membound/membound_fusion.cpp
third_party/cudnn_frontend/samples/cpp/membound/reshape.cpp
third_party/cudnn_frontend/samples/cpp/membound/slice.cpp
third_party/cudnn_frontend/samples/cpp/membound/transpose.cpp
third_party/cudnn_frontend/samples/cpp/misc/autotuning.cpp
third_party/cudnn_frontend/samples/cpp/misc/compile_time_constant_example.cpp
third_party/cudnn_frontend/samples/cpp/misc/cudagraphs.cpp
third_party/cudnn_frontend/samples/cpp/misc/custom_plan.cpp
third_party/cudnn_frontend/samples/cpp/misc/deviceless_aot_compilation.cpp
third_party/cudnn_frontend/samples/cpp/misc/parallel_compilation.cpp
third_party/cudnn_frontend/samples/cpp/misc/pointwise.cpp
third_party/cudnn_frontend/samples/cpp/misc/resample.cpp
third_party/cudnn_frontend/samples/cpp/misc/serialization.cpp
third_party/cudnn_frontend/samples/cpp/misc/slice.cpp
third_party/cudnn_frontend/samples/cpp/misc/sm_carveout.cpp
third_party/cudnn_frontend/samples/cpp/moe_grouped_matmul/moe_grouped_matmul.cpp
third_party/cudnn_frontend/samples/cpp/norm/adaptive_layernorm.cpp
third_party/cudnn_frontend/samples/cpp/norm/batchnorm.cpp
third_party/cudnn_frontend/samples/cpp/norm/layernorm.cpp
third_party/cudnn_frontend/samples/cpp/norm/layernorm_bitmask_relu.cpp
third_party/cudnn_frontend/samples/cpp/norm/norm_block_scale.cpp
third_party/cudnn_frontend/samples/cpp/norm/norm_zero_centered_gamma.cpp
third_party/cudnn_frontend/samples/cpp/norm/rmsnorm.cpp
third_party/cudnn_frontend/samples/cpp/sdpa/fp16_benchmark.cpp
third_party/cudnn_frontend/samples/cpp/sdpa/fp16_bwd.cpp
third_party/cudnn_frontend/samples/cpp/sdpa/fp16_bwd_with_cudagraphs.cpp
third_party/cudnn_frontend/samples/cpp/sdpa/fp16_bwd_with_flexible_graphs.cpp
third_party/cudnn_frontend/samples/cpp/sdpa/fp16_bwd_with_sink_token.cpp
third_party/cudnn_frontend/samples/cpp/sdpa/fp16_cached.cpp
third_party/cudnn_frontend/samples/cpp/sdpa/fp16_dynamic_shapes.cpp
third_party/cudnn_frontend/samples/cpp/sdpa/fp16_fwd.cpp
third_party/cudnn_frontend/samples/cpp/sdpa/fp16_fwd_paged_decode_and_prefill.cpp
third_party/cudnn_frontend/samples/cpp/sdpa/fp16_fwd_with_block_mask.cpp
third_party/cudnn_frontend/samples/cpp/sdpa/fp16_fwd_with_cudagraphs.cpp
third_party/cudnn_frontend/samples/cpp/sdpa/fp16_fwd_with_custom_dropout.cpp
third_party/cudnn_frontend/samples/cpp/sdpa/fp16_fwd_with_flexible_graphs.cpp
third_party/cudnn_frontend/samples/cpp/sdpa/fp16_fwd_with_max_and_sum_exp.cpp
third_party/cudnn_frontend/samples/cpp/sdpa/fp16_fwd_with_paged_caches.cpp
third_party/cudnn_frontend/samples/cpp/sdpa/fp16_fwd_with_sink_token.cpp
third_party/cudnn_frontend/samples/cpp/sdpa/fp8_bwd.cpp
third_party/cudnn_frontend/samples/cpp/sdpa/fp8_bwd_bottom_right_causal_mask.cpp
third_party/cudnn_frontend/samples/cpp/sdpa/fp8_bwd_with_current_scaling.cpp
third_party/cudnn_frontend/samples/cpp/sdpa/fp8_fwd.cpp
third_party/cudnn_frontend/samples/cpp/sdpa/fp8_fwd_bottom_right_causal_mask.cpp
third_party/cudnn_frontend/samples/cpp/sdpa/fp8_fwd_current_scaling.cpp
third_party/cudnn_frontend/samples/cpp/sdpa/mxfp8_bwd.cpp
third_party/cudnn_frontend/samples/cpp/sdpa/mxfp8_fwd.cpp
third_party/cudnn_frontend/samples/cpp/sdpa/prefill_oss_engine.cpp
third_party/cudnn_frontend/samples/cpp/utils/helpers.h
third_party/cudnn_frontend/samples/legacy_samples/CMakeLists.txt
third_party/cudnn_frontend/samples/legacy_samples/conv_sample.cpp
third_party/cudnn_frontend/samples/legacy_samples/conv_sample.h
third_party/cudnn_frontend/samples/legacy_samples/cpu_references.h
third_party/cudnn_frontend/samples/legacy_samples/f16_flash_mha_sample.cpp
third_party/cudnn_frontend/samples/legacy_samples/f16_flash_mha_sample.h
third_party/cudnn_frontend/samples/legacy_samples/fp16_dev.cu
third_party/cudnn_frontend/samples/legacy_samples/fp16_emu.cpp
third_party/cudnn_frontend/samples/legacy_samples/fp8_flash_mha_sample.cpp
third_party/cudnn_frontend/samples/legacy_samples/fp8_flash_mha_sample.h
third_party/cudnn_frontend/samples/legacy_samples/fp8_sample.cpp
third_party/cudnn_frontend/samples/legacy_samples/fp8_sample.h
third_party/cudnn_frontend/samples/legacy_samples/fused_mha_sample.cpp
third_party/cudnn_frontend/samples/legacy_samples/fused_mha_sample.h
third_party/cudnn_frontend/samples/legacy_samples/fusion_sample.cpp
third_party/cudnn_frontend/samples/legacy_samples/fusion_sample.h
third_party/cudnn_frontend/samples/legacy_samples/helpers.cpp
third_party/cudnn_frontend/samples/legacy_samples/norm_samples.cpp
third_party/cudnn_frontend/samples/legacy_samples/norm_samples.h
third_party/cudnn_frontend/samples/legacy_samples/test_list.cpp
third_party/cudnn_frontend/samples/legacy_samples/utils/error_util.h
third_party/cudnn_frontend/samples/legacy_samples/utils/fp16_dev.h
third_party/cudnn_frontend/samples/legacy_samples/utils/fp16_emu.h
third_party/cudnn_frontend/samples/legacy_samples/utils/helpers.h
third_party/cudnn_frontend/samples/llama/100_download_weight.py
third_party/cudnn_frontend/samples/llama/101_hf_llama_tieout.py
third_party/cudnn_frontend/samples/llama/102_torch_llama_tieout.py
third_party/cudnn_frontend/samples/llama/103_cudnn_llama_tieout.py
third_party/cudnn_frontend/samples/llama/104_torch_llama_nvtx.py
third_party/cudnn_frontend/samples/llama/105_cudnn_llama_nvtx.py
third_party/cudnn_frontend/samples/llama/README.md
third_party/cudnn_frontend/samples/llama/analysis.md
third_party/cudnn_frontend/samples/llama/decode_nvtx_profile.py
third_party/cudnn_frontend/samples/llama/llama-architecture.png
third_party/cudnn_frontend/samples/llm_coverage/README.md
third_party/cudnn_frontend/samples/llm_coverage/test_gqa_b+h+s+d.py
third_party/cudnn_frontend/samples/llm_coverage/test_linear+swish_1+bs+d.py
third_party/cudnn_frontend/samples/llm_coverage/test_linear_1+bs+d.py
third_party/cudnn_frontend/samples/llm_coverage/test_linear_b+s+d.py
third_party/cudnn_frontend/samples/llm_coverage/test_linear_b+s+d_fp32compute.py
third_party/cudnn_frontend/samples/llm_coverage/test_rmsnorm_b+s+d.py
third_party/cudnn_frontend/samples/llm_coverage/test_rmsnorm_bs+d.py
third_party/cudnn_frontend/samples/llm_coverage/test_rope_b+s+h+d.py
third_party/cudnn_frontend/samples/llm_coverage/test_swiglu_1+bs+d.py
third_party/cudnn_frontend/samples/llm_coverage/test_swiglu_layer_1+bs+d.py
third_party/cudnn_frontend/samples/python/00_introduction.ipynb
third_party/cudnn_frontend/samples/python/01_graph_building.ipynb
third_party/cudnn_frontend/samples/python/02_low_level_api.ipynb
third_party/cudnn_frontend/samples/python/10_matrix_multiplication.ipynb
third_party/cudnn_frontend/samples/python/20_layernorm_forward.ipynb
third_party/cudnn_frontend/samples/python/21_layernorm_backward.ipynb
third_party/cudnn_frontend/samples/python/22_layernorm_inference.ipynb
third_party/cudnn_frontend/samples/python/23_layernorm_with_pointwise_add_fusion.ipynb
third_party/cudnn_frontend/samples/python/24_layernorm_zero_centered_gamma_forward_training_and_backward.ipynb
third_party/cudnn_frontend/samples/python/25_layernorm_zero_centered_gamma_inference.ipynb
third_party/cudnn_frontend/samples/python/26_layernorm_forward_training_and_backward_with_relu_bitmask.ipynb
third_party/cudnn_frontend/samples/python/27_adaptive_layernorm_forward_training_and_backward.ipynb
third_party/cudnn_frontend/samples/python/28_adaptive_layernorm_inference.ipynb
third_party/cudnn_frontend/samples/python/29_rmsnorm.ipynb
third_party/cudnn_frontend/samples/python/30_batchnorm.ipynb
third_party/cudnn_frontend/samples/python/31_instancenorm.ipynb
third_party/cudnn_frontend/samples/python/32_instancenorm_fusion.ipynb
third_party/cudnn_frontend/samples/python/50_sdpa_forward.ipynb
third_party/cudnn_frontend/samples/python/51_sdpa_backward.ipynb
third_party/cudnn_frontend/samples/python/52_sdpa_with_paged_caches.ipynb
third_party/cudnn_frontend/samples/python/53_sdpa_decode_with_paged_caches.ipynb
third_party/cudnn_frontend/samples/python/60_causal_conv1d_forward.ipynb
third_party/cudnn_frontend/samples/python/61_causal_conv1d_backward.ipynb
third_party/cudnn_frontend/samples/python/70_boolean_cmp_logic.ipynb
third_party/cudnn_frontend/test/CMakeLists.txt
third_party/cudnn_frontend/test/cpp/CMakeLists.txt
third_party/cudnn_frontend/test/cpp/pointwise_tests.cpp
third_party/cudnn_frontend/test/cpp/serialize.cpp
third_party/cudnn_frontend/test/cpp/tensor.cpp
third_party/cudnn_frontend/test/cpp/validate.cpp
third_party/cudnn_frontend/test/cpp/version.cpp
third_party/cudnn_frontend/test/python/conftest.py
third_party/cudnn_frontend/test/python/pytest.ini
third_party/cudnn_frontend/test/python/test_apply_rope.py
third_party/cudnn_frontend/test/python/test_batchnorm.py
third_party/cudnn_frontend/test/python/test_block_scale_quantize.py
third_party/cudnn_frontend/test/python/test_block_scale_quantize_dynamic_shape.py
third_party/cudnn_frontend/test/python/test_conv_bias.py
third_party/cudnn_frontend/test/python/test_conv_fprop.py
third_party/cudnn_frontend/test/python/test_conv_fuzzer.py
third_party/cudnn_frontend/test/python/test_conv_genstats.py
third_party/cudnn_frontend/test/python/test_conv_reduction.py
third_party/cudnn_frontend/test/python/test_cudnn_sdpa_op.py
third_party/cudnn_frontend/test/python/test_deviceless_aot_compilation.py
third_party/cudnn_frontend/test/python/test_flexible_sdpa.py
third_party/cudnn_frontend/test/python/test_flexible_sdpa_bprop.py
third_party/cudnn_frontend/test/python/test_instancenorm.py
third_party/cudnn_frontend/test/python/test_kernel_cache.py
third_party/cudnn_frontend/test/python/test_layernorm.py
third_party/cudnn_frontend/test/python/test_low_precision_matmul.py
third_party/cudnn_frontend/test/python/test_matmul_bias_relu.py
third_party/cudnn_frontend/test/python/test_matmul_fuzzer.py
third_party/cudnn_frontend/test/python/test_mhas.py
third_party/cudnn_frontend/test/python/test_mhas_v2.py
third_party/cudnn_frontend/test/python/test_moe_grouped_matmul.py
third_party/cudnn_frontend/test/python/test_moe_grouped_matmul_op.py
third_party/cudnn_frontend/test/python/test_rmsnorm.py
third_party/cudnn_frontend/test/python/test_sdpa_chunked_prefill.py
third_party/cudnn_frontend/test/python/test_sdpa_fp8_serialization.py
third_party/cudnn_frontend/test/python/test_sdpa_mxfp8.py
third_party/cudnn_frontend/test/python/test_sdpa_thd.py
third_party/cudnn_frontend/test/python/test_sdpa_with_caching.py
third_party/cudnn_frontend/test/python/test_silu_and_mul.py
third_party/cudnn_frontend/test/python/test_slice.py
third_party/cudnn_frontend/test/python/test_sm100_prefill_oss_engine.py
third_party/cudnn_frontend/test/python/test_sm100_rms_norm_silu_graph_api.py
third_party/cudnn_frontend/test/python/test_sm90_prefill_oss_engine.py
third_party/cudnn_frontend/test/python/test_utils.py
third_party/cudnn_frontend/test/python/test_wgrads.py
third_party/cudnn_frontend/test/python/fe_api/test_api_base_logging.py
third_party/cudnn_frontend/test/python/fe_api/test_discrete_grouped_gemm_dswiglu.py
third_party/cudnn_frontend/test/python/fe_api/test_discrete_grouped_gemm_dswiglu_utils.py
third_party/cudnn_frontend/test/python/fe_api/test_discrete_grouped_gemm_swiglu.py
third_party/cudnn_frontend/test/python/fe_api/test_discrete_grouped_gemm_swiglu_utils.py
third_party/cudnn_frontend/test/python/fe_api/test_fe_api_utils.py
third_party/cudnn_frontend/test/python/fe_api/test_gemm_amax.py
third_party/cudnn_frontend/test/python/fe_api/test_gemm_amax_utils.py
third_party/cudnn_frontend/test/python/fe_api/test_gemm_dsrelu.py
third_party/cudnn_frontend/test/python/fe_api/test_gemm_dsrelu_utils.py
third_party/cudnn_frontend/test/python/fe_api/test_gemm_srelu.py
third_party/cudnn_frontend/test/python/fe_api/test_gemm_srelu_utils.py
third_party/cudnn_frontend/test/python/fe_api/test_gemm_swiglu.py
third_party/cudnn_frontend/test/python/fe_api/test_gemm_swiglu_utils.py
third_party/cudnn_frontend/test/python/fe_api/test_grouped_gemm_dglu.py
third_party/cudnn_frontend/test/python/fe_api/test_grouped_gemm_dsrelu.py
third_party/cudnn_frontend/test/python/fe_api/test_grouped_gemm_dsrelu_utils.py
third_party/cudnn_frontend/test/python/fe_api/test_grouped_gemm_dswiglu.py
third_party/cudnn_frontend/test/python/fe_api/test_grouped_gemm_dswiglu_utils.py
third_party/cudnn_frontend/test/python/fe_api/test_grouped_gemm_glu.py
third_party/cudnn_frontend/test/python/fe_api/test_grouped_gemm_glu_hadamard.py
third_party/cudnn_frontend/test/python/fe_api/test_grouped_gemm_quant.py
third_party/cudnn_frontend/test/python/fe_api/test_grouped_gemm_quant_utils.py
third_party/cudnn_frontend/test/python/fe_api/test_grouped_gemm_srelu.py
third_party/cudnn_frontend/test/python/fe_api/test_grouped_gemm_srelu_utils.py
third_party/cudnn_frontend/test/python/fe_api/test_grouped_gemm_swiglu.py
third_party/cudnn_frontend/test/python/fe_api/test_grouped_gemm_swiglu_utils.py
third_party/cudnn_frontend/test/python/fe_api/test_grouped_gemm_wgrad.py
third_party/cudnn_frontend/test/python/fe_api/test_grouped_gemm_wgrad_utils.py
third_party/cudnn_frontend/test/python/fe_api/test_rmsnorm_rht_amax.py
third_party/cudnn_frontend/test/python/fe_api/test_sdpa_bwd.py
third_party/cudnn_frontend/test/python/fe_api/test_sdpa_bwd_utils.py
third_party/cudnn_frontend/test/python/fe_api/test_sdpa_fwd.py
third_party/cudnn_frontend/test/python/fe_api/test_sdpa_fwd_utils.py
third_party/cudnn_frontend/test/python/fe_api/nsa/nsa_reference.py
third_party/cudnn_frontend/test/python/fe_api/nsa/nsa_utils.py
third_party/cudnn_frontend/test/python/fe_api/nsa/test_NSA_compression_attention.py
third_party/cudnn_frontend/test/python/fe_api/nsa/test_NSA_selection_attention.py
third_party/cudnn_frontend/test/python/fe_api/nsa/test_NSA_swa.py
third_party/cudnn_frontend/test/python/fe_api/nsa/test_NSA_topk_reduction.py
third_party/cudnn_frontend/test/python/sdpa/blocked.py
third_party/cudnn_frontend/test/python/sdpa/fp16.py
third_party/cudnn_frontend/test/python/sdpa/fp16_ref.py
third_party/cudnn_frontend/test/python/sdpa/fp8.py
third_party/cudnn_frontend/test/python/sdpa/fp8_ref.py
third_party/cudnn_frontend/test/python/sdpa/helpers.py
third_party/cudnn_frontend/test/python/sdpa/mxfp8.py
third_party/cudnn_frontend/test/python/sdpa/mxfp8_ref.py
third_party/cudnn_frontend/test/python/sdpa/random_config.py
third_party/cudnn_frontend/tools/cudnn_repro/README.md
third_party/cudnn_frontend/tools/cudnn_repro/pyproject.toml
third_party/cudnn_frontend/tools/cudnn_repro/cudnn_repro/__init__.py
third_party/cudnn_frontend/tools/cudnn_repro/cudnn_repro/__main__.py
third_party/cudnn_frontend/tools/cudnn_repro/cudnn_repro/repro_command.py
third_party/cudnn_frontend/tools/cudnn_repro/cudnn_repro/routing.py
third_party/cudnn_frontend/tools/cudnn_repro/cudnn_repro/stage0_extract_json.py
third_party/cudnn_frontend/tools/cudnn_repro/cudnn_repro/stage1_annotate.py
third_party/cudnn_frontend/tools/cudnn_repro/cudnn_repro/stage1_annotate_sdpa_bwd.py
third_party/cudnn_frontend/tools/cudnn_repro/cudnn_repro/stage1_annotate_sdpa_fp8_bwd.py
third_party/cudnn_frontend/tools/cudnn_repro/cudnn_repro/stage1_annotate_sdpa_fp8_fwd.py
third_party/cudnn_frontend/tools/cudnn_repro/cudnn_repro/stage1_annotate_sdpa_fwd.py
third_party/cudnn_frontend/tools/cudnn_repro/cudnn_repro/stage2_build_repro.py
third_party/cudnn_frontend/tools/cudnn_repro/cudnn_repro/stage2_build_repro_sdpa_bwd.py
third_party/cudnn_frontend/tools/cudnn_repro/cudnn_repro/stage2_build_repro_sdpa_fp8_bwd.py
third_party/cudnn_frontend/tools/cudnn_repro/cudnn_repro/stage2_build_repro_sdpa_fp8_fwd.py
third_party/cudnn_frontend/tools/cudnn_repro/cudnn_repro/stage2_build_repro_sdpa_fwd.py
third_party/cudnn_frontend/tools/cudnn_repro/cudnn_repro/utils.py
third_party/cudnn_frontend/tools/cudnn_repro/tests/__init__.py
third_party/cudnn_frontend/tools/cudnn_repro/tests/test_cudnn_repro_bwd.py
third_party/cudnn_frontend/tools/cudnn_repro/tests/test_cudnn_repro_closed_loop.py
third_party/cudnn_frontend/tools/cudnn_repro/tests/test_cudnn_repro_fp8.py
third_party/cudnn_frontend/tools/cudnn_repro/tests/test_cudnn_repro_fp8_closed_loop.py
third_party/cudnn_frontend/tools/cudnn_repro/tests/test_cudnn_repro_mxfp8_closed_loop.py
third_party/cudnn_frontend/tools/cudnn_repro/tests/test_cudnn_repro_schema.py
third_party/cutlass/CMakeLists.txt
third_party/cutlass/examples/python/CuTeDSL/blackwell/grouped_gemm.py
third_party/fbgemm/CMakeLists.txt
third_party/fbgemm/external/asmjit/CMakeLists.txt
third_party/flash-attention/.pre-commit-config.yaml
third_party/flash-attention/AGENTS.md
third_party/flash-attention/AUTHORS
third_party/flash-attention/CLAUDE.md
third_party/flash-attention/LICENSE
third_party/flash-attention/MANIFEST.in
third_party/flash-attention/Makefile
third_party/flash-attention/README.md
third_party/flash-attention/setup.py
third_party/flash-attention/usage.md
third_party/flash-attention/AI/DEBUG_2CTA.md
third_party/flash-attention/AI/RACECHECK_TMA_HAZARD.md
third_party/flash-attention/AI/SASS_MMA_ANALYSIS.md
third_party/flash-attention/AI/SM90_BLOCK_SIZE_TUNING.md
third_party/flash-attention/AI/SM90_R2P_MASKING_SASS.md
third_party/flash-attention/AI/VARLEN_PREPROCESS_TILE_BUG.md
third_party/flash-attention/AI/racecheck_repro_1d_bulk.py
third_party/flash-attention/AI/racecheck_repro_1d_tensor.py
third_party/flash-attention/assets/fa4_paper.pdf
third_party/flash-attention/assets/flash2_a100_fwd_bwd_benchmark.png
third_party/flash-attention/assets/flash2_h100_fwd_bwd_benchmark.png
third_party/flash-attention/assets/flash3_fp16_fwd.png
third_party/flash-attention/assets/flashattention_logo.png
third_party/flash-attention/assets/flashattn_banner.jpg
third_party/flash-attention/assets/flashattn_banner.pdf
third_party/flash-attention/assets/flashattn_memory.jpg
third_party/flash-attention/assets/flashattn_speedup.jpg
third_party/flash-attention/assets/flashattn_speedup_3090.jpg
third_party/flash-attention/assets/flashattn_speedup_a100_d128.jpg
third_party/flash-attention/assets/flashattn_speedup_t4.jpg
third_party/flash-attention/assets/flashattn_speedup_t4_fwd.jpg
third_party/flash-attention/assets/gpt2_training_curve.jpg
third_party/flash-attention/assets/gpt2_training_efficiency.jpg
third_party/flash-attention/assets/gpt3_training_curve.jpg
third_party/flash-attention/assets/gpt3_training_efficiency.jpg
third_party/flash-attention/benchmarks/bench_sm90.py
third_party/flash-attention/benchmarks/benchmark_alibi.py
third_party/flash-attention/benchmarks/benchmark_attn.py
third_party/flash-attention/benchmarks/benchmark_causal.py
third_party/flash-attention/benchmarks/benchmark_flash_attention.py
third_party/flash-attention/benchmarks/benchmark_gemm.py
third_party/flash-attention/benchmarks/clc_bench.py
third_party/flash-attention/benchmarks/tune_ex2_emu.py
third_party/flash-attention/benchmarks/configs/clc.yaml
third_party/flash-attention/csrc/flash_attn/flash_api.cpp
third_party/flash-attention/csrc/flash_attn/src/alibi.h
third_party/flash-attention/csrc/flash_attn/src/block_info.h
third_party/flash-attention/csrc/flash_attn/src/dropout.h
third_party/flash-attention/csrc/flash_attn/src/flash.h
third_party/flash-attention/csrc/flash_attn/src/flash_bwd_hdim128_bf16_causal_sm80.cu
third_party/flash-attention/csrc/flash_attn/src/flash_bwd_hdim128_bf16_sm80.cu
third_party/flash-attention/csrc/flash_attn/src/flash_bwd_hdim128_fp16_causal_sm80.cu
third_party/flash-attention/csrc/flash_attn/src/flash_bwd_hdim128_fp16_sm80.cu
third_party/flash-attention/csrc/flash_attn/src/flash_bwd_hdim192_bf16_causal_sm80.cu
third_party/flash-attention/csrc/flash_attn/src/flash_bwd_hdim192_bf16_sm80.cu
third_party/flash-attention/csrc/flash_attn/src/flash_bwd_hdim192_fp16_causal_sm80.cu
third_party/flash-attention/csrc/flash_attn/src/flash_bwd_hdim192_fp16_sm80.cu
third_party/flash-attention/csrc/flash_attn/src/flash_bwd_hdim256_bf16_causal_sm80.cu
third_party/flash-attention/csrc/flash_attn/src/flash_bwd_hdim256_bf16_sm80.cu
third_party/flash-attention/csrc/flash_attn/src/flash_bwd_hdim256_fp16_causal_sm80.cu
third_party/flash-attention/csrc/flash_attn/src/flash_bwd_hdim256_fp16_sm80.cu
third_party/flash-attention/csrc/flash_attn/src/flash_bwd_hdim32_bf16_causal_sm80.cu
third_party/flash-attention/csrc/flash_attn/src/flash_bwd_hdim32_bf16_sm80.cu
third_party/flash-attention/csrc/flash_attn/src/flash_bwd_hdim32_fp16_causal_sm80.cu
third_party/flash-attention/csrc/flash_attn/src/flash_bwd_hdim32_fp16_sm80.cu
third_party/flash-attention/csrc/flash_attn/src/flash_bwd_hdim64_bf16_causal_sm80.cu
third_party/flash-attention/csrc/flash_attn/src/flash_bwd_hdim64_bf16_sm80.cu
third_party/flash-attention/csrc/flash_attn/src/flash_bwd_hdim64_fp16_causal_sm80.cu
third_party/flash-attention/csrc/flash_attn/src/flash_bwd_hdim64_fp16_sm80.cu
third_party/flash-attention/csrc/flash_attn/src/flash_bwd_hdim96_bf16_causal_sm80.cu
third_party/flash-attention/csrc/flash_attn/src/flash_bwd_hdim96_bf16_sm80.cu
third_party/flash-attention/csrc/flash_attn/src/flash_bwd_hdim96_fp16_causal_sm80.cu
third_party/flash-attention/csrc/flash_attn/src/flash_bwd_hdim96_fp16_sm80.cu
third_party/flash-attention/csrc/flash_attn/src/flash_bwd_kernel.h
third_party/flash-attention/csrc/flash_attn/src/flash_bwd_launch_template.h
third_party/flash-attention/csrc/flash_attn/src/flash_bwd_preprocess_kernel.h
third_party/flash-attention/csrc/flash_attn/src/flash_fwd_hdim128_bf16_causal_sm80.cu
third_party/flash-attention/csrc/flash_attn/src/flash_fwd_hdim128_bf16_sm80.cu
third_party/flash-attention/csrc/flash_attn/src/flash_fwd_hdim128_fp16_causal_sm80.cu
third_party/flash-attention/csrc/flash_attn/src/flash_fwd_hdim128_fp16_sm80.cu
third_party/flash-attention/csrc/flash_attn/src/flash_fwd_hdim192_bf16_causal_sm80.cu
third_party/flash-attention/csrc/flash_attn/src/flash_fwd_hdim192_bf16_sm80.cu
third_party/flash-attention/csrc/flash_attn/src/flash_fwd_hdim192_fp16_causal_sm80.cu
third_party/flash-attention/csrc/flash_attn/src/flash_fwd_hdim192_fp16_sm80.cu
third_party/flash-attention/csrc/flash_attn/src/flash_fwd_hdim256_bf16_causal_sm80.cu
third_party/flash-attention/csrc/flash_attn/src/flash_fwd_hdim256_bf16_sm80.cu
third_party/flash-attention/csrc/flash_attn/src/flash_fwd_hdim256_fp16_causal_sm80.cu
third_party/flash-attention/csrc/flash_attn/src/flash_fwd_hdim256_fp16_sm80.cu
third_party/flash-attention/csrc/flash_attn/src/flash_fwd_hdim32_bf16_causal_sm80.cu
third_party/flash-attention/csrc/flash_attn/src/flash_fwd_hdim32_bf16_sm80.cu
third_party/flash-attention/csrc/flash_attn/src/flash_fwd_hdim32_fp16_causal_sm80.cu
third_party/flash-attention/csrc/flash_attn/src/flash_fwd_hdim32_fp16_sm80.cu
third_party/flash-attention/csrc/flash_attn/src/flash_fwd_hdim64_bf16_causal_sm80.cu
third_party/flash-attention/csrc/flash_attn/src/flash_fwd_hdim64_bf16_sm80.cu
third_party/flash-attention/csrc/flash_attn/src/flash_fwd_hdim64_fp16_causal_sm80.cu
third_party/flash-attention/csrc/flash_attn/src/flash_fwd_hdim64_fp16_sm80.cu
third_party/flash-attention/csrc/flash_attn/src/flash_fwd_hdim96_bf16_causal_sm80.cu
third_party/flash-attention/csrc/flash_attn/src/flash_fwd_hdim96_bf16_sm80.cu
third_party/flash-attention/csrc/flash_attn/src/flash_fwd_hdim96_fp16_causal_sm80.cu
third_party/flash-attention/csrc/flash_attn/src/flash_fwd_hdim96_fp16_sm80.cu
third_party/flash-attention/csrc/flash_attn/src/flash_fwd_kernel.h
third_party/flash-attention/csrc/flash_attn/src/flash_fwd_launch_template.h
third_party/flash-attention/csrc/flash_attn/src/flash_fwd_split_hdim128_bf16_causal_sm80.cu
third_party/flash-attention/csrc/flash_attn/src/flash_fwd_split_hdim128_bf16_sm80.cu
third_party/flash-attention/csrc/flash_attn/src/flash_fwd_split_hdim128_fp16_causal_sm80.cu
third_party/flash-attention/csrc/flash_attn/src/flash_fwd_split_hdim128_fp16_sm80.cu
third_party/flash-attention/csrc/flash_attn/src/flash_fwd_split_hdim192_bf16_causal_sm80.cu
third_party/flash-attention/csrc/flash_attn/src/flash_fwd_split_hdim192_bf16_sm80.cu
third_party/flash-attention/csrc/flash_attn/src/flash_fwd_split_hdim192_fp16_causal_sm80.cu
third_party/flash-attention/csrc/flash_attn/src/flash_fwd_split_hdim192_fp16_sm80.cu
third_party/flash-attention/csrc/flash_attn/src/flash_fwd_split_hdim256_bf16_causal_sm80.cu
third_party/flash-attention/csrc/flash_attn/src/flash_fwd_split_hdim256_bf16_sm80.cu
third_party/flash-attention/csrc/flash_attn/src/flash_fwd_split_hdim256_fp16_causal_sm80.cu
third_party/flash-attention/csrc/flash_attn/src/flash_fwd_split_hdim256_fp16_sm80.cu
third_party/flash-attention/csrc/flash_attn/src/flash_fwd_split_hdim32_bf16_causal_sm80.cu
third_party/flash-attention/csrc/flash_attn/src/flash_fwd_split_hdim32_bf16_sm80.cu
third_party/flash-attention/csrc/flash_attn/src/flash_fwd_split_hdim32_fp16_causal_sm80.cu
third_party/flash-attention/csrc/flash_attn/src/flash_fwd_split_hdim32_fp16_sm80.cu
third_party/flash-attention/csrc/flash_attn/src/flash_fwd_split_hdim64_bf16_causal_sm80.cu
third_party/flash-attention/csrc/flash_attn/src/flash_fwd_split_hdim64_bf16_sm80.cu
third_party/flash-attention/csrc/flash_attn/src/flash_fwd_split_hdim64_fp16_causal_sm80.cu
third_party/flash-attention/csrc/flash_attn/src/flash_fwd_split_hdim64_fp16_sm80.cu
third_party/flash-attention/csrc/flash_attn/src/flash_fwd_split_hdim96_bf16_causal_sm80.cu
third_party/flash-attention/csrc/flash_attn/src/flash_fwd_split_hdim96_bf16_sm80.cu
third_party/flash-attention/csrc/flash_attn/src/flash_fwd_split_hdim96_fp16_causal_sm80.cu
third_party/flash-attention/csrc/flash_attn/src/flash_fwd_split_hdim96_fp16_sm80.cu
third_party/flash-attention/csrc/flash_attn/src/generate_kernels.py
third_party/flash-attention/csrc/flash_attn/src/hardware_info.h
third_party/flash-attention/csrc/flash_attn/src/kernel_traits.h
third_party/flash-attention/csrc/flash_attn/src/mask.h
third_party/flash-attention/csrc/flash_attn/src/namespace_config.h
third_party/flash-attention/csrc/flash_attn/src/philox.cuh
third_party/flash-attention/csrc/flash_attn/src/philox_unpack.cuh
third_party/flash-attention/csrc/flash_attn/src/rotary.h
third_party/flash-attention/csrc/flash_attn/src/softmax.h
third_party/flash-attention/csrc/flash_attn/src/static_switch.h
third_party/flash-attention/csrc/flash_attn/src/utils.h
third_party/flash-attention/csrc/flash_attn_ck/flash_api.cpp
third_party/flash-attention/csrc/flash_attn_ck/flash_common.cpp
third_party/flash-attention/csrc/flash_attn_ck/flash_common.hpp
third_party/flash-attention/csrc/flash_attn_ck/mha_bwd.cpp
third_party/flash-attention/csrc/flash_attn_ck/mha_fwd.cpp
third_party/flash-attention/csrc/flash_attn_ck/mha_fwd_head_grouping_utils.hpp
third_party/flash-attention/csrc/flash_attn_ck/mha_fwd_kvcache.cpp
third_party/flash-attention/csrc/flash_attn_ck/mha_varlen_bwd.cpp
third_party/flash-attention/csrc/flash_attn_ck/mha_varlen_fwd.cpp
third_party/flash-attention/csrc/fused_dense_lib/README.md
third_party/flash-attention/csrc/fused_dense_lib/fused_dense.cpp
third_party/flash-attention/csrc/fused_dense_lib/fused_dense_cuda.cu
third_party/flash-attention/csrc/fused_dense_lib/setup.py
third_party/flash-attention/csrc/layer_norm/README.md
third_party/flash-attention/csrc/layer_norm/ln.h
third_party/flash-attention/csrc/layer_norm/ln_api.cpp
third_party/flash-attention/csrc/layer_norm/ln_bwd_1024.cu
third_party/flash-attention/csrc/layer_norm/ln_bwd_1280.cu
third_party/flash-attention/csrc/layer_norm/ln_bwd_1536.cu
third_party/flash-attention/csrc/layer_norm/ln_bwd_2048.cu
third_party/flash-attention/csrc/layer_norm/ln_bwd_256.cu
third_party/flash-attention/csrc/layer_norm/ln_bwd_2560.cu
third_party/flash-attention/csrc/layer_norm/ln_bwd_3072.cu
third_party/flash-attention/csrc/layer_norm/ln_bwd_4096.cu
third_party/flash-attention/csrc/layer_norm/ln_bwd_512.cu
third_party/flash-attention/csrc/layer_norm/ln_bwd_5120.cu
third_party/flash-attention/csrc/layer_norm/ln_bwd_6144.cu
third_party/flash-attention/csrc/layer_norm/ln_bwd_7168.cu
third_party/flash-attention/csrc/layer_norm/ln_bwd_768.cu
third_party/flash-attention/csrc/layer_norm/ln_bwd_8192.cu
third_party/flash-attention/csrc/layer_norm/ln_bwd_kernels.cuh
third_party/flash-attention/csrc/layer_norm/ln_fwd_1024.cu
third_party/flash-attention/csrc/layer_norm/ln_fwd_1280.cu
third_party/flash-attention/csrc/layer_norm/ln_fwd_1536.cu
third_party/flash-attention/csrc/layer_norm/ln_fwd_2048.cu
third_party/flash-attention/csrc/layer_norm/ln_fwd_256.cu
third_party/flash-attention/csrc/layer_norm/ln_fwd_2560.cu
third_party/flash-attention/csrc/layer_norm/ln_fwd_3072.cu
third_party/flash-attention/csrc/layer_norm/ln_fwd_4096.cu
third_party/flash-attention/csrc/layer_norm/ln_fwd_512.cu
third_party/flash-attention/csrc/layer_norm/ln_fwd_5120.cu
third_party/flash-attention/csrc/layer_norm/ln_fwd_6144.cu
third_party/flash-attention/csrc/layer_norm/ln_fwd_7168.cu
third_party/flash-attention/csrc/layer_norm/ln_fwd_768.cu
third_party/flash-attention/csrc/layer_norm/ln_fwd_8192.cu
third_party/flash-attention/csrc/layer_norm/ln_fwd_kernels.cuh
third_party/flash-attention/csrc/layer_norm/ln_kernel_traits.h
third_party/flash-attention/csrc/layer_norm/ln_parallel_bwd_1024.cu
third_party/flash-attention/csrc/layer_norm/ln_parallel_bwd_1280.cu
third_party/flash-attention/csrc/layer_norm/ln_parallel_bwd_1536.cu
third_party/flash-attention/csrc/layer_norm/ln_parallel_bwd_2048.cu
third_party/flash-attention/csrc/layer_norm/ln_parallel_bwd_256.cu
third_party/flash-attention/csrc/layer_norm/ln_parallel_bwd_2560.cu
third_party/flash-attention/csrc/layer_norm/ln_parallel_bwd_3072.cu
third_party/flash-attention/csrc/layer_norm/ln_parallel_bwd_4096.cu
third_party/flash-attention/csrc/layer_norm/ln_parallel_bwd_512.cu
third_party/flash-attention/csrc/layer_norm/ln_parallel_bwd_5120.cu
third_party/flash-attention/csrc/layer_norm/ln_parallel_bwd_6144.cu
third_party/flash-attention/csrc/layer_norm/ln_parallel_bwd_7168.cu
third_party/flash-attention/csrc/layer_norm/ln_parallel_bwd_768.cu
third_party/flash-attention/csrc/layer_norm/ln_parallel_bwd_8192.cu
third_party/flash-attention/csrc/layer_norm/ln_parallel_fwd_1024.cu
third_party/flash-attention/csrc/layer_norm/ln_parallel_fwd_1280.cu
third_party/flash-attention/csrc/layer_norm/ln_parallel_fwd_1536.cu
third_party/flash-attention/csrc/layer_norm/ln_parallel_fwd_2048.cu
third_party/flash-attention/csrc/layer_norm/ln_parallel_fwd_256.cu
third_party/flash-attention/csrc/layer_norm/ln_parallel_fwd_2560.cu
third_party/flash-attention/csrc/layer_norm/ln_parallel_fwd_3072.cu
third_party/flash-attention/csrc/layer_norm/ln_parallel_fwd_4096.cu
third_party/flash-attention/csrc/layer_norm/ln_parallel_fwd_512.cu
third_party/flash-attention/csrc/layer_norm/ln_parallel_fwd_5120.cu
third_party/flash-attention/csrc/layer_norm/ln_parallel_fwd_6144.cu
third_party/flash-attention/csrc/layer_norm/ln_parallel_fwd_7168.cu
third_party/flash-attention/csrc/layer_norm/ln_parallel_fwd_768.cu
third_party/flash-attention/csrc/layer_norm/ln_parallel_fwd_8192.cu
third_party/flash-attention/csrc/layer_norm/ln_parallel_residual_bwd_kernels.cuh
third_party/flash-attention/csrc/layer_norm/ln_parallel_residual_fwd_kernels.cuh
third_party/flash-attention/csrc/layer_norm/ln_utils.cuh
third_party/flash-attention/csrc/layer_norm/setup.py
third_party/flash-attention/csrc/layer_norm/static_switch.h
third_party/flash-attention/examples/inference/README.md
third_party/flash-attention/flash_attn/__init__.py
third_party/flash-attention/flash_attn/bert_padding.py
third_party/flash-attention/flash_attn/flash_attn_interface.py
third_party/flash-attention/flash_attn/flash_attn_triton.py
third_party/flash-attention/flash_attn/flash_attn_triton_og.py
third_party/flash-attention/flash_attn/flash_blocksparse_attention.py
third_party/flash-attention/flash_attn/flash_blocksparse_attn_interface.py
third_party/flash-attention/flash_attn/pyproject.toml
third_party/flash-attention/flash_attn/cute/.flake8
third_party/flash-attention/flash_attn/cute/AUTHORS
third_party/flash-attention/flash_attn/cute/LICENSE
third_party/flash-attention/flash_attn/cute/MANIFEST.in
third_party/flash-attention/flash_attn/cute/README.md
third_party/flash-attention/flash_attn/cute/__init__.py
third_party/flash-attention/flash_attn/cute/ampere_helpers.py
third_party/flash-attention/flash_attn/cute/barrier.py
third_party/flash-attention/flash_attn/cute/bench_utils.py
third_party/flash-attention/flash_attn/cute/benchmark.py
third_party/flash-attention/flash_attn/cute/blackwell_helpers.py
third_party/flash-attention/flash_attn/cute/block_info.py
third_party/flash-attention/flash_attn/cute/block_sparse_utils.py
third_party/flash-attention/flash_attn/cute/block_sparsity.py
third_party/flash-attention/flash_attn/cute/cache_utils.py
third_party/flash-attention/flash_attn/cute/compute_block_sparsity.py
third_party/flash-attention/flash_attn/cute/copy_utils.py
third_party/flash-attention/flash_attn/cute/cute_dsl_ptxas.py
third_party/flash-attention/flash_attn/cute/cute_dsl_utils.py
third_party/flash-attention/flash_attn/cute/fa_logging.py
third_party/flash-attention/flash_attn/cute/fast_math.py
third_party/flash-attention/flash_attn/cute/flash_bwd.py
third_party/flash-attention/flash_attn/cute/flash_bwd_postprocess.py
third_party/flash-attention/flash_attn/cute/flash_bwd_preprocess.py
third_party/flash-attention/flash_attn/cute/flash_bwd_sm100.py
third_party/flash-attention/flash_attn/cute/flash_bwd_sm120.py
third_party/flash-attention/flash_attn/cute/flash_bwd_sm90.py
third_party/flash-attention/flash_attn/cute/flash_fwd.py
third_party/flash-attention/flash_attn/cute/flash_fwd_combine.py
third_party/flash-attention/flash_attn/cute/flash_fwd_mla_sm100.py
third_party/flash-attention/flash_attn/cute/flash_fwd_sm100.py
third_party/flash-attention/flash_attn/cute/flash_fwd_sm120.py
third_party/flash-attention/flash_attn/cute/flash_fwd_sm90.py
third_party/flash-attention/flash_attn/cute/interface.py
third_party/flash-attention/flash_attn/cute/mask.py
third_party/flash-attention/flash_attn/cute/mma_sm100_desc.py
third_party/flash-attention/flash_attn/cute/named_barrier.py
third_party/flash-attention/flash_attn/cute/pack_gqa.py
third_party/flash-attention/flash_attn/cute/paged_kv.py
third_party/flash-attention/flash_attn/cute/pipeline.py
third_party/flash-attention/flash_attn/cute/pyproject.toml
third_party/flash-attention/flash_attn/cute/seqlen_info.py
third_party/flash-attention/flash_attn/cute/sm90_config_search.py
third_party/flash-attention/flash_attn/cute/softmax.py
third_party/flash-attention/flash_attn/cute/testing.py
third_party/flash-attention/flash_attn/cute/tile_scheduler.py
third_party/flash-attention/flash_attn/cute/topk_gather_kv.py
third_party/flash-attention/flash_attn/cute/utils.py
third_party/flash-attention/flash_attn/layers/__init__.py
third_party/flash-attention/flash_attn/layers/patch_embed.py
third_party/flash-attention/flash_attn/layers/rotary.py
third_party/flash-attention/flash_attn/losses/__init__.py
third_party/flash-attention/flash_attn/losses/cross_entropy.py
third_party/flash-attention/flash_attn/models/__init__.py
third_party/flash-attention/flash_attn/models/baichuan.py
third_party/flash-attention/flash_attn/models/bert.py
third_party/flash-attention/flash_attn/models/bigcode.py
third_party/flash-attention/flash_attn/models/btlm.py
third_party/flash-attention/flash_attn/models/falcon.py
third_party/flash-attention/flash_attn/models/gpt.py
third_party/flash-attention/flash_attn/models/gpt_neox.py
third_party/flash-attention/flash_attn/models/gptj.py
third_party/flash-attention/flash_attn/models/llama.py
third_party/flash-attention/flash_attn/models/opt.py
third_party/flash-attention/flash_attn/models/vit.py
third_party/flash-attention/flash_attn/modules/__init__.py
third_party/flash-attention/flash_attn/modules/block.py
third_party/flash-attention/flash_attn/modules/embedding.py
third_party/flash-attention/flash_attn/modules/mha.py
third_party/flash-attention/flash_attn/modules/mlp.py
third_party/flash-attention/flash_attn/ops/__init__.py
third_party/flash-attention/flash_attn/ops/activations.py
third_party/flash-attention/flash_attn/ops/fused_dense.py
third_party/flash-attention/flash_attn/ops/layer_norm.py
third_party/flash-attention/flash_attn/ops/rms_norm.py
third_party/flash-attention/flash_attn/ops/triton/__init__.py
third_party/flash-attention/flash_attn/ops/triton/cross_entropy.py
third_party/flash-attention/flash_attn/ops/triton/k_activations.py
third_party/flash-attention/flash_attn/ops/triton/layer_norm.py
third_party/flash-attention/flash_attn/ops/triton/linear.py
third_party/flash-attention/flash_attn/ops/triton/mlp.py
third_party/flash-attention/flash_attn/ops/triton/rotary.py
third_party/flash-attention/flash_attn/utils/__init__.py
third_party/flash-attention/flash_attn/utils/benchmark.py
third_party/flash-attention/flash_attn/utils/distributed.py
third_party/flash-attention/flash_attn/utils/generation.py
third_party/flash-attention/flash_attn/utils/library.py
third_party/flash-attention/flash_attn/utils/pretrained.py
third_party/flash-attention/flash_attn/utils/testing.py
third_party/flash-attention/flash_attn/utils/torch.py
third_party/flash-attention/hopper/__init__.py
third_party/flash-attention/hopper/benchmark_attn.py
third_party/flash-attention/hopper/benchmark_flash_attention_fp8.py
third_party/flash-attention/hopper/benchmark_mla_decode.py
third_party/flash-attention/hopper/benchmark_split_kv.py
third_party/flash-attention/hopper/block.h
third_party/flash-attention/hopper/copy_sm90_bulk_reduce.hpp
third_party/flash-attention/hopper/cuda_check.h
third_party/flash-attention/hopper/epilogue_bwd.hpp
third_party/flash-attention/hopper/epilogue_fwd.hpp
third_party/flash-attention/hopper/flash.h
third_party/flash-attention/hopper/flash_api.cpp
third_party/flash-attention/hopper/flash_api_stable.cpp
third_party/flash-attention/hopper/flash_attn_interface.py
third_party/flash-attention/hopper/flash_bwd_kernel_sm80.h
third_party/flash-attention/hopper/flash_bwd_kernel_sm90.h
third_party/flash-attention/hopper/flash_bwd_launch_template.h
third_party/flash-attention/hopper/flash_bwd_postprocess_kernel.h
third_party/flash-attention/hopper/flash_bwd_preprocess_kernel.h
third_party/flash-attention/hopper/flash_fwd_combine.cu
third_party/flash-attention/hopper/flash_fwd_combine_kernel.h
third_party/flash-attention/hopper/flash_fwd_combine_launch_template.h
third_party/flash-attention/hopper/flash_fwd_kernel_sm80.h
third_party/flash-attention/hopper/flash_fwd_kernel_sm90.h
third_party/flash-attention/hopper/flash_fwd_launch_template.h
third_party/flash-attention/hopper/flash_prepare_scheduler.cu
third_party/flash-attention/hopper/generate_kernels.py
third_party/flash-attention/hopper/heuristics.h
third_party/flash-attention/hopper/mainloop_bwd_sm80.hpp
third_party/flash-attention/hopper/mainloop_bwd_sm90_tma_gmma_ws.hpp
third_party/flash-attention/hopper/mainloop_fwd_sm80.hpp
third_party/flash-attention/hopper/mainloop_fwd_sm90_tma_gmma_ws.hpp
third_party/flash-attention/hopper/mask.h
third_party/flash-attention/hopper/named_barrier.hpp
third_party/flash-attention/hopper/pack_gqa.h
third_party/flash-attention/hopper/padding.py
third_party/flash-attention/hopper/paged_kv.h
third_party/flash-attention/hopper/rotary.h
third_party/flash-attention/hopper/seqlen.h
third_party/flash-attention/hopper/setup.py
third_party/flash-attention/hopper/sm90_pipeline_no_cluster.hpp
third_party/flash-attention/hopper/softmax.h
third_party/flash-attention/hopper/static_switch.h
third_party/flash-attention/hopper/test_attn_kvcache.py
third_party/flash-attention/hopper/test_flash_attn.py
third_party/flash-attention/hopper/test_flash_attn_bwd_determinism.py
third_party/flash-attention/hopper/test_flash_attn_triton_amd.py
third_party/flash-attention/hopper/test_kvcache.py
third_party/flash-attention/hopper/test_torch_compile_and_export.py
third_party/flash-attention/hopper/test_util.py
third_party/flash-attention/hopper/tile_scheduler.hpp
third_party/flash-attention/hopper/tile_size.h
third_party/flash-attention/hopper/utils.h
third_party/flash-attention/hopper/instantiations/flash_bwd_hdim128_bf16_sm80.cu
third_party/flash-attention/hopper/instantiations/flash_bwd_hdim128_bf16_sm90.cu
third_party/flash-attention/hopper/instantiations/flash_bwd_hdim128_bf16_softcap_sm80.cu
third_party/flash-attention/hopper/instantiations/flash_bwd_hdim128_bf16_softcap_sm90.cu
third_party/flash-attention/hopper/instantiations/flash_bwd_hdim128_bf16_softcapall_sm90.cu
third_party/flash-attention/hopper/instantiations/flash_bwd_hdim128_fp16_sm80.cu
third_party/flash-attention/hopper/instantiations/flash_bwd_hdim128_fp16_sm90.cu
third_party/flash-attention/hopper/instantiations/flash_bwd_hdim128_fp16_softcap_sm80.cu
third_party/flash-attention/hopper/instantiations/flash_bwd_hdim128_fp16_softcap_sm90.cu
third_party/flash-attention/hopper/instantiations/flash_bwd_hdim128_fp16_softcapall_sm90.cu
third_party/flash-attention/hopper/instantiations/flash_bwd_hdim192_bf16_sm80.cu
third_party/flash-attention/hopper/instantiations/flash_bwd_hdim192_bf16_sm90.cu
third_party/flash-attention/hopper/instantiations/flash_bwd_hdim192_bf16_softcap_sm80.cu
third_party/flash-attention/hopper/instantiations/flash_bwd_hdim192_bf16_softcap_sm90.cu
third_party/flash-attention/hopper/instantiations/flash_bwd_hdim192_bf16_softcapall_sm90.cu
third_party/flash-attention/hopper/instantiations/flash_bwd_hdim192_fp16_sm80.cu
third_party/flash-attention/hopper/instantiations/flash_bwd_hdim192_fp16_sm90.cu
third_party/flash-attention/hopper/instantiations/flash_bwd_hdim192_fp16_softcap_sm80.cu
third_party/flash-attention/hopper/instantiations/flash_bwd_hdim192_fp16_softcap_sm90.cu
third_party/flash-attention/hopper/instantiations/flash_bwd_hdim192_fp16_softcapall_sm90.cu
third_party/flash-attention/hopper/instantiations/flash_bwd_hdim256_bf16_sm80.cu
third_party/flash-attention/hopper/instantiations/flash_bwd_hdim256_bf16_sm90.cu
third_party/flash-attention/hopper/instantiations/flash_bwd_hdim256_bf16_softcap_sm80.cu
third_party/flash-attention/hopper/instantiations/flash_bwd_hdim256_bf16_softcap_sm90.cu
third_party/flash-attention/hopper/instantiations/flash_bwd_hdim256_bf16_softcapall_sm90.cu
third_party/flash-attention/hopper/instantiations/flash_bwd_hdim256_fp16_sm80.cu
third_party/flash-attention/hopper/instantiations/flash_bwd_hdim256_fp16_sm90.cu
third_party/flash-attention/hopper/instantiations/flash_bwd_hdim256_fp16_softcap_sm80.cu
third_party/flash-attention/hopper/instantiations/flash_bwd_hdim256_fp16_softcap_sm90.cu
third_party/flash-attention/hopper/instantiations/flash_bwd_hdim256_fp16_softcapall_sm90.cu
third_party/flash-attention/hopper/instantiations/flash_bwd_hdim64_bf16_sm80.cu
third_party/flash-attention/hopper/instantiations/flash_bwd_hdim64_bf16_sm90.cu
third_party/flash-attention/hopper/instantiations/flash_bwd_hdim64_bf16_softcap_sm80.cu
third_party/flash-attention/hopper/instantiations/flash_bwd_hdim64_bf16_softcap_sm90.cu
third_party/flash-attention/hopper/instantiations/flash_bwd_hdim64_bf16_softcapall_sm90.cu
third_party/flash-attention/hopper/instantiations/flash_bwd_hdim64_fp16_sm80.cu
third_party/flash-attention/hopper/instantiations/flash_bwd_hdim64_fp16_sm90.cu
third_party/flash-attention/hopper/instantiations/flash_bwd_hdim64_fp16_softcap_sm80.cu
third_party/flash-attention/hopper/instantiations/flash_bwd_hdim64_fp16_softcap_sm90.cu
third_party/flash-attention/hopper/instantiations/flash_bwd_hdim64_fp16_softcapall_sm90.cu
third_party/flash-attention/hopper/instantiations/flash_bwd_hdim96_bf16_sm80.cu
third_party/flash-attention/hopper/instantiations/flash_bwd_hdim96_bf16_sm90.cu
third_party/flash-attention/hopper/instantiations/flash_bwd_hdim96_bf16_softcap_sm80.cu
third_party/flash-attention/hopper/instantiations/flash_bwd_hdim96_bf16_softcap_sm90.cu
third_party/flash-attention/hopper/instantiations/flash_bwd_hdim96_bf16_softcapall_sm90.cu
third_party/flash-attention/hopper/instantiations/flash_bwd_hdim96_fp16_sm80.cu
third_party/flash-attention/hopper/instantiations/flash_bwd_hdim96_fp16_sm90.cu
third_party/flash-attention/hopper/instantiations/flash_bwd_hdim96_fp16_softcap_sm80.cu
third_party/flash-attention/hopper/instantiations/flash_bwd_hdim96_fp16_softcap_sm90.cu
third_party/flash-attention/hopper/instantiations/flash_bwd_hdim96_fp16_softcapall_sm90.cu
third_party/flash-attention/hopper/instantiations/flash_fwd_hdim128_bf16_packgqa_sm90.cu
third_party/flash-attention/hopper/instantiations/flash_fwd_hdim128_bf16_paged_sm80.cu
third_party/flash-attention/hopper/instantiations/flash_fwd_hdim128_bf16_paged_sm90.cu
third_party/flash-attention/hopper/instantiations/flash_fwd_hdim128_bf16_paged_softcap_sm80.cu
third_party/flash-attention/hopper/instantiations/flash_fwd_hdim128_bf16_paged_softcap_sm90.cu
third_party/flash-attention/hopper/instantiations/flash_fwd_hdim128_bf16_paged_softcapall_sm80.cu
third_party/flash-attention/hopper/instantiations/flash_fwd_hdim128_bf16_paged_split_sm80.cu
third_party/flash-attention/hopper/instantiations/flash_fwd_hdim128_bf16_paged_split_sm90.cu
third_party/flash-attention/hopper/instantiations/flash_fwd_hdim128_bf16_paged_split_softcap_sm80.cu
third_party/flash-attention/hopper/instantiations/flash_fwd_hdim128_bf16_paged_split_softcap_sm90.cu
third_party/flash-attention/hopper/instantiations/flash_fwd_hdim128_bf16_paged_split_softcapall_sm80.cu
third_party/flash-attention/hopper/instantiations/flash_fwd_hdim128_bf16_sm100.cu
third_party/flash-attention/hopper/instantiations/flash_fwd_hdim128_bf16_sm80.cu
third_party/flash-attention/hopper/instantiations/flash_fwd_hdim128_bf16_sm90.cu
third_party/flash-attention/hopper/instantiations/flash_fwd_hdim128_bf16_softcap_packgqa_sm90.cu
third_party/flash-attention/hopper/instantiations/flash_fwd_hdim128_bf16_softcap_sm80.cu
third_party/flash-attention/hopper/instantiations/flash_fwd_hdim128_bf16_softcap_sm90.cu
third_party/flash-attention/hopper/instantiations/flash_fwd_hdim128_bf16_softcapall_sm80.cu
third_party/flash-attention/hopper/instantiations/flash_fwd_hdim128_bf16_split_sm80.cu
third_party/flash-attention/hopper/instantiations/flash_fwd_hdim128_bf16_split_sm90.cu
third_party/flash-attention/hopper/instantiations/flash_fwd_hdim128_bf16_split_softcap_sm80.cu
third_party/flash-attention/hopper/instantiations/flash_fwd_hdim128_bf16_split_softcap_sm90.cu
third_party/flash-attention/hopper/instantiations/flash_fwd_hdim128_bf16_split_softcapall_sm80.cu
third_party/flash-attention/hopper/instantiations/flash_fwd_hdim128_e4m3_packgqa_sm90.cu
third_party/flash-attention/hopper/instantiations/flash_fwd_hdim128_e4m3_paged_sm90.cu
third_party/flash-attention/hopper/instantiations/flash_fwd_hdim128_e4m3_paged_softcap_sm90.cu
third_party/flash-attention/hopper/instantiations/flash_fwd_hdim128_e4m3_paged_split_sm90.cu
third_party/flash-attention/hopper/instantiations/flash_fwd_hdim128_e4m3_paged_split_softcap_sm90.cu
third_party/flash-attention/hopper/instantiations/flash_fwd_hdim128_e4m3_sm90.cu
third_party/flash-attention/hopper/instantiations/flash_fwd_hdim128_e4m3_softcap_packgqa_sm90.cu
third_party/flash-attention/hopper/instantiations/flash_fwd_hdim128_e4m3_softcap_sm90.cu
third_party/flash-attention/hopper/instantiations/flash_fwd_hdim128_e4m3_split_sm90.cu
third_party/flash-attention/hopper/instantiations/flash_fwd_hdim128_e4m3_split_softcap_sm90.cu
third_party/flash-attention/hopper/instantiations/flash_fwd_hdim128_fp16_packgqa_sm90.cu
third_party/flash-attention/hopper/instantiations/flash_fwd_hdim128_fp16_paged_sm80.cu
third_party/flash-attention/hopper/instantiations/flash_fwd_hdim128_fp16_paged_sm90.cu
third_party/flash-attention/hopper/instantiations/flash_fwd_hdim128_fp16_paged_softcap_sm80.cu
third_party/flash-attention/hopper/instantiations/flash_fwd_hdim128_fp16_paged_softcap_sm90.cu
third_party/flash-attention/hopper/instantiations/flash_fwd_hdim128_fp16_paged_softcapall_sm80.cu
third_party/flash-attention/hopper/instantiations/flash_fwd_hdim128_fp16_paged_split_sm80.cu
third_party/flash-attention/hopper/instantiations/flash_fwd_hdim128_fp16_paged_split_sm90.cu
third_party/flash-attention/hopper/instantiations/flash_fwd_hdim128_fp16_paged_split_softcap_sm80.cu
third_party/flash-attention/hopper/instantiations/flash_fwd_hdim128_fp16_paged_split_softcap_sm90.cu
third_party/flash-attention/hopper/instantiations/flash_fwd_hdim128_fp16_paged_split_softcapall_sm80.cu
third_party/flash-attention/hopper/instantiations/flash_fwd_hdim128_fp16_sm80.cu
third_party/flash-attention/hopper/instantiations/flash_fwd_hdim128_fp16_sm90.cu
third_party/flash-attention/hopper/instantiations/flash_fwd_hdim128_fp16_softcap_packgqa_sm90.cu
third_party/flash-attention/hopper/instantiations/flash_fwd_hdim128_fp16_softcap_sm80.cu
third_party/flash-attention/hopper/instantiations/flash_fwd_hdim128_fp16_softcap_sm90.cu
third_party/flash-attention/hopper/instantiations/flash_fwd_hdim128_fp16_softcapall_sm80.cu
third_party/flash-attention/hopper/instantiations/flash_fwd_hdim128_fp16_split_sm80.cu
third_party/flash-attention/hopper/instantiations/flash_fwd_hdim128_fp16_split_sm90.cu
third_party/flash-attention/hopper/instantiations/flash_fwd_hdim128_fp16_split_softcap_sm80.cu
third_party/flash-attention/hopper/instantiations/flash_fwd_hdim128_fp16_split_softcap_sm90.cu
third_party/flash-attention/hopper/instantiations/flash_fwd_hdim128_fp16_split_softcapall_sm80.cu
third_party/flash-attention/hopper/instantiations/flash_fwd_hdim192_128_bf16_packgqa_sm90.cu
third_party/flash-attention/hopper/instantiations/flash_fwd_hdim192_128_bf16_paged_sm90.cu
third_party/flash-attention/hopper/instantiations/flash_fwd_hdim192_128_bf16_paged_softcap_sm90.cu
third_party/flash-attention/hopper/instantiations/flash_fwd_hdim192_128_bf16_paged_split_sm90.cu
third_party/flash-attention/hopper/instantiations/flash_fwd_hdim192_128_bf16_paged_split_softcap_sm90.cu
third_party/flash-attention/hopper/instantiations/flash_fwd_hdim192_128_bf16_sm90.cu
third_party/flash-attention/hopper/instantiations/flash_fwd_hdim192_128_bf16_softcap_packgqa_sm90.cu
third_party/flash-attention/hopper/instantiations/flash_fwd_hdim192_128_bf16_softcap_sm90.cu
third_party/flash-attention/hopper/instantiations/flash_fwd_hdim192_128_bf16_split_sm90.cu
third_party/flash-attention/hopper/instantiations/flash_fwd_hdim192_128_bf16_split_softcap_sm90.cu
third_party/flash-attention/hopper/instantiations/flash_fwd_hdim192_128_e4m3_packgqa_sm90.cu
third_party/flash-attention/hopper/instantiations/flash_fwd_hdim192_128_e4m3_paged_sm90.cu
third_party/flash-attention/hopper/instantiations/flash_fwd_hdim192_128_e4m3_paged_softcap_sm90.cu
third_party/flash-attention/hopper/instantiations/flash_fwd_hdim192_128_e4m3_paged_split_sm90.cu
third_party/flash-attention/hopper/instantiations/flash_fwd_hdim192_128_e4m3_paged_split_softcap_sm90.cu
third_party/flash-attention/hopper/instantiations/flash_fwd_hdim192_128_e4m3_sm90.cu
third_party/flash-attention/hopper/instantiations/flash_fwd_hdim192_128_e4m3_softcap_packgqa_sm90.cu
third_party/flash-attention/hopper/instantiations/flash_fwd_hdim192_128_e4m3_softcap_sm90.cu
third_party/flash-attention/hopper/instantiations/flash_fwd_hdim192_128_e4m3_split_sm90.cu
third_party/flash-attention/hopper/instantiations/flash_fwd_hdim192_128_e4m3_split_softcap_sm90.cu
third_party/flash-attention/hopper/instantiations/flash_fwd_hdim192_128_fp16_packgqa_sm90.cu
third_party/flash-attention/hopper/instantiations/flash_fwd_hdim192_128_fp16_paged_sm90.cu
third_party/flash-attention/hopper/instantiations/flash_fwd_hdim192_128_fp16_paged_softcap_sm90.cu
third_party/flash-attention/hopper/instantiations/flash_fwd_hdim192_128_fp16_paged_split_sm90.cu
third_party/flash-attention/hopper/instantiations/flash_fwd_hdim192_128_fp16_paged_split_softcap_sm90.cu
third_party/flash-attention/hopper/instantiations/flash_fwd_hdim192_128_fp16_sm90.cu
third_party/flash-attention/hopper/instantiations/flash_fwd_hdim192_128_fp16_softcap_packgqa_sm90.cu
third_party/flash-attention/hopper/instantiations/flash_fwd_hdim192_128_fp16_softcap_sm90.cu
third_party/flash-attention/hopper/instantiations/flash_fwd_hdim192_128_fp16_split_sm90.cu
third_party/flash-attention/hopper/instantiations/flash_fwd_hdim192_128_fp16_split_softcap_sm90.cu
third_party/flash-attention/hopper/instantiations/flash_fwd_hdim192_bf16_packgqa_sm90.cu
third_party/flash-attention/hopper/instantiations/flash_fwd_hdim192_bf16_paged_sm80.cu
third_party/flash-attention/hopper/instantiations/flash_fwd_hdim192_bf16_paged_sm90.cu
third_party/flash-attention/hopper/instantiations/flash_fwd_hdim192_bf16_paged_softcap_sm80.cu
third_party/flash-attention/hopper/instantiations/flash_fwd_hdim192_bf16_paged_softcap_sm90.cu
third_party/flash-attention/hopper/instantiations/flash_fwd_hdim192_bf16_paged_softcapall_sm80.cu
third_party/flash-attention/hopper/instantiations/flash_fwd_hdim192_bf16_paged_split_sm80.cu
third_party/flash-attention/hopper/instantiations/flash_fwd_hdim192_bf16_paged_split_sm90.cu
third_party/flash-attention/hopper/instantiations/flash_fwd_hdim192_bf16_paged_split_softcap_sm80.cu
third_party/flash-attention/hopper/instantiations/flash_fwd_hdim192_bf16_paged_split_softcap_sm90.cu
third_party/flash-attention/hopper/instantiations/flash_fwd_hdim192_bf16_paged_split_softcapall_sm80.cu
third_party/flash-attention/hopper/instantiations/flash_fwd_hdim192_bf16_sm80.cu
third_party/flash-attention/hopper/instantiations/flash_fwd_hdim192_bf16_sm90.cu
third_party/flash-attention/hopper/instantiations/flash_fwd_hdim192_bf16_softcap_packgqa_sm90.cu
third_party/flash-attention/hopper/instantiations/flash_fwd_hdim192_bf16_softcap_sm80.cu
third_party/flash-attention/hopper/instantiations/flash_fwd_hdim192_bf16_softcap_sm90.cu
third_party/flash-attention/hopper/instantiations/flash_fwd_hdim192_bf16_softcapall_sm80.cu
third_party/flash-attention/hopper/instantiations/flash_fwd_hdim192_bf16_split_sm80.cu
third_party/flash-attention/hopper/instantiations/flash_fwd_hdim192_bf16_split_sm90.cu
third_party/flash-attention/hopper/instantiations/flash_fwd_hdim192_bf16_split_softcap_sm80.cu
third_party/flash-attention/hopper/instantiations/flash_fwd_hdim192_bf16_split_softcap_sm90.cu
third_party/flash-attention/hopper/instantiations/flash_fwd_hdim192_bf16_split_softcapall_sm80.cu
third_party/flash-attention/hopper/instantiations/flash_fwd_hdim192_e4m3_packgqa_sm90.cu
third_party/flash-attention/hopper/instantiations/flash_fwd_hdim192_e4m3_paged_sm90.cu
third_party/flash-attention/hopper/instantiations/flash_fwd_hdim192_e4m3_paged_softcap_sm90.cu
third_party/flash-attention/hopper/instantiations/flash_fwd_hdim192_e4m3_paged_split_sm90.cu
third_party/flash-attention/hopper/instantiations/flash_fwd_hdim192_e4m3_paged_split_softcap_sm90.cu
third_party/flash-attention/hopper/instantiations/flash_fwd_hdim192_e4m3_sm90.cu
third_party/flash-attention/hopper/instantiations/flash_fwd_hdim192_e4m3_softcap_packgqa_sm90.cu
third_party/flash-attention/hopper/instantiations/flash_fwd_hdim192_e4m3_softcap_sm90.cu
third_party/flash-attention/hopper/instantiations/flash_fwd_hdim192_e4m3_split_sm90.cu
third_party/flash-attention/hopper/instantiations/flash_fwd_hdim192_e4m3_split_softcap_sm90.cu
third_party/flash-attention/hopper/instantiations/flash_fwd_hdim192_fp16_packgqa_sm90.cu
third_party/flash-attention/hopper/instantiations/flash_fwd_hdim192_fp16_paged_sm80.cu
third_party/flash-attention/hopper/instantiations/flash_fwd_hdim192_fp16_paged_sm90.cu
third_party/flash-attention/hopper/instantiations/flash_fwd_hdim192_fp16_paged_softcap_sm80.cu
third_party/flash-attention/hopper/instantiations/flash_fwd_hdim192_fp16_paged_softcap_sm90.cu
third_party/flash-attention/hopper/instantiations/flash_fwd_hdim192_fp16_paged_softcapall_sm80.cu
third_party/flash-attention/hopper/instantiations/flash_fwd_hdim192_fp16_paged_split_sm80.cu
third_party/flash-attention/hopper/instantiations/flash_fwd_hdim192_fp16_paged_split_sm90.cu
third_party/flash-attention/hopper/instantiations/flash_fwd_hdim192_fp16_paged_split_softcap_sm80.cu
third_party/flash-attention/hopper/instantiations/flash_fwd_hdim192_fp16_paged_split_softcap_sm90.cu
third_party/flash-attention/hopper/instantiations/flash_fwd_hdim192_fp16_paged_split_softcapall_sm80.cu
third_party/flash-attention/hopper/instantiations/flash_fwd_hdim192_fp16_sm80.cu
third_party/flash-attention/hopper/instantiations/flash_fwd_hdim192_fp16_sm90.cu
third_party/flash-attention/hopper/instantiations/flash_fwd_hdim192_fp16_softcap_packgqa_sm90.cu
third_party/flash-attention/hopper/instantiations/flash_fwd_hdim192_fp16_softcap_sm80.cu
third_party/flash-attention/hopper/instantiations/flash_fwd_hdim192_fp16_softcap_sm90.cu
third_party/flash-attention/hopper/instantiations/flash_fwd_hdim192_fp16_softcapall_sm80.cu
third_party/flash-attention/hopper/instantiations/flash_fwd_hdim192_fp16_split_sm80.cu
third_party/flash-attention/hopper/instantiations/flash_fwd_hdim192_fp16_split_sm90.cu
third_party/flash-attention/hopper/instantiations/flash_fwd_hdim192_fp16_split_softcap_sm80.cu
third_party/flash-attention/hopper/instantiations/flash_fwd_hdim192_fp16_split_softcap_sm90.cu
third_party/flash-attention/hopper/instantiations/flash_fwd_hdim192_fp16_split_softcapall_sm80.cu
third_party/flash-attention/hopper/instantiations/flash_fwd_hdim256_bf16_packgqa_sm90.cu
third_party/flash-attention/hopper/instantiations/flash_fwd_hdim256_bf16_paged_sm80.cu
third_party/flash-attention/hopper/instantiations/flash_fwd_hdim256_bf16_paged_sm90.cu
third_party/flash-attention/hopper/instantiations/flash_fwd_hdim256_bf16_paged_softcap_sm80.cu
third_party/flash-attention/hopper/instantiations/flash_fwd_hdim256_bf16_paged_softcap_sm90.cu
third_party/flash-attention/hopper/instantiations/flash_fwd_hdim256_bf16_paged_softcapall_sm80.cu
third_party/flash-attention/hopper/instantiations/flash_fwd_hdim256_bf16_paged_split_sm80.cu
third_party/flash-attention/hopper/instantiations/flash_fwd_hdim256_bf16_paged_split_sm90.cu
third_party/flash-attention/hopper/instantiations/flash_fwd_hdim256_bf16_paged_split_softcap_sm80.cu
third_party/flash-attention/hopper/instantiations/flash_fwd_hdim256_bf16_paged_split_softcap_sm90.cu
third_party/flash-attention/hopper/instantiations/flash_fwd_hdim256_bf16_paged_split_softcapall_sm80.cu
third_party/flash-attention/hopper/instantiations/flash_fwd_hdim256_bf16_sm80.cu
third_party/flash-attention/hopper/instantiations/flash_fwd_hdim256_bf16_sm90.cu
third_party/flash-attention/hopper/instantiations/flash_fwd_hdim256_bf16_softcap_packgqa_sm90.cu
third_party/flash-attention/hopper/instantiations/flash_fwd_hdim256_bf16_softcap_sm80.cu
third_party/flash-attention/hopper/instantiations/flash_fwd_hdim256_bf16_softcap_sm90.cu
third_party/flash-attention/hopper/instantiations/flash_fwd_hdim256_bf16_softcapall_sm80.cu
third_party/flash-attention/hopper/instantiations/flash_fwd_hdim256_bf16_split_sm80.cu
third_party/flash-attention/hopper/instantiations/flash_fwd_hdim256_bf16_split_sm90.cu
third_party/flash-attention/hopper/instantiations/flash_fwd_hdim256_bf16_split_softcap_sm80.cu
third_party/flash-attention/hopper/instantiations/flash_fwd_hdim256_bf16_split_softcap_sm90.cu
third_party/flash-attention/hopper/instantiations/flash_fwd_hdim256_bf16_split_softcapall_sm80.cu
third_party/flash-attention/hopper/instantiations/flash_fwd_hdim256_e4m3_packgqa_sm90.cu
third_party/flash-attention/hopper/instantiations/flash_fwd_hdim256_e4m3_paged_sm90.cu
third_party/flash-attention/hopper/instantiations/flash_fwd_hdim256_e4m3_paged_softcap_sm90.cu
third_party/flash-attention/hopper/instantiations/flash_fwd_hdim256_e4m3_paged_split_sm90.cu
third_party/flash-attention/hopper/instantiations/flash_fwd_hdim256_e4m3_paged_split_softcap_sm90.cu
third_party/flash-attention/hopper/instantiations/flash_fwd_hdim256_e4m3_sm90.cu
third_party/flash-attention/hopper/instantiations/flash_fwd_hdim256_e4m3_softcap_packgqa_sm90.cu
third_party/flash-attention/hopper/instantiations/flash_fwd_hdim256_e4m3_softcap_sm90.cu
third_party/flash-attention/hopper/instantiations/flash_fwd_hdim256_e4m3_split_sm90.cu
third_party/flash-attention/hopper/instantiations/flash_fwd_hdim256_e4m3_split_softcap_sm90.cu
third_party/flash-attention/hopper/instantiations/flash_fwd_hdim256_fp16_packgqa_sm90.cu
third_party/flash-attention/hopper/instantiations/flash_fwd_hdim256_fp16_paged_sm80.cu
third_party/flash-attention/hopper/instantiations/flash_fwd_hdim256_fp16_paged_sm90.cu
third_party/flash-attention/hopper/instantiations/flash_fwd_hdim256_fp16_paged_softcap_sm80.cu
third_party/flash-attention/hopper/instantiations/flash_fwd_hdim256_fp16_paged_softcap_sm90.cu
third_party/flash-attention/hopper/instantiations/flash_fwd_hdim256_fp16_paged_softcapall_sm80.cu
third_party/flash-attention/hopper/instantiations/flash_fwd_hdim256_fp16_paged_split_sm80.cu
third_party/flash-attention/hopper/instantiations/flash_fwd_hdim256_fp16_paged_split_sm90.cu
third_party/flash-attention/hopper/instantiations/flash_fwd_hdim256_fp16_paged_split_softcap_sm80.cu
third_party/flash-attention/hopper/instantiations/flash_fwd_hdim256_fp16_paged_split_softcap_sm90.cu
third_party/flash-attention/hopper/instantiations/flash_fwd_hdim256_fp16_paged_split_softcapall_sm80.cu
third_party/flash-attention/hopper/instantiations/flash_fwd_hdim256_fp16_sm80.cu
third_party/flash-attention/hopper/instantiations/flash_fwd_hdim256_fp16_sm90.cu
third_party/flash-attention/hopper/instantiations/flash_fwd_hdim256_fp16_softcap_packgqa_sm90.cu
third_party/flash-attention/hopper/instantiations/flash_fwd_hdim256_fp16_softcap_sm80.cu
third_party/flash-attention/hopper/instantiations/flash_fwd_hdim256_fp16_softcap_sm90.cu
third_party/flash-attention/hopper/instantiations/flash_fwd_hdim256_fp16_softcapall_sm80.cu
third_party/flash-attention/hopper/instantiations/flash_fwd_hdim256_fp16_split_sm80.cu
third_party/flash-attention/hopper/instantiations/flash_fwd_hdim256_fp16_split_sm90.cu
third_party/flash-attention/hopper/instantiations/flash_fwd_hdim256_fp16_split_softcap_sm80.cu
third_party/flash-attention/hopper/instantiations/flash_fwd_hdim256_fp16_split_softcap_sm90.cu
third_party/flash-attention/hopper/instantiations/flash_fwd_hdim256_fp16_split_softcapall_sm80.cu
third_party/flash-attention/hopper/instantiations/flash_fwd_hdim64_256_bf16_packgqa_sm90.cu
third_party/flash-attention/hopper/instantiations/flash_fwd_hdim64_256_bf16_paged_sm90.cu
third_party/flash-attention/hopper/instantiations/flash_fwd_hdim64_256_bf16_paged_softcap_sm90.cu
third_party/flash-attention/hopper/instantiations/flash_fwd_hdim64_256_bf16_paged_split_sm90.cu
third_party/flash-attention/hopper/instantiations/flash_fwd_hdim64_256_bf16_paged_split_softcap_sm90.cu
third_party/flash-attention/hopper/instantiations/flash_fwd_hdim64_256_bf16_sm90.cu
third_party/flash-attention/hopper/instantiations/flash_fwd_hdim64_256_bf16_softcap_packgqa_sm90.cu
third_party/flash-attention/hopper/instantiations/flash_fwd_hdim64_256_bf16_softcap_sm90.cu
third_party/flash-attention/hopper/instantiations/flash_fwd_hdim64_256_bf16_split_sm90.cu
third_party/flash-attention/hopper/instantiations/flash_fwd_hdim64_256_bf16_split_softcap_sm90.cu
third_party/flash-attention/hopper/instantiations/flash_fwd_hdim64_256_fp16_packgqa_sm90.cu
third_party/flash-attention/hopper/instantiations/flash_fwd_hdim64_256_fp16_paged_sm90.cu
third_party/flash-attention/hopper/instantiations/flash_fwd_hdim64_256_fp16_paged_softcap_sm90.cu
third_party/flash-attention/hopper/instantiations/flash_fwd_hdim64_256_fp16_paged_split_sm90.cu
third_party/flash-attention/hopper/instantiations/flash_fwd_hdim64_256_fp16_paged_split_softcap_sm90.cu
third_party/flash-attention/hopper/instantiations/flash_fwd_hdim64_256_fp16_sm90.cu
third_party/flash-attention/hopper/instantiations/flash_fwd_hdim64_256_fp16_softcap_packgqa_sm90.cu
third_party/flash-attention/hopper/instantiations/flash_fwd_hdim64_256_fp16_softcap_sm90.cu
third_party/flash-attention/hopper/instantiations/flash_fwd_hdim64_256_fp16_split_sm90.cu
third_party/flash-attention/hopper/instantiations/flash_fwd_hdim64_256_fp16_split_softcap_sm90.cu
third_party/flash-attention/hopper/instantiations/flash_fwd_hdim64_512_bf16_packgqa_sm90.cu
third_party/flash-attention/hopper/instantiations/flash_fwd_hdim64_512_bf16_paged_sm90.cu
third_party/flash-attention/hopper/instantiations/flash_fwd_hdim64_512_bf16_paged_softcap_sm90.cu
third_party/flash-attention/hopper/instantiations/flash_fwd_hdim64_512_bf16_paged_split_sm90.cu
third_party/flash-attention/hopper/instantiations/flash_fwd_hdim64_512_bf16_paged_split_softcap_sm90.cu
third_party/flash-attention/hopper/instantiations/flash_fwd_hdim64_512_bf16_sm90.cu
third_party/flash-attention/hopper/instantiations/flash_fwd_hdim64_512_bf16_softcap_packgqa_sm90.cu
third_party/flash-attention/hopper/instantiations/flash_fwd_hdim64_512_bf16_softcap_sm90.cu
third_party/flash-attention/hopper/instantiations/flash_fwd_hdim64_512_bf16_split_sm90.cu
third_party/flash-attention/hopper/instantiations/flash_fwd_hdim64_512_bf16_split_softcap_sm90.cu
third_party/flash-attention/hopper/instantiations/flash_fwd_hdim64_512_fp16_packgqa_sm90.cu
third_party/flash-attention/hopper/instantiations/flash_fwd_hdim64_512_fp16_paged_sm90.cu
third_party/flash-attention/hopper/instantiations/flash_fwd_hdim64_512_fp16_paged_softcap_sm90.cu
third_party/flash-attention/hopper/instantiations/flash_fwd_hdim64_512_fp16_paged_split_sm90.cu
third_party/flash-attention/hopper/instantiations/flash_fwd_hdim64_512_fp16_paged_split_softcap_sm90.cu
third_party/flash-attention/hopper/instantiations/flash_fwd_hdim64_512_fp16_sm90.cu
third_party/flash-attention/hopper/instantiations/flash_fwd_hdim64_512_fp16_softcap_packgqa_sm90.cu
third_party/flash-attention/hopper/instantiations/flash_fwd_hdim64_512_fp16_softcap_sm90.cu
third_party/flash-attention/hopper/instantiations/flash_fwd_hdim64_512_fp16_split_sm90.cu
third_party/flash-attention/hopper/instantiations/flash_fwd_hdim64_512_fp16_split_softcap_sm90.cu
third_party/flash-attention/hopper/instantiations/flash_fwd_hdim64_bf16_packgqa_sm90.cu
third_party/flash-attention/hopper/instantiations/flash_fwd_hdim64_bf16_paged_sm80.cu
third_party/flash-attention/hopper/instantiations/flash_fwd_hdim64_bf16_paged_sm90.cu
third_party/flash-attention/hopper/instantiations/flash_fwd_hdim64_bf16_paged_softcap_sm80.cu
third_party/flash-attention/hopper/instantiations/flash_fwd_hdim64_bf16_paged_softcap_sm90.cu
third_party/flash-attention/hopper/instantiations/flash_fwd_hdim64_bf16_paged_softcapall_sm80.cu
third_party/flash-attention/hopper/instantiations/flash_fwd_hdim64_bf16_paged_split_sm80.cu
third_party/flash-attention/hopper/instantiations/flash_fwd_hdim64_bf16_paged_split_sm90.cu
third_party/flash-attention/hopper/instantiations/flash_fwd_hdim64_bf16_paged_split_softcap_sm80.cu
third_party/flash-attention/hopper/instantiations/flash_fwd_hdim64_bf16_paged_split_softcap_sm90.cu
third_party/flash-attention/hopper/instantiations/flash_fwd_hdim64_bf16_paged_split_softcapall_sm80.cu
third_party/flash-attention/hopper/instantiations/flash_fwd_hdim64_bf16_sm80.cu
third_party/flash-attention/hopper/instantiations/flash_fwd_hdim64_bf16_sm90.cu
third_party/flash-attention/hopper/instantiations/flash_fwd_hdim64_bf16_softcap_packgqa_sm90.cu
third_party/flash-attention/hopper/instantiations/flash_fwd_hdim64_bf16_softcap_sm80.cu
third_party/flash-attention/hopper/instantiations/flash_fwd_hdim64_bf16_softcap_sm90.cu
third_party/flash-attention/hopper/instantiations/flash_fwd_hdim64_bf16_softcapall_sm80.cu
third_party/flash-attention/hopper/instantiations/flash_fwd_hdim64_bf16_split_sm80.cu
third_party/flash-attention/hopper/instantiations/flash_fwd_hdim64_bf16_split_sm90.cu
third_party/flash-attention/hopper/instantiations/flash_fwd_hdim64_bf16_split_softcap_sm80.cu
third_party/flash-attention/hopper/instantiations/flash_fwd_hdim64_bf16_split_softcap_sm90.cu
third_party/flash-attention/hopper/instantiations/flash_fwd_hdim64_bf16_split_softcapall_sm80.cu
third_party/flash-attention/hopper/instantiations/flash_fwd_hdim64_e4m3_packgqa_sm90.cu
third_party/flash-attention/hopper/instantiations/flash_fwd_hdim64_e4m3_paged_sm90.cu
third_party/flash-attention/hopper/instantiations/flash_fwd_hdim64_e4m3_paged_softcap_sm90.cu
third_party/flash-attention/hopper/instantiations/flash_fwd_hdim64_e4m3_paged_split_sm90.cu
third_party/flash-attention/hopper/instantiations/flash_fwd_hdim64_e4m3_paged_split_softcap_sm90.cu
third_party/flash-attention/hopper/instantiations/flash_fwd_hdim64_e4m3_sm90.cu
third_party/flash-attention/hopper/instantiations/flash_fwd_hdim64_e4m3_softcap_packgqa_sm90.cu
third_party/flash-attention/hopper/instantiations/flash_fwd_hdim64_e4m3_softcap_sm90.cu
third_party/flash-attention/hopper/instantiations/flash_fwd_hdim64_e4m3_split_sm90.cu
third_party/flash-attention/hopper/instantiations/flash_fwd_hdim64_e4m3_split_softcap_sm90.cu
third_party/flash-attention/hopper/instantiations/flash_fwd_hdim64_fp16_packgqa_sm90.cu
third_party/flash-attention/hopper/instantiations/flash_fwd_hdim64_fp16_paged_sm80.cu
third_party/flash-attention/hopper/instantiations/flash_fwd_hdim64_fp16_paged_sm90.cu
third_party/flash-attention/hopper/instantiations/flash_fwd_hdim64_fp16_paged_softcap_sm80.cu
third_party/flash-attention/hopper/instantiations/flash_fwd_hdim64_fp16_paged_softcap_sm90.cu
third_party/flash-attention/hopper/instantiations/flash_fwd_hdim64_fp16_paged_softcapall_sm80.cu
third_party/flash-attention/hopper/instantiations/flash_fwd_hdim64_fp16_paged_split_sm80.cu
third_party/flash-attention/hopper/instantiations/flash_fwd_hdim64_fp16_paged_split_sm90.cu
third_party/flash-attention/hopper/instantiations/flash_fwd_hdim64_fp16_paged_split_softcap_sm80.cu
third_party/flash-attention/hopper/instantiations/flash_fwd_hdim64_fp16_paged_split_softcap_sm90.cu
third_party/flash-attention/hopper/instantiations/flash_fwd_hdim64_fp16_paged_split_softcapall_sm80.cu
third_party/flash-attention/hopper/instantiations/flash_fwd_hdim64_fp16_sm80.cu
third_party/flash-attention/hopper/instantiations/flash_fwd_hdim64_fp16_sm90.cu
third_party/flash-attention/hopper/instantiations/flash_fwd_hdim64_fp16_softcap_packgqa_sm90.cu
third_party/flash-attention/hopper/instantiations/flash_fwd_hdim64_fp16_softcap_sm80.cu
third_party/flash-attention/hopper/instantiations/flash_fwd_hdim64_fp16_softcap_sm90.cu
third_party/flash-attention/hopper/instantiations/flash_fwd_hdim64_fp16_softcapall_sm80.cu
third_party/flash-attention/hopper/instantiations/flash_fwd_hdim64_fp16_split_sm80.cu
third_party/flash-attention/hopper/instantiations/flash_fwd_hdim64_fp16_split_sm90.cu
third_party/flash-attention/hopper/instantiations/flash_fwd_hdim64_fp16_split_softcap_sm80.cu
third_party/flash-attention/hopper/instantiations/flash_fwd_hdim64_fp16_split_softcap_sm90.cu
third_party/flash-attention/hopper/instantiations/flash_fwd_hdim64_fp16_split_softcapall_sm80.cu
third_party/flash-attention/hopper/instantiations/flash_fwd_hdim96_bf16_packgqa_sm90.cu
third_party/flash-attention/hopper/instantiations/flash_fwd_hdim96_bf16_paged_sm80.cu
third_party/flash-attention/hopper/instantiations/flash_fwd_hdim96_bf16_paged_sm90.cu
third_party/flash-attention/hopper/instantiations/flash_fwd_hdim96_bf16_paged_softcap_sm80.cu
third_party/flash-attention/hopper/instantiations/flash_fwd_hdim96_bf16_paged_softcap_sm90.cu
third_party/flash-attention/hopper/instantiations/flash_fwd_hdim96_bf16_paged_softcapall_sm80.cu
third_party/flash-attention/hopper/instantiations/flash_fwd_hdim96_bf16_paged_split_sm80.cu
third_party/flash-attention/hopper/instantiations/flash_fwd_hdim96_bf16_paged_split_sm90.cu
third_party/flash-attention/hopper/instantiations/flash_fwd_hdim96_bf16_paged_split_softcap_sm80.cu
third_party/flash-attention/hopper/instantiations/flash_fwd_hdim96_bf16_paged_split_softcap_sm90.cu
third_party/flash-attention/hopper/instantiations/flash_fwd_hdim96_bf16_paged_split_softcapall_sm80.cu
third_party/flash-attention/hopper/instantiations/flash_fwd_hdim96_bf16_sm80.cu
third_party/flash-attention/hopper/instantiations/flash_fwd_hdim96_bf16_sm90.cu
third_party/flash-attention/hopper/instantiations/flash_fwd_hdim96_bf16_softcap_packgqa_sm90.cu
third_party/flash-attention/hopper/instantiations/flash_fwd_hdim96_bf16_softcap_sm80.cu
third_party/flash-attention/hopper/instantiations/flash_fwd_hdim96_bf16_softcap_sm90.cu
third_party/flash-attention/hopper/instantiations/flash_fwd_hdim96_bf16_softcapall_sm80.cu
third_party/flash-attention/hopper/instantiations/flash_fwd_hdim96_bf16_split_sm80.cu
third_party/flash-attention/hopper/instantiations/flash_fwd_hdim96_bf16_split_sm90.cu
third_party/flash-attention/hopper/instantiations/flash_fwd_hdim96_bf16_split_softcap_sm80.cu
third_party/flash-attention/hopper/instantiations/flash_fwd_hdim96_bf16_split_softcap_sm90.cu
third_party/flash-attention/hopper/instantiations/flash_fwd_hdim96_bf16_split_softcapall_sm80.cu
third_party/flash-attention/hopper/instantiations/flash_fwd_hdim96_e4m3_packgqa_sm90.cu
third_party/flash-attention/hopper/instantiations/flash_fwd_hdim96_e4m3_paged_sm90.cu
third_party/flash-attention/hopper/instantiations/flash_fwd_hdim96_e4m3_paged_softcap_sm90.cu
third_party/flash-attention/hopper/instantiations/flash_fwd_hdim96_e4m3_paged_split_sm90.cu
third_party/flash-attention/hopper/instantiations/flash_fwd_hdim96_e4m3_paged_split_softcap_sm90.cu
third_party/flash-attention/hopper/instantiations/flash_fwd_hdim96_e4m3_sm90.cu
third_party/flash-attention/hopper/instantiations/flash_fwd_hdim96_e4m3_softcap_packgqa_sm90.cu
third_party/flash-attention/hopper/instantiations/flash_fwd_hdim96_e4m3_softcap_sm90.cu
third_party/flash-attention/hopper/instantiations/flash_fwd_hdim96_e4m3_split_sm90.cu
third_party/flash-attention/hopper/instantiations/flash_fwd_hdim96_e4m3_split_softcap_sm90.cu
third_party/flash-attention/hopper/instantiations/flash_fwd_hdim96_fp16_packgqa_sm90.cu
third_party/flash-attention/hopper/instantiations/flash_fwd_hdim96_fp16_paged_sm80.cu
third_party/flash-attention/hopper/instantiations/flash_fwd_hdim96_fp16_paged_sm90.cu
third_party/flash-attention/hopper/instantiations/flash_fwd_hdim96_fp16_paged_softcap_sm80.cu
third_party/flash-attention/hopper/instantiations/flash_fwd_hdim96_fp16_paged_softcap_sm90.cu
third_party/flash-attention/hopper/instantiations/flash_fwd_hdim96_fp16_paged_softcapall_sm80.cu
third_party/flash-attention/hopper/instantiations/flash_fwd_hdim96_fp16_paged_split_sm80.cu
third_party/flash-attention/hopper/instantiations/flash_fwd_hdim96_fp16_paged_split_sm90.cu
third_party/flash-attention/hopper/instantiations/flash_fwd_hdim96_fp16_paged_split_softcap_sm80.cu
third_party/flash-attention/hopper/instantiations/flash_fwd_hdim96_fp16_paged_split_softcap_sm90.cu
third_party/flash-attention/hopper/instantiations/flash_fwd_hdim96_fp16_paged_split_softcapall_sm80.cu
third_party/flash-attention/hopper/instantiations/flash_fwd_hdim96_fp16_sm80.cu
third_party/flash-attention/hopper/instantiations/flash_fwd_hdim96_fp16_sm90.cu
third_party/flash-attention/hopper/instantiations/flash_fwd_hdim96_fp16_softcap_packgqa_sm90.cu
third_party/flash-attention/hopper/instantiations/flash_fwd_hdim96_fp16_softcap_sm80.cu
third_party/flash-attention/hopper/instantiations/flash_fwd_hdim96_fp16_softcap_sm90.cu
third_party/flash-attention/hopper/instantiations/flash_fwd_hdim96_fp16_softcapall_sm80.cu
third_party/flash-attention/hopper/instantiations/flash_fwd_hdim96_fp16_split_sm80.cu
third_party/flash-attention/hopper/instantiations/flash_fwd_hdim96_fp16_split_sm90.cu
third_party/flash-attention/hopper/instantiations/flash_fwd_hdim96_fp16_split_softcap_sm80.cu
third_party/flash-attention/hopper/instantiations/flash_fwd_hdim96_fp16_split_softcap_sm90.cu
third_party/flash-attention/hopper/instantiations/flash_fwd_hdim96_fp16_split_softcapall_sm80.cu
third_party/flash-attention/hopper/instantiations/flash_fwd_hdimall_bf16_packgqa_sm90.cu
third_party/flash-attention/hopper/instantiations/flash_fwd_hdimall_bf16_paged_sm90.cu
third_party/flash-attention/hopper/instantiations/flash_fwd_hdimall_bf16_paged_softcap_sm90.cu
third_party/flash-attention/hopper/instantiations/flash_fwd_hdimall_bf16_paged_split_sm90.cu
third_party/flash-attention/hopper/instantiations/flash_fwd_hdimall_bf16_paged_split_softcap_sm90.cu
third_party/flash-attention/hopper/instantiations/flash_fwd_hdimall_bf16_sm90.cu
third_party/flash-attention/hopper/instantiations/flash_fwd_hdimall_bf16_softcap_packgqa_sm90.cu
third_party/flash-attention/hopper/instantiations/flash_fwd_hdimall_bf16_softcap_sm90.cu
third_party/flash-attention/hopper/instantiations/flash_fwd_hdimall_bf16_split_sm90.cu
third_party/flash-attention/hopper/instantiations/flash_fwd_hdimall_bf16_split_softcap_sm90.cu
third_party/flash-attention/hopper/instantiations/flash_fwd_hdimall_e4m3_packgqa_sm90.cu
third_party/flash-attention/hopper/instantiations/flash_fwd_hdimall_e4m3_paged_sm90.cu
third_party/flash-attention/hopper/instantiations/flash_fwd_hdimall_e4m3_paged_softcap_sm90.cu
third_party/flash-attention/hopper/instantiations/flash_fwd_hdimall_e4m3_paged_split_sm90.cu
third_party/flash-attention/hopper/instantiations/flash_fwd_hdimall_e4m3_paged_split_softcap_sm90.cu
third_party/flash-attention/hopper/instantiations/flash_fwd_hdimall_e4m3_sm90.cu
third_party/flash-attention/hopper/instantiations/flash_fwd_hdimall_e4m3_softcap_packgqa_sm90.cu
third_party/flash-attention/hopper/instantiations/flash_fwd_hdimall_e4m3_softcap_sm90.cu
third_party/flash-attention/hopper/instantiations/flash_fwd_hdimall_e4m3_split_sm90.cu
third_party/flash-attention/hopper/instantiations/flash_fwd_hdimall_e4m3_split_softcap_sm90.cu
third_party/flash-attention/hopper/instantiations/flash_fwd_hdimall_fp16_packgqa_sm90.cu
third_party/flash-attention/hopper/instantiations/flash_fwd_hdimall_fp16_paged_sm90.cu
third_party/flash-attention/hopper/instantiations/flash_fwd_hdimall_fp16_paged_softcap_sm90.cu
third_party/flash-attention/hopper/instantiations/flash_fwd_hdimall_fp16_paged_split_sm90.cu
third_party/flash-attention/hopper/instantiations/flash_fwd_hdimall_fp16_paged_split_softcap_sm90.cu
third_party/flash-attention/hopper/instantiations/flash_fwd_hdimall_fp16_sm90.cu
third_party/flash-attention/hopper/instantiations/flash_fwd_hdimall_fp16_softcap_packgqa_sm90.cu
third_party/flash-attention/hopper/instantiations/flash_fwd_hdimall_fp16_softcap_sm90.cu
third_party/flash-attention/hopper/instantiations/flash_fwd_hdimall_fp16_split_sm90.cu
third_party/flash-attention/hopper/instantiations/flash_fwd_hdimall_fp16_split_softcap_sm90.cu
third_party/flash-attention/hopper/instantiations/flash_fwd_hdimdiff_bf16_packgqa_sm90.cu
third_party/flash-attention/hopper/instantiations/flash_fwd_hdimdiff_bf16_paged_sm90.cu
third_party/flash-attention/hopper/instantiations/flash_fwd_hdimdiff_bf16_paged_softcap_sm90.cu
third_party/flash-attention/hopper/instantiations/flash_fwd_hdimdiff_bf16_paged_split_sm90.cu
third_party/flash-attention/hopper/instantiations/flash_fwd_hdimdiff_bf16_paged_split_softcap_sm90.cu
third_party/flash-attention/hopper/instantiations/flash_fwd_hdimdiff_bf16_sm90.cu
third_party/flash-attention/hopper/instantiations/flash_fwd_hdimdiff_bf16_softcap_packgqa_sm90.cu
third_party/flash-attention/hopper/instantiations/flash_fwd_hdimdiff_bf16_softcap_sm90.cu
third_party/flash-attention/hopper/instantiations/flash_fwd_hdimdiff_bf16_split_sm90.cu
third_party/flash-attention/hopper/instantiations/flash_fwd_hdimdiff_bf16_split_softcap_sm90.cu
third_party/flash-attention/hopper/instantiations/flash_fwd_hdimdiff_e4m3_packgqa_sm90.cu
third_party/flash-attention/hopper/instantiations/flash_fwd_hdimdiff_e4m3_paged_sm90.cu
third_party/flash-attention/hopper/instantiations/flash_fwd_hdimdiff_e4m3_paged_softcap_sm90.cu
third_party/flash-attention/hopper/instantiations/flash_fwd_hdimdiff_e4m3_paged_split_sm90.cu
third_party/flash-attention/hopper/instantiations/flash_fwd_hdimdiff_e4m3_paged_split_softcap_sm90.cu
third_party/flash-attention/hopper/instantiations/flash_fwd_hdimdiff_e4m3_sm90.cu
third_party/flash-attention/hopper/instantiations/flash_fwd_hdimdiff_e4m3_softcap_packgqa_sm90.cu
third_party/flash-attention/hopper/instantiations/flash_fwd_hdimdiff_e4m3_softcap_sm90.cu
third_party/flash-attention/hopper/instantiations/flash_fwd_hdimdiff_e4m3_split_sm90.cu
third_party/flash-attention/hopper/instantiations/flash_fwd_hdimdiff_e4m3_split_softcap_sm90.cu
third_party/flash-attention/hopper/instantiations/flash_fwd_hdimdiff_fp16_packgqa_sm90.cu
third_party/flash-attention/hopper/instantiations/flash_fwd_hdimdiff_fp16_paged_sm90.cu
third_party/flash-attention/hopper/instantiations/flash_fwd_hdimdiff_fp16_paged_softcap_sm90.cu
third_party/flash-attention/hopper/instantiations/flash_fwd_hdimdiff_fp16_paged_split_sm90.cu
third_party/flash-attention/hopper/instantiations/flash_fwd_hdimdiff_fp16_paged_split_softcap_sm90.cu
third_party/flash-attention/hopper/instantiations/flash_fwd_hdimdiff_fp16_sm90.cu
third_party/flash-attention/hopper/instantiations/flash_fwd_hdimdiff_fp16_softcap_packgqa_sm90.cu
third_party/flash-attention/hopper/instantiations/flash_fwd_hdimdiff_fp16_softcap_sm90.cu
third_party/flash-attention/hopper/instantiations/flash_fwd_hdimdiff_fp16_split_sm90.cu
third_party/flash-attention/hopper/instantiations/flash_fwd_hdimdiff_fp16_split_softcap_sm90.cu
third_party/flash-attention/tests/pyproject.toml
third_party/flash-attention/tests/test_flash_attn.py
third_party/flash-attention/tests/test_flash_attn_ck.py
third_party/flash-attention/tests/test_flash_attn_triton_amd.py
third_party/flash-attention/tests/test_rotary.py
third_party/flash-attention/tests/test_util.py
third_party/flash-attention/tests/cute/benchmark_block_sparsity.py
third_party/flash-attention/tests/cute/benchmark_mask_mod.py
third_party/flash-attention/tests/cute/conftest.py
third_party/flash-attention/tests/cute/mask_mod_definitions.py
third_party/flash-attention/tests/cute/score_mod_definitions.py
third_party/flash-attention/tests/cute/test_block_sparsity.py
third_party/flash-attention/tests/cute/test_clc_fuzz.py
third_party/flash-attention/tests/cute/test_flash_attn.py
third_party/flash-attention/tests/cute/test_flash_attn_combine.py
third_party/flash-attention/tests/cute/test_flash_attn_fast.py
third_party/flash-attention/tests/cute/test_flash_attn_race_condition.py
third_party/flash-attention/tests/cute/test_flash_attn_varlen.py
third_party/flash-attention/tests/cute/test_mask_mod.py
third_party/flash-attention/tests/cute/test_score_mod.py
third_party/flash-attention/tests/cute/test_score_mod_varlen.py
third_party/flash-attention/tests/cute/test_utils.py
third_party/flash-attention/tests/layers/test_rotary.py
third_party/flash-attention/tests/losses/test_cross_entropy.py
third_party/flash-attention/tests/losses/test_cross_entropy_parallel.py
third_party/flash-attention/tests/models/test_baichuan.py
third_party/flash-attention/tests/models/test_bert.py
third_party/flash-attention/tests/models/test_bigcode.py
third_party/flash-attention/tests/models/test_btlm.py
third_party/flash-attention/tests/models/test_falcon.py
third_party/flash-attention/tests/models/test_gpt.py
third_party/flash-attention/tests/models/test_gpt_generation_parallel.py
third_party/flash-attention/tests/models/test_gpt_neox.py
third_party/flash-attention/tests/models/test_gpt_parallel.py
third_party/flash-attention/tests/models/test_gptj.py
third_party/flash-attention/tests/models/test_llama.py
third_party/flash-attention/tests/models/test_opt.py
third_party/flash-attention/tests/models/test_vit.py
third_party/flash-attention/tests/modules/test_block_parallel.py
third_party/flash-attention/tests/modules/test_embedding_parallel.py
third_party/flash-attention/tests/modules/test_mha_parallel.py
third_party/flash-attention/tests/modules/test_mlp_parallel.py
third_party/flash-attention/tests/ops/test_dropout_layer_norm.py
third_party/flash-attention/tests/ops/test_fused_dense.py
third_party/flash-attention/tests/ops/test_fused_dense_parallel.py
third_party/flash-attention/tests/ops/triton/test_layer_norm.py
third_party/flash-attention/tools/sass_diff.py
third_party/flash-attention/tools/ci/README.md
third_party/flash-attention/tools/ci/build_sif.sh
third_party/flash-attention/tools/ci/fa4.def
third_party/flash-attention/tools/ci/run_fa4_ci.py
third_party/flash-attention/tools/ci/docker/Dockerfile
third_party/flash-attention/tools/ci/docker/build.sh
third_party/flash-attention/tools/ci/docker/tag_and_push.sh
third_party/flash-attention/training/Dockerfile
third_party/flash-attention/training/README.md
third_party/flash-attention/training/run.py
third_party/flash-attention/training/configs/config.yaml
third_party/flash-attention/training/configs/callbacks/causality-monitor.yaml
third_party/flash-attention/training/configs/callbacks/default.yaml
third_party/flash-attention/training/configs/callbacks/ema.yaml
third_party/flash-attention/training/configs/callbacks/flop-count.yaml
third_party/flash-attention/training/configs/callbacks/gpu-monitor.yaml
third_party/flash-attention/training/configs/callbacks/model-summary.yaml
third_party/flash-attention/training/configs/callbacks/none.yaml
third_party/flash-attention/training/configs/callbacks/norm-monitor.yaml
third_party/flash-attention/training/configs/callbacks/params-log.yaml
third_party/flash-attention/training/configs/callbacks/wandb.yaml
third_party/flash-attention/training/configs/datamodule/openwebtext.yaml
third_party/flash-attention/training/configs/datamodule/thepile.yaml
third_party/flash-attention/training/configs/experiment/owt/base.yaml
third_party/flash-attention/training/configs/experiment/owt/gpt2l-flash.yaml
third_party/flash-attention/training/configs/experiment/owt/gpt2l-hf.yaml
third_party/flash-attention/training/configs/experiment/owt/gpt2l.yaml
third_party/flash-attention/training/configs/experiment/owt/gpt2m-flash.yaml
third_party/flash-attention/training/configs/experiment/owt/gpt2m-hf.yaml
third_party/flash-attention/training/configs/experiment/owt/gpt2m.yaml
third_party/flash-attention/training/configs/experiment/owt/gpt2s-flash.yaml
third_party/flash-attention/training/configs/experiment/owt/gpt2s-hf.yaml
third_party/flash-attention/training/configs/experiment/owt/gpt2s.yaml
third_party/flash-attention/training/configs/experiment/owt/gpt2xl-flash.yaml
third_party/flash-attention/training/configs/experiment/owt/gpt2xl-hf.yaml
third_party/flash-attention/training/configs/experiment/owt/gpt2xl.yaml
third_party/flash-attention/training/configs/experiment/pile/base.yaml
third_party/flash-attention/training/configs/experiment/pile/gpt3-2.7B-flash-8k.yaml
third_party/flash-attention/training/configs/experiment/pile/gpt3-2.7B-flash-hdim128-rotary-8k.yaml
third_party/flash-attention/training/configs/experiment/pile/gpt3-2.7B-flash-hdim128-rotary.yaml
third_party/flash-attention/training/configs/experiment/pile/gpt3-2.7B-flash-hdim128.yaml
third_party/flash-attention/training/configs/experiment/pile/gpt3-2.7B-flash-rotary-8k.yaml
third_party/flash-attention/training/configs/experiment/pile/gpt3-2.7B-flash-rotary.yaml
third_party/flash-attention/training/configs/experiment/pile/gpt3-2.7B-flash.yaml
third_party/flash-attention/training/configs/experiment/pile/gpt3-2.7B-hf-hdim128.yaml
third_party/flash-attention/training/configs/experiment/pile/gpt3-2.7B-hf.yaml
third_party/flash-attention/training/configs/experiment/pile/gpt3l-flash-8k.yaml
third_party/flash-attention/training/configs/experiment/pile/gpt3l-flash-rotary-30B.yaml
third_party/flash-attention/training/configs/experiment/pile/gpt3l-flash-rotary-8k.yaml
third_party/flash-attention/training/configs/experiment/pile/gpt3l-flash-rotary.yaml
third_party/flash-attention/training/configs/experiment/pile/gpt3l-flash.yaml
third_party/flash-attention/training/configs/experiment/pile/gpt3l-hf.yaml
third_party/flash-attention/training/configs/experiment/pile/gpt3m-flash-8k.yaml
third_party/flash-attention/training/configs/experiment/pile/gpt3m-flash-rotary-30B.yaml
third_party/flash-attention/training/configs/experiment/pile/gpt3m-flash-rotary-8k.yaml
third_party/flash-attention/training/configs/experiment/pile/gpt3m-flash-rotary.yaml
third_party/flash-attention/training/configs/experiment/pile/gpt3m-flash.yaml
third_party/flash-attention/training/configs/experiment/pile/gpt3m-hf.yaml
third_party/flash-attention/training/configs/experiment/pile/gpt3s-flash-8k.yaml
third_party/flash-attention/training/configs/experiment/pile/gpt3s-flash-rotary-30B.yaml
third_party/flash-attention/training/configs/experiment/pile/gpt3s-flash-rotary-8k.yaml
third_party/flash-attention/training/configs/experiment/pile/gpt3s-flash-rotary.yaml
third_party/flash-attention/training/configs/experiment/pile/gpt3s-flash.yaml
third_party/flash-attention/training/configs/experiment/pile/gpt3s-hf.yaml
third_party/flash-attention/training/configs/experiment/pile/gpt3xl-flash-8k.yaml
third_party/flash-attention/training/configs/experiment/pile/gpt3xl-flash-rotary-60B.yaml
third_party/flash-attention/training/configs/experiment/pile/gpt3xl-flash-rotary-8k.yaml
third_party/flash-attention/training/configs/experiment/pile/gpt3xl-flash-rotary.yaml
third_party/flash-attention/training/configs/experiment/pile/gpt3xl-flash.yaml
third_party/flash-attention/training/configs/experiment/pile/gpt3xl-hf.yaml
third_party/flash-attention/training/configs/logger/comet.yaml
third_party/flash-attention/training/configs/logger/csv.yaml
third_party/flash-attention/training/configs/logger/many_loggers.yaml
third_party/flash-attention/training/configs/logger/mlflow.yaml
third_party/flash-attention/training/configs/logger/neptune.yaml
third_party/flash-attention/training/configs/logger/tensorboard.yaml
third_party/flash-attention/training/configs/logger/wandb.yaml
third_party/flash-attention/training/configs/metrics/acc.yaml
third_party/flash-attention/training/configs/metrics/acc_ignore_index.yaml
third_party/flash-attention/training/configs/metrics/acctop5.yaml
third_party/flash-attention/training/configs/metrics/mse.yaml
third_party/flash-attention/training/configs/metrics/num-tokens.yaml
third_party/flash-attention/training/configs/metrics/perplexity.yaml
third_party/flash-attention/training/configs/mode/debug.yaml
third_party/flash-attention/training/configs/mode/default.yaml
third_party/flash-attention/training/configs/mode/exp.yaml
third_party/flash-attention/training/configs/mode/profile.yaml
third_party/flash-attention/training/configs/mode/smoke.yaml
third_party/flash-attention/training/configs/model/gpt2-hf.yaml
third_party/flash-attention/training/configs/model/gpt2.yaml
third_party/flash-attention/training/configs/model/gpt2model/gpt2-large.yaml
third_party/flash-attention/training/configs/model/gpt2model/gpt2-medium.yaml
third_party/flash-attention/training/configs/model/gpt2model/gpt2-small.yaml
third_party/flash-attention/training/configs/model/gpt2model/gpt2-xlarge.yaml
third_party/flash-attention/training/configs/optimizer/adam.yaml
third_party/flash-attention/training/configs/optimizer/adamw-apex-distributed.yaml
third_party/flash-attention/training/configs/optimizer/adamw-apex-zero.yaml
third_party/flash-attention/training/configs/optimizer/adamw-apex.yaml
third_party/flash-attention/training/configs/optimizer/adamw-zero.yaml
third_party/flash-attention/training/configs/optimizer/adamw.yaml
third_party/flash-attention/training/configs/optimizer/fusedlamb-ds.yaml
third_party/flash-attention/training/configs/optimizer/fusedlamb.yaml
third_party/flash-attention/training/configs/optimizer/sgd.yaml
third_party/flash-attention/training/configs/scheduler/cosine-warmup-timm.yaml
third_party/flash-attention/training/configs/scheduler/cosine-warmup.yaml
third_party/flash-attention/training/configs/scheduler/invsqrt.yaml
third_party/flash-attention/training/configs/scheduler/linear-warmup.yaml
third_party/flash-attention/training/configs/scheduler/multi-step.yaml
third_party/flash-attention/training/configs/scheduler/plateau.yaml
third_party/flash-attention/training/configs/scheduler/poly-warmup.yaml
third_party/flash-attention/training/configs/scheduler/step.yaml
third_party/flash-attention/training/configs/task/sequence-model.yaml
third_party/flash-attention/training/configs/trainer/all_params.yaml
third_party/flash-attention/training/configs/trainer/ddp.yaml
third_party/flash-attention/training/configs/trainer/debug.yaml
third_party/flash-attention/training/configs/trainer/default.yaml
third_party/flash-attention/training/src/eval.py
third_party/flash-attention/training/src/train.py
third_party/flash-attention/training/src/callbacks/__init__.py
third_party/flash-attention/training/src/callbacks/causality_monitor.py
third_party/flash-attention/training/src/callbacks/ema.py
third_party/flash-attention/training/src/callbacks/flop_count.py
third_party/flash-attention/training/src/callbacks/gpu_affinity.py
third_party/flash-attention/training/src/callbacks/loss_scale_monitor.py
third_party/flash-attention/training/src/callbacks/model_checkpoint.py
third_party/flash-attention/training/src/callbacks/norm_monitor.py
third_party/flash-attention/training/src/callbacks/params_log.py
third_party/flash-attention/training/src/callbacks/speed_monitor.py
third_party/flash-attention/training/src/callbacks/wandb_callbacks.py
third_party/flash-attention/training/src/datamodules/fault_tolerant_sampler.py
third_party/flash-attention/training/src/datamodules/imagenet.py
third_party/flash-attention/training/src/datamodules/language_modeling_hf.py
third_party/flash-attention/training/src/datamodules/timm_mixup.py
third_party/flash-attention/training/src/datamodules/datasets/detokenizer.py
third_party/flash-attention/training/src/datamodules/datasets/lm_dataset.py
third_party/flash-attention/training/src/distributed/ddp_comm_hooks.py
third_party/flash-attention/training/src/metrics/accuracy.py
third_party/flash-attention/training/src/metrics/num_tokens.py
third_party/flash-attention/training/src/metrics/perplexity.py
third_party/flash-attention/training/src/models/modules/seq_common.py
third_party/flash-attention/training/src/optim/param_grouping.py
third_party/flash-attention/training/src/optim/timm_lr_scheduler.py
third_party/flash-attention/training/src/tasks/seq.py
third_party/flash-attention/training/src/utils/checkpoint.py
third_party/flash-attention/training/src/utils/ddp_zero1.py
third_party/flash-attention/training/src/utils/ddp_zero2.py
third_party/flash-attention/training/src/utils/distributed.py
third_party/flash-attention/training/src/utils/ema.py
third_party/flash-attention/training/src/utils/flops.py
third_party/flash-attention/training/src/utils/gpu_affinity.py
third_party/flash-attention/training/src/utils/utils.py
third_party/flash-attention/training/tests/datamodules/test_language_modeling_hf.py
third_party/flatbuffers/CMakeLists.txt
third_party/fmt/.clang-format
third_party/fmt/.clang-tidy
third_party/fmt/CMakeLists.txt
third_party/fmt/CONTRIBUTING.md
third_party/fmt/ChangeLog.md
third_party/fmt/LICENSE
third_party/fmt/README.md
third_party/fmt/doc/ChangeLog-old.md
third_party/fmt/doc/api.md
third_party/fmt/doc/fmt.css
third_party/fmt/doc/fmt.js
third_party/fmt/doc/get-started.md
third_party/fmt/doc/index.md
third_party/fmt/doc/perf.svg
third_party/fmt/doc/python-license.txt
third_party/fmt/doc/syntax.md
third_party/fmt/include/fmt/args.h
third_party/fmt/include/fmt/base.h
third_party/fmt/include/fmt/chrono.h
third_party/fmt/include/fmt/color.h
third_party/fmt/include/fmt/compile.h
third_party/fmt/include/fmt/core.h
third_party/fmt/include/fmt/format-inl.h
third_party/fmt/include/fmt/format.h
third_party/fmt/include/fmt/os.h
third_party/fmt/include/fmt/ostream.h
third_party/fmt/include/fmt/printf.h
third_party/fmt/include/fmt/ranges.h
third_party/fmt/include/fmt/std.h
third_party/fmt/include/fmt/xchar.h
third_party/fmt/src/fmt.cc
third_party/fmt/src/format.cc
third_party/fmt/src/os.cc
third_party/fmt/support/Android.mk
third_party/fmt/support/AndroidManifest.xml
third_party/fmt/support/C++.sublime-syntax
third_party/fmt/support/README
third_party/fmt/support/Vagrantfile
third_party/fmt/support/build.gradle
third_party/fmt/support/check-commits
third_party/fmt/support/docopt.py
third_party/fmt/support/mkdocs
third_party/fmt/support/mkdocs.yml
third_party/fmt/support/printable.py
third_party/fmt/support/release.py
third_party/fmt/support/cmake/FindSetEnv.cmake
third_party/fmt/support/cmake/JoinPaths.cmake
third_party/fmt/support/cmake/fmt-config.cmake.in
third_party/fmt/support/cmake/fmt.pc.in
third_party/fmt/support/python/mkdocstrings_handlers/cxx/__init__.py
third_party/fmt/support/python/mkdocstrings_handlers/cxx/templates/README
third_party/fmt/test/CMakeLists.txt
third_party/fmt/test/args-test.cc
third_party/fmt/test/assert-test.cc
third_party/fmt/test/base-test.cc
third_party/fmt/test/chrono-test.cc
third_party/fmt/test/color-test.cc
third_party/fmt/test/compile-fp-test.cc
third_party/fmt/test/compile-test.cc
third_party/fmt/test/detect-stdfs.cc
third_party/fmt/test/enforce-checks-test.cc
third_party/fmt/test/format-impl-test.cc
third_party/fmt/test/format-test.cc
third_party/fmt/test/gtest-extra-test.cc
third_party/fmt/test/gtest-extra.cc
third_party/fmt/test/gtest-extra.h
third_party/fmt/test/header-only-test.cc
third_party/fmt/test/mock-allocator.h
third_party/fmt/test/module-test.cc
third_party/fmt/test/no-builtin-types-test.cc
third_party/fmt/test/noexception-test.cc
third_party/fmt/test/os-test.cc
third_party/fmt/test/ostream-test.cc
third_party/fmt/test/perf-sanity.cc
third_party/fmt/test/posix-mock-test.cc
third_party/fmt/test/posix-mock.h
third_party/fmt/test/printf-test.cc
third_party/fmt/test/ranges-odr-test.cc
third_party/fmt/test/ranges-test.cc
third_party/fmt/test/scan-test.cc
third_party/fmt/test/scan.h
third_party/fmt/test/std-test.cc
third_party/fmt/test/test-assert.h
third_party/fmt/test/test-main.cc
third_party/fmt/test/unicode-test.cc
third_party/fmt/test/util.cc
third_party/fmt/test/util.h
third_party/fmt/test/xchar-test.cc
third_party/fmt/test/add-subdirectory-test/CMakeLists.txt
third_party/fmt/test/add-subdirectory-test/main.cc
third_party/fmt/test/compile-error-test/CMakeLists.txt
third_party/fmt/test/cuda-test/CMakeLists.txt
third_party/fmt/test/cuda-test/cpp14.cc
third_party/fmt/test/cuda-test/cuda-cpp14.cu
third_party/fmt/test/find-package-test/CMakeLists.txt
third_party/fmt/test/find-package-test/main.cc
third_party/fmt/test/fuzzing/CMakeLists.txt
third_party/fmt/test/fuzzing/README.md
third_party/fmt/test/fuzzing/build.sh
third_party/fmt/test/fuzzing/chrono-duration.cc
third_party/fmt/test/fuzzing/chrono-timepoint.cc
third_party/fmt/test/fuzzing/float.cc
third_party/fmt/test/fuzzing/fuzzer-common.h
third_party/fmt/test/fuzzing/main.cc
third_party/fmt/test/fuzzing/named-arg.cc
third_party/fmt/test/fuzzing/one-arg.cc
third_party/fmt/test/fuzzing/two-args.cc
third_party/fmt/test/gtest/.clang-format
third_party/fmt/test/gtest/CMakeLists.txt
third_party/fmt/test/gtest/gmock-gtest-all.cc
third_party/fmt/test/gtest/gmock/gmock.h
third_party/fmt/test/gtest/gtest/gtest-spi.h
third_party/fmt/test/gtest/gtest/gtest.h
third_party/fmt/test/static-export-test/CMakeLists.txt
third_party/fmt/test/static-export-test/library.cc
third_party/fmt/test/static-export-test/main.cc
third_party/foxi/CMakeLists.txt
third_party/gemmlowp/gemmlowp/CMakeLists.txt
third_party/gloo/.clang-format
third_party/gloo/.tsan-suppressions
third_party/gloo/CMakeLists.txt
third_party/gloo/CODE_OF_CONDUCT.md
third_party/gloo/CONTRIBUTING.md
third_party/gloo/LICENSE
third_party/gloo/README.md
third_party/gloo/SECURITY.md
third_party/gloo/cmake/Cuda.cmake
third_party/gloo/cmake/Dependencies.cmake
third_party/gloo/cmake/GlooConfig.cmake.in
third_party/gloo/cmake/GlooConfigVersion.cmake.in
third_party/gloo/cmake/Hip.cmake
third_party/gloo/cmake/Hipify.cmake
third_party/gloo/cmake/Modules/Findhiredis.cmake
third_party/gloo/cmake/Modules/Findibverbs.cmake
third_party/gloo/cmake/Modules/Findnccl.cmake
third_party/gloo/cmake/Modules/Findrccl.cmake
third_party/gloo/docs/algorithms.md
third_party/gloo/docs/cuda.md
third_party/gloo/docs/errors.md
third_party/gloo/docs/latency.md
third_party/gloo/docs/readme.md
third_party/gloo/docs/rendezvous.md
third_party/gloo/docs/transport.md
third_party/gloo/gloo/CMakeLists.txt
third_party/gloo/gloo/algorithm.cc
third_party/gloo/gloo/algorithm.h
third_party/gloo/gloo/allgather.cc
third_party/gloo/gloo/allgather.h
third_party/gloo/gloo/allgather_ring.h
third_party/gloo/gloo/allgatherv.cc
third_party/gloo/gloo/allgatherv.h
third_party/gloo/gloo/allreduce.cc
third_party/gloo/gloo/allreduce.h
third_party/gloo/gloo/allreduce_bcube.h
third_party/gloo/gloo/allreduce_halving_doubling.h
third_party/gloo/gloo/allreduce_local.cc
third_party/gloo/gloo/allreduce_local.h
third_party/gloo/gloo/allreduce_ring.h
third_party/gloo/gloo/allreduce_ring_chunked.h
third_party/gloo/gloo/alltoall.cc
third_party/gloo/gloo/alltoall.h
third_party/gloo/gloo/alltoallv.cc
third_party/gloo/gloo/alltoallv.h
third_party/gloo/gloo/barrier.cc
third_party/gloo/gloo/barrier.h
third_party/gloo/gloo/barrier_all_to_all.h
third_party/gloo/gloo/barrier_all_to_one.h
third_party/gloo/gloo/broadcast.cc
third_party/gloo/gloo/broadcast.h
third_party/gloo/gloo/broadcast_one_to_all.h
third_party/gloo/gloo/config.h.in
third_party/gloo/gloo/context.cc
third_party/gloo/gloo/context.h
third_party/gloo/gloo/cuda.cu
third_party/gloo/gloo/cuda.h
third_party/gloo/gloo/cuda_allreduce_bcube.cc
third_party/gloo/gloo/cuda_allreduce_bcube.h
third_party/gloo/gloo/cuda_allreduce_halving_doubling.cc
third_party/gloo/gloo/cuda_allreduce_halving_doubling.h
third_party/gloo/gloo/cuda_allreduce_halving_doubling_pipelined.h
third_party/gloo/gloo/cuda_allreduce_local.cc
third_party/gloo/gloo/cuda_allreduce_local.h
third_party/gloo/gloo/cuda_allreduce_ring.cc
third_party/gloo/gloo/cuda_allreduce_ring.h
third_party/gloo/gloo/cuda_allreduce_ring_chunked.cc
third_party/gloo/gloo/cuda_allreduce_ring_chunked.h
third_party/gloo/gloo/cuda_broadcast_one_to_all.cc
third_party/gloo/gloo/cuda_broadcast_one_to_all.h
third_party/gloo/gloo/cuda_collectives_device.h
third_party/gloo/gloo/cuda_collectives_host.h
third_party/gloo/gloo/cuda_collectives_native.h
third_party/gloo/gloo/cuda_collectives_nccl.h
third_party/gloo/gloo/cuda_private.cu
third_party/gloo/gloo/cuda_private.h
third_party/gloo/gloo/cuda_workspace.h
third_party/gloo/gloo/gather.cc
third_party/gloo/gloo/gather.h
third_party/gloo/gloo/gatherv.cc
third_party/gloo/gloo/gatherv.h
third_party/gloo/gloo/math.cc
third_party/gloo/gloo/math.h
third_party/gloo/gloo/pairwise_exchange.h
third_party/gloo/gloo/reduce.cc
third_party/gloo/gloo/reduce.h
third_party/gloo/gloo/reduce_scatter.h
third_party/gloo/gloo/scatter.cc
third_party/gloo/gloo/scatter.h
third_party/gloo/gloo/types.cc
third_party/gloo/gloo/types.h
third_party/gloo/gloo/benchmark/CMakeLists.txt
third_party/gloo/gloo/benchmark/benchmark.h
third_party/gloo/gloo/benchmark/cuda_main.cc
third_party/gloo/gloo/benchmark/main.cc
third_party/gloo/gloo/benchmark/options.cc
third_party/gloo/gloo/benchmark/options.h
third_party/gloo/gloo/benchmark/runner.cc
third_party/gloo/gloo/benchmark/runner.h
third_party/gloo/gloo/benchmark/timer.h
third_party/gloo/gloo/common/CMakeLists.txt
third_party/gloo/gloo/common/aligned_allocator.h
third_party/gloo/gloo/common/common.h
third_party/gloo/gloo/common/error.h
third_party/gloo/gloo/common/linux.cc
third_party/gloo/gloo/common/linux.h
third_party/gloo/gloo/common/linux_devices.h
third_party/gloo/gloo/common/logging.cc
third_party/gloo/gloo/common/logging.h
third_party/gloo/gloo/common/memory.h
third_party/gloo/gloo/common/store.h
third_party/gloo/gloo/common/string.h
third_party/gloo/gloo/common/utils.cc
third_party/gloo/gloo/common/utils.h
third_party/gloo/gloo/common/win.cc
third_party/gloo/gloo/common/win.h
third_party/gloo/gloo/examples/CMakeLists.txt
third_party/gloo/gloo/examples/example1.cc
third_party/gloo/gloo/examples/example_allreduce.cc
third_party/gloo/gloo/examples/example_reduce.cc
third_party/gloo/gloo/examples/looks_like_mpi.cc
third_party/gloo/gloo/mpi/CMakeLists.txt
third_party/gloo/gloo/mpi/context.cc
third_party/gloo/gloo/mpi/context.h
third_party/gloo/gloo/mpi/example/CMakeLists.txt
third_party/gloo/gloo/mpi/example/main_managed.cc
third_party/gloo/gloo/mpi/example/main_unmanaged.cc
third_party/gloo/gloo/nccl/CMakeLists.txt
third_party/gloo/gloo/nccl/nccl.cu
third_party/gloo/gloo/nccl/nccl.h
third_party/gloo/gloo/rendezvous/CMakeLists.txt
third_party/gloo/gloo/rendezvous/context.cc
third_party/gloo/gloo/rendezvous/context.h
third_party/gloo/gloo/rendezvous/file_store.cc
third_party/gloo/gloo/rendezvous/file_store.h
third_party/gloo/gloo/rendezvous/hash_store.cc
third_party/gloo/gloo/rendezvous/hash_store.h
third_party/gloo/gloo/rendezvous/prefix_store.cc
third_party/gloo/gloo/rendezvous/prefix_store.h
third_party/gloo/gloo/rendezvous/redis_store.cc
third_party/gloo/gloo/rendezvous/redis_store.h
third_party/gloo/gloo/rendezvous/store.cc
third_party/gloo/gloo/rendezvous/store.h
third_party/gloo/gloo/test/CMakeLists.txt
third_party/gloo/gloo/test/allgather_test.cc
third_party/gloo/gloo/test/allgatherv_test.cc
third_party/gloo/gloo/test/allreduce_test.cc
third_party/gloo/gloo/test/alltoall_test.cc
third_party/gloo/gloo/test/alltoallv_test.cc
third_party/gloo/gloo/test/barrier_test.cc
third_party/gloo/gloo/test/base_test.cc
third_party/gloo/gloo/test/base_test.h
third_party/gloo/gloo/test/broadcast_test.cc
third_party/gloo/gloo/test/buffer_test.cc
third_party/gloo/gloo/test/context_factory_test.cc
third_party/gloo/gloo/test/cuda_allreduce_test.cc
third_party/gloo/gloo/test/cuda_base_test.cu
third_party/gloo/gloo/test/cuda_base_test.h
third_party/gloo/gloo/test/cuda_broadcast_test.cc
third_party/gloo/gloo/test/gather_test.cc
third_party/gloo/gloo/test/gatherv_test.cc
third_party/gloo/gloo/test/linux_test.cc
third_party/gloo/gloo/test/main.cc
third_party/gloo/gloo/test/math_test.cc
third_party/gloo/gloo/test/memory_test.cc
third_party/gloo/gloo/test/multiproc_test.cc
third_party/gloo/gloo/test/multiproc_test.h
third_party/gloo/gloo/test/openssl_utils.cc
third_party/gloo/gloo/test/openssl_utils.h
third_party/gloo/gloo/test/reduce_scatter_test.cc
third_party/gloo/gloo/test/reduce_test.cc
third_party/gloo/gloo/test/remote_key_test.cc
third_party/gloo/gloo/test/scatter_test.cc
third_party/gloo/gloo/test/send_recv_test.cc
third_party/gloo/gloo/test/tcp_test.cc
third_party/gloo/gloo/test/tls_tcp_test.cc
third_party/gloo/gloo/test/transport_test.cc
third_party/gloo/gloo/transport/CMakeLists.txt
third_party/gloo/gloo/transport/address.cc
third_party/gloo/gloo/transport/address.h
third_party/gloo/gloo/transport/buffer.cc
third_party/gloo/gloo/transport/buffer.h
third_party/gloo/gloo/transport/context.cc
third_party/gloo/gloo/transport/context.h
third_party/gloo/gloo/transport/device.cc
third_party/gloo/gloo/transport/device.h
third_party/gloo/gloo/transport/pair.cc
third_party/gloo/gloo/transport/pair.h
third_party/gloo/gloo/transport/remote_key.h
third_party/gloo/gloo/transport/unbound_buffer.cc
third_party/gloo/gloo/transport/unbound_buffer.h
third_party/gloo/gloo/transport/ibverbs/CMakeLists.txt
third_party/gloo/gloo/transport/ibverbs/address.cc
third_party/gloo/gloo/transport/ibverbs/address.h
third_party/gloo/gloo/transport/ibverbs/buffer.cc
third_party/gloo/gloo/transport/ibverbs/buffer.h
third_party/gloo/gloo/transport/ibverbs/context.cc
third_party/gloo/gloo/transport/ibverbs/context.h
third_party/gloo/gloo/transport/ibverbs/device.cc
third_party/gloo/gloo/transport/ibverbs/device.h
third_party/gloo/gloo/transport/ibverbs/memory_region.cc
third_party/gloo/gloo/transport/ibverbs/memory_region.h
third_party/gloo/gloo/transport/ibverbs/pair.cc
third_party/gloo/gloo/transport/ibverbs/pair.h
third_party/gloo/gloo/transport/ibverbs/remote_key.cc
third_party/gloo/gloo/transport/ibverbs/remote_key.h
third_party/gloo/gloo/transport/ibverbs/unbound_buffer.cc
third_party/gloo/gloo/transport/ibverbs/unbound_buffer.h
third_party/gloo/gloo/transport/tcp/CMakeLists.txt
third_party/gloo/gloo/transport/tcp/address.cc
third_party/gloo/gloo/transport/tcp/address.h
third_party/gloo/gloo/transport/tcp/attr.h
third_party/gloo/gloo/transport/tcp/buffer.cc
third_party/gloo/gloo/transport/tcp/buffer.h
third_party/gloo/gloo/transport/tcp/context.cc
third_party/gloo/gloo/transport/tcp/context.h
third_party/gloo/gloo/transport/tcp/debug_data.h
third_party/gloo/gloo/transport/tcp/debug_logger.cc
third_party/gloo/gloo/transport/tcp/debug_logger.h
third_party/gloo/gloo/transport/tcp/device.cc
third_party/gloo/gloo/transport/tcp/device.h
third_party/gloo/gloo/transport/tcp/error.cc
third_party/gloo/gloo/transport/tcp/error.h
third_party/gloo/gloo/transport/tcp/helpers.cc
third_party/gloo/gloo/transport/tcp/helpers.h
third_party/gloo/gloo/transport/tcp/listener.cc
third_party/gloo/gloo/transport/tcp/listener.h
third_party/gloo/gloo/transport/tcp/loop.cc
third_party/gloo/gloo/transport/tcp/loop.h
third_party/gloo/gloo/transport/tcp/pair.cc
third_party/gloo/gloo/transport/tcp/pair.h
third_party/gloo/gloo/transport/tcp/socket.cc
third_party/gloo/gloo/transport/tcp/socket.h
third_party/gloo/gloo/transport/tcp/unbound_buffer.cc
third_party/gloo/gloo/transport/tcp/unbound_buffer.h
third_party/gloo/gloo/transport/tcp/tls/CMakeLists.txt
third_party/gloo/gloo/transport/tcp/tls/context.cc
third_party/gloo/gloo/transport/tcp/tls/context.h
third_party/gloo/gloo/transport/tcp/tls/device.cc
third_party/gloo/gloo/transport/tcp/tls/device.h
third_party/gloo/gloo/transport/tcp/tls/dynamic_library.cc
third_party/gloo/gloo/transport/tcp/tls/dynamic_library.h
third_party/gloo/gloo/transport/tcp/tls/openssl.cc
third_party/gloo/gloo/transport/tcp/tls/openssl.h
third_party/gloo/gloo/transport/tcp/tls/pair.cc
third_party/gloo/gloo/transport/tcp/tls/pair.h
third_party/gloo/gloo/transport/uv/CMakeLists.txt
third_party/gloo/gloo/transport/uv/LICENSE.uvw
third_party/gloo/gloo/transport/uv/address.cc
third_party/gloo/gloo/transport/uv/address.h
third_party/gloo/gloo/transport/uv/common.h
third_party/gloo/gloo/transport/uv/context.cc
third_party/gloo/gloo/transport/uv/context.h
third_party/gloo/gloo/transport/uv/device.cc
third_party/gloo/gloo/transport/uv/device.h
third_party/gloo/gloo/transport/uv/libuv.cc
third_party/gloo/gloo/transport/uv/libuv.h
third_party/gloo/gloo/transport/uv/pair.cc
third_party/gloo/gloo/transport/uv/pair.h
third_party/gloo/gloo/transport/uv/unbound_buffer.cc
third_party/gloo/gloo/transport/uv/unbound_buffer.h
third_party/gloo/media/gloo_100k_dark.svg
third_party/gloo/media/gloo_100k_light.svg
third_party/gloo/tools/amd_build/build_amd.py
third_party/gloo/tools/amd_build/pyHIPIFY/__init__.py
third_party/gloo/tools/amd_build/pyHIPIFY/constants.py
third_party/gloo/tools/amd_build/pyHIPIFY/cuda_to_hip_mappings.py
third_party/gloo/tools/amd_build/pyHIPIFY/hipify_python.py
third_party/googletest/CMakeLists.txt
third_party/ideep/CMakeLists.txt
third_party/ittapi/CMakeLists.txt
third_party/ittapi/CONTRIBUTING.md
third_party/ittapi/README.md
third_party/ittapi/SECURITY.md
third_party/ittapi/buildall.py
third_party/ittapi/cmake/ittapiConfig.cmake.in
third_party/ittapi/docs/README.md
third_party/ittapi/docs/conf.py
third_party/ittapi/docs/index.rst
third_party/ittapi/docs/requirements.txt
third_party/ittapi/docs/src/api-support.rst
third_party/ittapi/docs/src/build.rst
third_party/ittapi/docs/src/compile-and-link-with-itt-api.rst
third_party/ittapi/docs/src/instrument-your-application.rst
third_party/ittapi/docs/src/itt-api-reference.rst
third_party/ittapi/docs/src/itt-api-support.rst
third_party/ittapi/docs/src/jit-api-reference.rst
third_party/ittapi/docs/src/jit-api-support.rst
third_party/ittapi/docs/src/minimize-itt-api-overhead.rst
third_party/ittapi/docs/src/overview.rst
third_party/ittapi/docs/src/ref_collector.rst
third_party/ittapi/docs/src/using-jit-api.rst
third_party/ittapi/docs/src/ittapi/clock-domain-api.rst
third_party/ittapi/docs/src/ittapi/collection-control-api.rst
third_party/ittapi/docs/src/ittapi/context-metadata-api.rst
third_party/ittapi/docs/src/ittapi/counter-api.rst
third_party/ittapi/docs/src/ittapi/domain-api.rst
third_party/ittapi/docs/src/ittapi/event-api.rst
third_party/ittapi/docs/src/ittapi/frame-api.rst
third_party/ittapi/docs/src/ittapi/histogram-api-schema.png
third_party/ittapi/docs/src/ittapi/histogram-api.rst
third_party/ittapi/docs/src/ittapi/load-module-api.rst
third_party/ittapi/docs/src/ittapi/marker-api.rst
third_party/ittapi/docs/src/ittapi/memory-allocation-apis.rst
third_party/ittapi/docs/src/ittapi/metadata-api.rst
third_party/ittapi/docs/src/ittapi/relation-api.rst
third_party/ittapi/docs/src/ittapi/string-handle-api.rst
third_party/ittapi/docs/src/ittapi/task-api.rst
third_party/ittapi/docs/src/ittapi/thread-naming-api.rst
third_party/ittapi/docs/src/ittapi/user-defined-synchronization-api.rst
third_party/ittapi/docs/src/jitapi/ijit_-getnewmethodid.rst
third_party/ittapi/docs/src/jitapi/ijit_isprofilingactive.rst
third_party/ittapi/docs/src/jitapi/ijit_notifyevent.rst
third_party/ittapi/include/AdvisorAnnotate.cs
third_party/ittapi/include/advisor-annotate.h
third_party/ittapi/include/ittnotify-zca.h
third_party/ittapi/include/ittnotify.h
third_party/ittapi/include/jitprofiling.h
third_party/ittapi/include/libittnotify.h
third_party/ittapi/include/fortran/advisor_annotate.f90
third_party/ittapi/include/fortran/posix/ittnotify.f90
third_party/ittapi/include/fortran/win32/ittnotify.f90
third_party/ittapi/include/legacy/ittnotify.h
third_party/ittapi/python/MANIFEST.in
third_party/ittapi/python/README.md
third_party/ittapi/python/pyproject.toml
third_party/ittapi/python/setup.py
third_party/ittapi/python/ittapi/__init__.py
third_party/ittapi/python/ittapi/collection_control.py
third_party/ittapi/python/ittapi/domain.py
third_party/ittapi/python/ittapi/event.py
third_party/ittapi/python/ittapi/id.py
third_party/ittapi/python/ittapi/pt_region.py
third_party/ittapi/python/ittapi/region.py
third_party/ittapi/python/ittapi/string_handle.py
third_party/ittapi/python/ittapi/task.py
third_party/ittapi/python/ittapi/thread_naming.py
third_party/ittapi/python/ittapi.native/collection_control.cpp
third_party/ittapi/python/ittapi.native/collection_control.hpp
third_party/ittapi/python/ittapi.native/domain.cpp
third_party/ittapi/python/ittapi.native/domain.hpp
third_party/ittapi/python/ittapi.native/event.cpp
third_party/ittapi/python/ittapi.native/event.hpp
third_party/ittapi/python/ittapi.native/id.cpp
third_party/ittapi/python/ittapi.native/id.hpp
third_party/ittapi/python/ittapi.native/ittapi.cpp
third_party/ittapi/python/ittapi.native/pt_region.cpp
third_party/ittapi/python/ittapi.native/pt_region.hpp
third_party/ittapi/python/ittapi.native/string_handle.cpp
third_party/ittapi/python/ittapi.native/string_handle.hpp
third_party/ittapi/python/ittapi.native/task.cpp
third_party/ittapi/python/ittapi.native/task.hpp
third_party/ittapi/python/ittapi.native/thread_naming.cpp
third_party/ittapi/python/ittapi.native/thread_naming.hpp
third_party/ittapi/python/ittapi.native/extensions/python.cpp
third_party/ittapi/python/ittapi.native/extensions/python.hpp
third_party/ittapi/python/ittapi.native/extensions/string.cpp
third_party/ittapi/python/ittapi.native/extensions/string.hpp
third_party/ittapi/python/ittapi/compat/README.md
third_party/ittapi/python/ittapi/compat/__init__.py
third_party/ittapi/python/ittapi/compat/pt_region.py
third_party/ittapi/python/ittapi/compat/task.py
third_party/ittapi/python/samples/collection_control_sample.py
third_party/ittapi/python/samples/compat_collection_control_sample.py
third_party/ittapi/python/samples/event_sample.py
third_party/ittapi/python/samples/task_sample.py
third_party/ittapi/python/samples/thread_naming_sample.py
third_party/ittapi/python/samples/vtune_tool.py
third_party/ittapi/python/samples/workload.py
third_party/ittapi/python/utest/test_collection_control.py
third_party/ittapi/python/utest/test_compat_collection_control.py
third_party/ittapi/python/utest/test_compat_domain.py
third_party/ittapi/python/utest/test_compat_pt_region.py
third_party/ittapi/python/utest/test_compat_task.py
third_party/ittapi/python/utest/test_domain.py
third_party/ittapi/python/utest/test_event.py
third_party/ittapi/python/utest/test_id.py
third_party/ittapi/python/utest/test_pt_region.py
third_party/ittapi/python/utest/test_string_handle.py
third_party/ittapi/python/utest/test_task.py
third_party/ittapi/python/utest/test_thread_naming.py
third_party/ittapi/python/utest/ittapi_native_mock/__init__.py
third_party/ittapi/python/utest/ittapi_native_mock/ittapi_native_mock.py
third_party/ittapi/python/utest/ittapi_native_mock/patch.py
third_party/ittapi/src/ittnotify/disable_warnings.h
third_party/ittapi/src/ittnotify/ittnotify_config.h
third_party/ittapi/src/ittnotify/ittnotify_static.c
third_party/ittapi/src/ittnotify/ittnotify_static.h
third_party/ittapi/src/ittnotify/ittnotify_types.h
third_party/ittapi/src/ittnotify/ittptmark32.S
third_party/ittapi/src/ittnotify/ittptmark32.asm
third_party/ittapi/src/ittnotify/ittptmark64.S
third_party/ittapi/src/ittnotify/ittptmark64.asm
third_party/ittapi/src/ittnotify/jitprofiling.c
third_party/ittapi/src/ittnotify_refcol/Makefile
third_party/ittapi/src/ittnotify_refcol/README.md
third_party/ittapi/src/ittnotify_refcol/itt_refcol_impl.c
third_party/kineto/CMakeLists.txt
third_party/kleidiai/.bazelignore
third_party/kleidiai/.bazeliskrc
third_party/kleidiai/.bazelrc
third_party/kleidiai/.clang-format
third_party/kleidiai/.clang-tidy
third_party/kleidiai/.cmakelintrc
third_party/kleidiai/.editorconfig
third_party/kleidiai/.pre-commit-config.yaml
third_party/kleidiai/BUILD.bazel
third_party/kleidiai/CHANGELOG.md
third_party/kleidiai/CMakeLists.txt
third_party/kleidiai/CONTRIBUTING.md
third_party/kleidiai/README.md
third_party/kleidiai/SECURITY.md
third_party/kleidiai/WORKSPACE
third_party/kleidiai/kai_defs.bzl
third_party/kleidiai/LICENSES/Apache-2.0.txt
third_party/kleidiai/LICENSES/BSD-3-Clause.txt
third_party/kleidiai/benchmark/README.md
third_party/kleidiai/benchmark/main.cpp
third_party/kleidiai/benchmark/matmul/matmul_benchmark_logic.hpp
third_party/kleidiai/benchmark/matmul/matmul_interface.hpp
third_party/kleidiai/benchmark/matmul/matmul_registry.cpp
third_party/kleidiai/benchmark/matmul/matmul_registry.hpp
third_party/kleidiai/benchmark/matmul/matmul_runner.hpp
third_party/kleidiai/cmake/FetchGBench.cmake
third_party/kleidiai/cmake/FetchGTest.cmake
third_party/kleidiai/cmake/toolchains/aarch64-none-linux-gnu.toolchain.cmake
third_party/kleidiai/cmake/toolchains/ios.cmake
third_party/kleidiai/docker/Dockerfile
third_party/kleidiai/docker/build_linux_bootloader.sh
third_party/kleidiai/docs/README.md
third_party/kleidiai/docs/framework_integration_examples/kleidiai_mlas_integration.md
third_party/kleidiai/docs/imatmul/README.md
third_party/kleidiai/docs/imatmul/imgs/lhs_igemm.png
third_party/kleidiai/docs/imatmul/imgs/lhs_igemm.png.license
third_party/kleidiai/docs/imgs/kai_rhs_packing_pattern_1.png
third_party/kleidiai/docs/imgs/kai_rhs_packing_pattern_1.png.license
third_party/kleidiai/docs/imgs/kai_rhs_packing_pattern_2.png
third_party/kleidiai/docs/imgs/kai_rhs_packing_pattern_2.png.license
third_party/kleidiai/docs/matmul_qsi4cx/README.md
third_party/kleidiai/docs/matmul_qsi4cx/imgs/int4_matmul_per_channel.png
third_party/kleidiai/docs/matmul_qsi4cx/imgs/int4_matmul_per_channel.png.license
third_party/kleidiai/examples/conv2d_imatmul_clamp_f16_f16_f16p_sme2/CMakeLists.txt
third_party/kleidiai/examples/conv2d_imatmul_clamp_f16_f16_f16p_sme2/conv2d_imatmul_clamp_f16_f16_f16p.cpp
third_party/kleidiai/examples/dwconv_clamp_f32_f32_f32p_planar_sme2/CMakeLists.txt
third_party/kleidiai/examples/dwconv_clamp_f32_f32_f32p_planar_sme2/dwconv_clamp_f32_f32_f32p_planar_sme2.cpp
third_party/kleidiai/examples/matmul_clamp_f16_f16_f16p/CMakeLists.txt
third_party/kleidiai/examples/matmul_clamp_f16_f16_f16p/matmul_clamp_f16_f16_f16p.cpp
third_party/kleidiai/examples/matmul_clamp_f32_bf16p_bf16p/CMakeLists.txt
third_party/kleidiai/examples/matmul_clamp_f32_bf16p_bf16p/matmul_clamp_f32_bf16p_bf16p.cpp
third_party/kleidiai/examples/matmul_clamp_f32_qai8dxp_qsi4c32p/CMakeLists.txt
third_party/kleidiai/examples/matmul_clamp_f32_qai8dxp_qsi4c32p/matmul_clamp_f32_qai8dxp_qsi4c32p.cpp
third_party/kleidiai/examples/matmul_clamp_f32_qai8dxp_qsi4cxp/CMakeLists.txt
third_party/kleidiai/examples/matmul_clamp_f32_qai8dxp_qsi4cxp/matmul_clamp_f32_qai8dxp_qsi4cxp.cpp
third_party/kleidiai/examples/matmul_clamp_f32_qsi8d32p_qsi4c32p/CMakeLists.txt
third_party/kleidiai/examples/matmul_clamp_f32_qsi8d32p_qsi4c32p/README.md
third_party/kleidiai/examples/matmul_clamp_f32_qsi8d32p_qsi4c32p/matmul_clamp_f32_qsi8d32p_qsi4c32p.cpp
third_party/kleidiai/kai/kai_common.h
third_party/kleidiai/kai/kai_common_sme_asm.S
third_party/kleidiai/kai/ukernels/dwconv/BUILD.bazel
third_party/kleidiai/kai/ukernels/dwconv/README.md
third_party/kleidiai/kai/ukernels/dwconv/dwconv_f32_f32_f32p/kai_dwconv_clamp_f32_f32_f32p1vlx1b_3x3_s1_4xc_sme2_mla.c
third_party/kleidiai/kai/ukernels/dwconv/dwconv_f32_f32_f32p/kai_dwconv_clamp_f32_f32_f32p1vlx1b_3x3_s1_4xc_sme2_mla.h
third_party/kleidiai/kai/ukernels/dwconv/dwconv_f32_f32_f32p/kai_dwconv_clamp_f32_f32_f32p1vlx1b_3x3_s1_4xc_sme2_mla_asm.S
third_party/kleidiai/kai/ukernels/dwconv/dwconv_f32_f32_f32p/kai_dwconv_clamp_f32_f32_f32p_interface.h
third_party/kleidiai/kai/ukernels/dwconv/pack/kai_rhs_dwconv_pack_x32p1vlx1b_x32_x32_sme.c
third_party/kleidiai/kai/ukernels/dwconv/pack/kai_rhs_dwconv_pack_x32p1vlx1b_x32_x32_sme.h
third_party/kleidiai/kai/ukernels/matmul/BUILD.bazel
third_party/kleidiai/kai/ukernels/matmul/README.md
third_party/kleidiai/kai/ukernels/matmul/imatmul_clamp_f16_f16p_f16p/kai_imatmul_clamp_f16_f16p2vlx2_f16p2vlx2_2vlx2vl_sme2_mopa.c
third_party/kleidiai/kai/ukernels/matmul/imatmul_clamp_f16_f16p_f16p/kai_imatmul_clamp_f16_f16p2vlx2_f16p2vlx2_2vlx2vl_sme2_mopa.h
third_party/kleidiai/kai/ukernels/matmul/imatmul_clamp_f16_f16p_f16p/kai_imatmul_clamp_f16_f16p2vlx2_f16p2vlx2_2vlx2vl_sme2_mopa_asm.S
third_party/kleidiai/kai/ukernels/matmul/imatmul_clamp_f16_f16p_f16p/kai_imatmul_clamp_f16_f16p2vlx2_f16p2vlx2b_2vlx2vl_sme_mopa.c
third_party/kleidiai/kai/ukernels/matmul/imatmul_clamp_f16_f16p_f16p/kai_imatmul_clamp_f16_f16p2vlx2_f16p2vlx2b_2vlx2vl_sme_mopa.h
third_party/kleidiai/kai/ukernels/matmul/imatmul_clamp_f16_f16p_f16p/kai_imatmul_clamp_f16_f16p2vlx2_f16p2vlx2b_2vlx2vl_sme_mopa_asm.S
third_party/kleidiai/kai/ukernels/matmul/imatmul_clamp_f16_f16p_f16p/kai_imatmul_clamp_f16_f16p_f16p_interface.h
third_party/kleidiai/kai/ukernels/matmul/imatmul_clamp_f32_f32p_f32p/kai_imatmul_clamp_f32_f32p2vlx1_f32p2vlx1b_2vlx2vl_sme2_mopa.c
third_party/kleidiai/kai/ukernels/matmul/imatmul_clamp_f32_f32p_f32p/kai_imatmul_clamp_f32_f32p2vlx1_f32p2vlx1b_2vlx2vl_sme2_mopa.h
third_party/kleidiai/kai/ukernels/matmul/imatmul_clamp_f32_f32p_f32p/kai_imatmul_clamp_f32_f32p2vlx1_f32p2vlx1b_2vlx2vl_sme2_mopa_asm.S
third_party/kleidiai/kai/ukernels/matmul/imatmul_clamp_f32_f32p_f32p/kai_imatmul_clamp_f32_f32p2vlx1_f32p2vlx1b_2vlx2vl_sme_mopa.c
third_party/kleidiai/kai/ukernels/matmul/imatmul_clamp_f32_f32p_f32p/kai_imatmul_clamp_f32_f32p2vlx1_f32p2vlx1b_2vlx2vl_sme_mopa.h
third_party/kleidiai/kai/ukernels/matmul/imatmul_clamp_f32_f32p_f32p/kai_imatmul_clamp_f32_f32p2vlx1_f32p2vlx1b_2vlx2vl_sme_mopa_asm.S
third_party/kleidiai/kai/ukernels/matmul/imatmul_clamp_f32_f32p_f32p/kai_imatmul_clamp_f32_f32p_f32p_interface.h
third_party/kleidiai/kai/ukernels/matmul/imatmul_clamp_qai8_qai8p_qsi8cxp/kai_imatmul_clamp_qai8_qai8p2vlx4_qsi8cxp2vlx4sb_2vlx2vl_sme_mopa.c
third_party/kleidiai/kai/ukernels/matmul/imatmul_clamp_qai8_qai8p_qsi8cxp/kai_imatmul_clamp_qai8_qai8p2vlx4_qsi8cxp2vlx4sb_2vlx2vl_sme_mopa.h
third_party/kleidiai/kai/ukernels/matmul/imatmul_clamp_qai8_qai8p_qsi8cxp/kai_imatmul_clamp_qai8_qai8p2vlx4_qsi8cxp2vlx4sb_2vlx2vl_sme_mopa_asm.S
third_party/kleidiai/kai/ukernels/matmul/imatmul_clamp_qai8_qai8p_qsi8cxp/kai_imatmul_clamp_qai8_qai8p2vlx4_qsi8cxpsb2vlx4_2vlx2vl_sme2_mopa.c
third_party/kleidiai/kai/ukernels/matmul/imatmul_clamp_qai8_qai8p_qsi8cxp/kai_imatmul_clamp_qai8_qai8p2vlx4_qsi8cxpsb2vlx4_2vlx2vl_sme2_mopa.h
third_party/kleidiai/kai/ukernels/matmul/imatmul_clamp_qai8_qai8p_qsi8cxp/kai_imatmul_clamp_qai8_qai8p2vlx4_qsi8cxpsb2vlx4_2vlx2vl_sme2_mopa_asm.S
third_party/kleidiai/kai/ukernels/matmul/imatmul_clamp_qai8_qai8p_qsi8cxp/kai_imatmul_clamp_qai8_qai8p_qsi8cxp_interface.h
third_party/kleidiai/kai/ukernels/matmul/matmul_clamp_bf16_qai8dxp_qsi4c32p/kai_matmul_clamp_bf16_qai8dxp1x8_qsi4c32p4x8_1x4_neon_dotprod.c
third_party/kleidiai/kai/ukernels/matmul/matmul_clamp_bf16_qai8dxp_qsi4c32p/kai_matmul_clamp_bf16_qai8dxp1x8_qsi4c32p4x8_1x4_neon_dotprod.h
third_party/kleidiai/kai/ukernels/matmul/matmul_clamp_bf16_qai8dxp_qsi4c32p/kai_matmul_clamp_bf16_qai8dxp1x8_qsi4c32p4x8_1x4_neon_dotprod_asm.S
third_party/kleidiai/kai/ukernels/matmul/matmul_clamp_bf16_qai8dxp_qsi4c32p/kai_matmul_clamp_bf16_qai8dxp4x8_qsi4c32p4x8_16x4_neon_i8mm.c
third_party/kleidiai/kai/ukernels/matmul/matmul_clamp_bf16_qai8dxp_qsi4c32p/kai_matmul_clamp_bf16_qai8dxp4x8_qsi4c32p4x8_16x4_neon_i8mm.h
third_party/kleidiai/kai/ukernels/matmul/matmul_clamp_bf16_qai8dxp_qsi4c32p/kai_matmul_clamp_bf16_qai8dxp4x8_qsi4c32p4x8_16x4_neon_i8mm_asm.S
third_party/kleidiai/kai/ukernels/matmul/matmul_clamp_bf16_qai8dxp_qsi4c32p/kai_matmul_clamp_bf16_qai8dxp_qsi4c32p_interface.h
third_party/kleidiai/kai/ukernels/matmul/matmul_clamp_bf16_qai8dxp_qsi4cxp/kai_matmul_clamp_bf16_qai8dxp1x8_qsi4cxp8x8_1x8_neon_dotprod.c
third_party/kleidiai/kai/ukernels/matmul/matmul_clamp_bf16_qai8dxp_qsi4cxp/kai_matmul_clamp_bf16_qai8dxp1x8_qsi4cxp8x8_1x8_neon_dotprod.h
third_party/kleidiai/kai/ukernels/matmul/matmul_clamp_bf16_qai8dxp_qsi4cxp/kai_matmul_clamp_bf16_qai8dxp1x8_qsi4cxp8x8_1x8_neon_dotprod_asm.S
third_party/kleidiai/kai/ukernels/matmul/matmul_clamp_bf16_qai8dxp_qsi4cxp/kai_matmul_clamp_bf16_qai8dxp4x8_qsi4cxp8x8_8x8_neon_i8mm.c
third_party/kleidiai/kai/ukernels/matmul/matmul_clamp_bf16_qai8dxp_qsi4cxp/kai_matmul_clamp_bf16_qai8dxp4x8_qsi4cxp8x8_8x8_neon_i8mm.h
third_party/kleidiai/kai/ukernels/matmul/matmul_clamp_bf16_qai8dxp_qsi4cxp/kai_matmul_clamp_bf16_qai8dxp4x8_qsi4cxp8x8_8x8_neon_i8mm_asm.S
third_party/kleidiai/kai/ukernels/matmul/matmul_clamp_bf16_qai8dxp_qsi4cxp/kai_matmul_clamp_bf16_qai8dxp_qsi4cxp_interface.h
third_party/kleidiai/kai/ukernels/matmul/matmul_clamp_f16_bf16p_bf16p/kai_matmul_clamp_f16_bf16p8x4_bf16p12x4b_8x12_neon_mmla.c
third_party/kleidiai/kai/ukernels/matmul/matmul_clamp_f16_bf16p_bf16p/kai_matmul_clamp_f16_bf16p8x4_bf16p12x4b_8x12_neon_mmla.h
third_party/kleidiai/kai/ukernels/matmul/matmul_clamp_f16_bf16p_bf16p/kai_matmul_clamp_f16_bf16p_bf16p_interface.h
third_party/kleidiai/kai/ukernels/matmul/matmul_clamp_f16_f16_f16p/kai_matmul_clamp_f16_f16_f16p16x1biasf16_6x16x8_neon_mla.c
third_party/kleidiai/kai/ukernels/matmul/matmul_clamp_f16_f16_f16p/kai_matmul_clamp_f16_f16_f16p16x1biasf16_6x16x8_neon_mla.h
third_party/kleidiai/kai/ukernels/matmul/matmul_clamp_f16_f16_f16p/kai_matmul_clamp_f16_f16_f16p2vlx2b_1x16vl_sme2_dot.c
third_party/kleidiai/kai/ukernels/matmul/matmul_clamp_f16_f16_f16p/kai_matmul_clamp_f16_f16_f16p2vlx2b_1x16vl_sme2_dot.h
third_party/kleidiai/kai/ukernels/matmul/matmul_clamp_f16_f16_f16p/kai_matmul_clamp_f16_f16_f16p2vlx2b_1x16vl_sme2_dot_asm.S
third_party/kleidiai/kai/ukernels/matmul/matmul_clamp_f16_f16_f16p/kai_matmul_clamp_f16_f16_f16p2vlx2b_1x8vl_sme_mla.c
third_party/kleidiai/kai/ukernels/matmul/matmul_clamp_f16_f16_f16p/kai_matmul_clamp_f16_f16_f16p2vlx2b_1x8vl_sme_mla.h
third_party/kleidiai/kai/ukernels/matmul/matmul_clamp_f16_f16_f16p/kai_matmul_clamp_f16_f16_f16p2vlx2b_1x8vl_sme_mla_asm.S
third_party/kleidiai/kai/ukernels/matmul/matmul_clamp_f16_f16_f16p/kai_matmul_clamp_f16_f16_f16p32x1b_6x32_neon_mla.c
third_party/kleidiai/kai/ukernels/matmul/matmul_clamp_f16_f16_f16p/kai_matmul_clamp_f16_f16_f16p32x1b_6x32_neon_mla.h
third_party/kleidiai/kai/ukernels/matmul/matmul_clamp_f16_f16_f16p/kai_matmul_clamp_f16_f16_f16p32x1b_6x32_neon_mla_asm.S
third_party/kleidiai/kai/ukernels/matmul/matmul_clamp_f16_f16_f16p/kai_matmul_clamp_f16_f16_f16p32x1b_6x32_neon_mla_cortexa55.c
third_party/kleidiai/kai/ukernels/matmul/matmul_clamp_f16_f16_f16p/kai_matmul_clamp_f16_f16_f16p32x1b_6x32_neon_mla_cortexa55.h
third_party/kleidiai/kai/ukernels/matmul/matmul_clamp_f16_f16_f16p/kai_matmul_clamp_f16_f16_f16p32x1b_6x32_neon_mla_cortexa55_asm.S
third_party/kleidiai/kai/ukernels/matmul/matmul_clamp_f16_f16_f16p/kai_matmul_clamp_f16_f16_f16p_interface.h
third_party/kleidiai/kai/ukernels/matmul/matmul_clamp_f16_f16p_f16p/kai_matmul_clamp_f16_f16p2vlx2_f16p2vlx2_2vlx2vl_sme2_mopa.c
third_party/kleidiai/kai/ukernels/matmul/matmul_clamp_f16_f16p_f16p/kai_matmul_clamp_f16_f16p2vlx2_f16p2vlx2_2vlx2vl_sme2_mopa.h
third_party/kleidiai/kai/ukernels/matmul/matmul_clamp_f16_f16p_f16p/kai_matmul_clamp_f16_f16p2vlx2_f16p2vlx2_2vlx2vl_sme2_mopa_asm.S
third_party/kleidiai/kai/ukernels/matmul/matmul_clamp_f16_f16p_f16p/kai_matmul_clamp_f16_f16p2vlx2_f16p2vlx2b_2vlx2vl_sme_mopa.c
third_party/kleidiai/kai/ukernels/matmul/matmul_clamp_f16_f16p_f16p/kai_matmul_clamp_f16_f16p2vlx2_f16p2vlx2b_2vlx2vl_sme_mopa.h
third_party/kleidiai/kai/ukernels/matmul/matmul_clamp_f16_f16p_f16p/kai_matmul_clamp_f16_f16p2vlx2_f16p2vlx2b_2vlx2vl_sme_mopa_asm.S
third_party/kleidiai/kai/ukernels/matmul/matmul_clamp_f16_f16p_f16p/kai_matmul_clamp_f16_f16p_f16p_interface.h
third_party/kleidiai/kai/ukernels/matmul/matmul_clamp_f16_qai8dxp_qsi4cxp/kai_matmul_clamp_f16_qai8dxp1x4_qsi4cxp4x4_1x4_neon_dotprod.c
third_party/kleidiai/kai/ukernels/matmul/matmul_clamp_f16_qai8dxp_qsi4cxp/kai_matmul_clamp_f16_qai8dxp1x4_qsi4cxp4x4_1x4_neon_dotprod.h
third_party/kleidiai/kai/ukernels/matmul/matmul_clamp_f16_qai8dxp_qsi4cxp/kai_matmul_clamp_f16_qai8dxp1x4_qsi4cxp4x4_1x4_neon_dotprod_asm.S
third_party/kleidiai/kai/ukernels/matmul/matmul_clamp_f16_qai8dxp_qsi4cxp/kai_matmul_clamp_f16_qai8dxp1x8_qsi4cxp4x8_1x4_neon_dotprod.c
third_party/kleidiai/kai/ukernels/matmul/matmul_clamp_f16_qai8dxp_qsi4cxp/kai_matmul_clamp_f16_qai8dxp1x8_qsi4cxp4x8_1x4_neon_dotprod.h
third_party/kleidiai/kai/ukernels/matmul/matmul_clamp_f16_qai8dxp_qsi4cxp/kai_matmul_clamp_f16_qai8dxp1x8_qsi4cxp4x8_1x4_neon_dotprod_asm.S
third_party/kleidiai/kai/ukernels/matmul/matmul_clamp_f16_qai8dxp_qsi4cxp/kai_matmul_clamp_f16_qai8dxp4x4_qsi4cxp4x4_16x4_neon_dotprod.c
third_party/kleidiai/kai/ukernels/matmul/matmul_clamp_f16_qai8dxp_qsi4cxp/kai_matmul_clamp_f16_qai8dxp4x4_qsi4cxp4x4_16x4_neon_dotprod.h
third_party/kleidiai/kai/ukernels/matmul/matmul_clamp_f16_qai8dxp_qsi4cxp/kai_matmul_clamp_f16_qai8dxp4x4_qsi4cxp4x4_16x4_neon_dotprod_asm.S
third_party/kleidiai/kai/ukernels/matmul/matmul_clamp_f16_qai8dxp_qsi4cxp/kai_matmul_clamp_f16_qai8dxp4x8_qsi4cxp4x8_16x4_neon_i8mm.c
third_party/kleidiai/kai/ukernels/matmul/matmul_clamp_f16_qai8dxp_qsi4cxp/kai_matmul_clamp_f16_qai8dxp4x8_qsi4cxp4x8_16x4_neon_i8mm.h
third_party/kleidiai/kai/ukernels/matmul/matmul_clamp_f16_qai8dxp_qsi4cxp/kai_matmul_clamp_f16_qai8dxp4x8_qsi4cxp4x8_16x4_neon_i8mm_asm.S
third_party/kleidiai/kai/ukernels/matmul/matmul_clamp_f16_qai8dxp_qsi4cxp/kai_matmul_clamp_f16_qai8dxp_qsi4cxp_interface.h
third_party/kleidiai/kai/ukernels/matmul/matmul_clamp_f16_qai8dxp_qsi8cxp/kai_matmul_clamp_f16_qai8dxp1x4_qsi8cxp4x4_1x4_neon_dotprod.c
third_party/kleidiai/kai/ukernels/matmul/matmul_clamp_f16_qai8dxp_qsi8cxp/kai_matmul_clamp_f16_qai8dxp1x4_qsi8cxp4x4_1x4_neon_dotprod.h
third_party/kleidiai/kai/ukernels/matmul/matmul_clamp_f16_qai8dxp_qsi8cxp/kai_matmul_clamp_f16_qai8dxp1x4_qsi8cxp4x4_1x4_neon_dotprod_asm.S
third_party/kleidiai/kai/ukernels/matmul/matmul_clamp_f16_qai8dxp_qsi8cxp/kai_matmul_clamp_f16_qai8dxp1x8_qsi8cxp4x8_1x4_neon_dotprod.c
third_party/kleidiai/kai/ukernels/matmul/matmul_clamp_f16_qai8dxp_qsi8cxp/kai_matmul_clamp_f16_qai8dxp1x8_qsi8cxp4x8_1x4_neon_dotprod.h
third_party/kleidiai/kai/ukernels/matmul/matmul_clamp_f16_qai8dxp_qsi8cxp/kai_matmul_clamp_f16_qai8dxp1x8_qsi8cxp4x8_1x4_neon_dotprod_asm.S
third_party/kleidiai/kai/ukernels/matmul/matmul_clamp_f16_qai8dxp_qsi8cxp/kai_matmul_clamp_f16_qai8dxp4x4_qsi8cxp4x4_16x4_neon_dotprod.c
third_party/kleidiai/kai/ukernels/matmul/matmul_clamp_f16_qai8dxp_qsi8cxp/kai_matmul_clamp_f16_qai8dxp4x4_qsi8cxp4x4_16x4_neon_dotprod.h
third_party/kleidiai/kai/ukernels/matmul/matmul_clamp_f16_qai8dxp_qsi8cxp/kai_matmul_clamp_f16_qai8dxp4x4_qsi8cxp4x4_16x4_neon_dotprod_asm.S
third_party/kleidiai/kai/ukernels/matmul/matmul_clamp_f16_qai8dxp_qsi8cxp/kai_matmul_clamp_f16_qai8dxp4x8_qsi8cxp4x8_16x4_neon_i8mm.c
third_party/kleidiai/kai/ukernels/matmul/matmul_clamp_f16_qai8dxp_qsi8cxp/kai_matmul_clamp_f16_qai8dxp4x8_qsi8cxp4x8_16x4_neon_i8mm.h
third_party/kleidiai/kai/ukernels/matmul/matmul_clamp_f16_qai8dxp_qsi8cxp/kai_matmul_clamp_f16_qai8dxp4x8_qsi8cxp4x8_16x4_neon_i8mm_asm.S
third_party/kleidiai/kai/ukernels/matmul/matmul_clamp_f16_qai8dxp_qsi8cxp/kai_matmul_clamp_f16_qai8dxp_qsi8cxp_interface.h
third_party/kleidiai/kai/ukernels/matmul/matmul_clamp_f16_qsi8d32p_qai4c32p/kai_matmul_clamp_f16_qsi8d32p1vlx4_qai4c32p4vlx4_1vlx4vl_sme2_mopa.c
third_party/kleidiai/kai/ukernels/matmul/matmul_clamp_f16_qsi8d32p_qai4c32p/kai_matmul_clamp_f16_qsi8d32p1vlx4_qai4c32p4vlx4_1vlx4vl_sme2_mopa.h
third_party/kleidiai/kai/ukernels/matmul/matmul_clamp_f16_qsi8d32p_qai4c32p/kai_matmul_clamp_f16_qsi8d32p1vlx4_qai4c32p4vlx4_1vlx4vl_sme2_mopa_asm.S
third_party/kleidiai/kai/ukernels/matmul/matmul_clamp_f16_qsi8d32p_qai4c32p/kai_matmul_clamp_f16_qsi8d32p1x4_qai4c32p4vlx4_1x4vl_sme2_dot.c
third_party/kleidiai/kai/ukernels/matmul/matmul_clamp_f16_qsi8d32p_qai4c32p/kai_matmul_clamp_f16_qsi8d32p1x4_qai4c32p4vlx4_1x4vl_sme2_dot.h
third_party/kleidiai/kai/ukernels/matmul/matmul_clamp_f16_qsi8d32p_qai4c32p/kai_matmul_clamp_f16_qsi8d32p1x4_qai4c32p4vlx4_1x4vl_sme2_dot_asm.S
third_party/kleidiai/kai/ukernels/matmul/matmul_clamp_f16_qsi8d32p_qai4c32p/kai_matmul_clamp_f16_qsi8d32p1x4_qai4c32p4x4_1x4_neon_dotprod.c
third_party/kleidiai/kai/ukernels/matmul/matmul_clamp_f16_qsi8d32p_qai4c32p/kai_matmul_clamp_f16_qsi8d32p1x4_qai4c32p4x4_1x4_neon_dotprod.h
third_party/kleidiai/kai/ukernels/matmul/matmul_clamp_f16_qsi8d32p_qai4c32p/kai_matmul_clamp_f16_qsi8d32p1x4_qai4c32p4x4_1x4_neon_dotprod_asm.S
third_party/kleidiai/kai/ukernels/matmul/matmul_clamp_f16_qsi8d32p_qai4c32p/kai_matmul_clamp_f16_qsi8d32p1x8_qai4c32p4x8_1x4_neon_dotprod.c
third_party/kleidiai/kai/ukernels/matmul/matmul_clamp_f16_qsi8d32p_qai4c32p/kai_matmul_clamp_f16_qsi8d32p1x8_qai4c32p4x8_1x4_neon_dotprod.h
third_party/kleidiai/kai/ukernels/matmul/matmul_clamp_f16_qsi8d32p_qai4c32p/kai_matmul_clamp_f16_qsi8d32p1x8_qai4c32p4x8_1x4_neon_dotprod_asm.S
third_party/kleidiai/kai/ukernels/matmul/matmul_clamp_f16_qsi8d32p_qai4c32p/kai_matmul_clamp_f16_qsi8d32p4x4_qai4c32p4x4_8x4_neon_dotprod.c
third_party/kleidiai/kai/ukernels/matmul/matmul_clamp_f16_qsi8d32p_qai4c32p/kai_matmul_clamp_f16_qsi8d32p4x4_qai4c32p4x4_8x4_neon_dotprod.h
third_party/kleidiai/kai/ukernels/matmul/matmul_clamp_f16_qsi8d32p_qai4c32p/kai_matmul_clamp_f16_qsi8d32p4x4_qai4c32p4x4_8x4_neon_dotprod_asm.S
third_party/kleidiai/kai/ukernels/matmul/matmul_clamp_f16_qsi8d32p_qai4c32p/kai_matmul_clamp_f16_qsi8d32p4x8_qai4c32p4x8_8x4_neon_i8mm.c
third_party/kleidiai/kai/ukernels/matmul/matmul_clamp_f16_qsi8d32p_qai4c32p/kai_matmul_clamp_f16_qsi8d32p4x8_qai4c32p4x8_8x4_neon_i8mm.h
third_party/kleidiai/kai/ukernels/matmul/matmul_clamp_f16_qsi8d32p_qai4c32p/kai_matmul_clamp_f16_qsi8d32p4x8_qai4c32p4x8_8x4_neon_i8mm_asm.S
third_party/kleidiai/kai/ukernels/matmul/matmul_clamp_f16_qsi8d32p_qai4c32p/kai_matmul_clamp_f16_qsi8d32p_qai4c32p_interface.h
third_party/kleidiai/kai/ukernels/matmul/matmul_clamp_f32_bf16p_bf16p/kai_matmul_clamp_f32_bf16p1x4_bf16p12x4b_1x36_neon_dot.c
third_party/kleidiai/kai/ukernels/matmul/matmul_clamp_f32_bf16p_bf16p/kai_matmul_clamp_f32_bf16p1x4_bf16p12x4b_1x36_neon_dot.h
third_party/kleidiai/kai/ukernels/matmul/matmul_clamp_f32_bf16p_bf16p/kai_matmul_clamp_f32_bf16p8x4_bf16p12x4b_8x12_neon_mmla.c
third_party/kleidiai/kai/ukernels/matmul/matmul_clamp_f32_bf16p_bf16p/kai_matmul_clamp_f32_bf16p8x4_bf16p12x4b_8x12_neon_mmla.h
third_party/kleidiai/kai/ukernels/matmul/matmul_clamp_f32_bf16p_bf16p/kai_matmul_clamp_f32_bf16p_bf16p_interface.h
third_party/kleidiai/kai/ukernels/matmul/matmul_clamp_f32_f32_f32p/kai_matmul_clamp_f32_f32_f32p16vlx1b_1x16vl_sme2_mla.c
third_party/kleidiai/kai/ukernels/matmul/matmul_clamp_f32_f32_f32p/kai_matmul_clamp_f32_f32_f32p16vlx1b_1x16vl_sme2_mla.h
third_party/kleidiai/kai/ukernels/matmul/matmul_clamp_f32_f32_f32p/kai_matmul_clamp_f32_f32_f32p16vlx1b_1x16vl_sme2_mla_asm.S
third_party/kleidiai/kai/ukernels/matmul/matmul_clamp_f32_f32_f32p/kai_matmul_clamp_f32_f32_f32p16x1b_6x16_neon_mla.c
third_party/kleidiai/kai/ukernels/matmul/matmul_clamp_f32_f32_f32p/kai_matmul_clamp_f32_f32_f32p16x1b_6x16_neon_mla.h
third_party/kleidiai/kai/ukernels/matmul/matmul_clamp_f32_f32_f32p/kai_matmul_clamp_f32_f32_f32p16x1b_6x16_neon_mla_asm.S
third_party/kleidiai/kai/ukernels/matmul/matmul_clamp_f32_f32_f32p/kai_matmul_clamp_f32_f32_f32p16x1b_6x16_neon_mla_cortexa55.c
third_party/kleidiai/kai/ukernels/matmul/matmul_clamp_f32_f32_f32p/kai_matmul_clamp_f32_f32_f32p16x1b_6x16_neon_mla_cortexa55.h
third_party/kleidiai/kai/ukernels/matmul/matmul_clamp_f32_f32_f32p/kai_matmul_clamp_f32_f32_f32p16x1b_6x16_neon_mla_cortexa55_asm.S
third_party/kleidiai/kai/ukernels/matmul/matmul_clamp_f32_f32_f32p/kai_matmul_clamp_f32_f32_f32p2vlx1b_1x16vl_sme2_mla.c
third_party/kleidiai/kai/ukernels/matmul/matmul_clamp_f32_f32_f32p/kai_matmul_clamp_f32_f32_f32p2vlx1b_1x16vl_sme2_mla.h
third_party/kleidiai/kai/ukernels/matmul/matmul_clamp_f32_f32_f32p/kai_matmul_clamp_f32_f32_f32p2vlx1b_1x16vl_sme2_mla_asm.S
third_party/kleidiai/kai/ukernels/matmul/matmul_clamp_f32_f32_f32p/kai_matmul_clamp_f32_f32_f32p2vlx1b_1x8vl_sme_mla.c
third_party/kleidiai/kai/ukernels/matmul/matmul_clamp_f32_f32_f32p/kai_matmul_clamp_f32_f32_f32p2vlx1b_1x8vl_sme_mla.h
third_party/kleidiai/kai/ukernels/matmul/matmul_clamp_f32_f32_f32p/kai_matmul_clamp_f32_f32_f32p2vlx1b_1x8vl_sme_mla_asm.S
third_party/kleidiai/kai/ukernels/matmul/matmul_clamp_f32_f32_f32p/kai_matmul_clamp_f32_f32_f32p8x1biasf32_6x8x4_neon_mla.c
third_party/kleidiai/kai/ukernels/matmul/matmul_clamp_f32_f32_f32p/kai_matmul_clamp_f32_f32_f32p8x1biasf32_6x8x4_neon_mla.h
third_party/kleidiai/kai/ukernels/matmul/matmul_clamp_f32_f32_f32p/kai_matmul_clamp_f32_f32_f32p8x1biasf32_6x8x4_neon_mla_asm.S
third_party/kleidiai/kai/ukernels/matmul/matmul_clamp_f32_f32_f32p/kai_matmul_clamp_f32_f32_f32p_interface.h
third_party/kleidiai/kai/ukernels/matmul/matmul_clamp_f32_f32p_f32p/kai_matmul_clamp_f32_f32p2vlx1_f32p2vlx1b_2vlx2vl_sme_mopa.c
third_party/kleidiai/kai/ukernels/matmul/matmul_clamp_f32_f32p_f32p/kai_matmul_clamp_f32_f32p2vlx1_f32p2vlx1b_2vlx2vl_sme_mopa.h
third_party/kleidiai/kai/ukernels/matmul/matmul_clamp_f32_f32p_f32p/kai_matmul_clamp_f32_f32p2vlx1_f32p2vlx1b_2vlx2vl_sme_mopa_asm.S
third_party/kleidiai/kai/ukernels/matmul/matmul_clamp_f32_f32p_f32p/kai_matmul_clamp_f32_f32p2vlx1_f32p2vlx1biasf32_sme2_mopa.c
third_party/kleidiai/kai/ukernels/matmul/matmul_clamp_f32_f32p_f32p/kai_matmul_clamp_f32_f32p2vlx1_f32p2vlx1biasf32_sme2_mopa.h
third_party/kleidiai/kai/ukernels/matmul/matmul_clamp_f32_f32p_f32p/kai_matmul_clamp_f32_f32p2vlx1_f32p2vlx1biasf32_sme2_mopa_asm.S
third_party/kleidiai/kai/ukernels/matmul/matmul_clamp_f32_f32p_f32p/kai_matmul_clamp_f32_f32p_f32p_interface.h
third_party/kleidiai/kai/ukernels/matmul/matmul_clamp_f32_qai8dxp_qsi4c32p/kai_matmul_clamp_f32_qai8dxp1x4_qsi4c32p4x4_1x4_neon_dotprod.c
third_party/kleidiai/kai/ukernels/matmul/matmul_clamp_f32_qai8dxp_qsi4c32p/kai_matmul_clamp_f32_qai8dxp1x4_qsi4c32p4x4_1x4_neon_dotprod.h
third_party/kleidiai/kai/ukernels/matmul/matmul_clamp_f32_qai8dxp_qsi4c32p/kai_matmul_clamp_f32_qai8dxp1x4_qsi4c32p4x4_1x4_neon_dotprod_asm.S
third_party/kleidiai/kai/ukernels/matmul/matmul_clamp_f32_qai8dxp_qsi4c32p/kai_matmul_clamp_f32_qai8dxp1x4_qsi4c32p8x4_1x8_neon_dotprod.c
third_party/kleidiai/kai/ukernels/matmul/matmul_clamp_f32_qai8dxp_qsi4c32p/kai_matmul_clamp_f32_qai8dxp1x4_qsi4c32p8x4_1x8_neon_dotprod.h
third_party/kleidiai/kai/ukernels/matmul/matmul_clamp_f32_qai8dxp_qsi4c32p/kai_matmul_clamp_f32_qai8dxp1x4_qsi4c32p8x4_1x8_neon_dotprod_asm.S
third_party/kleidiai/kai/ukernels/matmul/matmul_clamp_f32_qai8dxp_qsi4c32p/kai_matmul_clamp_f32_qai8dxp1x8_qsi4c32p4x8_1x4x32_neon_dotprod.c
third_party/kleidiai/kai/ukernels/matmul/matmul_clamp_f32_qai8dxp_qsi4c32p/kai_matmul_clamp_f32_qai8dxp1x8_qsi4c32p4x8_1x4x32_neon_dotprod.h
third_party/kleidiai/kai/ukernels/matmul/matmul_clamp_f32_qai8dxp_qsi4c32p/kai_matmul_clamp_f32_qai8dxp1x8_qsi4c32p4x8_1x4x32_neon_dotprod_asm.S
third_party/kleidiai/kai/ukernels/matmul/matmul_clamp_f32_qai8dxp_qsi4c32p/kai_matmul_clamp_f32_qai8dxp1x8_qsi4c32p8x8_1x8_neon_dotprod.c
third_party/kleidiai/kai/ukernels/matmul/matmul_clamp_f32_qai8dxp_qsi4c32p/kai_matmul_clamp_f32_qai8dxp1x8_qsi4c32p8x8_1x8_neon_dotprod.h
third_party/kleidiai/kai/ukernels/matmul/matmul_clamp_f32_qai8dxp_qsi4c32p/kai_matmul_clamp_f32_qai8dxp1x8_qsi4c32p8x8_1x8_neon_dotprod_asm.S
third_party/kleidiai/kai/ukernels/matmul/matmul_clamp_f32_qai8dxp_qsi4c32p/kai_matmul_clamp_f32_qai8dxp1x8_qsi4c32p8x8_1x8x32_neon_dotprod.c
third_party/kleidiai/kai/ukernels/matmul/matmul_clamp_f32_qai8dxp_qsi4c32p/kai_matmul_clamp_f32_qai8dxp1x8_qsi4c32p8x8_1x8x32_neon_dotprod.h
third_party/kleidiai/kai/ukernels/matmul/matmul_clamp_f32_qai8dxp_qsi4c32p/kai_matmul_clamp_f32_qai8dxp1x8_qsi4c32p8x8_1x8x32_neon_dotprod_asm.S
third_party/kleidiai/kai/ukernels/matmul/matmul_clamp_f32_qai8dxp_qsi4c32p/kai_matmul_clamp_f32_qai8dxp4x4_qsi4c32p4x4_16x4_neon_dotprod.c
third_party/kleidiai/kai/ukernels/matmul/matmul_clamp_f32_qai8dxp_qsi4c32p/kai_matmul_clamp_f32_qai8dxp4x4_qsi4c32p4x4_16x4_neon_dotprod.h
third_party/kleidiai/kai/ukernels/matmul/matmul_clamp_f32_qai8dxp_qsi4c32p/kai_matmul_clamp_f32_qai8dxp4x4_qsi4c32p4x4_16x4_neon_dotprod_asm.S
third_party/kleidiai/kai/ukernels/matmul/matmul_clamp_f32_qai8dxp_qsi4c32p/kai_matmul_clamp_f32_qai8dxp4x4_qsi4c32p8x4_4x8_neon_dotprod.c
third_party/kleidiai/kai/ukernels/matmul/matmul_clamp_f32_qai8dxp_qsi4c32p/kai_matmul_clamp_f32_qai8dxp4x4_qsi4c32p8x4_4x8_neon_dotprod.h
third_party/kleidiai/kai/ukernels/matmul/matmul_clamp_f32_qai8dxp_qsi4c32p/kai_matmul_clamp_f32_qai8dxp4x4_qsi4c32p8x4_4x8_neon_dotprod_asm.S
third_party/kleidiai/kai/ukernels/matmul/matmul_clamp_f32_qai8dxp_qsi4c32p/kai_matmul_clamp_f32_qai8dxp4x8_qsi4c32p4x8_16x4x32_neon_i8mm.c
third_party/kleidiai/kai/ukernels/matmul/matmul_clamp_f32_qai8dxp_qsi4c32p/kai_matmul_clamp_f32_qai8dxp4x8_qsi4c32p4x8_16x4x32_neon_i8mm.h
third_party/kleidiai/kai/ukernels/matmul/matmul_clamp_f32_qai8dxp_qsi4c32p/kai_matmul_clamp_f32_qai8dxp4x8_qsi4c32p4x8_16x4x32_neon_i8mm_asm.S
third_party/kleidiai/kai/ukernels/matmul/matmul_clamp_f32_qai8dxp_qsi4c32p/kai_matmul_clamp_f32_qai8dxp4x8_qsi4c32p4x8_8x4x32_neon_i8mm.c
third_party/kleidiai/kai/ukernels/matmul/matmul_clamp_f32_qai8dxp_qsi4c32p/kai_matmul_clamp_f32_qai8dxp4x8_qsi4c32p4x8_8x4x32_neon_i8mm.h
third_party/kleidiai/kai/ukernels/matmul/matmul_clamp_f32_qai8dxp_qsi4c32p/kai_matmul_clamp_f32_qai8dxp4x8_qsi4c32p4x8_8x4x32_neon_i8mm_asm.S
third_party/kleidiai/kai/ukernels/matmul/matmul_clamp_f32_qai8dxp_qsi4c32p/kai_matmul_clamp_f32_qai8dxp4x8_qsi4c32p8x8_4x8_neon_i8mm.c
third_party/kleidiai/kai/ukernels/matmul/matmul_clamp_f32_qai8dxp_qsi4c32p/kai_matmul_clamp_f32_qai8dxp4x8_qsi4c32p8x8_4x8_neon_i8mm.h
third_party/kleidiai/kai/ukernels/matmul/matmul_clamp_f32_qai8dxp_qsi4c32p/kai_matmul_clamp_f32_qai8dxp4x8_qsi4c32p8x8_4x8_neon_i8mm_asm.S
third_party/kleidiai/kai/ukernels/matmul/matmul_clamp_f32_qai8dxp_qsi4c32p/kai_matmul_clamp_f32_qai8dxp4x8_qsi4c32p8x8_4x8x32_neon_i8mm.c
third_party/kleidiai/kai/ukernels/matmul/matmul_clamp_f32_qai8dxp_qsi4c32p/kai_matmul_clamp_f32_qai8dxp4x8_qsi4c32p8x8_4x8x32_neon_i8mm.h
third_party/kleidiai/kai/ukernels/matmul/matmul_clamp_f32_qai8dxp_qsi4c32p/kai_matmul_clamp_f32_qai8dxp4x8_qsi4c32p8x8_4x8x32_neon_i8mm_asm.S
third_party/kleidiai/kai/ukernels/matmul/matmul_clamp_f32_qai8dxp_qsi4c32p/kai_matmul_clamp_f32_qai8dxp_qsi4c32p_interface.h
third_party/kleidiai/kai/ukernels/matmul/matmul_clamp_f32_qai8dxp_qsi4cxp/kai_matmul_clamp_f32_qai8dxp1vlx8_qsi4cxp4vlx8_1vlx4vl_sme2_mopa.c
third_party/kleidiai/kai/ukernels/matmul/matmul_clamp_f32_qai8dxp_qsi4cxp/kai_matmul_clamp_f32_qai8dxp1vlx8_qsi4cxp4vlx8_1vlx4vl_sme2_mopa.h
third_party/kleidiai/kai/ukernels/matmul/matmul_clamp_f32_qai8dxp_qsi4cxp/kai_matmul_clamp_f32_qai8dxp1x4_qsi4cxp4vlx4_1x4vl_sme2_sdot.c
third_party/kleidiai/kai/ukernels/matmul/matmul_clamp_f32_qai8dxp_qsi4cxp/kai_matmul_clamp_f32_qai8dxp1x4_qsi4cxp4vlx4_1x4vl_sme2_sdot.h
third_party/kleidiai/kai/ukernels/matmul/matmul_clamp_f32_qai8dxp_qsi4cxp/kai_matmul_clamp_f32_qai8dxp1x4_qsi4cxp4x4_1x4_neon_dotprod.c
third_party/kleidiai/kai/ukernels/matmul/matmul_clamp_f32_qai8dxp_qsi4cxp/kai_matmul_clamp_f32_qai8dxp1x4_qsi4cxp4x4_1x4_neon_dotprod.h
third_party/kleidiai/kai/ukernels/matmul/matmul_clamp_f32_qai8dxp_qsi4cxp/kai_matmul_clamp_f32_qai8dxp1x8_qsi4cxp4x8_1x4x32_neon_dotprod.c
third_party/kleidiai/kai/ukernels/matmul/matmul_clamp_f32_qai8dxp_qsi4cxp/kai_matmul_clamp_f32_qai8dxp1x8_qsi4cxp4x8_1x4x32_neon_dotprod.h
third_party/kleidiai/kai/ukernels/matmul/matmul_clamp_f32_qai8dxp_qsi4cxp/kai_matmul_clamp_f32_qai8dxp1x8_qsi4cxp8x8_1x8x32_neon_dotprod.c
third_party/kleidiai/kai/ukernels/matmul/matmul_clamp_f32_qai8dxp_qsi4cxp/kai_matmul_clamp_f32_qai8dxp1x8_qsi4cxp8x8_1x8x32_neon_dotprod.h
third_party/kleidiai/kai/ukernels/matmul/matmul_clamp_f32_qai8dxp_qsi4cxp/kai_matmul_clamp_f32_qai8dxp4x4_qsi4cxp8x4_8x8x32_neon_dotprod.c
third_party/kleidiai/kai/ukernels/matmul/matmul_clamp_f32_qai8dxp_qsi4cxp/kai_matmul_clamp_f32_qai8dxp4x4_qsi4cxp8x4_8x8x32_neon_dotprod.h
third_party/kleidiai/kai/ukernels/matmul/matmul_clamp_f32_qai8dxp_qsi4cxp/kai_matmul_clamp_f32_qai8dxp4x8_qsi4cxp4x4_16x4x32_neon_dotprod.c
third_party/kleidiai/kai/ukernels/matmul/matmul_clamp_f32_qai8dxp_qsi4cxp/kai_matmul_clamp_f32_qai8dxp4x8_qsi4cxp4x4_16x4x32_neon_dotprod.h
third_party/kleidiai/kai/ukernels/matmul/matmul_clamp_f32_qai8dxp_qsi4cxp/kai_matmul_clamp_f32_qai8dxp4x8_qsi4cxp4x8_4x4x32_neon_i8mm.c
third_party/kleidiai/kai/ukernels/matmul/matmul_clamp_f32_qai8dxp_qsi4cxp/kai_matmul_clamp_f32_qai8dxp4x8_qsi4cxp4x8_4x4x32_neon_i8mm.h
third_party/kleidiai/kai/ukernels/matmul/matmul_clamp_f32_qai8dxp_qsi4cxp/kai_matmul_clamp_f32_qai8dxp4x8_qsi4cxp4x8_8x4x32_neon_i8mm.c
third_party/kleidiai/kai/ukernels/matmul/matmul_clamp_f32_qai8dxp_qsi4cxp/kai_matmul_clamp_f32_qai8dxp4x8_qsi4cxp4x8_8x4x32_neon_i8mm.h
third_party/kleidiai/kai/ukernels/matmul/matmul_clamp_f32_qai8dxp_qsi4cxp/kai_matmul_clamp_f32_qai8dxp4x8_qsi4cxp8x8_4x8x32_neon_i8mm.c
third_party/kleidiai/kai/ukernels/matmul/matmul_clamp_f32_qai8dxp_qsi4cxp/kai_matmul_clamp_f32_qai8dxp4x8_qsi4cxp8x8_4x8x32_neon_i8mm.h
third_party/kleidiai/kai/ukernels/matmul/matmul_clamp_f32_qai8dxp_qsi4cxp/kai_matmul_clamp_f32_qai8dxp4x8_qsi4cxp8x8_8x8x32_neon_i8mm.c
third_party/kleidiai/kai/ukernels/matmul/matmul_clamp_f32_qai8dxp_qsi4cxp/kai_matmul_clamp_f32_qai8dxp4x8_qsi4cxp8x8_8x8x32_neon_i8mm.h
third_party/kleidiai/kai/ukernels/matmul/matmul_clamp_f32_qai8dxp_qsi4cxp/kai_matmul_clamp_f32_qai8dxp_qsi4cxp_interface.h
third_party/kleidiai/kai/ukernels/matmul/matmul_clamp_f32_qai8dxp_qsi8cxp/kai_matmul_clamp_f32_qai8dxp1vlx4_qsi8cxp4vlx4_1vlx4vl_sme2_mopa.c
third_party/kleidiai/kai/ukernels/matmul/matmul_clamp_f32_qai8dxp_qsi8cxp/kai_matmul_clamp_f32_qai8dxp1vlx4_qsi8cxp4vlx4_1vlx4vl_sme2_mopa.h
third_party/kleidiai/kai/ukernels/matmul/matmul_clamp_f32_qai8dxp_qsi8cxp/kai_matmul_clamp_f32_qai8dxp1vlx4_qsi8cxp4vlx4_1vlx4vl_sme2_mopa_asm.S
third_party/kleidiai/kai/ukernels/matmul/matmul_clamp_f32_qai8dxp_qsi8cxp/kai_matmul_clamp_f32_qai8dxp1vlx4_qsi8cxp4vlx4_1vlx4vl_sme_mopa.c
third_party/kleidiai/kai/ukernels/matmul/matmul_clamp_f32_qai8dxp_qsi8cxp/kai_matmul_clamp_f32_qai8dxp1vlx4_qsi8cxp4vlx4_1vlx4vl_sme_mopa.h
third_party/kleidiai/kai/ukernels/matmul/matmul_clamp_f32_qai8dxp_qsi8cxp/kai_matmul_clamp_f32_qai8dxp1vlx4_qsi8cxp4vlx4_1vlx4vl_sme_mopa_asm.S
third_party/kleidiai/kai/ukernels/matmul/matmul_clamp_f32_qai8dxp_qsi8cxp/kai_matmul_clamp_f32_qai8dxp1x4_qsi8cxp4vlx4_1x4vl_sme2_dot.c
third_party/kleidiai/kai/ukernels/matmul/matmul_clamp_f32_qai8dxp_qsi8cxp/kai_matmul_clamp_f32_qai8dxp1x4_qsi8cxp4vlx4_1x4vl_sme2_dot.h
third_party/kleidiai/kai/ukernels/matmul/matmul_clamp_f32_qai8dxp_qsi8cxp/kai_matmul_clamp_f32_qai8dxp1x4_qsi8cxp4vlx4_1x4vl_sme2_dot_asm.S
third_party/kleidiai/kai/ukernels/matmul/matmul_clamp_f32_qai8dxp_qsi8cxp/kai_matmul_clamp_f32_qai8dxp1x4_qsi8cxp4vlx4_1x4vl_sme_dot.c
third_party/kleidiai/kai/ukernels/matmul/matmul_clamp_f32_qai8dxp_qsi8cxp/kai_matmul_clamp_f32_qai8dxp1x4_qsi8cxp4vlx4_1x4vl_sme_dot.h
third_party/kleidiai/kai/ukernels/matmul/matmul_clamp_f32_qai8dxp_qsi8cxp/kai_matmul_clamp_f32_qai8dxp1x4_qsi8cxp4vlx4_1x4vl_sme_dot_asm.S
third_party/kleidiai/kai/ukernels/matmul/matmul_clamp_f32_qai8dxp_qsi8cxp/kai_matmul_clamp_f32_qai8dxp1x4_qsi8cxp4x4_1x4_neon_dotprod.c
third_party/kleidiai/kai/ukernels/matmul/matmul_clamp_f32_qai8dxp_qsi8cxp/kai_matmul_clamp_f32_qai8dxp1x4_qsi8cxp4x4_1x4_neon_dotprod.h
third_party/kleidiai/kai/ukernels/matmul/matmul_clamp_f32_qai8dxp_qsi8cxp/kai_matmul_clamp_f32_qai8dxp1x8_qsi8cxp4x8_1x4_neon_dotprod.c
third_party/kleidiai/kai/ukernels/matmul/matmul_clamp_f32_qai8dxp_qsi8cxp/kai_matmul_clamp_f32_qai8dxp1x8_qsi8cxp4x8_1x4_neon_dotprod.h
third_party/kleidiai/kai/ukernels/matmul/matmul_clamp_f32_qai8dxp_qsi8cxp/kai_matmul_clamp_f32_qai8dxp4x4_qsi8cxp4x4_16x4_neon_dotprod.c
third_party/kleidiai/kai/ukernels/matmul/matmul_clamp_f32_qai8dxp_qsi8cxp/kai_matmul_clamp_f32_qai8dxp4x4_qsi8cxp4x4_16x4_neon_dotprod.h
third_party/kleidiai/kai/ukernels/matmul/matmul_clamp_f32_qai8dxp_qsi8cxp/kai_matmul_clamp_f32_qai8dxp4x8_qsi8cxp4x8_16x4_neon_i8mm.c
third_party/kleidiai/kai/ukernels/matmul/matmul_clamp_f32_qai8dxp_qsi8cxp/kai_matmul_clamp_f32_qai8dxp4x8_qsi8cxp4x8_16x4_neon_i8mm.h
third_party/kleidiai/kai/ukernels/matmul/matmul_clamp_f32_qai8dxp_qsi8cxp/kai_matmul_clamp_f32_qai8dxp_qsi8cxp_interface.h
third_party/kleidiai/kai/ukernels/matmul/matmul_clamp_f32_qsi8d32p_qai4c32p/kai_matmul_clamp_f32_qsi8d32p1vlx4_qai4c32p4vlx4_1vlx4vl_sme2_mopa.c
third_party/kleidiai/kai/ukernels/matmul/matmul_clamp_f32_qsi8d32p_qai4c32p/kai_matmul_clamp_f32_qsi8d32p1vlx4_qai4c32p4vlx4_1vlx4vl_sme2_mopa.h
third_party/kleidiai/kai/ukernels/matmul/matmul_clamp_f32_qsi8d32p_qai4c32p/kai_matmul_clamp_f32_qsi8d32p1vlx4_qai4c32p4vlx4_1vlx4vl_sme2_mopa_asm.S
third_party/kleidiai/kai/ukernels/matmul/matmul_clamp_f32_qsi8d32p_qai4c32p/kai_matmul_clamp_f32_qsi8d32p1x4_qai4c32p4vlx4_1x4vl_sme2_dot.c
third_party/kleidiai/kai/ukernels/matmul/matmul_clamp_f32_qsi8d32p_qai4c32p/kai_matmul_clamp_f32_qsi8d32p1x4_qai4c32p4vlx4_1x4vl_sme2_dot.h
third_party/kleidiai/kai/ukernels/matmul/matmul_clamp_f32_qsi8d32p_qai4c32p/kai_matmul_clamp_f32_qsi8d32p1x4_qai4c32p4vlx4_1x4vl_sme2_dot_asm.S
third_party/kleidiai/kai/ukernels/matmul/matmul_clamp_f32_qsi8d32p_qai4c32p/kai_matmul_clamp_f32_qsi8d32p1x4_qai4c32p4x4_1x4_neon_dotprod.c
third_party/kleidiai/kai/ukernels/matmul/matmul_clamp_f32_qsi8d32p_qai4c32p/kai_matmul_clamp_f32_qsi8d32p1x4_qai4c32p4x4_1x4_neon_dotprod.h
third_party/kleidiai/kai/ukernels/matmul/matmul_clamp_f32_qsi8d32p_qai4c32p/kai_matmul_clamp_f32_qsi8d32p1x4_qai4c32p4x4_1x4_neon_dotprod_asm.S
third_party/kleidiai/kai/ukernels/matmul/matmul_clamp_f32_qsi8d32p_qai4c32p/kai_matmul_clamp_f32_qsi8d32p1x8_qai4c32p4x8_1x4_neon_dotprod.c
third_party/kleidiai/kai/ukernels/matmul/matmul_clamp_f32_qsi8d32p_qai4c32p/kai_matmul_clamp_f32_qsi8d32p1x8_qai4c32p4x8_1x4_neon_dotprod.h
third_party/kleidiai/kai/ukernels/matmul/matmul_clamp_f32_qsi8d32p_qai4c32p/kai_matmul_clamp_f32_qsi8d32p1x8_qai4c32p4x8_1x4_neon_dotprod_asm.S
third_party/kleidiai/kai/ukernels/matmul/matmul_clamp_f32_qsi8d32p_qai4c32p/kai_matmul_clamp_f32_qsi8d32p4x4_qai4c32p4x4_8x4_neon_dotprod.c
third_party/kleidiai/kai/ukernels/matmul/matmul_clamp_f32_qsi8d32p_qai4c32p/kai_matmul_clamp_f32_qsi8d32p4x4_qai4c32p4x4_8x4_neon_dotprod.h
third_party/kleidiai/kai/ukernels/matmul/matmul_clamp_f32_qsi8d32p_qai4c32p/kai_matmul_clamp_f32_qsi8d32p4x4_qai4c32p4x4_8x4_neon_dotprod_asm.S
third_party/kleidiai/kai/ukernels/matmul/matmul_clamp_f32_qsi8d32p_qai4c32p/kai_matmul_clamp_f32_qsi8d32p4x8_qai4c32p4x8_8x4_neon_i8mm.c
third_party/kleidiai/kai/ukernels/matmul/matmul_clamp_f32_qsi8d32p_qai4c32p/kai_matmul_clamp_f32_qsi8d32p4x8_qai4c32p4x8_8x4_neon_i8mm.h
third_party/kleidiai/kai/ukernels/matmul/matmul_clamp_f32_qsi8d32p_qai4c32p/kai_matmul_clamp_f32_qsi8d32p4x8_qai4c32p4x8_8x4_neon_i8mm_asm.S
third_party/kleidiai/kai/ukernels/matmul/matmul_clamp_f32_qsi8d32p_qai4c32p/kai_matmul_clamp_f32_qsi8d32p_qai4c32p_interface.h
third_party/kleidiai/kai/ukernels/matmul/matmul_clamp_f32_qsi8d32p_qsi4c32p/kai_matmul_clamp_f32_qsi8d32p1vlx4_qsi4c32p4vlx4_1vlx4vl_sme2_mopa.c
third_party/kleidiai/kai/ukernels/matmul/matmul_clamp_f32_qsi8d32p_qsi4c32p/kai_matmul_clamp_f32_qsi8d32p1vlx4_qsi4c32p4vlx4_1vlx4vl_sme2_mopa.h
third_party/kleidiai/kai/ukernels/matmul/matmul_clamp_f32_qsi8d32p_qsi4c32p/kai_matmul_clamp_f32_qsi8d32p1x4_qsi4c32p4vlx4_1x4vl_sme2_sdot.c
third_party/kleidiai/kai/ukernels/matmul/matmul_clamp_f32_qsi8d32p_qsi4c32p/kai_matmul_clamp_f32_qsi8d32p1x4_qsi4c32p4vlx4_1x4vl_sme2_sdot.h
third_party/kleidiai/kai/ukernels/matmul/matmul_clamp_f32_qsi8d32p_qsi4c32p/kai_matmul_clamp_f32_qsi8d32p1x4_qsi4c32p4x4_1x4_neon_dotprod.c
third_party/kleidiai/kai/ukernels/matmul/matmul_clamp_f32_qsi8d32p_qsi4c32p/kai_matmul_clamp_f32_qsi8d32p1x4_qsi4c32p4x4_1x4_neon_dotprod.h
third_party/kleidiai/kai/ukernels/matmul/matmul_clamp_f32_qsi8d32p_qsi4c32p/kai_matmul_clamp_f32_qsi8d32p1x8_qsi4c32p4x8_1x4x32_neon_dotprod.c
third_party/kleidiai/kai/ukernels/matmul/matmul_clamp_f32_qsi8d32p_qsi4c32p/kai_matmul_clamp_f32_qsi8d32p1x8_qsi4c32p4x8_1x4x32_neon_dotprod.h
third_party/kleidiai/kai/ukernels/matmul/matmul_clamp_f32_qsi8d32p_qsi4c32p/kai_matmul_clamp_f32_qsi8d32p4x4_qsi4c32p4x4_16x4_neon_dotprod.c
third_party/kleidiai/kai/ukernels/matmul/matmul_clamp_f32_qsi8d32p_qsi4c32p/kai_matmul_clamp_f32_qsi8d32p4x4_qsi4c32p4x4_16x4_neon_dotprod.h
third_party/kleidiai/kai/ukernels/matmul/matmul_clamp_f32_qsi8d32p_qsi4c32p/kai_matmul_clamp_f32_qsi8d32p4x8_qsi4c32p4x8_16x4_neon_i8mm.c
third_party/kleidiai/kai/ukernels/matmul/matmul_clamp_f32_qsi8d32p_qsi4c32p/kai_matmul_clamp_f32_qsi8d32p4x8_qsi4c32p4x8_16x4_neon_i8mm.h
third_party/kleidiai/kai/ukernels/matmul/matmul_clamp_f32_qsi8d32p_qsi4c32p/kai_matmul_clamp_f32_qsi8d32p4x8_qsi4c32p4x8_8x4x32_neon_i8mm.c
third_party/kleidiai/kai/ukernels/matmul/matmul_clamp_f32_qsi8d32p_qsi4c32p/kai_matmul_clamp_f32_qsi8d32p4x8_qsi4c32p4x8_8x4x32_neon_i8mm.h
third_party/kleidiai/kai/ukernels/matmul/matmul_clamp_f32_qsi8d32p_qsi4c32p/kai_matmul_clamp_f32_qsi8d32p_qsi4c32p_interface.h
third_party/kleidiai/kai/ukernels/matmul/matmul_clamp_fp32_bf16p_bf16p/kai_matmul_clamp_f32_bf16p2vlx2_bf16p2vlx2_2vlx2vl_sme2_mopa.c
third_party/kleidiai/kai/ukernels/matmul/matmul_clamp_fp32_bf16p_bf16p/kai_matmul_clamp_f32_bf16p2vlx2_bf16p2vlx2_2vlx2vl_sme2_mopa.h
third_party/kleidiai/kai/ukernels/matmul/matmul_clamp_fp32_bf16p_bf16p/kai_matmul_clamp_f32_bf16p2vlx2_bf16p2vlx2_2vlx2vl_sme2_mopa_asm.S
third_party/kleidiai/kai/ukernels/matmul/matmul_clamp_fp32_bf16p_bf16p/kai_matmul_clamp_f32_bf16p_bf16p_interface.h
third_party/kleidiai/kai/ukernels/matmul/matmul_clamp_qai8_qai8_qsi8cxp/kai_matmul_clamp_qai8_qai8_qsi8cxp2vlx4sb_1x16vl_sme2_dot.c
third_party/kleidiai/kai/ukernels/matmul/matmul_clamp_qai8_qai8_qsi8cxp/kai_matmul_clamp_qai8_qai8_qsi8cxp2vlx4sb_1x16vl_sme2_dot.h
third_party/kleidiai/kai/ukernels/matmul/matmul_clamp_qai8_qai8_qsi8cxp/kai_matmul_clamp_qai8_qai8_qsi8cxp2vlx4sb_1x16vl_sme2_dot_asm.S
third_party/kleidiai/kai/ukernels/matmul/matmul_clamp_qai8_qai8_qsi8cxp/kai_matmul_clamp_qai8_qai8_qsi8cxp_interface.h
third_party/kleidiai/kai/ukernels/matmul/matmul_clamp_qai8_qai8p_qsi8cxp/kai_matmul_clamp_qai8_qai8p2vlx4_qsi8cxp2vlx4sb_2vlx2vl_sme_mopa.c
third_party/kleidiai/kai/ukernels/matmul/matmul_clamp_qai8_qai8p_qsi8cxp/kai_matmul_clamp_qai8_qai8p2vlx4_qsi8cxp2vlx4sb_2vlx2vl_sme_mopa.h
third_party/kleidiai/kai/ukernels/matmul/matmul_clamp_qai8_qai8p_qsi8cxp/kai_matmul_clamp_qai8_qai8p2vlx4_qsi8cxp2vlx4sb_2vlx2vl_sme_mopa_asm.S
third_party/kleidiai/kai/ukernels/matmul/matmul_clamp_qai8_qai8p_qsi8cxp/kai_matmul_clamp_qai8_qai8p2vlx4_qsi8cxpsb2vlx4_2vlx2vl_sme2_mopa.c
third_party/kleidiai/kai/ukernels/matmul/matmul_clamp_qai8_qai8p_qsi8cxp/kai_matmul_clamp_qai8_qai8p2vlx4_qsi8cxpsb2vlx4_2vlx2vl_sme2_mopa.h
third_party/kleidiai/kai/ukernels/matmul/matmul_clamp_qai8_qai8p_qsi8cxp/kai_matmul_clamp_qai8_qai8p2vlx4_qsi8cxpsb2vlx4_2vlx2vl_sme2_mopa_asm.S
third_party/kleidiai/kai/ukernels/matmul/matmul_clamp_qai8_qai8p_qsi8cxp/kai_matmul_clamp_qai8_qai8p_qsi8cxpsb_interface.h
third_party/kleidiai/kai/ukernels/matmul/pack/README.md
third_party/kleidiai/kai/ukernels/matmul/pack/kai_lhs_imatmul_pack_x16p2vlx2_x16p_sme.c
third_party/kleidiai/kai/ukernels/matmul/pack/kai_lhs_imatmul_pack_x16p2vlx2_x16p_sme.h
third_party/kleidiai/kai/ukernels/matmul/pack/kai_lhs_imatmul_pack_x16p2vlx2_x16p_sme_asm.S
third_party/kleidiai/kai/ukernels/matmul/pack/kai_lhs_imatmul_pack_x32p2vlx1_x32p_sme.c
third_party/kleidiai/kai/ukernels/matmul/pack/kai_lhs_imatmul_pack_x32p2vlx1_x32p_sme.h
third_party/kleidiai/kai/ukernels/matmul/pack/kai_lhs_imatmul_pack_x32p2vlx1_x32p_sme_asm.S
third_party/kleidiai/kai/ukernels/matmul/pack/kai_lhs_imatmul_pack_x8p2vlx4_x8p_sme.c
third_party/kleidiai/kai/ukernels/matmul/pack/kai_lhs_imatmul_pack_x8p2vlx4_x8p_sme.h
third_party/kleidiai/kai/ukernels/matmul/pack/kai_lhs_imatmul_pack_x8p2vlx4_x8p_sme_asm.S
third_party/kleidiai/kai/ukernels/matmul/pack/kai_lhs_pack_bf16p2vlx2_f32_sme.c
third_party/kleidiai/kai/ukernels/matmul/pack/kai_lhs_pack_bf16p2vlx2_f32_sme.h
third_party/kleidiai/kai/ukernels/matmul/pack/kai_lhs_pack_bf16p8x4_f16_neon.c
third_party/kleidiai/kai/ukernels/matmul/pack/kai_lhs_pack_bf16p8x4_f16_neon.h
third_party/kleidiai/kai/ukernels/matmul/pack/kai_lhs_pack_f32p2vlx1_f32_sme.c
third_party/kleidiai/kai/ukernels/matmul/pack/kai_lhs_pack_f32p2vlx1_f32_sme.h
third_party/kleidiai/kai/ukernels/matmul/pack/kai_lhs_pack_f32p2vlx1_f32_sme_asm.S
third_party/kleidiai/kai/ukernels/matmul/pack/kai_lhs_pack_x16p2vlx2_x16_sme.c
third_party/kleidiai/kai/ukernels/matmul/pack/kai_lhs_pack_x16p2vlx2_x16_sme.h
third_party/kleidiai/kai/ukernels/matmul/pack/kai_lhs_pack_x16p2vlx2_x16_sme_asm.S
third_party/kleidiai/kai/ukernels/matmul/pack/kai_lhs_pack_x8p2vlx4_x8_sme.c
third_party/kleidiai/kai/ukernels/matmul/pack/kai_lhs_pack_x8p2vlx4_x8_sme.h
third_party/kleidiai/kai/ukernels/matmul/pack/kai_lhs_pack_x8p2vlx4_x8_sme_asm.S
third_party/kleidiai/kai/ukernels/matmul/pack/kai_lhs_quant_pack_bf16p1x4_f32_neon.c
third_party/kleidiai/kai/ukernels/matmul/pack/kai_lhs_quant_pack_bf16p1x4_f32_neon.h
third_party/kleidiai/kai/ukernels/matmul/pack/kai_lhs_quant_pack_bf16p8x4_f32_neon.c
third_party/kleidiai/kai/ukernels/matmul/pack/kai_lhs_quant_pack_bf16p8x4_f32_neon.h
third_party/kleidiai/kai/ukernels/matmul/pack/kai_lhs_quant_pack_qai8dxp_bf16_neon.c
third_party/kleidiai/kai/ukernels/matmul/pack/kai_lhs_quant_pack_qai8dxp_bf16_neon.h
third_party/kleidiai/kai/ukernels/matmul/pack/kai_lhs_quant_pack_qai8dxp_f16_neon.c
third_party/kleidiai/kai/ukernels/matmul/pack/kai_lhs_quant_pack_qai8dxp_f16_neon.h
third_party/kleidiai/kai/ukernels/matmul/pack/kai_lhs_quant_pack_qai8dxp_f32.c
third_party/kleidiai/kai/ukernels/matmul/pack/kai_lhs_quant_pack_qai8dxp_f32.h
third_party/kleidiai/kai/ukernels/matmul/pack/kai_lhs_quant_pack_qsi8d32p4x8sb_f32_neon.c
third_party/kleidiai/kai/ukernels/matmul/pack/kai_lhs_quant_pack_qsi8d32p4x8sb_f32_neon.h
third_party/kleidiai/kai/ukernels/matmul/pack/kai_lhs_quant_pack_qsi8d32p_f32.c
third_party/kleidiai/kai/ukernels/matmul/pack/kai_lhs_quant_pack_qsi8d32p_f32.h
third_party/kleidiai/kai/ukernels/matmul/pack/kai_lhs_quant_pack_qsi8d32p_f32_neon.c
third_party/kleidiai/kai/ukernels/matmul/pack/kai_lhs_quant_pack_qsi8d32p_f32_neon.h
third_party/kleidiai/kai/ukernels/matmul/pack/kai_lhs_quant_pack_qsi8d32pscalef32_f16_neon.c
third_party/kleidiai/kai/ukernels/matmul/pack/kai_lhs_quant_pack_qsi8d32pscalef32_f16_neon.h
third_party/kleidiai/kai/ukernels/matmul/pack/kai_lhs_quant_pack_qsi8d32pscalef32_f32_neon.c
third_party/kleidiai/kai/ukernels/matmul/pack/kai_lhs_quant_pack_qsi8d32pscalef32_f32_neon.h
third_party/kleidiai/kai/ukernels/matmul/pack/kai_rhs_imatmul_pack_kxn_qsi8cxp2vlx4sb_qs8cx_f32_i32_sme.c
third_party/kleidiai/kai/ukernels/matmul/pack/kai_rhs_imatmul_pack_kxn_qsi8cxp2vlx4sb_qs8cx_f32_i32_sme.h
third_party/kleidiai/kai/ukernels/matmul/pack/kai_rhs_imatmul_pack_kxn_qsi8cxp2vlx4sb_qs8cx_f32_i32_sme_asm.S
third_party/kleidiai/kai/ukernels/matmul/pack/kai_rhs_imatmul_pack_kxn_x16p2vlx2b_x16_x16_sme.c
third_party/kleidiai/kai/ukernels/matmul/pack/kai_rhs_imatmul_pack_kxn_x16p2vlx2b_x16_x16_sme.h
third_party/kleidiai/kai/ukernels/matmul/pack/kai_rhs_imatmul_pack_kxn_x16p2vlx2b_x16_x16_sme_asm.S
third_party/kleidiai/kai/ukernels/matmul/pack/kai_rhs_imatmul_pack_kxn_x32p2vlx1b_x32_x32_sme.c
third_party/kleidiai/kai/ukernels/matmul/pack/kai_rhs_imatmul_pack_kxn_x32p2vlx1b_x32_x32_sme.h
third_party/kleidiai/kai/ukernels/matmul/pack/kai_rhs_imatmul_pack_kxn_x32p2vlx1b_x32_x32_sme_asm.S
third_party/kleidiai/kai/ukernels/matmul/pack/kai_rhs_pack_kxn_bf16p12x4biasf16_f16_neon.c
third_party/kleidiai/kai/ukernels/matmul/pack/kai_rhs_pack_kxn_bf16p12x4biasf16_f16_neon.h
third_party/kleidiai/kai/ukernels/matmul/pack/kai_rhs_pack_kxn_bf16p12x4biasf32_f16_neon.c
third_party/kleidiai/kai/ukernels/matmul/pack/kai_rhs_pack_kxn_bf16p12x4biasf32_f16_neon.h
third_party/kleidiai/kai/ukernels/matmul/pack/kai_rhs_pack_kxn_bf16p2vlx2b_f32_x32_sme.c
third_party/kleidiai/kai/ukernels/matmul/pack/kai_rhs_pack_kxn_bf16p2vlx2b_f32_x32_sme.h
third_party/kleidiai/kai/ukernels/matmul/pack/kai_rhs_pack_kxn_f16p16x1biasf16_f16_f16_neon.c
third_party/kleidiai/kai/ukernels/matmul/pack/kai_rhs_pack_kxn_f16p16x1biasf16_f16_f16_neon.h
third_party/kleidiai/kai/ukernels/matmul/pack/kai_rhs_pack_kxn_f32p16vlx1b_f32_f32_sme.c
third_party/kleidiai/kai/ukernels/matmul/pack/kai_rhs_pack_kxn_f32p16vlx1b_f32_f32_sme.h
third_party/kleidiai/kai/ukernels/matmul/pack/kai_rhs_pack_kxn_f32p16vlx1b_f32_f32_sme_asm.S
third_party/kleidiai/kai/ukernels/matmul/pack/kai_rhs_pack_kxn_f32p2vlx1biasf32_f32_f32_sme.c
third_party/kleidiai/kai/ukernels/matmul/pack/kai_rhs_pack_kxn_f32p2vlx1biasf32_f32_f32_sme.h
third_party/kleidiai/kai/ukernels/matmul/pack/kai_rhs_pack_kxn_f32p2vlx1biasf32_f32_f32_sme_asm.S
third_party/kleidiai/kai/ukernels/matmul/pack/kai_rhs_pack_kxn_f32p8x1biasf32_f32_f32_neon.c
third_party/kleidiai/kai/ukernels/matmul/pack/kai_rhs_pack_kxn_f32p8x1biasf32_f32_f32_neon.h
third_party/kleidiai/kai/ukernels/matmul/pack/kai_rhs_pack_kxn_qsi4c32p_qsu4c32s1s0.c
third_party/kleidiai/kai/ukernels/matmul/pack/kai_rhs_pack_kxn_qsi4c32p_qsu4c32s1s0.h
third_party/kleidiai/kai/ukernels/matmul/pack/kai_rhs_pack_kxn_qsi4cxp_qs4cxs1s0.c
third_party/kleidiai/kai/ukernels/matmul/pack/kai_rhs_pack_kxn_qsi4cxp_qs4cxs1s0.h
third_party/kleidiai/kai/ukernels/matmul/pack/kai_rhs_pack_kxn_qsi8cxp2vlx4sb_qs8cx_f32_i32_sme.c
third_party/kleidiai/kai/ukernels/matmul/pack/kai_rhs_pack_kxn_qsi8cxp2vlx4sb_qs8cx_f32_i32_sme.h
third_party/kleidiai/kai/ukernels/matmul/pack/kai_rhs_pack_kxn_qsi8cxp2vlx4sb_qs8cx_f32_i32_sme_asm.S
third_party/kleidiai/kai/ukernels/matmul/pack/kai_rhs_pack_kxn_qsi8cxp_qsi8cx_neon.c
third_party/kleidiai/kai/ukernels/matmul/pack/kai_rhs_pack_kxn_qsi8cxp_qsi8cx_neon.h
third_party/kleidiai/kai/ukernels/matmul/pack/kai_rhs_pack_kxn_x16p2vlx2b_x16_x16_sme.c
third_party/kleidiai/kai/ukernels/matmul/pack/kai_rhs_pack_kxn_x16p2vlx2b_x16_x16_sme.h
third_party/kleidiai/kai/ukernels/matmul/pack/kai_rhs_pack_kxn_x16p2vlx2b_x16_x16_sme_asm.S
third_party/kleidiai/kai/ukernels/matmul/pack/kai_rhs_pack_kxn_x16p32x1b_x16_x16_neon.c
third_party/kleidiai/kai/ukernels/matmul/pack/kai_rhs_pack_kxn_x16p32x1b_x16_x16_neon.h
third_party/kleidiai/kai/ukernels/matmul/pack/kai_rhs_pack_kxn_x16p32x1b_x16_x16_neon_asm.S
third_party/kleidiai/kai/ukernels/matmul/pack/kai_rhs_pack_kxn_x32p16x1b_x32_x32_neon.c
third_party/kleidiai/kai/ukernels/matmul/pack/kai_rhs_pack_kxn_x32p16x1b_x32_x32_neon.h
third_party/kleidiai/kai/ukernels/matmul/pack/kai_rhs_pack_kxn_x32p16x1b_x32_x32_neon_asm.S
third_party/kleidiai/kai/ukernels/matmul/pack/kai_rhs_pack_nxk_f32p2vlx1biasf32_f32_f32_sme.c
third_party/kleidiai/kai/ukernels/matmul/pack/kai_rhs_pack_nxk_f32p2vlx1biasf32_f32_f32_sme.h
third_party/kleidiai/kai/ukernels/matmul/pack/kai_rhs_pack_nxk_f32p2vlx1biasf32_f32_f32_sme_asm.S
third_party/kleidiai/kai/ukernels/matmul/pack/kai_rhs_pack_nxk_qai4c32p_qau4c32s0s1_f32_f32_f32_neon.c
third_party/kleidiai/kai/ukernels/matmul/pack/kai_rhs_pack_nxk_qai4c32p_qau4c32s0s1_f32_f32_f32_neon.h
third_party/kleidiai/kai/ukernels/matmul/pack/kai_rhs_pack_nxk_qai4c32ps1s0nrx4_qau4c32s0s1_f32_f32_f32_neon.c
third_party/kleidiai/kai/ukernels/matmul/pack/kai_rhs_pack_nxk_qai4c32ps1s0nrx4_qau4c32s0s1_f32_f32_f32_neon.h
third_party/kleidiai/kai/ukernels/matmul/pack/kai_rhs_pack_nxk_qai4c32ps1s0nrx4_qau4c32s1s0_f32_f32_f32_neon.c
third_party/kleidiai/kai/ukernels/matmul/pack/kai_rhs_pack_nxk_qai4c32ps1s0nrx4_qau4c32s1s0_f32_f32_f32_neon.h
third_party/kleidiai/kai/ukernels/matmul/pack/kai_rhs_pack_nxk_qsi4c32p_qsu4c32s1s0.c
third_party/kleidiai/kai/ukernels/matmul/pack/kai_rhs_pack_nxk_qsi4c32p_qsu4c32s1s0.h
third_party/kleidiai/kai/ukernels/matmul/pack/kai_rhs_pack_nxk_qsi4c32pnrx4_qsu4c32s1s0_neon.c
third_party/kleidiai/kai/ukernels/matmul/pack/kai_rhs_pack_nxk_qsi4c32pnrx4_qsu4c32s1s0_neon.h
third_party/kleidiai/kai/ukernels/matmul/pack/kai_rhs_pack_nxk_qsi4c32pnrx8_qsu4c32s1s0_neon.c
third_party/kleidiai/kai/ukernels/matmul/pack/kai_rhs_pack_nxk_qsi4c32pnrx8_qsu4c32s1s0_neon.h
third_party/kleidiai/kai/ukernels/matmul/pack/kai_rhs_pack_nxk_qsi4c32ps1s0scalef16_qsu4c32s16s0_neon.c
third_party/kleidiai/kai/ukernels/matmul/pack/kai_rhs_pack_nxk_qsi4c32ps1s0scalef16_qsu4c32s16s0_neon.h
third_party/kleidiai/kai/ukernels/matmul/pack/kai_rhs_pack_nxk_qsi4c32pscalef16_qsu4c32s16s0.c
third_party/kleidiai/kai/ukernels/matmul/pack/kai_rhs_pack_nxk_qsi4c32pscalef16_qsu4c32s16s0.h
third_party/kleidiai/kai/ukernels/matmul/pack/kai_rhs_pack_nxk_qsi4cxp_qs4cxs1s0.c
third_party/kleidiai/kai/ukernels/matmul/pack/kai_rhs_pack_nxk_qsi4cxp_qs4cxs1s0.h
third_party/kleidiai/kai/ukernels/matmul/pack/kai_rhs_pack_nxk_qsi4cxps1s0_qsu4cxs1s0_neon.c
third_party/kleidiai/kai/ukernels/matmul/pack/kai_rhs_pack_nxk_qsi4cxps1s0_qsu4cxs1s0_neon.h
third_party/kleidiai/kai/ukernels/matmul/pack/kai_rhs_pack_nxk_qsi8cxp_qsi8cx_neon.c
third_party/kleidiai/kai/ukernels/matmul/pack/kai_rhs_pack_nxk_qsi8cxp_qsi8cx_neon.h
third_party/kleidiai/kai/ukernels/matmul/pack/kai_rhs_pack_nxk_x16p2vlx2b_x16_x16_sme.c
third_party/kleidiai/kai/ukernels/matmul/pack/kai_rhs_pack_nxk_x16p2vlx2b_x16_x16_sme.h
third_party/kleidiai/kai/ukernels/matmul/pack/kai_rhs_pack_nxk_x16p2vlx2b_x16_x16_sme_asm.S
third_party/kleidiai/kai/ukernels/matmul/pack/kai_rhs_quant_pack_kxn_bf16p12x4biasf32_f32_neon.c
third_party/kleidiai/kai/ukernels/matmul/pack/kai_rhs_quant_pack_kxn_bf16p12x4biasf32_f32_neon.h
third_party/kleidiai/test/BUILD.bazel
third_party/kleidiai/test/common/assembly.h
third_party/kleidiai/test/common/bfloat16.cpp
third_party/kleidiai/test/common/bfloat16.hpp
third_party/kleidiai/test/common/buffer.cpp
third_party/kleidiai/test/common/buffer.hpp
third_party/kleidiai/test/common/cache.hpp
third_party/kleidiai/test/common/compare.cpp
third_party/kleidiai/test/common/compare.hpp
third_party/kleidiai/test/common/cpu_info.cpp
third_party/kleidiai/test/common/cpu_info.hpp
third_party/kleidiai/test/common/data_format.cpp
third_party/kleidiai/test/common/data_format.hpp
third_party/kleidiai/test/common/data_type.cpp
third_party/kleidiai/test/common/data_type.hpp
third_party/kleidiai/test/common/float16.cpp
third_party/kleidiai/test/common/float16.hpp
third_party/kleidiai/test/common/float16_asm.S
third_party/kleidiai/test/common/int4.cpp
third_party/kleidiai/test/common/int4.hpp
third_party/kleidiai/test/common/logging.hpp
third_party/kleidiai/test/common/matmul_test_common.cpp
third_party/kleidiai/test/common/matmul_test_common.hpp
third_party/kleidiai/test/common/matrix_portion.cpp
third_party/kleidiai/test/common/matrix_portion.hpp
third_party/kleidiai/test/common/memory.cpp
third_party/kleidiai/test/common/memory.hpp
third_party/kleidiai/test/common/numeric_limits.hpp
third_party/kleidiai/test/common/printer.cpp
third_party/kleidiai/test/common/printer.hpp
third_party/kleidiai/test/common/rect.cpp
third_party/kleidiai/test/common/rect.hpp
third_party/kleidiai/test/common/round.cpp
third_party/kleidiai/test/common/round.hpp
third_party/kleidiai/test/common/round_asm.S
third_party/kleidiai/test/common/sme.cpp
third_party/kleidiai/test/common/sme.hpp
third_party/kleidiai/test/common/test_suite.hpp
third_party/kleidiai/test/common/type_traits.hpp
third_party/kleidiai/test/reference/binary_elementwise.cpp
third_party/kleidiai/test/reference/binary_elementwise.hpp
third_party/kleidiai/test/reference/cast.cpp
third_party/kleidiai/test/reference/cast.hpp
third_party/kleidiai/test/reference/clamp.cpp
third_party/kleidiai/test/reference/clamp.hpp
third_party/kleidiai/test/reference/dwconv.cpp
third_party/kleidiai/test/reference/dwconv.hpp
third_party/kleidiai/test/reference/fill.cpp
third_party/kleidiai/test/reference/fill.hpp
third_party/kleidiai/test/reference/matmul.cpp
third_party/kleidiai/test/reference/matmul.hpp
third_party/kleidiai/test/reference/matmul_pack.cpp
third_party/kleidiai/test/reference/matmul_pack.hpp
third_party/kleidiai/test/reference/pack.cpp
third_party/kleidiai/test/reference/pack.hpp
third_party/kleidiai/test/reference/pad.cpp
third_party/kleidiai/test/reference/pad.hpp
third_party/kleidiai/test/reference/quantize.cpp
third_party/kleidiai/test/reference/quantize.hpp
third_party/kleidiai/test/reference/reduce.cpp
third_party/kleidiai/test/reference/reduce.hpp
third_party/kleidiai/test/reference/reorder.cpp
third_party/kleidiai/test/reference/reorder.hpp
third_party/kleidiai/test/reference/transpose.cpp
third_party/kleidiai/test/reference/transpose.hpp
third_party/kleidiai/test/tests/bfloat16_test.cpp
third_party/kleidiai/test/tests/buffer_test.cpp
third_party/kleidiai/test/tests/dwconv_test.cpp
third_party/kleidiai/test/tests/float16_test.cpp
third_party/kleidiai/test/tests/imatmul_test.cpp
third_party/kleidiai/test/tests/matmul_clamp_bf16_qai8dxp_qsi4cxp_test.cpp
third_party/kleidiai/test/tests/matmul_clamp_f16_bf16p_bf16p_test.cpp
third_party/kleidiai/test/tests/matmul_clamp_f16_qai8dxp_qsi4cxp_test.cpp
third_party/kleidiai/test/tests/matmul_clamp_f16_qai8dxp_qsi8cxp_test.cpp
third_party/kleidiai/test/tests/matmul_clamp_f16_qsi8d32p_qai4c32p_test.cpp
third_party/kleidiai/test/tests/matmul_clamp_f32_bf16p_bf16p_test.cpp
third_party/kleidiai/test/tests/matmul_clamp_f32_f32_f32p_test.cpp
third_party/kleidiai/test/tests/matmul_clamp_f32_qai8dxp_qsi4cxp_test.cpp
third_party/kleidiai/test/tests/matmul_clamp_f32_qai8dxp_qsi8cxp_test.cpp
third_party/kleidiai/test/tests/matmul_clamp_f32_qsi8d32p_qai4c32p_test.cpp
third_party/kleidiai/test/tests/matmul_clamp_f32_qsi8d32p_qsi4c32p_test.cpp
third_party/kleidiai/test/tests/matmul_clamp_qai8_qai8p_qsi8cxp_test.cpp
third_party/kleidiai/test/tests/matmul_clamp_qai8dxp_qsi4c32p_test.cpp
third_party/kleidiai/test/tests/matmul_test.cpp
third_party/kleidiai/third_party/benchmark-v1.9.4.zip
third_party/kleidiai/third_party/benchmark-v1.9.4.zip.license
third_party/kleidiai/third_party/googletest-v1.17.0.zip
third_party/kleidiai/third_party/googletest-v1.17.0.zip.license
third_party/kleidiai/tools/python-requirements.txt
third_party/kleidiai/tools/pre-commit/signedoff_checker.py
third_party/llvm-openmp/LICENSE.txt
third_party/mimalloc/CMakeLists.txt
third_party/mimalloc/LICENSE
third_party/mimalloc/SECURITY.md
third_party/mimalloc/azure-pipelines.yml
third_party/mimalloc/mimalloc.pc.in
third_party/mimalloc/readme.md
third_party/mimalloc/bin/bundle.bat
third_party/mimalloc/bin/bundle.sh
third_party/mimalloc/bin/minject-arm64.exe
third_party/mimalloc/bin/minject.exe
third_party/mimalloc/bin/minject32.exe
third_party/mimalloc/bin/readme.md
third_party/mimalloc/cmake/JoinPaths.cmake
third_party/mimalloc/cmake/mimalloc-config-version.cmake
third_party/mimalloc/cmake/mimalloc-config.cmake
third_party/mimalloc/contrib/docker/readme.md
third_party/mimalloc/contrib/docker/alpine/Dockerfile
third_party/mimalloc/contrib/docker/alpine-arm32v7/Dockerfile
third_party/mimalloc/contrib/docker/alpine-x86/Dockerfile
third_party/mimalloc/contrib/docker/manylinux-x64/Dockerfile
third_party/mimalloc/contrib/vcpkg/portfile.cmake
third_party/mimalloc/contrib/vcpkg/readme.md
third_party/mimalloc/contrib/vcpkg/usage
third_party/mimalloc/contrib/vcpkg/vcpkg-cmake-wrapper.cmake
third_party/mimalloc/contrib/vcpkg/vcpkg.json
third_party/mimalloc/doc/doxyfile
third_party/mimalloc/doc/ds-logo.jpg
third_party/mimalloc/doc/ds-logo.png
third_party/mimalloc/doc/mimalloc-doc.h
third_party/mimalloc/doc/mimalloc-doxygen.css
third_party/mimalloc/doc/mimalloc-logo-100.png
third_party/mimalloc/doc/mimalloc-logo.png
third_party/mimalloc/doc/mimalloc-logo.svg
third_party/mimalloc/doc/release-notes.md
third_party/mimalloc/doc/spades-logo.png
third_party/mimalloc/doc/unreal-logo.svg
third_party/mimalloc/doc/bench-2020/bench-c5-18xlarge-2020-01-20-a.svg
third_party/mimalloc/doc/bench-2020/bench-c5-18xlarge-2020-01-20-b.svg
third_party/mimalloc/doc/bench-2020/bench-c5-18xlarge-2020-01-20-rss-a.svg
third_party/mimalloc/doc/bench-2020/bench-c5-18xlarge-2020-01-20-rss-b.svg
third_party/mimalloc/doc/bench-2020/bench-r5a-1.svg
third_party/mimalloc/doc/bench-2020/bench-r5a-12xlarge-2020-01-16-a.svg
third_party/mimalloc/doc/bench-2020/bench-r5a-12xlarge-2020-01-16-b.svg
third_party/mimalloc/doc/bench-2020/bench-r5a-2.svg
third_party/mimalloc/doc/bench-2020/bench-r5a-rss-1.svg
third_party/mimalloc/doc/bench-2020/bench-r5a-rss-2.svg
third_party/mimalloc/doc/bench-2020/bench-spec-rss.svg
third_party/mimalloc/doc/bench-2020/bench-spec.svg
third_party/mimalloc/doc/bench-2020/bench-z4-1.svg
third_party/mimalloc/doc/bench-2020/bench-z4-2.svg
third_party/mimalloc/doc/bench-2020/bench-z4-rss-1.svg
third_party/mimalloc/doc/bench-2020/bench-z4-rss-2.svg
third_party/mimalloc/doc/bench-2021/bench-amd5950x-2021-01-30-a.svg
third_party/mimalloc/doc/bench-2021/bench-amd5950x-2021-01-30-b.svg
third_party/mimalloc/doc/bench-2021/bench-c5-18xlarge-2021-01-30-a.svg
third_party/mimalloc/doc/bench-2021/bench-c5-18xlarge-2021-01-30-b.svg
third_party/mimalloc/doc/bench-2021/bench-c5-18xlarge-2021-01-30-rss-a.svg
third_party/mimalloc/doc/bench-2021/bench-c5-18xlarge-2021-01-30-rss-b.svg
third_party/mimalloc/doc/bench-2021/bench-macmini-2021-01-30.svg
third_party/mimalloc/docs/annotated.html
third_party/mimalloc/docs/annotated_dup.js
third_party/mimalloc/docs/bc_s.png
third_party/mimalloc/docs/bc_sd.png
third_party/mimalloc/docs/bdwn.png
third_party/mimalloc/docs/bench.html
third_party/mimalloc/docs/build.html
third_party/mimalloc/docs/classes.html
third_party/mimalloc/docs/clipboard.js
third_party/mimalloc/docs/closed.png
third_party/mimalloc/docs/cookie.js
third_party/mimalloc/docs/doc.png
third_party/mimalloc/docs/doc.svg
third_party/mimalloc/docs/docd.svg
third_party/mimalloc/docs/doxygen.css
third_party/mimalloc/docs/doxygen.png
third_party/mimalloc/docs/doxygen.svg
third_party/mimalloc/docs/doxygen_crawl.html
third_party/mimalloc/docs/dynsections.js
third_party/mimalloc/docs/environment.html
third_party/mimalloc/docs/folderclosed.png
third_party/mimalloc/docs/folderclosed.svg
third_party/mimalloc/docs/folderclosedd.svg
third_party/mimalloc/docs/folderopen.png
third_party/mimalloc/docs/folderopen.svg
third_party/mimalloc/docs/folderopend.svg
third_party/mimalloc/docs/functions.html
third_party/mimalloc/docs/functions_vars.html
third_party/mimalloc/docs/group__aligned.html
third_party/mimalloc/docs/group__aligned.js
third_party/mimalloc/docs/group__analysis.html
third_party/mimalloc/docs/group__analysis.js
third_party/mimalloc/docs/group__analysis_structmi__heap__area__t.js
third_party/mimalloc/docs/group__arenas.html
third_party/mimalloc/docs/group__arenas.js
third_party/mimalloc/docs/group__cpp.html
third_party/mimalloc/docs/group__cpp.js
third_party/mimalloc/docs/group__extended.html
third_party/mimalloc/docs/group__extended.js
third_party/mimalloc/docs/group__heap.html
third_party/mimalloc/docs/group__heap.js
third_party/mimalloc/docs/group__internals.html
third_party/mimalloc/docs/group__internals.js
third_party/mimalloc/docs/group__malloc.html
third_party/mimalloc/docs/group__malloc.js
third_party/mimalloc/docs/group__options.html
third_party/mimalloc/docs/group__options.js
third_party/mimalloc/docs/group__posix.html
third_party/mimalloc/docs/group__posix.js
third_party/mimalloc/docs/group__stats.html
third_party/mimalloc/docs/group__stats.js
third_party/mimalloc/docs/group__stats_structmi__stats__s.js
third_party/mimalloc/docs/group__subproc.html
third_party/mimalloc/docs/group__subproc.js
third_party/mimalloc/docs/group__theap.html
third_party/mimalloc/docs/group__theap.js
third_party/mimalloc/docs/group__typed.html
third_party/mimalloc/docs/group__typed.js
third_party/mimalloc/docs/group__zeroinit.html
third_party/mimalloc/docs/group__zeroinit.js
third_party/mimalloc/docs/index.html
third_party/mimalloc/docs/jquery.js
third_party/mimalloc/docs/mimalloc-doc_8h_source.html
third_party/mimalloc/docs/mimalloc-doxygen.css
third_party/mimalloc/docs/mimalloc-logo.svg
third_party/mimalloc/docs/minus.svg
third_party/mimalloc/docs/minusd.svg
third_party/mimalloc/docs/modes.html
third_party/mimalloc/docs/modules.html
third_party/mimalloc/docs/modules.js
third_party/mimalloc/docs/nav_f.png
third_party/mimalloc/docs/nav_fd.png
third_party/mimalloc/docs/nav_g.png
third_party/mimalloc/docs/nav_h.png
third_party/mimalloc/docs/nav_hd.png
third_party/mimalloc/docs/navtree.css
third_party/mimalloc/docs/navtree.js
third_party/mimalloc/docs/navtreedata.js
third_party/mimalloc/docs/navtreeindex0.js
third_party/mimalloc/docs/navtreeindex1.js
third_party/mimalloc/docs/open.png
third_party/mimalloc/docs/overrides.html
third_party/mimalloc/docs/pages.html
third_party/mimalloc/docs/plus.svg
third_party/mimalloc/docs/plusd.svg
third_party/mimalloc/docs/resize.js
third_party/mimalloc/docs/splitbar.png
third_party/mimalloc/docs/splitbard.png
third_party/mimalloc/docs/sync_off.png
third_party/mimalloc/docs/sync_on.png
third_party/mimalloc/docs/tab_a.png
third_party/mimalloc/docs/tab_ad.png
third_party/mimalloc/docs/tab_b.png
third_party/mimalloc/docs/tab_bd.png
third_party/mimalloc/docs/tab_h.png
third_party/mimalloc/docs/tab_hd.png
third_party/mimalloc/docs/tab_s.png
third_party/mimalloc/docs/tab_sd.png
third_party/mimalloc/docs/tabs.css
third_party/mimalloc/docs/tools.html
third_party/mimalloc/docs/topics.html
third_party/mimalloc/docs/topics.js
third_party/mimalloc/docs/using.html
third_party/mimalloc/docs/search/all_0.html
third_party/mimalloc/docs/search/all_0.js
third_party/mimalloc/docs/search/all_1.html
third_party/mimalloc/docs/search/all_1.js
third_party/mimalloc/docs/search/all_10.js
third_party/mimalloc/docs/search/all_11.js
third_party/mimalloc/docs/search/all_12.js
third_party/mimalloc/docs/search/all_13.js
third_party/mimalloc/docs/search/all_14.js
third_party/mimalloc/docs/search/all_2.html
third_party/mimalloc/docs/search/all_2.js
third_party/mimalloc/docs/search/all_3.html
third_party/mimalloc/docs/search/all_3.js
third_party/mimalloc/docs/search/all_4.html
third_party/mimalloc/docs/search/all_4.js
third_party/mimalloc/docs/search/all_5.html
third_party/mimalloc/docs/search/all_5.js
third_party/mimalloc/docs/search/all_6.html
third_party/mimalloc/docs/search/all_6.js
third_party/mimalloc/docs/search/all_7.html
third_party/mimalloc/docs/search/all_7.js
third_party/mimalloc/docs/search/all_8.html
third_party/mimalloc/docs/search/all_8.js
third_party/mimalloc/docs/search/all_9.html
third_party/mimalloc/docs/search/all_9.js
third_party/mimalloc/docs/search/all_a.html
third_party/mimalloc/docs/search/all_a.js
third_party/mimalloc/docs/search/all_b.html
third_party/mimalloc/docs/search/all_b.js
third_party/mimalloc/docs/search/all_c.html
third_party/mimalloc/docs/search/all_c.js
third_party/mimalloc/docs/search/all_d.html
third_party/mimalloc/docs/search/all_d.js
third_party/mimalloc/docs/search/all_e.js
third_party/mimalloc/docs/search/all_f.js
third_party/mimalloc/docs/search/classes_0.html
third_party/mimalloc/docs/search/classes_0.js
third_party/mimalloc/docs/search/close.png
third_party/mimalloc/docs/search/close.svg
third_party/mimalloc/docs/search/enums_0.html
third_party/mimalloc/docs/search/enums_0.js
third_party/mimalloc/docs/search/enumvalues_0.html
third_party/mimalloc/docs/search/enumvalues_0.js
third_party/mimalloc/docs/search/enumvalues_1.html
third_party/mimalloc/docs/search/enumvalues_1.js
third_party/mimalloc/docs/search/functions_0.html
third_party/mimalloc/docs/search/functions_0.js
third_party/mimalloc/docs/search/functions_1.html
third_party/mimalloc/docs/search/functions_1.js
third_party/mimalloc/docs/search/groups_0.html
third_party/mimalloc/docs/search/groups_0.js
third_party/mimalloc/docs/search/groups_1.html
third_party/mimalloc/docs/search/groups_1.js
third_party/mimalloc/docs/search/groups_2.html
third_party/mimalloc/docs/search/groups_2.js
third_party/mimalloc/docs/search/groups_3.html
third_party/mimalloc/docs/search/groups_3.js
third_party/mimalloc/docs/search/groups_4.html
third_party/mimalloc/docs/search/groups_4.js
third_party/mimalloc/docs/search/groups_5.html
third_party/mimalloc/docs/search/groups_5.js
third_party/mimalloc/docs/search/groups_6.html
third_party/mimalloc/docs/search/groups_6.js
third_party/mimalloc/docs/search/groups_7.html
third_party/mimalloc/docs/search/groups_7.js
third_party/mimalloc/docs/search/groups_8.html
third_party/mimalloc/docs/search/groups_8.js
third_party/mimalloc/docs/search/groups_9.js
third_party/mimalloc/docs/search/groups_a.js
third_party/mimalloc/docs/search/groups_b.js
third_party/mimalloc/docs/search/groups_c.js
third_party/mimalloc/docs/search/groups_d.js
third_party/mimalloc/docs/search/groups_e.js
third_party/mimalloc/docs/search/groups_f.js
third_party/mimalloc/docs/search/mag.svg
third_party/mimalloc/docs/search/mag_d.svg
third_party/mimalloc/docs/search/mag_sel.png
third_party/mimalloc/docs/search/mag_sel.svg
third_party/mimalloc/docs/search/mag_seld.svg
third_party/mimalloc/docs/search/nomatches.html
third_party/mimalloc/docs/search/pages_0.html
third_party/mimalloc/docs/search/pages_0.js
third_party/mimalloc/docs/search/pages_1.html
third_party/mimalloc/docs/search/pages_1.js
third_party/mimalloc/docs/search/pages_2.html
third_party/mimalloc/docs/search/pages_2.js
third_party/mimalloc/docs/search/pages_3.html
third_party/mimalloc/docs/search/pages_3.js
third_party/mimalloc/docs/search/pages_4.html
third_party/mimalloc/docs/search/pages_4.js
third_party/mimalloc/docs/search/pages_5.js
third_party/mimalloc/docs/search/pages_6.js
third_party/mimalloc/docs/search/pages_7.js
third_party/mimalloc/docs/search/pages_8.js
third_party/mimalloc/docs/search/pages_9.js
third_party/mimalloc/docs/search/pages_a.js
third_party/mimalloc/docs/search/pages_b.js
third_party/mimalloc/docs/search/pages_c.js
third_party/mimalloc/docs/search/search.css
third_party/mimalloc/docs/search/search.js
third_party/mimalloc/docs/search/search_l.png
third_party/mimalloc/docs/search/search_m.png
third_party/mimalloc/docs/search/search_r.png
third_party/mimalloc/docs/search/searchdata.js
third_party/mimalloc/docs/search/typedefs_0.html
third_party/mimalloc/docs/search/typedefs_0.js
third_party/mimalloc/docs/search/typedefs_1.html
third_party/mimalloc/docs/search/typedefs_1.js
third_party/mimalloc/docs/search/typedefs_2.html
third_party/mimalloc/docs/search/typedefs_2.js
third_party/mimalloc/docs/search/variables_0.html
third_party/mimalloc/docs/search/variables_0.js
third_party/mimalloc/docs/search/variables_1.html
third_party/mimalloc/docs/search/variables_1.js
third_party/mimalloc/docs/search/variables_2.html
third_party/mimalloc/docs/search/variables_2.js
third_party/mimalloc/docs/search/variables_3.html
third_party/mimalloc/docs/search/variables_3.js
third_party/mimalloc/docs/search/variables_4.js
third_party/mimalloc/docs/search/variables_5.js
third_party/mimalloc/docs/search/variables_6.js
third_party/mimalloc/docs/search/variables_7.js
third_party/mimalloc/ide/vs2022/mimalloc-lib.vcxproj
third_party/mimalloc/ide/vs2022/mimalloc-lib.vcxproj.filters
third_party/mimalloc/ide/vs2022/mimalloc-override-dll.vcxproj
third_party/mimalloc/ide/vs2022/mimalloc-override-dll.vcxproj.filters
third_party/mimalloc/ide/vs2022/mimalloc-override-static-lib.vcxproj
third_party/mimalloc/ide/vs2022/mimalloc-override-static-lib.vcxproj.filters
third_party/mimalloc/ide/vs2022/mimalloc-override-test-dep.vcxproj
third_party/mimalloc/ide/vs2022/mimalloc-override-test.vcxproj
third_party/mimalloc/ide/vs2022/mimalloc-test-api.vcxproj
third_party/mimalloc/ide/vs2022/mimalloc-test-dep.vcxproj
third_party/mimalloc/ide/vs2022/mimalloc-test-override-static.vcxproj
third_party/mimalloc/ide/vs2022/mimalloc-test-stress.vcxproj
third_party/mimalloc/ide/vs2022/mimalloc-test.vcxproj
third_party/mimalloc/ide/vs2022/mimalloc.sln
third_party/mimalloc/include/mimalloc-new-delete.h
third_party/mimalloc/include/mimalloc-override.h
third_party/mimalloc/include/mimalloc-stats.h
third_party/mimalloc/include/mimalloc.h
third_party/mimalloc/include/mimalloc/atomic.h
third_party/mimalloc/include/mimalloc/internal.h
third_party/mimalloc/include/mimalloc/prim.h
third_party/mimalloc/include/mimalloc/track.h
third_party/mimalloc/include/mimalloc/types.h
third_party/mimalloc/src/alloc-aligned.c
third_party/mimalloc/src/alloc-override.c
third_party/mimalloc/src/alloc-posix.c
third_party/mimalloc/src/alloc.c
third_party/mimalloc/src/arena-abandon.c
third_party/mimalloc/src/arena.c
third_party/mimalloc/src/bitmap.c
third_party/mimalloc/src/bitmap.h
third_party/mimalloc/src/free.c
third_party/mimalloc/src/heap.c
third_party/mimalloc/src/init.c
third_party/mimalloc/src/libc.c
third_party/mimalloc/src/options.c
third_party/mimalloc/src/os.c
third_party/mimalloc/src/page-queue.c
third_party/mimalloc/src/page.c
third_party/mimalloc/src/random.c
third_party/mimalloc/src/segment-map.c
third_party/mimalloc/src/segment.c
third_party/mimalloc/src/static.c
third_party/mimalloc/src/stats.c
third_party/mimalloc/src/prim/prim.c
third_party/mimalloc/src/prim/readme.md
third_party/mimalloc/src/prim/emscripten/prim.c
third_party/mimalloc/src/prim/osx/alloc-override-zone.c
third_party/mimalloc/src/prim/osx/prim.c
third_party/mimalloc/src/prim/unix/prim.c
third_party/mimalloc/src/prim/wasi/prim.c
third_party/mimalloc/src/prim/windows/etw-mimalloc.wprp
third_party/mimalloc/src/prim/windows/etw.h
third_party/mimalloc/src/prim/windows/etw.man
third_party/mimalloc/src/prim/windows/prim.c
third_party/mimalloc/src/prim/windows/readme.md
third_party/mimalloc/test/CMakeLists.txt
third_party/mimalloc/test/main-override-dep.cpp
third_party/mimalloc/test/main-override-dep.h
third_party/mimalloc/test/main-override-static.c
third_party/mimalloc/test/main-override.c
third_party/mimalloc/test/main-override.cpp
third_party/mimalloc/test/main-static-dep.cpp
third_party/mimalloc/test/main-static-dep.h
third_party/mimalloc/test/main.c
third_party/mimalloc/test/readme.md
third_party/mimalloc/test/test-api-fill.c
third_party/mimalloc/test/test-api.c
third_party/mimalloc/test/test-stress.c
third_party/mimalloc/test/test-wrong.c
third_party/mimalloc/test/testhelper.h
third_party/miniz-3.0.2/BUILD.bazel
third_party/miniz-3.0.2/ChangeLog.md
third_party/miniz-3.0.2/LICENSE
third_party/miniz-3.0.2/miniz.c
third_party/miniz-3.0.2/miniz.h
third_party/miniz-3.0.2/readme.md
third_party/miniz-3.0.2/examples/example1.c
third_party/miniz-3.0.2/examples/example2.c
third_party/miniz-3.0.2/examples/example3.c
third_party/miniz-3.0.2/examples/example4.c
third_party/miniz-3.0.2/examples/example5.c
third_party/miniz-3.0.2/examples/example6.c
third_party/mslk/CMakeLists.txt
third_party/nlohmann/CMakeLists.txt
third_party/onnx/CMakeLists.txt
third_party/onnx-tensorrt/CMakeLists.txt
third_party/pocketfft/LICENSE.md
third_party/pocketfft/README.md
third_party/pocketfft/pocketfft_demo.cc
third_party/pocketfft/pocketfft_hdronly.h
third_party/protobuf/CMakeLists.txt
third_party/psimd/CMakeLists.txt
third_party/pthreadpool/CMakeLists.txt
third_party/pybind11/CMakeLists.txt
third_party/python-peachpy/CMakeLists.txt
third_party/sleef/CHANGELOG.md
third_party/sleef/CMakeLists.txt
third_party/sleef/CONTRIBUTING.md
third_party/sleef/Configure.cmake
third_party/sleef/LICENSE.txt
third_party/sleef/README.md
third_party/sleef/sleef-config.h.in
third_party/sleef/sleefConfig.cmake
third_party/sleef/docs/CNAME
third_party/sleef/docs/Gemfile
third_party/sleef/docs/README.md
third_party/sleef/docs/_config.yml
third_party/sleef/docs/google932e8e76dd592267.html
third_party/sleef/docs/1-user-guide/README.md
third_party/sleef/docs/1-user-guide/build-with-cmake/README.md
third_party/sleef/docs/2-references/README.md
third_party/sleef/docs/2-references/dft/README.md
third_party/sleef/docs/2-references/libm/README.md
third_party/sleef/docs/2-references/libm/aarch32.md
third_party/sleef/docs/2-references/libm/aarch64.md
third_party/sleef/docs/2-references/libm/cuda.md
third_party/sleef/docs/2-references/libm/ppc64.md
third_party/sleef/docs/2-references/libm/s390x.md
third_party/sleef/docs/2-references/libm/x86.md
third_party/sleef/docs/2-references/quad/README.md
third_party/sleef/docs/2-references/quad/aarch64.md
third_party/sleef/docs/2-references/quad/cuda.md
third_party/sleef/docs/2-references/quad/ppc64.md
third_party/sleef/docs/2-references/quad/s390x.md
third_party/sleef/docs/2-references/quad/x86.md
third_party/sleef/docs/3-extra/README.md
third_party/sleef/docs/4-tools/README.md
third_party/sleef/docs/5-performance/README.md
third_party/sleef/docs/6-contribute/README.md
third_party/sleef/docs/7-blog/README.md
third_party/sleef/docs/_layouts/post.html
third_party/sleef/docs/_posts/2024-10-02-new-pulse.md
third_party/sleef/docs/_sass/custom/custom.scss
third_party/sleef/docs/img/apple-touch-icon.png
third_party/sleef/docs/img/arm-logo.svg
third_party/sleef/docs/img/convention.png
third_party/sleef/docs/img/convention2.png
third_party/sleef/docs/img/favicon.ico
third_party/sleef/docs/img/ibm-logo.svg
third_party/sleef/docs/img/insights.png
third_party/sleef/docs/img/matrix.png
third_party/sleef/docs/img/nontrigdp.png
third_party/sleef/docs/img/nontrigsp.png
third_party/sleef/docs/img/osi-logo.svg
third_party/sleef/docs/img/sleef-logo-notext.svg
third_party/sleef/docs/img/sleef-logo.svg
third_party/sleef/docs/img/trigdp.png
third_party/sleef/docs/img/trigsp.png
third_party/sleef/docs/img/unity-logo.svg
third_party/sleef/docs/src/CMakeLists.txt
third_party/sleef/docs/src/CMakeLists.txt.nested
third_party/sleef/docs/src/hellocuda.cu
third_party/sleef/docs/src/hellocudaquad.cu
third_party/sleef/docs/src/hellocudaquad2.cu
third_party/sleef/docs/src/hellox86.c
third_party/sleef/docs/src/machinmsvc.c
third_party/sleef/docs/src/machinx86.c
third_party/sleef/docs/src/ph.c
third_party/sleef/docs/src/sophomore.c
third_party/sleef/docs/src/sophomore2.c
third_party/sleef/docs/src/tutorial.c
third_party/sleef/docs/src/vectest.c
third_party/sleef/include/sleefdft.h
third_party/sleef/src/CMakeLists.txt
third_party/sleef/src/arch/helperadvsimd.h
third_party/sleef/src/arch/helperavx.h
third_party/sleef/src/arch/helperavx2.h
third_party/sleef/src/arch/helperavx2_128.h
third_party/sleef/src/arch/helperavx512f.h
third_party/sleef/src/arch/helperneon32.h
third_party/sleef/src/arch/helperpower_128.h
third_party/sleef/src/arch/helperpurec.h
third_party/sleef/src/arch/helperpurec_scalar.h
third_party/sleef/src/arch/helperrvv.h
third_party/sleef/src/arch/helpers390x_128.h
third_party/sleef/src/arch/helpersse2.h
third_party/sleef/src/arch/helpersve.h
third_party/sleef/src/arch/helpervecext.h
third_party/sleef/src/common/CMakeLists.txt
third_party/sleef/src/common/addSuffix.c
third_party/sleef/src/common/arraymap.c
third_party/sleef/src/common/arraymap.h
third_party/sleef/src/common/common.c
third_party/sleef/src/common/common.h
third_party/sleef/src/common/commonfuncs.h
third_party/sleef/src/common/dd.h
third_party/sleef/src/common/df.h
third_party/sleef/src/common/estrin.h
third_party/sleef/src/common/f128util.h
third_party/sleef/src/common/keywords.txt
third_party/sleef/src/common/main_checkfeature.c
third_party/sleef/src/common/misc.h
third_party/sleef/src/common/quaddef.h
third_party/sleef/src/dft/CMakeLists.txt
third_party/sleef/src/dft/dft.c
third_party/sleef/src/dft/dftcommon.c
third_party/sleef/src/dft/dftcommon.h
third_party/sleef/src/dft/mkdispatch.c
third_party/sleef/src/dft/mkunroll.c
third_party/sleef/src/dft/unroll0.org
third_party/sleef/src/dft/vectortype.h
third_party/sleef/src/dft-tester/CMakeLists.txt
third_party/sleef/src/dft-tester/bench1d.c
third_party/sleef/src/dft-tester/fftwtest1d.c
third_party/sleef/src/dft-tester/fftwtest2d.c
third_party/sleef/src/dft-tester/measuredft.c
third_party/sleef/src/dft-tester/naivetest.c
third_party/sleef/src/dft-tester/roundtriptest1d.c
third_party/sleef/src/dft-tester/roundtriptest2d.c
third_party/sleef/src/dft-tester/tutorial.c
third_party/sleef/src/gencoef/Makefile
third_party/sleef/src/gencoef/dp.h
third_party/sleef/src/gencoef/gencoef.c
third_party/sleef/src/gencoef/gencoef.txt
third_party/sleef/src/gencoef/ld.h
third_party/sleef/src/gencoef/mkrempitab.c
third_party/sleef/src/gencoef/mkrempitabqp.c
third_party/sleef/src/gencoef/qp.h
third_party/sleef/src/gencoef/simplexfr.c
third_party/sleef/src/gencoef/sp.h
third_party/sleef/src/libm/CMakeLists.txt
third_party/sleef/src/libm/dispatcher.h
third_party/sleef/src/libm/dispavx.c.org
third_party/sleef/src/libm/disppower_128.c.org
third_party/sleef/src/libm/disps390x_128.c.org
third_party/sleef/src/libm/dispscalar.c.org
third_party/sleef/src/libm/dispscalar_footer.c.org
third_party/sleef/src/libm/dispsse.c.org
third_party/sleef/src/libm/funcproto.h
third_party/sleef/src/libm/mkalias.c
third_party/sleef/src/libm/mkdisp.c
third_party/sleef/src/libm/mkmasked_gnuabi.c
third_party/sleef/src/libm/mkrename.c
third_party/sleef/src/libm/mkrename_gnuabi.c
third_party/sleef/src/libm/norename.h
third_party/sleef/src/libm/rempitab.c
third_party/sleef/src/libm/rename.h
third_party/sleef/src/libm/sleef.pc.in
third_party/sleef/src/libm/sleefdp.c
third_party/sleef/src/libm/sleefinline_cuda_header.h.org
third_party/sleef/src/libm/sleefinline_header.h.org
third_party/sleef/src/libm/sleefld.c
third_party/sleef/src/libm/sleeflibm_footer.h.org
third_party/sleef/src/libm/sleeflibm_header.h.org.in
third_party/sleef/src/libm/sleefqp.c
third_party/sleef/src/libm/sleefsimddp.c
third_party/sleef/src/libm/sleefsimdsp.c
third_party/sleef/src/libm/sleefsp.c
third_party/sleef/src/libm/tryvsx3.c
third_party/sleef/src/libm-benchmarks/CMakeLists.txt
third_party/sleef/src/libm-benchmarks/README.md
third_party/sleef/src/libm-benchmarks/benchlibm.cpp
third_party/sleef/src/libm-benchmarks/benchmark_callers.hpp
third_party/sleef/src/libm-benchmarks/benchmark_callers_libm.hpp
third_party/sleef/src/libm-benchmarks/benchmark_templates.hpp
third_party/sleef/src/libm-benchmarks/benchsleef.cpp
third_party/sleef/src/libm-benchmarks/gen_input.hpp
third_party/sleef/src/libm-benchmarks/type_defs.hpp
third_party/sleef/src/libm-benchmarks/plot-tool/plot_results.py
third_party/sleef/src/libm-benchmarks/plot-tool/plotter.py
third_party/sleef/src/libm-benchmarks/plot-tool/preprocessing.py
third_party/sleef/src/libm-benchmarks/plot-tool/preprocessing_validators.py
third_party/sleef/src/libm-benchmarks/plot-tool/requirements.txt
third_party/sleef/src/libm-tester/CMakeLists.txt
third_party/sleef/src/libm-tester/autovec.c
third_party/sleef/src/libm-tester/gnuabi_compatibility.c
third_party/sleef/src/libm-tester/hash_cinz.txt
third_party/sleef/src/libm-tester/hash_finz.txt
third_party/sleef/src/libm-tester/iut.c
third_party/sleef/src/libm-tester/iutcuda.cu
third_party/sleef/src/libm-tester/iutsimd.c
third_party/sleef/src/libm-tester/mveclibtest.c
third_party/sleef/src/libm-tester/tester.c
third_party/sleef/src/libm-tester/tester2dp.c
third_party/sleef/src/libm-tester/tester2ld.c
third_party/sleef/src/libm-tester/tester2qp.c
third_party/sleef/src/libm-tester/tester2simddp.c
third_party/sleef/src/libm-tester/tester2simdsp.c
third_party/sleef/src/libm-tester/tester2sp.c
third_party/sleef/src/libm-tester/tester3.c
third_party/sleef/src/libm-tester/testerutil.c
third_party/sleef/src/libm-tester/testerutil.h
third_party/sleef/src/libm-tester/testervecabi.c
third_party/sleef/src/quad/CMakeLists.txt
third_party/sleef/src/quad/qdispatcher.h
third_party/sleef/src/quad/qdispscalar.c.org
third_party/sleef/src/quad/qdispx2.c.org
third_party/sleef/src/quad/qfuncproto.h
third_party/sleef/src/quad/qmkdisp.c
third_party/sleef/src/quad/qmkrename.c
third_party/sleef/src/quad/rempitabqp.c
third_party/sleef/src/quad/sleefquad_footer.h.org
third_party/sleef/src/quad/sleefquad_header.h.org.in
third_party/sleef/src/quad/sleefquadinline_cuda_header.h.org
third_party/sleef/src/quad/sleefquadinline_footer.h.org
third_party/sleef/src/quad/sleefquadinline_header.h.org
third_party/sleef/src/quad/sleefsimdqp.c
third_party/sleef/src/quad-tester/CMakeLists.txt
third_party/sleef/src/quad-tester/hash_printf.txt
third_party/sleef/src/quad-tester/qiutcuda.cu
third_party/sleef/src/quad-tester/qiutsimd.c
third_party/sleef/src/quad-tester/qtester.c
third_party/sleef/src/quad-tester/qtesterutil.c
third_party/sleef/src/quad-tester/qtesterutil.h
third_party/sleef/src/quad-tester/qutil.c
third_party/sleef/src/quad-tester/tester2printf.c
third_party/sleef/src/quad-tester/tester2simdqp.c
third_party/sleef/src/quad-tester/tester3printf.c
third_party/sleef/toolchains/aarch64-gcc.cmake
third_party/sleef/toolchains/aarch64-llvm.cmake
third_party/sleef/toolchains/armhf-gcc.cmake
third_party/sleef/toolchains/armhf-llvm.cmake
third_party/sleef/toolchains/native-gcc.cmake
third_party/sleef/toolchains/native-llvm.cmake
third_party/sleef/toolchains/ppc64el-gcc.cmake
third_party/sleef/toolchains/ppc64el-llvm.cmake
third_party/sleef/toolchains/riscv64-gcc.cmake
third_party/sleef/toolchains/riscv64-llvm.cmake
third_party/sleef/toolchains/s390x-gcc.cmake
third_party/sleef/toolchains/s390x-llvm.cmake
third_party/tensorpipe/CMakeLists.txt
third_party/valgrind-headers/README.md
third_party/valgrind-headers/callgrind.h
third_party/valgrind-headers/valgrind.h
tools/BUCK.bzl
tools/BUCK.oss
tools/README.md
tools/__init__.py
tools/bazel.bzl
tools/build_libtorch.py
tools/build_pytorch_libs.py
tools/build_with_debinfo.py
tools/clean.py
tools/create_worktree.py
tools/download_mnist.py
tools/extract_scripts.py
tools/gen_flatbuffers.sh
tools/gen_vulkan_spv.py
tools/generate_torch_version.py
tools/generated_dirs.txt
tools/git_add_generated_dirs.sh
tools/git_reset_generated_dirs.sh
tools/nightly.py
tools/nightly_hotpatch.py
tools/nvcc_fix_deps.py
tools/optional_submodules.py
tools/render_junit.py
tools/stale_issues.py
tools/substitute.py
tools/update_masked_docs.py
tools/vscode_settings.py
tools/alerts/__init__.py
tools/alerts/create_alerts.py
tools/amd_build/build_amd.py
tools/autograd/BUILD.bazel
tools/autograd/README.md
tools/autograd/__init__.py
tools/autograd/build.bzl
tools/autograd/context.py
tools/autograd/deprecated.yaml
tools/autograd/derivatives.yaml
tools/autograd/gen_annotated_fn_args.py
tools/autograd/gen_autograd.py
tools/autograd/gen_autograd_functions.py
tools/autograd/gen_inplace_or_view_type.py
tools/autograd/gen_python_functions.py
tools/autograd/gen_trace_type.py
tools/autograd/gen_variable_factories.py
tools/autograd/gen_variable_type.py
tools/autograd/gen_view_funcs.py
tools/autograd/load_derivatives.py
tools/autograd/templates/ADInplaceOrViewType.cpp
tools/autograd/templates/Functions.cpp
tools/autograd/templates/Functions.h
tools/autograd/templates/TraceType.cpp
tools/autograd/templates/VariableType.cpp
tools/autograd/templates/VariableType.h
tools/autograd/templates/ViewFuncs.cpp
tools/autograd/templates/ViewFuncs.h
tools/autograd/templates/annotated_fn_args.py.in
tools/autograd/templates/python_enum_tag.cpp
tools/autograd/templates/python_fft_functions.cpp
tools/autograd/templates/python_functions.cpp
tools/autograd/templates/python_functions.h
tools/autograd/templates/python_linalg_functions.cpp
tools/autograd/templates/python_nested_functions.cpp
tools/autograd/templates/python_nn_functions.cpp
tools/autograd/templates/python_return_types.cpp
tools/autograd/templates/python_return_types.h
tools/autograd/templates/python_sparse_functions.cpp
tools/autograd/templates/python_special_functions.cpp
tools/autograd/templates/python_torch_functions.cpp
tools/autograd/templates/python_variable_methods.cpp
tools/autograd/templates/variable_factories.h
tools/build/bazel/requirements.in
tools/build/bazel/requirements.txt
tools/build_defs/buck_helpers.bzl
tools/build_defs/default_platform_defs.bzl
tools/build_defs/expect.bzl
tools/build_defs/fb_native_wrapper.bzl
tools/build_defs/fb_xplat_cxx_library.bzl
tools/build_defs/fb_xplat_cxx_test.bzl
tools/build_defs/fb_xplat_genrule.bzl
tools/build_defs/fbsource_utils.bzl
tools/build_defs/glob_defs.bzl
tools/build_defs/platform_defs.bzl
tools/build_defs/select.bzl
tools/build_defs/type_defs.bzl
tools/build_defs/android/build_mode_defs.bzl
tools/build_defs/apple/build_mode_defs.bzl
tools/build_defs/windows/windows_flag_map.bzl
tools/code_analyzer/gen_op_registration_allowlist.py
tools/code_analyzer/gen_operators_yaml.py
tools/code_analyzer/gen_oplist.py
tools/code_coverage/README.md
tools/code_coverage/oss_coverage.py
tools/code_coverage/package/__init__.py
tools/code_coverage/package/oss/__init__.py
tools/code_coverage/package/oss/cov_json.py
tools/code_coverage/package/oss/init.py
tools/code_coverage/package/oss/run.py
tools/code_coverage/package/oss/utils.py
tools/code_coverage/package/tool/__init__.py
tools/code_coverage/package/tool/clang_coverage.py
tools/code_coverage/package/tool/gcc_coverage.py
tools/code_coverage/package/tool/print_report.py
tools/code_coverage/package/tool/summarize_jsons.py
tools/code_coverage/package/tool/utils.py
tools/code_coverage/package/tool/parser/__init__.py
tools/code_coverage/package/tool/parser/coverage_record.py
tools/code_coverage/package/tool/parser/gcov_coverage_parser.py
tools/code_coverage/package/tool/parser/llvm_coverage_parser.py
tools/code_coverage/package/tool/parser/llvm_coverage_segment.py
tools/code_coverage/package/util/__init__.py
tools/code_coverage/package/util/setting.py
tools/code_coverage/package/util/utils.py
tools/code_coverage/package/util/utils_init.py
tools/coverage_plugins_package/README.md
tools/coverage_plugins_package/pyproject.toml
tools/coverage_plugins_package/src/coverage_plugins/__init__.py
tools/coverage_plugins_package/src/coverage_plugins/jit_plugin.py
tools/dynamo/gb_id_mapping.py
tools/dynamo/verify_dynamo.py
tools/experimental/torchfuzz/README.md
tools/experimental/torchfuzz/__init__.py
tools/experimental/torchfuzz/checks.py
tools/experimental/torchfuzz/codegen.py
tools/experimental/torchfuzz/fuzzer.py
tools/experimental/torchfuzz/image.png
tools/experimental/torchfuzz/multi_process_fuzzer.py
tools/experimental/torchfuzz/operation_stack.png
tools/experimental/torchfuzz/ops_fuzzer.py
tools/experimental/torchfuzz/runner.py
tools/experimental/torchfuzz/tensor_descriptor.py
tools/experimental/torchfuzz/tensor_fuzzer.py
tools/experimental/torchfuzz/test_determinism.py
tools/experimental/torchfuzz/test_streams_template.py
tools/experimental/torchfuzz/type_promotion.py
tools/experimental/torchfuzz/visualize_graph.py
tools/experimental/torchfuzz/cuda/__init__.py
tools/experimental/torchfuzz/cuda/_checks.py
tools/experimental/torchfuzz/cuda/_codegen.py
tools/experimental/torchfuzz/operators/__init__.py
tools/experimental/torchfuzz/operators/arg.py
tools/experimental/torchfuzz/operators/argsort.py
tools/experimental/torchfuzz/operators/base.py
tools/experimental/torchfuzz/operators/constant.py
tools/experimental/torchfuzz/operators/gather.py
tools/experimental/torchfuzz/operators/index_select.py
tools/experimental/torchfuzz/operators/item.py
tools/experimental/torchfuzz/operators/layout.py
tools/experimental/torchfuzz/operators/masked_select.py
tools/experimental/torchfuzz/operators/matrix_multiply.py
tools/experimental/torchfuzz/operators/nn_functional.py
tools/experimental/torchfuzz/operators/nonzero.py
tools/experimental/torchfuzz/operators/registry.py
tools/experimental/torchfuzz/operators/scalar_pointwise.py
tools/experimental/torchfuzz/operators/tensor_pointwise.py
tools/experimental/torchfuzz/operators/unique.py
tools/gdb/pytorch-gdb.py
tools/github/__init__.py
tools/github/github_utils.py
tools/iwyu/all.imp
tools/iwyu/aten.imp
tools/iwyu/c10.imp
tools/iwyu/fixup.py
tools/iwyu/gtest.imp
tools/iwyu/run.sh
tools/iwyu/system.imp
tools/iwyu/torch.imp
tools/jit/__init__.py
tools/jit/gen_unboxing.py
tools/jit/templates/aten_schema_declarations.cpp
tools/jit/templates/external_functions_codegen_template.cpp
tools/jit/test/__init__.py
tools/jit/test/test_gen_unboxing.py
tools/linter/__init__.py
tools/linter/dictionary.txt
tools/linter/adapters/README.md
tools/linter/adapters/_stable_shim_utils.py
tools/linter/adapters/actionlint_linter.py
tools/linter/adapters/clangformat_linter.py
tools/linter/adapters/clangtidy_linter.py
tools/linter/adapters/cmake_linter.py
tools/linter/adapters/cmake_minimum_required_linter.py
tools/linter/adapters/codespell_linter.py
tools/linter/adapters/docstring_linter-grandfather.json
tools/linter/adapters/docstring_linter.py
tools/linter/adapters/exec_linter.py
tools/linter/adapters/flake8_linter.py
tools/linter/adapters/gb_registry_linter.py
tools/linter/adapters/generated_shims_version_linter.py
tools/linter/adapters/gha_linter.py
tools/linter/adapters/grep_linter.py
tools/linter/adapters/header_only_linter.py
tools/linter/adapters/import_linter.py
tools/linter/adapters/lintrunner_version_linter.py
tools/linter/adapters/mypy_linter.py
tools/linter/adapters/nativefunctions_linter.py
tools/linter/adapters/newlines_linter.py
tools/linter/adapters/no_merge_conflict_csv_linter.py
tools/linter/adapters/no_workflows_on_fork.py
tools/linter/adapters/pyfmt_linter.py
tools/linter/adapters/pyproject_linter.py
tools/linter/adapters/pyrefly_linter.py
tools/linter/adapters/ruff_linter.py
tools/linter/adapters/s3_init.py
tools/linter/adapters/s3_init_config.json
tools/linter/adapters/scoped_library_linter.py
tools/linter/adapters/set_linter.py
tools/linter/adapters/shellcheck_linter.py
tools/linter/adapters/stable_shim_usage_linter.py
tools/linter/adapters/stable_shim_version_linter.py
tools/linter/adapters/test_device_bias_linter.py
tools/linter/adapters/test_has_main_linter.py
tools/linter/adapters/testowners_linter.py
tools/linter/adapters/update_s3.py
tools/linter/adapters/workflow_consistency_linter.py
tools/linter/adapters/_linter/__init__.py
tools/linter/adapters/_linter/argument_parser.py
tools/linter/adapters/_linter/block.py
tools/linter/adapters/_linter/blocks.py
tools/linter/adapters/_linter/bracket_pairs.py
tools/linter/adapters/_linter/file_linter.py
tools/linter/adapters/_linter/messages.py
tools/linter/adapters/_linter/python_file.py
tools/linter/adapters/_linter/sets.py
tools/linter/clang_tidy/__init__.py
tools/linter/clang_tidy/generate_build_files.py
tools/lite_interpreter/__init__.py
tools/lite_interpreter/gen_selected_mobile_ops_header.py
tools/lldb/pytorch_lldb.py
tools/packaging/build_wheel.py
tools/pyi/__init__.py
tools/pyi/gen_pyi.py
tools/rules_cc/cc_library_shim.patch
tools/rules_cc/cuda_support.patch
tools/setup_helpers/BUILD.bazel
tools/setup_helpers/__init__.py
tools/setup_helpers/build.bzl
tools/setup_helpers/cmake.py
tools/setup_helpers/cmake_utils.py
tools/setup_helpers/env.py
tools/setup_helpers/gen.py
tools/setup_helpers/gen_unboxing.py
tools/setup_helpers/gen_version_header.py
tools/setup_helpers/generate_code.py
tools/setup_helpers/generate_linker_script.py
tools/shared/__init__.py
tools/shared/_utils_internal.py
tools/shared/logging_utils.py
tools/shared/module_loader.py
tools/stats/README.md
tools/stats/__init__.py
tools/stats/check_disabled_tests.py
tools/stats/export_test_times.py
tools/stats/import_test_stats.py
tools/stats/monitor.py
tools/stats/sccache_stats_to_benchmark_format.py
tools/stats/test_dashboard.py
tools/stats/upload_artifacts.py
tools/stats/upload_dynamo_perf_stats.py
tools/stats/upload_external_contrib_stats.py
tools/stats/upload_metrics.py
tools/stats/upload_sccache_stats.py
tools/stats/upload_stats_lib.py
tools/stats/upload_test_stats.py
tools/stats/upload_test_stats_intermediate.py
tools/stats/upload_test_stats_running_jobs.py
tools/stats/utilization_stats_lib.py
tools/stats/upload_utilization_stats/test_upload_utilization_stats.py
tools/stats/upload_utilization_stats/upload_utilization_stats.py
tools/test/gen_operators_yaml_test.py
tools/test/gen_oplist_test.py
tools/test/linter_test_case.py
tools/test/test_cmake.py
tools/test/test_codegen.py
tools/test/test_codegen_model.py
tools/test/test_create_alerts.py
tools/test/test_docstring_linter.py
tools/test/test_gb_registry_linter.py
tools/test/test_gen_backend_stubs.py
tools/test/test_generated_shims_version_linter.py
tools/test/test_header_only_linter.py
tools/test/test_scoped_library_linter.py
tools/test/test_selective_build.py
tools/test/test_set_linter.py
tools/test/test_stable_shim_usage_linter.py
tools/test/test_stable_shim_version_linter.py
tools/test/test_test_run.py
tools/test/test_test_selections.py
tools/test/test_upload_gate.py
tools/test/test_upload_stats_lib.py
tools/test/test_upload_test_stats.py
tools/test/test_utils.py
tools/test/test_vulkan_codegen.py
tools/test/docstring_linter_testdata/block_names.py.txt
tools/test/docstring_linter_testdata/more_python_code.py.txt
tools/test/docstring_linter_testdata/more_python_code.py.txt.after.json
tools/test/docstring_linter_testdata/more_python_code.py.txt.after.txt
tools/test/docstring_linter_testdata/more_python_code.py.txt.before.json
tools/test/docstring_linter_testdata/more_python_code.py.txt.before.txt
tools/test/docstring_linter_testdata/more_python_code.py.txt.grandfather.json
tools/test/docstring_linter_testdata/python_code.py.txt
tools/test/docstring_linter_testdata/python_code.py.txt.json
tools/test/docstring_linter_testdata/python_code.py.txt.lintrunner
tools/test/docstring_linter_testdata/python_code.py.txt.recursive.json
tools/test/docstring_linter_testdata/python_code.py.txt.recursive.terse.json
tools/test/docstring_linter_testdata/python_code.py.txt.recursive.terse.line.json
tools/test/docstring_linter_testdata/python_code.py.txt.report.json
tools/test/docstring_linter_testdata/python_code.py.txt.single.line.json
tools/test/docstring_linter_testdata/python_code.py.txt.terse.json
tools/test/docstring_linter_testdata/python_code.py.txt.terse.line.json
tools/test/header_only_linter_testdata/a.cpp
tools/test/header_only_linter_testdata/b.cpp
tools/test/header_only_linter_testdata/bad.txt
tools/test/header_only_linter_testdata/empty.txt
tools/test/header_only_linter_testdata/good.txt
tools/test/heuristics/__init__.py
tools/test/heuristics/test_heuristics.py
tools/test/heuristics/test_interface.py
tools/test/heuristics/test_utils.py
tools/test/set_linter_testdata/includes.py.txt
tools/test/set_linter_testdata/includes.py.txt.json
tools/test/set_linter_testdata/includes.py.txt.lintrunner
tools/test/set_linter_testdata/includes.py.txt.python
tools/test/set_linter_testdata/includes_doesnt_change.py.txt
tools/test/set_linter_testdata/includes_doesnt_change.py.txt.json
tools/test/set_linter_testdata/includes_doesnt_change.py.txt.lintrunner
tools/test/set_linter_testdata/includes_doesnt_change.py.txt.python
tools/test/set_linter_testdata/python_code.py.txt
tools/test/set_linter_testdata/python_code.py.txt.json
tools/test/set_linter_testdata/python_code.py.txt.lintrunner
tools/test/set_linter_testdata/python_code.py.txt.python
tools/test/stable_shim_usage_linter_data/sample_shim.h
tools/test/stable_shim_usage_linter_data/sample_usage.h
tools/testing/__init__.py
tools/testing/clickhouse.py
tools/testing/discover_tests.py
tools/testing/do_target_determination_for_s3.py
tools/testing/explicit_ci_jobs.py
tools/testing/modulefinder_determinator.py
tools/testing/test_run.py
tools/testing/test_selections.py
tools/testing/update_slow_tests.py
tools/testing/upload_artifacts.py
tools/testing/target_determination/determinator.py
tools/testing/target_determination/gen_artifact.py
tools/testing/target_determination/heuristics/__init__.py
tools/testing/target_determination/heuristics/correlated_with_historical_failures.py
tools/testing/target_determination/heuristics/edited_by_pr.py
tools/testing/target_determination/heuristics/filepath.py
tools/testing/target_determination/heuristics/historical_class_failure_correlation.py
tools/testing/target_determination/heuristics/historical_edited_files.py
tools/testing/target_determination/heuristics/interface.py
tools/testing/target_determination/heuristics/llm.py
tools/testing/target_determination/heuristics/mentioned_in_pr.py
tools/testing/target_determination/heuristics/previously_failed_in_pr.py
tools/testing/target_determination/heuristics/profiling.py
tools/testing/target_determination/heuristics/public_bindings.py
tools/testing/target_determination/heuristics/utils.py
tools/vendoring/quack/vendor.sh
tools/vendoring/quack/patches/cache_utils.patch
tools/vendoring/quack/patches/rmsnorm.patch
torch/CMakeLists.txt
torch/_VF.py
torch/_VF.pyi
torch/__config__.py
torch/__future__.py
torch/__init__.py
torch/_appdirs.py
torch/_classes.py
torch/_compile.py
torch/_custom_ops.py
torch/_environment.py
torch/_guards.py
torch/_jit_internal.py
torch/_linalg_utils.py
torch/_lobpcg.py
torch/_lowrank.py
torch/_meta_registrations.py
torch/_namedtensor_internals.py
torch/_opaque_base.py
torch/_ops.py
torch/_python_dispatcher.py
torch/_size_docs.py
torch/_sources.py
torch/_storage_docs.py
torch/_streambase.py
torch/_tensor.py
torch/_tensor_docs.py
torch/_tensor_str.py
torch/_thread_safe_fork.py
torch/_torch_docs.py
torch/_utils.py
torch/_utils_internal.py
torch/_vmap_internals.py
torch/_weights_only_unpickler.py
torch/custom_class.h
torch/custom_class_detail.h
torch/extension.h
torch/functional.py
torch/header_only_apis.txt
torch/hub.py
torch/library.h
torch/library.py
torch/overrides.py
torch/py.typed
torch/quasirandom.py
torch/random.py
torch/return_types.py
torch/return_types.pyi
torch/script.h
torch/serialization.py
torch/storage.py
torch/torch_version.py
torch/types.py
torch/version.py
torch/version.py.tpl
torch.egg-info/PKG-INFO
torch.egg-info/SOURCES.txt
torch.egg-info/dependency_links.txt
torch.egg-info/entry_points.txt
torch.egg-info/requires.txt
torch.egg-info/top_level.txt
torch/_C/_VariableFunctions.pyi
torch/_C/_VariableFunctions.pyi.in
torch/_C/__init__.pyi
torch/_C/__init__.pyi.in
torch/_C/_aoti.pyi
torch/_C/_autograd.pyi
torch/_C/_cpu.pyi
torch/_C/_cudnn.pyi
torch/_C/_cusparselt.pyi
torch/_C/_distributed.pyi
torch/_C/_distributed_autograd.pyi
torch/_C/_distributed_c10d.pyi
torch/_C/_distributed_rpc.pyi
torch/_C/_distributed_rpc_testing.pyi
torch/_C/_functionalization.pyi
torch/_C/_functions.pyi
torch/_C/_functorch.pyi
torch/_C/_instruction_counter.pyi
torch/_C/_itt.pyi
torch/_C/_jit_tree_views.pyi
torch/_C/_lazy.pyi
torch/_C/_lazy_ts_backend.pyi
torch/_C/_monitor.pyi
torch/_C/_nn.pyi
torch/_C/_nn.pyi.in
torch/_C/_nvtx.pyi
torch/_C/_onnx.pyi
torch/_C/_profiler.pyi
torch/_C/_verbose.pyi
torch/_C/build.bzl
torch/_C/return_types.pyi.in
torch/_C/_acc/__init__.pyi
torch/_C/_dynamo/__init__.pyi
torch/_C/_dynamo/compiled_autograd.pyi
torch/_C/_dynamo/eval_frame.pyi
torch/_C/_dynamo/guards.pyi
torch/_C/_export/__init__.pyi
torch/_C/_export/pt2_archive_constants.pyi
torch/_C_flatbuffer/__init__.pyi
torch/_awaits/__init__.py
torch/_custom_op/__init__.py
torch/_custom_op/autograd.py
torch/_custom_op/impl.py
torch/_decomp/__init__.py
torch/_decomp/decompositions.py
torch/_decomp/decompositions_for_jvp.py
torch/_decomp/decompositions_for_rng.py
torch/_dispatch/__init__.py
torch/_dispatch/python.py
torch/_dynamo/CLAUDE.md
torch/_dynamo/__init__.py
torch/_dynamo/_trace_wrapped_higher_order_op.py
torch/_dynamo/aot_compile.py
torch/_dynamo/aot_compile_types.py
torch/_dynamo/bytecode_analysis.py
torch/_dynamo/bytecode_debugger.py
torch/_dynamo/bytecode_transformation.py
torch/_dynamo/cache_size.py
torch/_dynamo/callback.py
torch/_dynamo/code_context.py
torch/_dynamo/codegen.py
torch/_dynamo/compiled_autograd.py
torch/_dynamo/comprehension_graph_break.py
torch/_dynamo/comptime.py
torch/_dynamo/config.py
torch/_dynamo/convert_frame.py
torch/_dynamo/create_parameter_op.py
torch/_dynamo/current_scope_id.py
torch/_dynamo/dce_extra_outputs.py
torch/_dynamo/debug_utils.py
torch/_dynamo/decorators.py
torch/_dynamo/device_interface.py
torch/_dynamo/distributed.py
torch/_dynamo/dynamic_spec.py
torch/_dynamo/dynamo_profiler.py
torch/_dynamo/eval_frame.py
torch/_dynamo/exc.py
torch/_dynamo/external_utils.py
torch/_dynamo/funcname_cache.py
torch/_dynamo/functional_export.py
torch/_dynamo/graph_break_hints.py
torch/_dynamo/graph_break_registry.json
torch/_dynamo/graph_bytecode_inputs.py
torch/_dynamo/graph_deduplication.py
torch/_dynamo/graph_id_filter.py
torch/_dynamo/graph_region_tracker.py
torch/_dynamo/graph_utils.py
torch/_dynamo/guards.py
torch/_dynamo/hooks.py
torch/_dynamo/logging.py
torch/_dynamo/metrics_context.py
torch/_dynamo/mutation_guard.py
torch/_dynamo/output_graph.py
torch/_dynamo/package.py
torch/_dynamo/pgo.py
torch/_dynamo/precompile_context.py
torch/_dynamo/profiler.py
torch/_dynamo/replay_record.py
torch/_dynamo/resume_execution.py
torch/_dynamo/side_effects.py
torch/_dynamo/source.py
torch/_dynamo/symbolic_convert.py
torch/_dynamo/tensor_version_op.py
torch/_dynamo/test_case.py
torch/_dynamo/test_dont_skip_tracing_functions.py
torch/_dynamo/test_minifier_common.py
torch/_dynamo/testing.py
torch/_dynamo/trace_rules.py
torch/_dynamo/types.py
torch/_dynamo/utils.py
torch/_dynamo/backends/__init__.py
torch/_dynamo/backends/common.py
torch/_dynamo/backends/cudagraphs.py
torch/_dynamo/backends/debugging.py
torch/_dynamo/backends/distributed.py
torch/_dynamo/backends/inductor.py
torch/_dynamo/backends/onnxrt.py
torch/_dynamo/backends/registry.py
torch/_dynamo/backends/tensorrt.py
torch/_dynamo/backends/torchxla.py
torch/_dynamo/backends/tvm.py
torch/_dynamo/polyfills/__init__.py
torch/_dynamo/polyfills/_collections.py
torch/_dynamo/polyfills/builtins.py
torch/_dynamo/polyfills/copy.py
torch/_dynamo/polyfills/functools.py
torch/_dynamo/polyfills/fx.py
torch/_dynamo/polyfills/heapq.py
torch/_dynamo/polyfills/itertools.py
torch/_dynamo/polyfills/loader.py
torch/_dynamo/polyfills/operator.py
torch/_dynamo/polyfills/os.py
torch/_dynamo/polyfills/pytree.py
torch/_dynamo/polyfills/struct.py
torch/_dynamo/polyfills/sys.py
torch/_dynamo/polyfills/tensor.py
torch/_dynamo/polyfills/torch_c_nn.py
torch/_dynamo/polyfills/traceback.py
torch/_dynamo/repro/__init__.py
torch/_dynamo/repro/after_aot.py
torch/_dynamo/repro/after_dynamo.py
torch/_dynamo/repro/aoti.py
torch/_dynamo/variables/__init__.py
torch/_dynamo/variables/base.py
torch/_dynamo/variables/builder.py
torch/_dynamo/variables/builtin.py
torch/_dynamo/variables/constant.py
torch/_dynamo/variables/ctx_manager.py
torch/_dynamo/variables/dicts.py
torch/_dynamo/variables/distributed.py
torch/_dynamo/variables/functions.py
torch/_dynamo/variables/hashable.py
torch/_dynamo/variables/higher_order_ops.py
torch/_dynamo/variables/invoke_subgraph.py
torch/_dynamo/variables/iter.py
torch/_dynamo/variables/lazy.py
torch/_dynamo/variables/lists.py
torch/_dynamo/variables/misc.py
torch/_dynamo/variables/nn_module.py
torch/_dynamo/variables/object_protocol.py
torch/_dynamo/variables/optimizer.py
torch/_dynamo/variables/script_object.py
torch/_dynamo/variables/sdpa.py
torch/_dynamo/variables/sets.py
torch/_dynamo/variables/streams.py
torch/_dynamo/variables/tensor.py
torch/_dynamo/variables/torch.py
torch/_dynamo/variables/torch_function.py
torch/_dynamo/variables/user_defined.py
torch/_export/__init__.py
torch/_export/config.py
torch/_export/converter.py
torch/_export/error.py
torch/_export/non_strict_utils.py
torch/_export/pass_base.py
torch/_export/tools.py
torch/_export/utils.py
torch/_export/verifier.py
torch/_export/wrappers.py
torch/_export/db/__init__.py
torch/_export/db/case.py
torch/_export/db/gen_example.py
torch/_export/db/logging.py
torch/_export/db/examples/__init__.py
torch/_export/db/examples/assume_constant_result.py
torch/_export/db/examples/autograd_function.py
torch/_export/db/examples/class_method.py
torch/_export/db/examples/cond_branch_class_method.py
torch/_export/db/examples/cond_branch_nested_function.py
torch/_export/db/examples/cond_branch_nonlocal_variables.py
torch/_export/db/examples/cond_closed_over_variable.py
torch/_export/db/examples/cond_operands.py
torch/_export/db/examples/cond_predicate.py
torch/_export/db/examples/constrain_as_size_example.py
torch/_export/db/examples/constrain_as_value_example.py
torch/_export/db/examples/decorator.py
torch/_export/db/examples/dictionary.py
torch/_export/db/examples/dynamic_shape_assert.py
torch/_export/db/examples/dynamic_shape_constructor.py
torch/_export/db/examples/dynamic_shape_if_guard.py
torch/_export/db/examples/dynamic_shape_map.py
torch/_export/db/examples/dynamic_shape_round.py
torch/_export/db/examples/dynamic_shape_slicing.py
torch/_export/db/examples/dynamic_shape_view.py
torch/_export/db/examples/fn_with_kwargs.py
torch/_export/db/examples/list_contains.py
torch/_export/db/examples/list_unpack.py
torch/_export/db/examples/model_attr_mutation.py
torch/_export/db/examples/nested_function.py
torch/_export/db/examples/null_context_manager.py
torch/_export/db/examples/optional_input.py
torch/_export/db/examples/pytree_flatten.py
torch/_export/db/examples/scalar_output.py
torch/_export/db/examples/specialized_attribute.py
torch/_export/db/examples/static_for_loop.py
torch/_export/db/examples/static_if.py
torch/_export/db/examples/tensor_setattr.py
torch/_export/db/examples/type_reflection_method.py
torch/_export/db/examples/unsupported_operator.py
torch/_export/db/examples/user_input_mutation.py
torch/_export/pass_infra/__init__.py
torch/_export/pass_infra/node_metadata.py
torch/_export/pass_infra/proxy_value.py
torch/_export/passes/__init__.py
torch/_export/passes/_node_metadata_hook.py
torch/_export/passes/add_runtime_assertions_for_constraints_pass.py
torch/_export/passes/collect_tracepoints_pass.py
torch/_export/passes/constant_folding.py
torch/_export/passes/functionalize_side_effectful_ops_pass.py
torch/_export/passes/insert_custom_op_guards.py
torch/_export/passes/lift_constants_pass.py
torch/_export/passes/remove_runtime_assertions.py
torch/_export/passes/replace_autocast_with_hop_pass.py
torch/_export/passes/replace_quantized_ops_with_standard_ops_pass.py
torch/_export/passes/replace_set_grad_with_hop_pass.py
torch/_export/passes/replace_view_ops_with_view_copy_ops_pass.py
torch/_export/passes/replace_with_hop_pass_util.py
torch/_export/serde/__init__.py
torch/_export/serde/dynamic_shapes.py
torch/_export/serde/export_schema.thrift
torch/_export/serde/schema.py
torch/_export/serde/schema.yaml
torch/_export/serde/schema_check.py
torch/_export/serde/serialize.py
torch/_export/serde/union.py
torch/_export/serde/gen-cpp2/export_schema_constants.h
torch/_export/serde/gen-cpp2/export_schema_types.h
torch/_export/serde/gen-cpp2/export_schema_types_custom_protocol.h
torch/_functorch/__init__.py
torch/_functorch/aot_autograd.py
torch/_functorch/apis.py
torch/_functorch/autograd_function.py
torch/_functorch/batch_norm_replacement.py
torch/_functorch/benchmark_utils.py
torch/_functorch/compile_utils.py
torch/_functorch/compilers.py
torch/_functorch/config.py
torch/_functorch/deprecated.py
torch/_functorch/eager_transforms.py
torch/_functorch/einops.py
torch/_functorch/functional_call.py
torch/_functorch/fx_minifier.py
torch/_functorch/make_functional.py
torch/_functorch/partitioners.py
torch/_functorch/predispatch.py
torch/_functorch/pyfunctorch.py
torch/_functorch/python_key.py
torch/_functorch/pytree_hacks.py
torch/_functorch/top_operators_github_usage.py
torch/_functorch/utils.py
torch/_functorch/vmap.py
torch/_functorch/_activation_checkpointing/__init__.py
torch/_functorch/_activation_checkpointing/ac_logging_utils.py
torch/_functorch/_activation_checkpointing/graph_info_provider.py
torch/_functorch/_activation_checkpointing/knapsack.py
torch/_functorch/_activation_checkpointing/knapsack_evaluator.py
torch/_functorch/_activation_checkpointing/remat_using_tags_for_fwd_loss_bwd_graph_pass.py
torch/_functorch/_activation_offloading/__init__.py
torch/_functorch/_activation_offloading/activation_offloading.py
torch/_functorch/_activation_offloading/offload_ops.py
torch/_functorch/_aot_autograd/__init__.py
torch/_functorch/_aot_autograd/aot_autograd_result.py
torch/_functorch/_aot_autograd/autograd_cache.py
torch/_functorch/_aot_autograd/collect_metadata_analysis.py
torch/_functorch/_aot_autograd/descriptors.py
torch/_functorch/_aot_autograd/frontend_utils.py
torch/_functorch/_aot_autograd/functional_utils.py
torch/_functorch/_aot_autograd/fx_utils.py
torch/_functorch/_aot_autograd/graph_capture.py
torch/_functorch/_aot_autograd/graph_capture_wrappers.py
torch/_functorch/_aot_autograd/graph_compile.py
torch/_functorch/_aot_autograd/indexed_dict.py
torch/_functorch/_aot_autograd/input_output_analysis.py
torch/_functorch/_aot_autograd/logging_utils.py
torch/_functorch/_aot_autograd/runtime_wrappers.py
torch/_functorch/_aot_autograd/schemas.py
torch/_functorch/_aot_autograd/streams.py
torch/_functorch/_aot_autograd/subclass_codegen.py
torch/_functorch/_aot_autograd/subclass_parametrization.py
torch/_functorch/_aot_autograd/subclass_utils.py
torch/_functorch/_aot_autograd/utils.py
torch/_higher_order_ops/__init__.py
torch/_higher_order_ops/_invoke_quant.py
torch/_higher_order_ops/aoti_call_delegate.py
torch/_higher_order_ops/associative_scan.py
torch/_higher_order_ops/auto_functionalize.py
torch/_higher_order_ops/base_hop.py
torch/_higher_order_ops/cond.py
torch/_higher_order_ops/cudagraph_conditional_nodes.py
torch/_higher_order_ops/effects.py
torch/_higher_order_ops/executorch_call_delegate.py
torch/_higher_order_ops/flat_apply.py
torch/_higher_order_ops/flex_attention.py
torch/_higher_order_ops/foreach_map.py
torch/_higher_order_ops/hints_wrap.py
torch/_higher_order_ops/inline_asm_elementwise.py
torch/_higher_order_ops/invoke_leaf_function.py
torch/_higher_order_ops/invoke_subgraph.py
torch/_higher_order_ops/local_map.py
torch/_higher_order_ops/map.py
torch/_higher_order_ops/out_dtype.py
torch/_higher_order_ops/partitioner.py
torch/_higher_order_ops/print.py
torch/_higher_order_ops/register_hook.py
torch/_higher_order_ops/run_const_graph.py
torch/_higher_order_ops/scan.py
torch/_higher_order_ops/schema.py
torch/_higher_order_ops/strict_mode.py
torch/_higher_order_ops/torchbind.py
torch/_higher_order_ops/triton_kernel_wrap.py
torch/_higher_order_ops/utils.py
torch/_higher_order_ops/while_loop.py
torch/_higher_order_ops/wrap.py
torch/_higher_order_ops/passes/__init__.py
torch/_higher_order_ops/passes/inline_invoke_subgraph.py
torch/_inductor/__autotune_main__.py
torch/_inductor/__init__.py
torch/_inductor/_functionalize_collectives.py
torch/_inductor/analyze_preserves_zero_mask.py
torch/_inductor/aoti_eager.py
torch/_inductor/async_compile.py
torch/_inductor/augmented_graph_helper.py
torch/_inductor/autotune_process.py
torch/_inductor/await_utils.py
torch/_inductor/bounds.py
torch/_inductor/cache.py
torch/_inductor/cache_key.py
torch/_inductor/choices.py
torch/_inductor/codecache.py
torch/_inductor/comm_analysis.py
torch/_inductor/comm_lowering.py
torch/_inductor/comms.py
torch/_inductor/comms_debug.py
torch/_inductor/compile_fx.py
torch/_inductor/compile_fx_async.py
torch/_inductor/compile_fx_ext.py
torch/_inductor/compile_fx_subproc.py
torch/_inductor/compiler_bisector.py
torch/_inductor/config.py
torch/_inductor/config_comms.py
torch/_inductor/constant_folding.py
torch/_inductor/cpp_builder.py
torch/_inductor/cpu_vec_isa.py
torch/_inductor/cudagraph_trees.py
torch/_inductor/cudagraph_utils.py
torch/_inductor/custom_graph_pass.py
torch/_inductor/debug.py
torch/_inductor/decomposition.py
torch/_inductor/dependencies.py
torch/_inductor/distributed_autotune.py
torch/_inductor/dtype_propagation.py
torch/_inductor/exc.py
torch/_inductor/extern_node_serializer.py
torch/_inductor/freezing.py
torch/_inductor/freezing_utils.py
torch/_inductor/fuzzer.py
torch/_inductor/fx_utils.py
torch/_inductor/graph.py
torch/_inductor/hooks.py
torch/_inductor/index_propagation.py
torch/_inductor/inductor_prims.py
torch/_inductor/invert_expr_analysis.py
torch/_inductor/ir.py
torch/_inductor/jagged_lowerings.py
torch/_inductor/kernel_inputs.py
torch/_inductor/kernel_template_choice.py
torch/_inductor/loop_body.py
torch/_inductor/lowering.py
torch/_inductor/memory.py
torch/_inductor/metrics.py
torch/_inductor/mkldnn_ir.py
torch/_inductor/mkldnn_lowerings.py
torch/_inductor/mock_cache.py
torch/_inductor/ops_handler.py
torch/_inductor/optimize_indexing.py
torch/_inductor/output_code.py
torch/_inductor/pattern_matcher.py
torch/_inductor/quantized_lowerings.py
torch/_inductor/remote_cache.py
torch/_inductor/remote_gemm_autotune_cache.py
torch/_inductor/rocm_multiarch_utils.py
torch/_inductor/scheduler.py
torch/_inductor/script.ld
torch/_inductor/select_algorithm.py
torch/_inductor/shape_propagation.py
torch/_inductor/sizevars.py
torch/_inductor/standalone_compile.py
torch/_inductor/stream_constants.py
torch/_inductor/stream_utils.py
torch/_inductor/subgraph_lowering.py
torch/_inductor/test_case.py
torch/_inductor/test_operators.py
torch/_inductor/tiling_utils.py
torch/_inductor/triton_bundler.py
torch/_inductor/utils.py
torch/_inductor/virtualized.py
torch/_inductor/wrapper_benchmark.py
torch/_inductor/analysis/README.md
torch/_inductor/analysis/__init__.py
torch/_inductor/analysis/device_info.py
torch/_inductor/analysis/profile_analysis.py
torch/_inductor/autoheuristic/__init__.py
torch/_inductor/autoheuristic/autoheuristic.py
torch/_inductor/autoheuristic/autoheuristic_utils.py
torch/_inductor/autoheuristic/learned_heuristic_controller.py
torch/_inductor/autoheuristic/learnedheuristic_interface.py
torch/_inductor/autoheuristic/artifacts/_MMRankingA100.py
torch/_inductor/autoheuristic/artifacts/_MMRankingH100.py
torch/_inductor/autoheuristic/artifacts/_MixedMMA100.py
torch/_inductor/autoheuristic/artifacts/_MixedMMH100.py
torch/_inductor/autoheuristic/artifacts/_PadMMA100.py
torch/_inductor/autoheuristic/artifacts/_PadMMH200.py
torch/_inductor/autoheuristic/artifacts/__init__.py
torch/_inductor/codegen/__init__.py
torch/_inductor/codegen/aoti_hipify_utils.py
torch/_inductor/codegen/block_analysis.py
torch/_inductor/codegen/common.py
torch/_inductor/codegen/cpp.py
torch/_inductor/codegen/cpp_bmm_template.py
torch/_inductor/codegen/cpp_flex_attention_template.py
torch/_inductor/codegen/cpp_gemm_template.py
torch/_inductor/codegen/cpp_grouped_gemm_template.py
torch/_inductor/codegen/cpp_micro_gemm.py
torch/_inductor/codegen/cpp_template.py
torch/_inductor/codegen/cpp_template_kernel.py
torch/_inductor/codegen/cpp_utils.py
torch/_inductor/codegen/cpp_wrapper_cpu.py
torch/_inductor/codegen/cpp_wrapper_cpu_array_ref.py
torch/_inductor/codegen/cpp_wrapper_gpu.py
torch/_inductor/codegen/cpp_wrapper_mps.py
torch/_inductor/codegen/cpu_device_op_overrides.py
torch/_inductor/codegen/cuda_combined_scheduling.py
torch/_inductor/codegen/custom_extern_kernel_codegen.py
torch/_inductor/codegen/debug_utils.py
torch/_inductor/codegen/halide.py
torch/_inductor/codegen/memory_planning.py
torch/_inductor/codegen/mps.py
torch/_inductor/codegen/mps_device_op_overrides.py
torch/_inductor/codegen/multi_kernel.py
torch/_inductor/codegen/pallas.py
torch/_inductor/codegen/python_wrapper_mtia.py
torch/_inductor/codegen/segmented_tree.py
torch/_inductor/codegen/simd.py
torch/_inductor/codegen/simd_kernel_features.py
torch/_inductor/codegen/subgraph.py
torch/_inductor/codegen/triton.py
torch/_inductor/codegen/triton_combo_kernel.py
torch/_inductor/codegen/triton_split_scan.py
torch/_inductor/codegen/triton_utils.py
torch/_inductor/codegen/wrapper.py
torch/_inductor/codegen/wrapper_fxir.py
torch/_inductor/codegen/aoti_runtime/interface.cpp
torch/_inductor/codegen/cuda/__init__.py
torch/_inductor/codegen/cuda/compile_utils.py
torch/_inductor/codegen/cuda/cuda_env.py
torch/_inductor/codegen/cuda/device_op_overrides.py
torch/_inductor/codegen/cutedsl/README.md
torch/_inductor/codegen/cutedsl/__init__.py
torch/_inductor/codegen/cutedsl/_cutedsl_utils.py
torch/_inductor/codegen/cutedsl/cutedsl_kernel.py
torch/_inductor/codegen/cutedsl/cutedsl_op_overrides.py
torch/_inductor/codegen/cutedsl/cutedsl_scheduling.py
torch/_inductor/codegen/cutedsl/cutedsl_template.py
torch/_inductor/codegen/cutlass/__init__.py
torch/_inductor/codegen/cutlass/cache.py
torch/_inductor/codegen/cutlass/gemm_template.py
torch/_inductor/codegen/cutlass/kernel.py
torch/_inductor/codegen/cutlass/python_evt.py
torch/_inductor/codegen/cutlass/scheduling.py
torch/_inductor/codegen/cutlass/serialization.py
torch/_inductor/codegen/cutlass/template.py
torch/_inductor/codegen/cutlass/utils.py
torch/_inductor/codegen/cutlass/lib_extensions/__init__.py
torch/_inductor/codegen/cutlass/lib_extensions/evt_extensions.py
torch/_inductor/codegen/cutlass/lib_extensions/gemm_operation_extensions.py
torch/_inductor/codegen/cutlass/lib_extensions/cutlass_mock_imports/__init__.py
torch/_inductor/codegen/cutlass/lib_extensions/cutlass_mock_imports/cuda/__init__.py
torch/_inductor/codegen/cutlass/lib_extensions/cutlass_mock_imports/cuda/cuda.py
torch/_inductor/codegen/cutlass/lib_extensions/cutlass_mock_imports/cuda/cudart.py
torch/_inductor/codegen/cutlass/lib_extensions/cutlass_mock_imports/pydot/__init__.py
torch/_inductor/codegen/cutlass/lib_extensions/cutlass_mock_imports/scipy/__init__.py
torch/_inductor/codegen/cutlass/lib_extensions/cutlass_mock_imports/scipy/special.py
torch/_inductor/codegen/mtia/__init__.py
torch/_inductor/codegen/mtia/device_op_overrides.py
torch/_inductor/codegen/nv_universal_gemm/__init__.py
torch/_inductor/codegen/nv_universal_gemm/kernel_cache.py
torch/_inductor/codegen/nv_universal_gemm/nv_universal_gemm.py
torch/_inductor/codegen/nv_universal_gemm/nv_universal_gemm_kernel.py
torch/_inductor/codegen/nv_universal_gemm/nv_universal_gemm_scheduling.py
torch/_inductor/codegen/nv_universal_gemm/nv_universal_gemm_utils.py
torch/_inductor/codegen/rocm/__init__.py
torch/_inductor/codegen/rocm/ck_conv_template.py
torch/_inductor/codegen/rocm/ck_template.py
torch/_inductor/codegen/rocm/ck_tile_template.py
torch/_inductor/codegen/rocm/ck_tile_universal_gemm_template.py
torch/_inductor/codegen/rocm/ck_universal_gemm_template.py
torch/_inductor/codegen/rocm/compile_command.py
torch/_inductor/codegen/rocm/rocm_benchmark_request.py
torch/_inductor/codegen/rocm/rocm_cpp_scheduling.py
torch/_inductor/codegen/rocm/rocm_kernel.py
torch/_inductor/codegen/rocm/rocm_template.py
torch/_inductor/codegen/rocm/rocm_template_buffer.py
torch/_inductor/codegen/rocm/rocm_utils.py
torch/_inductor/codegen/xpu/__init__.py
torch/_inductor/codegen/xpu/compile_utils.py
torch/_inductor/codegen/xpu/device_op_overrides.py
torch/_inductor/codegen/xpu/xpu_combined_scheduling.py
torch/_inductor/codegen/xpu/xpu_env.py
torch/_inductor/compile_worker/__init__.py
torch/_inductor/compile_worker/__main__.py
torch/_inductor/compile_worker/subproc_pool.py
torch/_inductor/compile_worker/timer.py
torch/_inductor/compile_worker/tracked_process_pool.py
torch/_inductor/compile_worker/utils.py
torch/_inductor/fx_passes/README.md
torch/_inductor/fx_passes/__init__.py
torch/_inductor/fx_passes/apply_gumbel_max_trick.py
torch/_inductor/fx_passes/b2b_gemm.py
torch/_inductor/fx_passes/binary_folding.py
torch/_inductor/fx_passes/bucketing.py
torch/_inductor/fx_passes/control_dependencies.py
torch/_inductor/fx_passes/ddp_fusion.py
torch/_inductor/fx_passes/decompose_mem_bound_mm.py
torch/_inductor/fx_passes/dedupe_symint_uses.py
torch/_inductor/fx_passes/efficient_conv_bn_eval.py
torch/_inductor/fx_passes/freezing_patterns.py
torch/_inductor/fx_passes/fsdp.py
torch/_inductor/fx_passes/fuse_attention.py
torch/_inductor/fx_passes/fusion_regions.py
torch/_inductor/fx_passes/graph_view.py
torch/_inductor/fx_passes/group_batch_fusion.py
torch/_inductor/fx_passes/joint_graph.py
torch/_inductor/fx_passes/low_contention_collectives.py
torch/_inductor/fx_passes/memory_estimator.py
torch/_inductor/fx_passes/micro_pipeline_tp.py
torch/_inductor/fx_passes/misc_patterns.py
torch/_inductor/fx_passes/mkldnn_fusion.py
torch/_inductor/fx_passes/node_runtime_estimation.py
torch/_inductor/fx_passes/numeric_utils.py
torch/_inductor/fx_passes/overlap_manual_scheduling.py
torch/_inductor/fx_passes/overlap_preserving_bucketer.py
torch/_inductor/fx_passes/overlap_scheduling.py
torch/_inductor/fx_passes/pad_mm.py
torch/_inductor/fx_passes/post_grad.py
torch/_inductor/fx_passes/pre_grad.py
torch/_inductor/fx_passes/profile_guided_estimation.py
torch/_inductor/fx_passes/quantization.py
torch/_inductor/fx_passes/reduced_atomic_contention.py
torch/_inductor/fx_passes/reinplace.py
torch/_inductor/fx_passes/replace_random.py
torch/_inductor/fx_passes/split_cat.py
torch/_inductor/fx_passes/spmd_check.py
torch/_inductor/fx_passes/auto_chunker/__init__.py
torch/_inductor/fx_passes/auto_chunker/applier.py
torch/_inductor/fx_passes/auto_chunker/common.py
torch/_inductor/fx_passes/auto_chunker/core.py
torch/_inductor/fx_passes/auto_chunker/propagate_scale_by.py
torch/_inductor/fx_passes/auto_chunker/propagator.py
torch/_inductor/fx_passes/auto_chunker/utils.py
torch/_inductor/fx_passes/serialized_patterns/__init__.py
torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_1.py
torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_10.py
torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_11.py
torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_12.py
torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_13.py
torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_14.py
torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_15.py
torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_16.py
torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_17.py
torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_18.py
torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_19.py
torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_2.py
torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_20.py
torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_21.py
torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_22.py
torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_23.py
torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_24.py
torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_25.py
torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_26.py
torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_27.py
torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_28.py
torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_3.py
torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_4.py
torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_5.py
torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_6.py
torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_7.py
torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_8.py
torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_9.py
torch/_inductor/fx_passes/serialized_patterns/addmm_pattern.py
torch/_inductor/fx_passes/serialized_patterns/bmm_pattern.py
torch/_inductor/fx_passes/serialized_patterns/mm_pattern.py
torch/_inductor/kernel/__init__.py
torch/_inductor/kernel/bmm.py
torch/_inductor/kernel/conv.py
torch/_inductor/kernel/custom_op.py
torch/_inductor/kernel/mm.py
torch/_inductor/kernel/mm_common.py
torch/_inductor/kernel/mm_grouped.py
torch/_inductor/kernel/mm_plus_mm.py
torch/_inductor/kernel/flex/__init__.py
torch/_inductor/kernel/flex/common.py
torch/_inductor/kernel/flex/flex_attention.py
torch/_inductor/kernel/flex/flex_cpu.py
torch/_inductor/kernel/flex/flex_decoding.py
torch/_inductor/kernel/flex/flex_flash_attention.py
torch/_inductor/kernel/flex/templates/common.py.jinja
torch/_inductor/kernel/flex/templates/flash_attention.py.jinja
torch/_inductor/kernel/flex/templates/flash_attention_backward.py.jinja
torch/_inductor/kernel/flex/templates/flex_attention.py.jinja
torch/_inductor/kernel/flex/templates/flex_backwards.py.jinja
torch/_inductor/kernel/flex/templates/flex_decode.py.jinja
torch/_inductor/kernel/flex/templates/utilities.py.jinja
torch/_inductor/kernel/templates/cutedsl_mm_grouped.py.jinja
torch/_inductor/kernel/templates/triton_blackwell_ws_persistent_device_tma_mm.py.jinja
torch/_inductor/kernel/templates/triton_bmm.py.jinja
torch/_inductor/kernel/templates/triton_depthwise_conv.py.jinja
torch/_inductor/kernel/templates/triton_epilogue_scaled_mm.py.jinja
torch/_inductor/kernel/templates/triton_main_loop_scaled_mm.py.jinja
torch/_inductor/kernel/templates/triton_mm.py.jinja
torch/_inductor/kernel/templates/triton_mm_grouped.py.jinja
torch/_inductor/kernel/templates/triton_mm_rocm.py.jinja
torch/_inductor/kernel/templates/triton_persistent_mm.py.jinja
torch/_inductor/kernel/templates/triton_persistent_tma_mm.py.jinja
torch/_inductor/kernel/vendored_templates/__init__.py
torch/_inductor/kernel/vendored_templates/cutedsl/__init__.py
torch/_inductor/kernel/vendored_templates/cutedsl/dense_blockscaled_gemm_persistent.py
torch/_inductor/kernel/vendored_templates/cutedsl/wrappers/__init__.py
torch/_inductor/kernel/vendored_templates/cutedsl/wrappers/dense_blockscaled_gemm_kernel.py
torch/_inductor/lookup_table/README.md
torch/_inductor/lookup_table/__init__.py
torch/_inductor/lookup_table/choices.py
torch/_inductor/package/__init__.py
torch/_inductor/package/build_package.py
torch/_inductor/package/package.py
torch/_inductor/runtime/README.md
torch/_inductor/runtime/__init__.py
torch/_inductor/runtime/autotune_cache.py
torch/_inductor/runtime/benchmarking.py
torch/_inductor/runtime/cache_dir_utils.py
torch/_inductor/runtime/compile_tasks.py
torch/_inductor/runtime/coordinate_descent_tuner.py
torch/_inductor/runtime/debug_utils.py
torch/_inductor/runtime/halide_helpers.py
torch/_inductor/runtime/hints.py
torch/_inductor/runtime/proton_utils.py
torch/_inductor/runtime/runtime_utils.py
torch/_inductor/runtime/static_triton_launcher.py
torch/_inductor/runtime/triton_compat.py
torch/_inductor/runtime/triton_helpers.py
torch/_inductor/runtime/triton_heuristics.py
torch/_inductor/runtime/triton_lazy_compile.py
torch/_inductor/runtime/caching/__init__.py
torch/_inductor/runtime/caching/config.py
torch/_inductor/runtime/caching/context.py
torch/_inductor/runtime/caching/encoders.py
torch/_inductor/runtime/caching/exceptions.py
torch/_inductor/runtime/caching/implementations.py
torch/_inductor/runtime/caching/interfaces.py
torch/_inductor/runtime/caching/locks.py
torch/_inductor/runtime/caching/memoizers.py
torch/_inductor/runtime/caching/utils.py
torch/_inductor/template_heuristics/__init__.py
torch/_inductor/template_heuristics/aten.py
torch/_inductor/template_heuristics/base.py
torch/_inductor/template_heuristics/contiguous_mm.py
torch/_inductor/template_heuristics/cutedsl.py
torch/_inductor/template_heuristics/decompose_k.py
torch/_inductor/template_heuristics/gemm.py
torch/_inductor/template_heuristics/nv_universal_gemm.py
torch/_inductor/template_heuristics/params.py
torch/_inductor/template_heuristics/registry.py
torch/_inductor/template_heuristics/tlx.py
torch/_inductor/template_heuristics/triton.py
torch/_inductor/template_heuristics/triton_addmm.py
torch/_lazy/__init__.py
torch/_lazy/closure.py
torch/_lazy/computation.py
torch/_lazy/config.py
torch/_lazy/debug.py
torch/_lazy/device_context.py
torch/_lazy/extract_compiled_graph.py
torch/_lazy/ir_cache.py
torch/_lazy/metrics.py
torch/_lazy/tensor_factory_functions.py
torch/_lazy/ts_backend.py
torch/_library/__init__.py
torch/_library/_out_variant.py
torch/_library/autograd.py
torch/_library/custom_ops.py
torch/_library/effects.py
torch/_library/fake_class_registry.py
torch/_library/fake_impl.py
torch/_library/fake_profile.py
torch/_library/infer_schema.py
torch/_library/opaque_object.py
torch/_library/simple_registry.py
torch/_library/triton.py
torch/_library/utils.py
torch/_logging/__init__.py
torch/_logging/_internal.py
torch/_logging/_registrations.py
torch/_logging/scribe.py
torch/_logging/structured.py
torch/_native/README.md
torch/_native/__init__.py
torch/_native/common_utils.py
torch/_native/cutedsl_utils.py
torch/_native/dsl_registry.py
torch/_native/registry.py
torch/_native/triton_utils.py
torch/_native/ops/__init__.py
torch/_native/ops/bmm_outer_product/__init__.py
torch/_native/ops/bmm_outer_product/triton_impl.py
torch/_native/ops/bmm_outer_product/triton_kernels.py
torch/_numpy/README.md
torch/_numpy/__init__.py
torch/_numpy/_binary_ufuncs_impl.py
torch/_numpy/_casting_dicts.py
torch/_numpy/_dtypes.py
torch/_numpy/_dtypes_impl.py
torch/_numpy/_funcs.py
torch/_numpy/_funcs_impl.py
torch/_numpy/_getlimits.py
torch/_numpy/_ndarray.py
torch/_numpy/_normalizations.py
torch/_numpy/_reductions_impl.py
torch/_numpy/_ufuncs.py
torch/_numpy/_unary_ufuncs_impl.py
torch/_numpy/_util.py
torch/_numpy/fft.py
torch/_numpy/linalg.py
torch/_numpy/random.py
torch/_numpy/testing/__init__.py
torch/_numpy/testing/utils.py
torch/_prims/__init__.py
torch/_prims/context.py
torch/_prims/debug_prims.py
torch/_prims/executor.py
torch/_prims/rng_prims.py
torch/_prims_common/__init__.py
torch/_prims_common/wrappers.py
torch/_refs/__init__.py
torch/_refs/_conversions.py
torch/_refs/fft.py
torch/_refs/linalg/__init__.py
torch/_refs/nn/__init__.py
torch/_refs/nn/functional/__init__.py
torch/_refs/special/__init__.py
torch/_strobelight/__init__.py
torch/_strobelight/cli_function_profiler.py
torch/_strobelight/compile_time_profiler.py
torch/_subclasses/__init__.py
torch/_subclasses/_fake_tensor_utils.py
torch/_subclasses/fake_impls.py
torch/_subclasses/fake_tensor.py
torch/_subclasses/fake_utils.py
torch/_subclasses/functional_tensor.py
torch/_subclasses/meta_utils.py
torch/_subclasses/schema_check_mode.py
torch/_subclasses/complex_tensor/__init__.py
torch/_subclasses/complex_tensor/_core.py
torch/_subclasses/complex_tensor/_ops/__init__.py
torch/_subclasses/complex_tensor/_ops/aten.py
torch/_subclasses/complex_tensor/_ops/common.py
torch/_subclasses/complex_tensor/_ops/prims.py
torch/_vendor/README.md
torch/_vendor/__init__.py
torch/_vendor/packaging/LICENSE
torch/_vendor/packaging/LICENSE.APACHE
torch/_vendor/packaging/LICENSE.BSD
torch/_vendor/packaging/__init__.py
torch/_vendor/packaging/_structures.py
torch/_vendor/packaging/version.py
torch/_vendor/quack/LICENSE
torch/_vendor/quack/__init__.py
torch/_vendor/quack/cache_utils.py
torch/_vendor/quack/compile_utils.py
torch/_vendor/quack/copy_utils.py
torch/_vendor/quack/cute_dsl_elf_fix.py
torch/_vendor/quack/cute_dsl_mlir_threading.py
torch/_vendor/quack/cute_dsl_utils.py
torch/_vendor/quack/layout_utils.py
torch/_vendor/quack/reduce.py
torch/_vendor/quack/reduction_base.py
torch/_vendor/quack/rmsnorm.py
torch/_vendor/quack/rounding.py
torch/_vendor/quack/utils.py
torch/accelerator/__init__.py
torch/accelerator/_utils.py
torch/accelerator/graphs.py
torch/accelerator/memory.py
torch/amp/__init__.py
torch/amp/autocast_mode.py
torch/amp/grad_scaler.py
torch/ao/__init__.py
torch/ao/nn/__init__.py
torch/ao/nn/intrinsic/__init__.py
torch/ao/nn/intrinsic/modules/__init__.py
torch/ao/nn/intrinsic/modules/fused.py
torch/ao/nn/intrinsic/qat/__init__.py
torch/ao/nn/intrinsic/qat/modules/__init__.py
torch/ao/nn/intrinsic/qat/modules/conv_fused.py
torch/ao/nn/intrinsic/qat/modules/linear_fused.py
torch/ao/nn/intrinsic/qat/modules/linear_relu.py
torch/ao/nn/intrinsic/quantized/__init__.py
torch/ao/nn/intrinsic/quantized/dynamic/__init__.py
torch/ao/nn/intrinsic/quantized/dynamic/modules/__init__.py
torch/ao/nn/intrinsic/quantized/dynamic/modules/linear_relu.py
torch/ao/nn/intrinsic/quantized/modules/__init__.py
torch/ao/nn/intrinsic/quantized/modules/bn_relu.py
torch/ao/nn/intrinsic/quantized/modules/conv_add.py
torch/ao/nn/intrinsic/quantized/modules/conv_relu.py
torch/ao/nn/intrinsic/quantized/modules/linear_relu.py
torch/ao/nn/qat/__init__.py
torch/ao/nn/qat/dynamic/__init__.py
torch/ao/nn/qat/dynamic/modules/__init__.py
torch/ao/nn/qat/dynamic/modules/linear.py
torch/ao/nn/qat/modules/__init__.py
torch/ao/nn/qat/modules/conv.py
torch/ao/nn/qat/modules/embedding_ops.py
torch/ao/nn/qat/modules/linear.py
torch/ao/nn/quantizable/__init__.py
torch/ao/nn/quantizable/modules/__init__.py
torch/ao/nn/quantizable/modules/activation.py
torch/ao/nn/quantizable/modules/rnn.py
torch/ao/nn/quantized/__init__.py
torch/ao/nn/quantized/functional.py
torch/ao/nn/quantized/dynamic/__init__.py
torch/ao/nn/quantized/dynamic/modules/__init__.py
torch/ao/nn/quantized/dynamic/modules/conv.py
torch/ao/nn/quantized/dynamic/modules/linear.py
torch/ao/nn/quantized/dynamic/modules/rnn.py
torch/ao/nn/quantized/modules/__init__.py
torch/ao/nn/quantized/modules/activation.py
torch/ao/nn/quantized/modules/batchnorm.py
torch/ao/nn/quantized/modules/conv.py
torch/ao/nn/quantized/modules/dropout.py
torch/ao/nn/quantized/modules/embedding_ops.py
torch/ao/nn/quantized/modules/functional_modules.py
torch/ao/nn/quantized/modules/linear.py
torch/ao/nn/quantized/modules/normalization.py
torch/ao/nn/quantized/modules/rnn.py
torch/ao/nn/quantized/modules/utils.py
torch/ao/nn/quantized/reference/__init__.py
torch/ao/nn/quantized/reference/modules/__init__.py
torch/ao/nn/quantized/reference/modules/conv.py
torch/ao/nn/quantized/reference/modules/linear.py
torch/ao/nn/quantized/reference/modules/rnn.py
torch/ao/nn/quantized/reference/modules/sparse.py
torch/ao/nn/quantized/reference/modules/utils.py
torch/ao/nn/sparse/__init__.py
torch/ao/nn/sparse/quantized/__init__.py
torch/ao/nn/sparse/quantized/linear.py
torch/ao/nn/sparse/quantized/utils.py
torch/ao/nn/sparse/quantized/dynamic/__init__.py
torch/ao/nn/sparse/quantized/dynamic/linear.py
torch/ao/ns/__init__.py
torch/ao/ns/_numeric_suite.py
torch/ao/ns/_numeric_suite_fx.py
torch/ao/ns/fx/__init__.py
torch/ao/ns/fx/graph_matcher.py
torch/ao/ns/fx/graph_passes.py
torch/ao/ns/fx/mappings.py
torch/ao/ns/fx/n_shadows_utils.py
torch/ao/ns/fx/ns_types.py
torch/ao/ns/fx/pattern_utils.py
torch/ao/ns/fx/qconfig_multi_mapping.py
torch/ao/ns/fx/utils.py
torch/ao/ns/fx/weight_utils.py
torch/ao/pruning/__init__.py
torch/ao/pruning/_mappings.py
torch/ao/pruning/_experimental/__init__.py
torch/ao/pruning/_experimental/activation_sparsifier/README.md
torch/ao/pruning/_experimental/activation_sparsifier/__init__.py
torch/ao/pruning/_experimental/activation_sparsifier/activation_sparsifier.py
torch/ao/pruning/_experimental/data_scheduler/README.md
torch/ao/pruning/_experimental/data_scheduler/__init__.py
torch/ao/pruning/_experimental/data_scheduler/base_data_scheduler.py
torch/ao/pruning/_experimental/data_sparsifier/README.md
torch/ao/pruning/_experimental/data_sparsifier/__init__.py
torch/ao/pruning/_experimental/data_sparsifier/base_data_sparsifier.py
torch/ao/pruning/_experimental/data_sparsifier/data_norm_sparsifier.py
torch/ao/pruning/_experimental/data_sparsifier/quantization_utils.py
torch/ao/pruning/_experimental/data_sparsifier/benchmarks/README.md
torch/ao/pruning/_experimental/data_sparsifier/benchmarks/dlrm_utils.py
torch/ao/pruning/_experimental/data_sparsifier/benchmarks/evaluate_disk_savings.py
torch/ao/pruning/_experimental/data_sparsifier/benchmarks/evaluate_forward_time.py
torch/ao/pruning/_experimental/data_sparsifier/benchmarks/evaluate_model_metrics.py
torch/ao/pruning/_experimental/data_sparsifier/benchmarks/images/accuracy.png
torch/ao/pruning/_experimental/data_sparsifier/benchmarks/images/disk_savings.png
torch/ao/pruning/_experimental/data_sparsifier/benchmarks/images/forward_time.png
torch/ao/pruning/_experimental/data_sparsifier/lightning/__init__.py
torch/ao/pruning/_experimental/data_sparsifier/lightning/callbacks/README.md
torch/ao/pruning/_experimental/data_sparsifier/lightning/callbacks/__init__.py
torch/ao/pruning/_experimental/data_sparsifier/lightning/callbacks/_data_sparstity_utils.py
torch/ao/pruning/_experimental/data_sparsifier/lightning/callbacks/data_sparsity.py
torch/ao/pruning/_experimental/data_sparsifier/lightning/tests/test_callbacks.py
torch/ao/pruning/_experimental/pruner/FPGM_pruner.py
torch/ao/pruning/_experimental/pruner/README.md
torch/ao/pruning/_experimental/pruner/__init__.py
torch/ao/pruning/_experimental/pruner/base_structured_sparsifier.py
torch/ao/pruning/_experimental/pruner/lstm_saliency_pruner.py
torch/ao/pruning/_experimental/pruner/match_utils.py
torch/ao/pruning/_experimental/pruner/parametrization.py
torch/ao/pruning/_experimental/pruner/prune_functions.py
torch/ao/pruning/_experimental/pruner/saliency_pruner.py
torch/ao/pruning/_experimental/pruner/images/prune_1.png
torch/ao/pruning/_experimental/pruner/images/prune_2.png
torch/ao/pruning/_experimental/pruner/images/prune_3.png
torch/ao/pruning/_experimental/pruner/images/prune_4.png
torch/ao/pruning/_experimental/pruner/images/prune_5.png
torch/ao/pruning/_experimental/pruner/images/prune_6.png
torch/ao/pruning/scheduler/__init__.py
torch/ao/pruning/scheduler/base_scheduler.py
torch/ao/pruning/scheduler/cubic_scheduler.py
torch/ao/pruning/scheduler/lambda_scheduler.py
torch/ao/pruning/sparsifier/__init__.py
torch/ao/pruning/sparsifier/base_sparsifier.py
torch/ao/pruning/sparsifier/nearly_diagonal_sparsifier.py
torch/ao/pruning/sparsifier/utils.py
torch/ao/pruning/sparsifier/weight_norm_sparsifier.py
torch/ao/quantization/__init__.py
torch/ao/quantization/_correct_bias.py
torch/ao/quantization/_equalize.py
torch/ao/quantization/_learnable_fake_quantize.py
torch/ao/quantization/fake_quantize.py
torch/ao/quantization/fuse_modules.py
torch/ao/quantization/fuser_method_mappings.py
torch/ao/quantization/observer.py
torch/ao/quantization/pattern.md
torch/ao/quantization/qconfig.py
torch/ao/quantization/qconfig_mapping.py
torch/ao/quantization/quant_type.py
torch/ao/quantization/quantization_mappings.py
torch/ao/quantization/quantize.py
torch/ao/quantization/quantize_fx.py
torch/ao/quantization/quantize_jit.py
torch/ao/quantization/stubs.py
torch/ao/quantization/utils.py
torch/ao/quantization/backend_config/README.md
torch/ao/quantization/backend_config/__init__.py
torch/ao/quantization/backend_config/_common_operator_config_utils.py
torch/ao/quantization/backend_config/_qnnpack_pt2e.py
torch/ao/quantization/backend_config/backend_config.py
torch/ao/quantization/backend_config/executorch.py
torch/ao/quantization/backend_config/fbgemm.py
torch/ao/quantization/backend_config/native.py
torch/ao/quantization/backend_config/onednn.py
torch/ao/quantization/backend_config/qnnpack.py
torch/ao/quantization/backend_config/tensorrt.py
torch/ao/quantization/backend_config/utils.py
torch/ao/quantization/backend_config/x86.py
torch/ao/quantization/experimental/APoT_tensor.py
torch/ao/quantization/experimental/adaround_fake_quantize.py
torch/ao/quantization/experimental/adaround_loss.py
torch/ao/quantization/experimental/adaround_optimization.py
torch/ao/quantization/experimental/apot_utils.py
torch/ao/quantization/experimental/fake_quantize.py
torch/ao/quantization/experimental/fake_quantize_function.py
torch/ao/quantization/experimental/linear.py
torch/ao/quantization/experimental/observer.py
torch/ao/quantization/experimental/qconfig.py
torch/ao/quantization/experimental/quantizer.py
torch/ao/quantization/fx/README.md
torch/ao/quantization/fx/__init__.py
torch/ao/quantization/fx/_decomposed.py
torch/ao/quantization/fx/_equalize.py
torch/ao/quantization/fx/_lower_to_native_backend.py
torch/ao/quantization/fx/convert.py
torch/ao/quantization/fx/custom_config.py
torch/ao/quantization/fx/fuse.py
torch/ao/quantization/fx/fuse_handler.py
torch/ao/quantization/fx/graph_module.py
torch/ao/quantization/fx/lower_to_fbgemm.py
torch/ao/quantization/fx/lower_to_qnnpack.py
torch/ao/quantization/fx/lstm_utils.py
torch/ao/quantization/fx/match_utils.py
torch/ao/quantization/fx/pattern_utils.py
torch/ao/quantization/fx/prepare.py
torch/ao/quantization/fx/qconfig_mapping_utils.py
torch/ao/quantization/fx/quantize_handler.py
torch/ao/quantization/fx/tracer.py
torch/ao/quantization/fx/utils.py
torch/ao/quantization/fx/_model_report/README.md
torch/ao/quantization/fx/_model_report/__init__.py
torch/ao/quantization/fx/_model_report/detector.py
torch/ao/quantization/fx/_model_report/model_report.py
torch/ao/quantization/fx/_model_report/model_report_observer.py
torch/ao/quantization/fx/_model_report/model_report_visualizer.py
torch/autograd/__init__.py
torch/autograd/anomaly_mode.py
torch/autograd/forward_ad.py
torch/autograd/function.py
torch/autograd/functional.py
torch/autograd/grad_mode.py
torch/autograd/gradcheck.py
torch/autograd/graph.py
torch/autograd/profiler.py
torch/autograd/profiler_legacy.py
torch/autograd/profiler_util.py
torch/autograd/variable.py
torch/autograd/_functions/__init__.py
torch/autograd/_functions/replace.vim
torch/autograd/_functions/tensor.py
torch/autograd/_functions/utils.py
torch/backends/__init__.py
torch/backends/_coreml/__init__.py
torch/backends/_coreml/preprocess.py
torch/backends/_nnapi/__init__.py
torch/backends/_nnapi/prepare.py
torch/backends/_nnapi/serializer.py
torch/backends/cpu/__init__.py
torch/backends/cuda/__init__.py
torch/backends/cudnn/__init__.py
torch/backends/cudnn/rnn.py
torch/backends/cusparselt/__init__.py
torch/backends/kleidiai/__init__.py
torch/backends/mha/__init__.py
torch/backends/miopen/__init__.py
torch/backends/mkl/__init__.py
torch/backends/mkldnn/__init__.py
torch/backends/mps/__init__.py
torch/backends/nnpack/__init__.py
torch/backends/openmp/__init__.py
torch/backends/opt_einsum/__init__.py
torch/backends/python_native/__init__.py
torch/backends/quantized/__init__.py
torch/backends/xeon/__init__.py
torch/backends/xeon/run_cpu.py
torch/backends/xnnpack/__init__.py
torch/compiler/__init__.py
torch/compiler/_cache.py
torch/compiler/config.py
torch/contrib/__init__.py
torch/contrib/_tensorboard_vis.py
torch/cpu/__init__.py
torch/cpu/amp/__init__.py
torch/cpu/amp/autocast_mode.py
torch/cpu/amp/grad_scaler.py
torch/csrc/CudaIPCTypes.cpp
torch/csrc/CudaIPCTypes.h
torch/csrc/DataLoader.cpp
torch/csrc/DataLoader.h
torch/csrc/Device.cpp
torch/csrc/Device.h
torch/csrc/DeviceAccelerator.cpp
torch/csrc/DeviceAccelerator.h
torch/csrc/Dtype.cpp
torch/csrc/Dtype.h
torch/csrc/DynamicTypes.cpp
torch/csrc/DynamicTypes.h
torch/csrc/Event.cpp
torch/csrc/Event.h
torch/csrc/Exceptions.cpp
torch/csrc/Exceptions.h
torch/csrc/Export.h
torch/csrc/Generator.cpp
torch/csrc/Generator.h
torch/csrc/Layout.cpp
torch/csrc/Layout.h
torch/csrc/MemoryFormat.cpp
torch/csrc/MemoryFormat.h
torch/csrc/Module.cpp
torch/csrc/Module.h
torch/csrc/PyInterpreter.cpp
torch/csrc/PyInterpreter.h
torch/csrc/PyInterpreterHooks.cpp
torch/csrc/PyInterpreterHooks.h
torch/csrc/QScheme.cpp
torch/csrc/QScheme.h
torch/csrc/README.md
torch/csrc/Size.cpp
torch/csrc/Size.h
torch/csrc/Storage.cpp
torch/csrc/Storage.h
torch/csrc/StorageMethods.cpp
torch/csrc/StorageMethods.h
torch/csrc/StorageSharing.cpp
torch/csrc/StorageSharing.h
torch/csrc/Stream.cpp
torch/csrc/Stream.h
torch/csrc/THConcat.h
torch/csrc/THP.h
torch/csrc/TypeInfo.cpp
torch/csrc/TypeInfo.h
torch/csrc/Types.h
torch/csrc/copy_utils.h
torch/csrc/empty.c
torch/csrc/itt.cpp
torch/csrc/itt.h
torch/csrc/itt_wrapper.cpp
torch/csrc/itt_wrapper.h
torch/csrc/python_dimname.cpp
torch/csrc/python_dimname.h
torch/csrc/python_headers.h
torch/csrc/serialization.cpp
torch/csrc/serialization.h
torch/csrc/shim_common.cpp
torch/csrc/shim_conversion_utils.h
torch/csrc/stub.c
torch/csrc/utils.cpp
torch/csrc/utils.h
torch/csrc/acc/Module.cpp
torch/csrc/acc/Module.h
torch/csrc/api/include/torch/all.h
torch/csrc/api/include/torch/arg.h
torch/csrc/api/include/torch/autograd.h
torch/csrc/api/include/torch/cuda.h
torch/csrc/api/include/torch/data.h
torch/csrc/api/include/torch/enum.h
torch/csrc/api/include/torch/expanding_array.h
torch/csrc/api/include/torch/fft.h
torch/csrc/api/include/torch/imethod.h
torch/csrc/api/include/torch/jit.h
torch/csrc/api/include/torch/mps.h
torch/csrc/api/include/torch/nested.h
torch/csrc/api/include/torch/nn.h
torch/csrc/api/include/torch/optim.h
torch/csrc/api/include/torch/ordered_dict.h
torch/csrc/api/include/torch/print.h
torch/csrc/api/include/torch/python.h
torch/csrc/api/include/torch/serialize.h
torch/csrc/api/include/torch/sparse.h
torch/csrc/api/include/torch/special.h
torch/csrc/api/include/torch/torch.h
torch/csrc/api/include/torch/types.h
torch/csrc/api/include/torch/utils.h
torch/csrc/api/include/torch/version.h
torch/csrc/api/include/torch/xpu.h
torch/csrc/api/include/torch/data/dataloader.h
torch/csrc/api/include/torch/data/dataloader_options.h
torch/csrc/api/include/torch/data/datasets.h
torch/csrc/api/include/torch/data/example.h
torch/csrc/api/include/torch/data/iterator.h
torch/csrc/api/include/torch/data/samplers.h
torch/csrc/api/include/torch/data/transforms.h
torch/csrc/api/include/torch/data/worker_exception.h
torch/csrc/api/include/torch/data/dataloader/base.h
torch/csrc/api/include/torch/data/dataloader/stateful.h
torch/csrc/api/include/torch/data/dataloader/stateless.h
torch/csrc/api/include/torch/data/datasets/base.h
torch/csrc/api/include/torch/data/datasets/chunk.h
torch/csrc/api/include/torch/data/datasets/map.h
torch/csrc/api/include/torch/data/datasets/mnist.h
torch/csrc/api/include/torch/data/datasets/shared.h
torch/csrc/api/include/torch/data/datasets/stateful.h
torch/csrc/api/include/torch/data/datasets/tensor.h
torch/csrc/api/include/torch/data/detail/data_shuttle.h
torch/csrc/api/include/torch/data/detail/queue.h
torch/csrc/api/include/torch/data/detail/sequencers.h
torch/csrc/api/include/torch/data/samplers/base.h
torch/csrc/api/include/torch/data/samplers/custom_batch_request.h
torch/csrc/api/include/torch/data/samplers/distributed.h
torch/csrc/api/include/torch/data/samplers/random.h
torch/csrc/api/include/torch/data/samplers/sequential.h
torch/csrc/api/include/torch/data/samplers/serialize.h
torch/csrc/api/include/torch/data/samplers/stream.h
torch/csrc/api/include/torch/data/transforms/base.h
torch/csrc/api/include/torch/data/transforms/collate.h
torch/csrc/api/include/torch/data/transforms/lambda.h
torch/csrc/api/include/torch/data/transforms/stack.h
torch/csrc/api/include/torch/data/transforms/tensor.h
torch/csrc/api/include/torch/detail/TensorDataContainer.h
torch/csrc/api/include/torch/detail/static.h
torch/csrc/api/include/torch/nativert/ModelRunnerHandle.h
torch/csrc/api/include/torch/nn/cloneable.h
torch/csrc/api/include/torch/nn/functional.h
torch/csrc/api/include/torch/nn/init.h
torch/csrc/api/include/torch/nn/module.h
torch/csrc/api/include/torch/nn/modules.h
torch/csrc/api/include/torch/nn/options.h
torch/csrc/api/include/torch/nn/pimpl-inl.h
torch/csrc/api/include/torch/nn/pimpl.h
torch/csrc/api/include/torch/nn/utils.h
torch/csrc/api/include/torch/nn/functional/activation.h
torch/csrc/api/include/torch/nn/functional/batchnorm.h
torch/csrc/api/include/torch/nn/functional/conv.h
torch/csrc/api/include/torch/nn/functional/distance.h
torch/csrc/api/include/torch/nn/functional/dropout.h
torch/csrc/api/include/torch/nn/functional/embedding.h
torch/csrc/api/include/torch/nn/functional/fold.h
torch/csrc/api/include/torch/nn/functional/instancenorm.h
torch/csrc/api/include/torch/nn/functional/linear.h
torch/csrc/api/include/torch/nn/functional/loss.h
torch/csrc/api/include/torch/nn/functional/normalization.h
torch/csrc/api/include/torch/nn/functional/padding.h
torch/csrc/api/include/torch/nn/functional/pixelshuffle.h
torch/csrc/api/include/torch/nn/functional/pooling.h
torch/csrc/api/include/torch/nn/functional/upsampling.h
torch/csrc/api/include/torch/nn/functional/vision.h
torch/csrc/api/include/torch/nn/modules/_functions.h
torch/csrc/api/include/torch/nn/modules/activation.h
torch/csrc/api/include/torch/nn/modules/adaptive.h
torch/csrc/api/include/torch/nn/modules/batchnorm.h
torch/csrc/api/include/torch/nn/modules/common.h
torch/csrc/api/include/torch/nn/modules/conv.h
torch/csrc/api/include/torch/nn/modules/distance.h
torch/csrc/api/include/torch/nn/modules/dropout.h
torch/csrc/api/include/torch/nn/modules/embedding.h
torch/csrc/api/include/torch/nn/modules/fold.h
torch/csrc/api/include/torch/nn/modules/instancenorm.h
torch/csrc/api/include/torch/nn/modules/linear.h
torch/csrc/api/include/torch/nn/modules/loss.h
torch/csrc/api/include/torch/nn/modules/normalization.h
torch/csrc/api/include/torch/nn/modules/padding.h
torch/csrc/api/include/torch/nn/modules/pixelshuffle.h
torch/csrc/api/include/torch/nn/modules/pooling.h
torch/csrc/api/include/torch/nn/modules/rnn.h
torch/csrc/api/include/torch/nn/modules/transformer.h
torch/csrc/api/include/torch/nn/modules/transformercoder.h
torch/csrc/api/include/torch/nn/modules/transformerlayer.h
torch/csrc/api/include/torch/nn/modules/upsampling.h
torch/csrc/api/include/torch/nn/modules/utils.h
torch/csrc/api/include/torch/nn/modules/container/any.h
torch/csrc/api/include/torch/nn/modules/container/any_module_holder.h
torch/csrc/api/include/torch/nn/modules/container/any_value.h
torch/csrc/api/include/torch/nn/modules/container/functional.h
torch/csrc/api/include/torch/nn/modules/container/moduledict.h
torch/csrc/api/include/torch/nn/modules/container/modulelist.h
torch/csrc/api/include/torch/nn/modules/container/named_any.h
torch/csrc/api/include/torch/nn/modules/container/parameterdict.h
torch/csrc/api/include/torch/nn/modules/container/parameterlist.h
torch/csrc/api/include/torch/nn/modules/container/sequential.h
torch/csrc/api/include/torch/nn/options/activation.h
torch/csrc/api/include/torch/nn/options/adaptive.h
torch/csrc/api/include/torch/nn/options/batchnorm.h
torch/csrc/api/include/torch/nn/options/conv.h
torch/csrc/api/include/torch/nn/options/distance.h
torch/csrc/api/include/torch/nn/options/dropout.h
torch/csrc/api/include/torch/nn/options/embedding.h
torch/csrc/api/include/torch/nn/options/fold.h
torch/csrc/api/include/torch/nn/options/instancenorm.h
torch/csrc/api/include/torch/nn/options/linear.h
torch/csrc/api/include/torch/nn/options/loss.h
torch/csrc/api/include/torch/nn/options/normalization.h
torch/csrc/api/include/torch/nn/options/padding.h
torch/csrc/api/include/torch/nn/options/pixelshuffle.h
torch/csrc/api/include/torch/nn/options/pooling.h
torch/csrc/api/include/torch/nn/options/rnn.h
torch/csrc/api/include/torch/nn/options/transformer.h
torch/csrc/api/include/torch/nn/options/transformercoder.h
torch/csrc/api/include/torch/nn/options/transformerlayer.h
torch/csrc/api/include/torch/nn/options/upsampling.h
torch/csrc/api/include/torch/nn/options/vision.h
torch/csrc/api/include/torch/nn/parallel/data_parallel.h
torch/csrc/api/include/torch/nn/utils/clip_grad.h
torch/csrc/api/include/torch/nn/utils/convert_parameters.h
torch/csrc/api/include/torch/nn/utils/rnn.h
torch/csrc/api/include/torch/optim/adagrad.h
torch/csrc/api/include/torch/optim/adam.h
torch/csrc/api/include/torch/optim/adamw.h
torch/csrc/api/include/torch/optim/lbfgs.h
torch/csrc/api/include/torch/optim/optimizer.h
torch/csrc/api/include/torch/optim/rmsprop.h
torch/csrc/api/include/torch/optim/serialize.h
torch/csrc/api/include/torch/optim/sgd.h
torch/csrc/api/include/torch/optim/schedulers/lr_scheduler.h
torch/csrc/api/include/torch/optim/schedulers/reduce_on_plateau_scheduler.h
torch/csrc/api/include/torch/optim/schedulers/step_lr.h
torch/csrc/api/include/torch/python/init.h
torch/csrc/api/include/torch/serialize/archive.h
torch/csrc/api/include/torch/serialize/input-archive.h
torch/csrc/api/include/torch/serialize/output-archive.h
torch/csrc/api/include/torch/serialize/tensor.h
torch/csrc/api/src/cuda.cpp
torch/csrc/api/src/enum.cpp
torch/csrc/api/src/imethod.cpp
torch/csrc/api/src/jit.cpp
torch/csrc/api/src/mps.cpp
torch/csrc/api/src/print.cpp
torch/csrc/api/src/serialize.cpp
torch/csrc/api/src/xpu.cpp
torch/csrc/api/src/data/datasets/mnist.cpp
torch/csrc/api/src/data/samplers/distributed.cpp
torch/csrc/api/src/data/samplers/random.cpp
torch/csrc/api/src/data/samplers/sequential.cpp
torch/csrc/api/src/data/samplers/stream.cpp
torch/csrc/api/src/nn/init.cpp
torch/csrc/api/src/nn/module.cpp
torch/csrc/api/src/nn/modules/_functions.cpp
torch/csrc/api/src/nn/modules/activation.cpp
torch/csrc/api/src/nn/modules/adaptive.cpp
torch/csrc/api/src/nn/modules/batchnorm.cpp
torch/csrc/api/src/nn/modules/conv.cpp
torch/csrc/api/src/nn/modules/distance.cpp
torch/csrc/api/src/nn/modules/dropout.cpp
torch/csrc/api/src/nn/modules/embedding.cpp
torch/csrc/api/src/nn/modules/fold.cpp
torch/csrc/api/src/nn/modules/instancenorm.cpp
torch/csrc/api/src/nn/modules/linear.cpp
torch/csrc/api/src/nn/modules/loss.cpp
torch/csrc/api/src/nn/modules/normalization.cpp
torch/csrc/api/src/nn/modules/padding.cpp
torch/csrc/api/src/nn/modules/pixelshuffle.cpp
torch/csrc/api/src/nn/modules/pooling.cpp
torch/csrc/api/src/nn/modules/rnn.cpp
torch/csrc/api/src/nn/modules/transformer.cpp
torch/csrc/api/src/nn/modules/upsampling.cpp
torch/csrc/api/src/nn/modules/container/functional.cpp
torch/csrc/api/src/nn/options/activation.cpp
torch/csrc/api/src/nn/options/adaptive.cpp
torch/csrc/api/src/nn/options/batchnorm.cpp
torch/csrc/api/src/nn/options/conv.cpp
torch/csrc/api/src/nn/options/dropout.cpp
torch/csrc/api/src/nn/options/embedding.cpp
torch/csrc/api/src/nn/options/instancenorm.cpp
torch/csrc/api/src/nn/options/linear.cpp
torch/csrc/api/src/nn/options/normalization.cpp
torch/csrc/api/src/nn/options/padding.cpp
torch/csrc/api/src/nn/options/pooling.cpp
torch/csrc/api/src/nn/options/rnn.cpp
torch/csrc/api/src/nn/options/transformer.cpp
torch/csrc/api/src/nn/options/vision.cpp
torch/csrc/api/src/optim/adagrad.cpp
torch/csrc/api/src/optim/adam.cpp
torch/csrc/api/src/optim/adamw.cpp
torch/csrc/api/src/optim/lbfgs.cpp
torch/csrc/api/src/optim/optimizer.cpp
torch/csrc/api/src/optim/rmsprop.cpp
torch/csrc/api/src/optim/serialize.cpp
torch/csrc/api/src/optim/sgd.cpp
torch/csrc/api/src/optim/schedulers/lr_scheduler.cpp
torch/csrc/api/src/optim/schedulers/reduce_on_plateau_scheduler.cpp
torch/csrc/api/src/optim/schedulers/step_lr.cpp
torch/csrc/api/src/python/init.cpp
torch/csrc/api/src/serialize/input-archive.cpp
torch/csrc/api/src/serialize/output-archive.cpp
torch/csrc/autograd/FunctionsManual.cpp
torch/csrc/autograd/FunctionsManual.h
torch/csrc/autograd/InferenceMode.h
torch/csrc/autograd/README.md
torch/csrc/autograd/TraceTypeManual.cpp
torch/csrc/autograd/VariableTypeManual.cpp
torch/csrc/autograd/VariableTypeUtils.h
torch/csrc/autograd/anomaly_mode.cpp
torch/csrc/autograd/anomaly_mode.h
torch/csrc/autograd/autograd.cpp
torch/csrc/autograd/autograd.h
torch/csrc/autograd/autograd_meta.cpp
torch/csrc/autograd/autograd_not_implemented_fallback.cpp
torch/csrc/autograd/autograd_not_implemented_fallback.h
torch/csrc/autograd/cpp_hook.cpp
torch/csrc/autograd/cpp_hook.h
torch/csrc/autograd/custom_function.cpp
torch/csrc/autograd/custom_function.h
torch/csrc/autograd/edge.h
torch/csrc/autograd/engine.cpp
torch/csrc/autograd/engine.h
torch/csrc/autograd/forward_grad.cpp
torch/csrc/autograd/forward_grad.h
torch/csrc/autograd/function.cpp
torch/csrc/autograd/function.h
torch/csrc/autograd/function_hook.h
torch/csrc/autograd/grad_mode.h
torch/csrc/autograd/graph_task.h
torch/csrc/autograd/init.cpp
torch/csrc/autograd/input_buffer.cpp
torch/csrc/autograd/input_buffer.h
torch/csrc/autograd/input_metadata.cpp
torch/csrc/autograd/input_metadata.h
torch/csrc/autograd/jit_decomp_interface.cpp
torch/csrc/autograd/jit_decomp_interface.h
torch/csrc/autograd/node.h
torch/csrc/autograd/profiler.h
torch/csrc/autograd/profiler_kineto.cpp
torch/csrc/autograd/profiler_kineto.h
torch/csrc/autograd/profiler_legacy.cpp
torch/csrc/autograd/profiler_legacy.h
torch/csrc/autograd/profiler_python.cpp
torch/csrc/autograd/profiler_python.h
torch/csrc/autograd/python_anomaly_mode.cpp
torch/csrc/autograd/python_anomaly_mode.h
torch/csrc/autograd/python_autograd.h
torch/csrc/autograd/python_cpp_function.cpp
torch/csrc/autograd/python_cpp_function.h
torch/csrc/autograd/python_engine.cpp
torch/csrc/autograd/python_engine.h
torch/csrc/autograd/python_enum_tag.h
torch/csrc/autograd/python_fft_functions.h
torch/csrc/autograd/python_function.cpp
torch/csrc/autograd/python_function.h
torch/csrc/autograd/python_hook.cpp
torch/csrc/autograd/python_hook.h
torch/csrc/autograd/python_legacy_variable.cpp
torch/csrc/autograd/python_legacy_variable.h
torch/csrc/autograd/python_linalg_functions.h
torch/csrc/autograd/python_nested_functions.h
torch/csrc/autograd/python_nested_functions_manual.cpp
torch/csrc/autograd/python_nn_functions.h
torch/csrc/autograd/python_saved_variable_hooks.cpp
torch/csrc/autograd/python_saved_variable_hooks.h
torch/csrc/autograd/python_sparse_functions.h
torch/csrc/autograd/python_special_functions.h
torch/csrc/autograd/python_torch_functions.h
torch/csrc/autograd/python_torch_functions_manual.cpp
torch/csrc/autograd/python_variable.cpp
torch/csrc/autograd/python_variable.h
torch/csrc/autograd/python_variable_indexing.cpp
torch/csrc/autograd/python_variable_indexing.h
torch/csrc/autograd/record_function_ops.cpp
torch/csrc/autograd/record_function_ops.h
torch/csrc/autograd/saved_variable.cpp
torch/csrc/autograd/saved_variable.h
torch/csrc/autograd/saved_variable_hooks.h
torch/csrc/autograd/symbolic.h
torch/csrc/autograd/variable.cpp
torch/csrc/autograd/variable.h
torch/csrc/autograd/variable_info.cpp
torch/csrc/autograd/variable_info.h
torch/csrc/autograd/functions/accumulate_grad.cpp
torch/csrc/autograd/functions/accumulate_grad.h
torch/csrc/autograd/functions/basic_ops.cpp
torch/csrc/autograd/functions/basic_ops.h
torch/csrc/autograd/functions/comm.cpp
torch/csrc/autograd/functions/comm.h
torch/csrc/autograd/functions/init.cpp
torch/csrc/autograd/functions/pybind.h
torch/csrc/autograd/functions/tensor.cpp
torch/csrc/autograd/functions/tensor.h
torch/csrc/autograd/functions/utils.cpp
torch/csrc/autograd/functions/utils.h
torch/csrc/autograd/generated/ADInplaceOrViewTypeEverything.cpp
torch/csrc/autograd/generated/ADInplaceOrViewType_0.cpp
torch/csrc/autograd/generated/ADInplaceOrViewType_1.cpp
torch/csrc/autograd/generated/Functions.cpp
torch/csrc/autograd/generated/Functions.h
torch/csrc/autograd/generated/TraceTypeEverything.cpp
torch/csrc/autograd/generated/TraceType_0.cpp
torch/csrc/autograd/generated/TraceType_1.cpp
torch/csrc/autograd/generated/TraceType_2.cpp
torch/csrc/autograd/generated/TraceType_3.cpp
torch/csrc/autograd/generated/TraceType_4.cpp
torch/csrc/autograd/generated/VariableType.h
torch/csrc/autograd/generated/VariableTypeEverything.cpp
torch/csrc/autograd/generated/VariableType_0.cpp
torch/csrc/autograd/generated/VariableType_1.cpp
torch/csrc/autograd/generated/VariableType_2.cpp
torch/csrc/autograd/generated/VariableType_3.cpp
torch/csrc/autograd/generated/VariableType_4.cpp
torch/csrc/autograd/generated/ViewFuncs.cpp
torch/csrc/autograd/generated/ViewFuncs.h
torch/csrc/autograd/generated/python_enum_tag.cpp
torch/csrc/autograd/generated/python_fft_functions.cpp
torch/csrc/autograd/generated/python_functions.h
torch/csrc/autograd/generated/python_functionsEverything.cpp
torch/csrc/autograd/generated/python_functions_0.cpp
torch/csrc/autograd/generated/python_functions_1.cpp
torch/csrc/autograd/generated/python_functions_2.cpp
torch/csrc/autograd/generated/python_functions_3.cpp
torch/csrc/autograd/generated/python_functions_4.cpp
torch/csrc/autograd/generated/python_linalg_functions.cpp
torch/csrc/autograd/generated/python_nested_functions.cpp
torch/csrc/autograd/generated/python_nn_functions.cpp
torch/csrc/autograd/generated/python_return_types.cpp
torch/csrc/autograd/generated/python_return_types.h
torch/csrc/autograd/generated/python_sparse_functions.cpp
torch/csrc/autograd/generated/python_special_functions.cpp
torch/csrc/autograd/generated/python_torch_functionsEverything.cpp
torch/csrc/autograd/generated/python_torch_functions_0.cpp
torch/csrc/autograd/generated/python_torch_functions_1.cpp
torch/csrc/autograd/generated/python_torch_functions_2.cpp
torch/csrc/autograd/generated/python_variable_methods.cpp
torch/csrc/autograd/generated/variable_factories.h
torch/csrc/autograd/generated/templates/VariableType.cpp
torch/csrc/autograd/utils/error_messages.h
torch/csrc/autograd/utils/grad_layout_contract.h
torch/csrc/autograd/utils/lambda_post_hook.h
torch/csrc/autograd/utils/python_arg_parsing.h
torch/csrc/autograd/utils/warnings.cpp
torch/csrc/autograd/utils/warnings.h
torch/csrc/autograd/utils/wrap_outputs.h
torch/csrc/cpu/Module.cpp
torch/csrc/cpu/Module.h
torch/csrc/cuda/CUDAPluggableAllocator.cpp
torch/csrc/cuda/CUDAPluggableAllocator.h
torch/csrc/cuda/Event.cpp
torch/csrc/cuda/Event.h
torch/csrc/cuda/GdsFile.cpp
torch/csrc/cuda/GdsFile.h
torch/csrc/cuda/Graph.cpp
torch/csrc/cuda/GreenContext.cpp
torch/csrc/cuda/MemPool.cpp
torch/csrc/cuda/Module.cpp
torch/csrc/cuda/Module.h
torch/csrc/cuda/Stream.cpp
torch/csrc/cuda/Stream.h
torch/csrc/cuda/THCP.h
torch/csrc/cuda/comm.cpp
torch/csrc/cuda/comm.h
torch/csrc/cuda/device_set.h
torch/csrc/cuda/memory_snapshot.cpp
torch/csrc/cuda/memory_snapshot.h
torch/csrc/cuda/nccl.cpp
torch/csrc/cuda/nccl.h
torch/csrc/cuda/python_comm.cpp
torch/csrc/cuda/python_comm.h
torch/csrc/cuda/python_nccl.cpp
torch/csrc/cuda/python_nccl.h
torch/csrc/cuda/shim_common.cpp
torch/csrc/cuda/utils.cpp
torch/csrc/cuda/utils.h
torch/csrc/cuda/shared/cudart.cpp
torch/csrc/cuda/shared/cudnn.cpp
torch/csrc/cuda/shared/cusparselt.cpp
torch/csrc/cuda/shared/nvtx.cpp
torch/csrc/distributed/Placement.h
torch/csrc/distributed/python_placement.cpp
torch/csrc/distributed/python_placement.h
torch/csrc/distributed/autograd/autograd.cpp
torch/csrc/distributed/autograd/autograd.h
torch/csrc/distributed/autograd/init.cpp
torch/csrc/distributed/autograd/python_autograd.h
torch/csrc/distributed/autograd/utils.cpp
torch/csrc/distributed/autograd/utils.h
torch/csrc/distributed/autograd/context/container.cpp
torch/csrc/distributed/autograd/context/container.h
torch/csrc/distributed/autograd/context/context.cpp
torch/csrc/distributed/autograd/context/context.h
torch/csrc/distributed/autograd/engine/dist_engine.cpp
torch/csrc/distributed/autograd/engine/dist_engine.h
torch/csrc/distributed/autograd/functions/recvrpc_backward.cpp
torch/csrc/distributed/autograd/functions/recvrpc_backward.h
torch/csrc/distributed/autograd/functions/sendrpc_backward.cpp
torch/csrc/distributed/autograd/functions/sendrpc_backward.h
torch/csrc/distributed/autograd/rpc_messages/autograd_metadata.cpp
torch/csrc/distributed/autograd/rpc_messages/autograd_metadata.h
torch/csrc/distributed/autograd/rpc_messages/cleanup_autograd_context_req.cpp
torch/csrc/distributed/autograd/rpc_messages/cleanup_autograd_context_req.h
torch/csrc/distributed/autograd/rpc_messages/cleanup_autograd_context_resp.cpp
torch/csrc/distributed/autograd/rpc_messages/cleanup_autograd_context_resp.h
torch/csrc/distributed/autograd/rpc_messages/propagate_gradients_req.cpp
torch/csrc/distributed/autograd/rpc_messages/propagate_gradients_req.h
torch/csrc/distributed/autograd/rpc_messages/propagate_gradients_resp.cpp
torch/csrc/distributed/autograd/rpc_messages/propagate_gradients_resp.h
torch/csrc/distributed/autograd/rpc_messages/rpc_with_autograd.cpp
torch/csrc/distributed/autograd/rpc_messages/rpc_with_autograd.h
torch/csrc/distributed/autograd/rpc_messages/rpc_with_profiling_req.cpp
torch/csrc/distributed/autograd/rpc_messages/rpc_with_profiling_req.h
torch/csrc/distributed/autograd/rpc_messages/rpc_with_profiling_resp.cpp
torch/csrc/distributed/autograd/rpc_messages/rpc_with_profiling_resp.h
torch/csrc/distributed/autograd/rpc_messages/rref_backward_req.cpp
torch/csrc/distributed/autograd/rpc_messages/rref_backward_req.h
torch/csrc/distributed/autograd/rpc_messages/rref_backward_resp.cpp
torch/csrc/distributed/autograd/rpc_messages/rref_backward_resp.h
torch/csrc/distributed/c10d/Backend.cpp
torch/csrc/distributed/c10d/Backend.hpp
torch/csrc/distributed/c10d/Backoff.cpp
torch/csrc/distributed/c10d/Backoff.hpp
torch/csrc/distributed/c10d/FakeProcessGroup.hpp
torch/csrc/distributed/c10d/FileStore.cpp
torch/csrc/distributed/c10d/FileStore.hpp
torch/csrc/distributed/c10d/FlightRecorder.cpp
torch/csrc/distributed/c10d/FlightRecorder.hpp
torch/csrc/distributed/c10d/FlightRecorderCuda.cpp
torch/csrc/distributed/c10d/FlightRecorderDetail.hpp
torch/csrc/distributed/c10d/Functional.cpp
torch/csrc/distributed/c10d/Functional.hpp
torch/csrc/distributed/c10d/GlooDeviceFactory.cpp
torch/csrc/distributed/c10d/GlooDeviceFactory.hpp
torch/csrc/distributed/c10d/GroupRegistry.cpp
torch/csrc/distributed/c10d/GroupRegistry.hpp
torch/csrc/distributed/c10d/HashStore.cpp
torch/csrc/distributed/c10d/HashStore.hpp
torch/csrc/distributed/c10d/NCCLUtils.cpp
torch/csrc/distributed/c10d/NCCLUtils.hpp
torch/csrc/distributed/c10d/NCCLXStub.hpp
torch/csrc/distributed/c10d/NanCheck.cpp
torch/csrc/distributed/c10d/NanCheck.cu
torch/csrc/distributed/c10d/NanCheck.hpp
torch/csrc/distributed/c10d/Ops.cpp
torch/csrc/distributed/c10d/ParamCommsUtils.cpp
torch/csrc/distributed/c10d/ParamCommsUtils.hpp
torch/csrc/distributed/c10d/PrefixStore.cpp
torch/csrc/distributed/c10d/PrefixStore.hpp
torch/csrc/distributed/c10d/ProcessGroup.cpp
torch/csrc/distributed/c10d/ProcessGroup.hpp
torch/csrc/distributed/c10d/ProcessGroupGloo.cpp
torch/csrc/distributed/c10d/ProcessGroupGloo.hpp
torch/csrc/distributed/c10d/ProcessGroupGlooCuda.cpp
torch/csrc/distributed/c10d/ProcessGroupGlooDetail.hpp
torch/csrc/distributed/c10d/ProcessGroupMPI.cpp
torch/csrc/distributed/c10d/ProcessGroupMPI.hpp
torch/csrc/distributed/c10d/ProcessGroupNCCL.cpp
torch/csrc/distributed/c10d/ProcessGroupNCCL.hpp
torch/csrc/distributed/c10d/ProcessGroupUCC.cpp
torch/csrc/distributed/c10d/ProcessGroupUCC.hpp
torch/csrc/distributed/c10d/ProcessGroupWrapper.cpp
torch/csrc/distributed/c10d/ProcessGroupWrapper.hpp
torch/csrc/distributed/c10d/PyProcessGroup.hpp
torch/csrc/distributed/c10d/RankLocal.hpp
torch/csrc/distributed/c10d/Store.cpp
torch/csrc/distributed/c10d/Store.hpp
torch/csrc/distributed/c10d/TCPStore.cpp
torch/csrc/distributed/c10d/TCPStore.hpp
torch/csrc/distributed/c10d/TCPStoreBackend.cpp
torch/csrc/distributed/c10d/TCPStoreBackend.hpp
torch/csrc/distributed/c10d/TCPStoreLibUvBackend.cpp
torch/csrc/distributed/c10d/TraceUtils.h
torch/csrc/distributed/c10d/Types.cpp
torch/csrc/distributed/c10d/Types.hpp
torch/csrc/distributed/c10d/UCCTracing.cpp
torch/csrc/distributed/c10d/UCCTracing.hpp
torch/csrc/distributed/c10d/UCCUtils.cpp
torch/csrc/distributed/c10d/UCCUtils.hpp
torch/csrc/distributed/c10d/UnixSockUtils.hpp
torch/csrc/distributed/c10d/Utils.cpp
torch/csrc/distributed/c10d/Utils.hpp
torch/csrc/distributed/c10d/WinSockUtils.hpp
torch/csrc/distributed/c10d/Work.cpp
torch/csrc/distributed/c10d/Work.hpp
torch/csrc/distributed/c10d/c10d.h
torch/csrc/distributed/c10d/comm.cpp
torch/csrc/distributed/c10d/comm.hpp
torch/csrc/distributed/c10d/debug.cpp
torch/csrc/distributed/c10d/debug.h
torch/csrc/distributed/c10d/default_comm_hooks.cpp
torch/csrc/distributed/c10d/default_comm_hooks.hpp
torch/csrc/distributed/c10d/error.h
torch/csrc/distributed/c10d/exception.h
torch/csrc/distributed/c10d/init.cpp
torch/csrc/distributed/c10d/logger.cpp
torch/csrc/distributed/c10d/logger.hpp
torch/csrc/distributed/c10d/logging.cpp
torch/csrc/distributed/c10d/logging.h
torch/csrc/distributed/c10d/python_callback_work.cpp
torch/csrc/distributed/c10d/python_callback_work.hpp
torch/csrc/distributed/c10d/python_comm_hook.cpp
torch/csrc/distributed/c10d/python_comm_hook.h
torch/csrc/distributed/c10d/reducer.cpp
torch/csrc/distributed/c10d/reducer.hpp
torch/csrc/distributed/c10d/reducer_cuda.cpp
torch/csrc/distributed/c10d/reducer_timer.hpp
torch/csrc/distributed/c10d/sequence_num.cpp
torch/csrc/distributed/c10d/sequence_num.hpp
torch/csrc/distributed/c10d/socket.cpp
torch/csrc/distributed/c10d/socket.h
torch/csrc/distributed/c10d/socket_fmt.h
torch/csrc/distributed/c10d/control_collectives/ControlCollectives.hpp
torch/csrc/distributed/c10d/control_collectives/StoreCollectives.cpp
torch/csrc/distributed/c10d/control_collectives/StoreCollectives.hpp
torch/csrc/distributed/c10d/control_plane/Handlers.cpp
torch/csrc/distributed/c10d/control_plane/Handlers.hpp
torch/csrc/distributed/c10d/control_plane/PythonHandlers.cpp
torch/csrc/distributed/c10d/control_plane/WaitCounterHandler.cpp
torch/csrc/distributed/c10d/control_plane/WaitCounterHandler.hpp
torch/csrc/distributed/c10d/control_plane/WorkerServer.cpp
torch/csrc/distributed/c10d/control_plane/WorkerServer.hpp
torch/csrc/distributed/c10d/cuda/AsyncMM.cu
torch/csrc/distributed/c10d/cuda/AsyncMM.cuh
torch/csrc/distributed/c10d/cuda/CUDAEventCache.cpp
torch/csrc/distributed/c10d/cuda/CUDAEventCache.hpp
torch/csrc/distributed/c10d/cuda/StreamBlock.cpp
torch/csrc/distributed/c10d/cuda/StreamBlock.cu
torch/csrc/distributed/c10d/cuda/StreamBlock.cuh
torch/csrc/distributed/c10d/cuda/StreamBlock.hpp
torch/csrc/distributed/c10d/cuda/utils.cpp
torch/csrc/distributed/c10d/cuda/utils.hpp
torch/csrc/distributed/c10d/cuda/cutlass/gemm/kernel/persistent_async_input_scheduler.cuh
torch/csrc/distributed/c10d/quantization/quantization.cpp
torch/csrc/distributed/c10d/quantization/quantization.h
torch/csrc/distributed/c10d/quantization/quantization_gpu.cu
torch/csrc/distributed/c10d/quantization/quantization_gpu.h
torch/csrc/distributed/c10d/quantization/quantization_utils.h
torch/csrc/distributed/c10d/symm_mem/CUDASymmetricMemory-inl.cuh
torch/csrc/distributed/c10d/symm_mem/CUDASymmetricMemory.cu
torch/csrc/distributed/c10d/symm_mem/CUDASymmetricMemory.hpp
torch/csrc/distributed/c10d/symm_mem/CUDASymmetricMemoryOps.cu
torch/csrc/distributed/c10d/symm_mem/CUDASymmetricMemoryTypes.hpp
torch/csrc/distributed/c10d/symm_mem/CUDASymmetricMemoryUtils.cpp
torch/csrc/distributed/c10d/symm_mem/CUDASymmetricMemoryUtils.hpp
torch/csrc/distributed/c10d/symm_mem/CudaDMAConnectivity.cpp
torch/csrc/distributed/c10d/symm_mem/DMAConnectivity.cpp
torch/csrc/distributed/c10d/symm_mem/DMAConnectivity.hpp
torch/csrc/distributed/c10d/symm_mem/NCCLSymmetricMemory.cu
torch/csrc/distributed/c10d/symm_mem/NCCLSymmetricMemory.hpp
torch/csrc/distributed/c10d/symm_mem/NVSHMEMSymmetricMemory.cpp
torch/csrc/distributed/c10d/symm_mem/SymmetricMemory.cpp
torch/csrc/distributed/c10d/symm_mem/SymmetricMemory.hpp
torch/csrc/distributed/c10d/symm_mem/cuda_mem_pool.cpp
torch/csrc/distributed/c10d/symm_mem/env.hpp
torch/csrc/distributed/c10d/symm_mem/intra_node_comm.cpp
torch/csrc/distributed/c10d/symm_mem/intra_node_comm.cu
torch/csrc/distributed/c10d/symm_mem/intra_node_comm.hpp
torch/csrc/distributed/c10d/symm_mem/macros.hpp
torch/csrc/distributed/c10d/symm_mem/nccl_dev_cap.hpp
torch/csrc/distributed/c10d/symm_mem/nccl_devcomm_manager.hpp
torch/csrc/distributed/c10d/symm_mem/nccl_extension.cu
torch/csrc/distributed/c10d/symm_mem/nccl_extension.hpp
torch/csrc/distributed/c10d/symm_mem/nvshmem_extension.cu
torch/csrc/distributed/c10d/symm_mem/nvshmem_extension.hpp
torch/csrc/distributed/c10d/symm_mem/nvshmem_team_manager.hpp
torch/csrc/distributed/c10d/symm_mem/rocshmem_extension.cu
torch/csrc/distributed/c10d/symm_mem/ops/nccl_reduce_scatter_offset.cu
torch/csrc/distributed/rpc/agent_utils.cpp
torch/csrc/distributed/rpc/agent_utils.h
torch/csrc/distributed/rpc/init.cpp
torch/csrc/distributed/rpc/message.cpp
torch/csrc/distributed/rpc/message.h
torch/csrc/distributed/rpc/py_rref.cpp
torch/csrc/distributed/rpc/py_rref.h
torch/csrc/distributed/rpc/python_call.cpp
torch/csrc/distributed/rpc/python_call.h
torch/csrc/distributed/rpc/python_functions.cpp
torch/csrc/distributed/rpc/python_functions.h
torch/csrc/distributed/rpc/python_remote_call.cpp
torch/csrc/distributed/rpc/python_remote_call.h
torch/csrc/distributed/rpc/python_resp.cpp
torch/csrc/distributed/rpc/python_resp.h
torch/csrc/distributed/rpc/python_rpc_handler.cpp
torch/csrc/distributed/rpc/python_rpc_handler.h
torch/csrc/distributed/rpc/request_callback.cpp
torch/csrc/distributed/rpc/request_callback.h
torch/csrc/distributed/rpc/request_callback_impl.cpp
torch/csrc/distributed/rpc/request_callback_impl.h
torch/csrc/distributed/rpc/request_callback_no_python.cpp
torch/csrc/distributed/rpc/request_callback_no_python.h
torch/csrc/distributed/rpc/rpc.h
torch/csrc/distributed/rpc/rpc_agent.cpp
torch/csrc/distributed/rpc/rpc_agent.h
torch/csrc/distributed/rpc/rpc_command_base.h
torch/csrc/distributed/rpc/rref_context.cpp
torch/csrc/distributed/rpc/rref_context.h
torch/csrc/distributed/rpc/rref_impl.cpp
torch/csrc/distributed/rpc/rref_impl.h
torch/csrc/distributed/rpc/rref_proto.cpp
torch/csrc/distributed/rpc/rref_proto.h
torch/csrc/distributed/rpc/script_call.cpp
torch/csrc/distributed/rpc/script_call.h
torch/csrc/distributed/rpc/script_remote_call.cpp
torch/csrc/distributed/rpc/script_remote_call.h
torch/csrc/distributed/rpc/script_resp.cpp
torch/csrc/distributed/rpc/script_resp.h
torch/csrc/distributed/rpc/tensorpipe_agent.cpp
torch/csrc/distributed/rpc/tensorpipe_agent.h
torch/csrc/distributed/rpc/tensorpipe_cuda.cpp
torch/csrc/distributed/rpc/tensorpipe_utils.cpp
torch/csrc/distributed/rpc/tensorpipe_utils.h
torch/csrc/distributed/rpc/torchscript_functions.cpp
torch/csrc/distributed/rpc/torchscript_functions.h
torch/csrc/distributed/rpc/types.cpp
torch/csrc/distributed/rpc/types.h
torch/csrc/distributed/rpc/unpickled_python_call.cpp
torch/csrc/distributed/rpc/unpickled_python_call.h
torch/csrc/distributed/rpc/unpickled_python_remote_call.cpp
torch/csrc/distributed/rpc/unpickled_python_remote_call.h
torch/csrc/distributed/rpc/utils.cpp
torch/csrc/distributed/rpc/utils.h
torch/csrc/distributed/rpc/metrics/RpcMetricsHandler.h
torch/csrc/distributed/rpc/metrics/registry.cpp
torch/csrc/distributed/rpc/profiler/remote_profiler_manager.cpp
torch/csrc/distributed/rpc/profiler/remote_profiler_manager.h
torch/csrc/distributed/rpc/profiler/server_process_global_profiler.cpp
torch/csrc/distributed/rpc/profiler/server_process_global_profiler.h
torch/csrc/distributed/rpc/testing/faulty_tensorpipe_agent.cpp
torch/csrc/distributed/rpc/testing/faulty_tensorpipe_agent.h
torch/csrc/distributed/rpc/testing/init.cpp
torch/csrc/distributed/rpc/testing/testing.h
torch/csrc/dynamo/cache_entry.cpp
torch/csrc/dynamo/cache_entry.h
torch/csrc/dynamo/compiled_autograd.cpp
torch/csrc/dynamo/compiled_autograd.h
torch/csrc/dynamo/cpp_shim.cpp
torch/csrc/dynamo/cpp_shim.h
torch/csrc/dynamo/cpython_defs.c
torch/csrc/dynamo/cpython_defs.h
torch/csrc/dynamo/cpython_includes.h
torch/csrc/dynamo/debug_macros.h
torch/csrc/dynamo/eval_frame.c
torch/csrc/dynamo/eval_frame.h
torch/csrc/dynamo/eval_frame_cpp.cpp
torch/csrc/dynamo/eval_frame_cpp.h
torch/csrc/dynamo/extra_state.cpp
torch/csrc/dynamo/extra_state.h
torch/csrc/dynamo/framelocals_mapping.cpp
torch/csrc/dynamo/framelocals_mapping.h
torch/csrc/dynamo/guards.cpp
torch/csrc/dynamo/guards.h
torch/csrc/dynamo/init.cpp
torch/csrc/dynamo/init.h
torch/csrc/dynamo/python_compiled_autograd.cpp
torch/csrc/dynamo/python_compiled_autograd.h
torch/csrc/dynamo/stackref_bridge.c
torch/csrc/dynamo/stackref_bridge.h
torch/csrc/dynamo/utils.cpp
torch/csrc/dynamo/utils.h
torch/csrc/export/example_upgraders.cpp
torch/csrc/export/example_upgraders.h
torch/csrc/export/pt2_archive_constants.h
torch/csrc/export/pybind.cpp
torch/csrc/export/pybind.h
torch/csrc/export/upgrader.cpp
torch/csrc/export/upgrader.h
torch/csrc/functionalization/Module.cpp
torch/csrc/functionalization/Module.h
torch/csrc/functionalization/generated/ViewMetaClassesPythonBinding.cpp
torch/csrc/functorch/init.cpp
torch/csrc/functorch/init.h
torch/csrc/fx/node.cpp
torch/csrc/fx/node.h
torch/csrc/inductor/array_ref_impl.h
torch/csrc/inductor/cpp_prefix.h
torch/csrc/inductor/inductor_ops.cpp
torch/csrc/inductor/inductor_ops.h
torch/csrc/inductor/inductor_ops_gpu.cpp
torch/csrc/inductor/resize_storage_bytes.cpp
torch/csrc/inductor/aoti_eager/kernel_holder.cpp
torch/csrc/inductor/aoti_eager/kernel_holder.h
torch/csrc/inductor/aoti_eager/kernel_meta_info.cpp
torch/csrc/inductor/aoti_eager/kernel_meta_info.h
torch/csrc/inductor/aoti_include/array_ref.h
torch/csrc/inductor/aoti_include/common.h
torch/csrc/inductor/aoti_include/cpu.h
torch/csrc/inductor/aoti_include/cuda.h
torch/csrc/inductor/aoti_include/kernel_compile_result.h
torch/csrc/inductor/aoti_include/mps.h
torch/csrc/inductor/aoti_include/xpu.h
torch/csrc/inductor/aoti_package/model_package_loader.cpp
torch/csrc/inductor/aoti_package/model_package_loader.h
torch/csrc/inductor/aoti_package/pybind.cpp
torch/csrc/inductor/aoti_package/pybind.h
torch/csrc/inductor/aoti_runner/model_container_runner.cpp
torch/csrc/inductor/aoti_runner/model_container_runner.h
torch/csrc/inductor/aoti_runner/model_container_runner_cpu.cpp
torch/csrc/inductor/aoti_runner/model_container_runner_cpu.h
torch/csrc/inductor/aoti_runner/model_container_runner_cuda.cpp
torch/csrc/inductor/aoti_runner/model_container_runner_cuda.h
torch/csrc/inductor/aoti_runner/model_container_runner_mps.cpp
torch/csrc/inductor/aoti_runner/model_container_runner_mps.h
torch/csrc/inductor/aoti_runner/model_container_runner_xpu.cpp
torch/csrc/inductor/aoti_runner/model_container_runner_xpu.h
torch/csrc/inductor/aoti_runner/pybind.cpp
torch/csrc/inductor/aoti_runner/pybind.h
torch/csrc/inductor/aoti_runtime/arrayref_tensor.h
torch/csrc/inductor/aoti_runtime/arrayref_tensor_conversion.h
torch/csrc/inductor/aoti_runtime/constant_type.h
torch/csrc/inductor/aoti_runtime/cpu_triton_runtime_wrappers.h
torch/csrc/inductor/aoti_runtime/device_utils.h
torch/csrc/inductor/aoti_runtime/interface.h
torch/csrc/inductor/aoti_runtime/kernel_context_tls.h
torch/csrc/inductor/aoti_runtime/mini_array_ref.h
torch/csrc/inductor/aoti_runtime/model.h
torch/csrc/inductor/aoti_runtime/model_base.h
torch/csrc/inductor/aoti_runtime/model_container.h
torch/csrc/inductor/aoti_runtime/scalar_to_tensor.h
torch/csrc/inductor/aoti_runtime/sycl_runtime_wrappers.h
torch/csrc/inductor/aoti_runtime/thread_local.h
torch/csrc/inductor/aoti_runtime/utils.h
torch/csrc/inductor/aoti_runtime/utils_cuda.h
torch/csrc/inductor/aoti_runtime/utils_xpu.h
torch/csrc/inductor/aoti_torch/generated_enum_converters.h
torch/csrc/inductor/aoti_torch/mkldnn_tensor.cpp
torch/csrc/inductor/aoti_torch/mkldnn_tensor.h
torch/csrc/inductor/aoti_torch/oss_proxy_executor.cpp
torch/csrc/inductor/aoti_torch/oss_proxy_executor.h
torch/csrc/inductor/aoti_torch/proxy_executor.h
torch/csrc/inductor/aoti_torch/shim_common.cpp
torch/csrc/inductor/aoti_torch/shim_cpu.cpp
torch/csrc/inductor/aoti_torch/shim_cuda.cpp
torch/csrc/inductor/aoti_torch/shim_mps.cpp
torch/csrc/inductor/aoti_torch/shim_mps.mm
torch/csrc/inductor/aoti_torch/shim_xpu.cpp
torch/csrc/inductor/aoti_torch/tensor_converter.cpp
torch/csrc/inductor/aoti_torch/tensor_converter.h
torch/csrc/inductor/aoti_torch/utils.h
torch/csrc/inductor/aoti_torch/c/macros.h
torch/csrc/inductor/aoti_torch/c/shim.h
torch/csrc/inductor/aoti_torch/c/shim_cpu.h
torch/csrc/inductor/aoti_torch/c/shim_deprecated.h
torch/csrc/inductor/aoti_torch/c/shim_mps.h
torch/csrc/inductor/aoti_torch/c/shim_xpu.h
torch/csrc/inductor/aoti_torch/generated/c_shim_aten.cpp
torch/csrc/inductor/aoti_torch/generated/c_shim_aten.h
torch/csrc/inductor/aoti_torch/generated/c_shim_cpu.cpp
torch/csrc/inductor/aoti_torch/generated/c_shim_cpu.h
torch/csrc/inductor/aoti_torch/generated/c_shim_cuda.cpp
torch/csrc/inductor/aoti_torch/generated/c_shim_cuda.h
torch/csrc/inductor/aoti_torch/generated/c_shim_mps.h
torch/csrc/inductor/aoti_torch/generated/c_shim_xpu.h
torch/csrc/inductor/cpp_wrapper/array_ref.h
torch/csrc/inductor/cpp_wrapper/common.h
torch/csrc/inductor/cpp_wrapper/cpu.h
torch/csrc/inductor/cpp_wrapper/cuda.h
torch/csrc/inductor/cpp_wrapper/lazy_triton_compile.h
torch/csrc/inductor/cpp_wrapper/mps.h
torch/csrc/inductor/cpp_wrapper/xpu.h
torch/csrc/inductor/cpp_wrapper/device_internal/cpu.h
torch/csrc/inductor/cpp_wrapper/device_internal/cuda.h
torch/csrc/inductor/cpp_wrapper/device_internal/mps.h
torch/csrc/inductor/cpp_wrapper/device_internal/xpu.h
torch/csrc/inductor/static_launcher/cuda.cpp
torch/csrc/inductor/static_launcher/cuda.h
torch/csrc/inductor/static_launcher/xpu.cpp
torch/csrc/inductor/static_launcher/xpu.h
torch/csrc/instruction_counter/Module.cpp
torch/csrc/instruction_counter/Module.h
torch/csrc/jit/JIT-AUTOCAST.md
torch/csrc/jit/OVERVIEW.md
torch/csrc/jit/README.md
torch/csrc/jit/jit_log.cpp
torch/csrc/jit/jit_log.h
torch/csrc/jit/jit_opt_limit.cpp
torch/csrc/jit/jit_opt_limit.h
torch/csrc/jit/resource_guard.h
torch/csrc/jit/api/compilation_unit.h
torch/csrc/jit/api/function_impl.cpp
torch/csrc/jit/api/function_impl.h
torch/csrc/jit/api/method.h
torch/csrc/jit/api/module.cpp
torch/csrc/jit/api/module.h
torch/csrc/jit/api/module_save.cpp
torch/csrc/jit/api/object.cpp
torch/csrc/jit/api/object.h
torch/csrc/jit/backends/backend.h
torch/csrc/jit/backends/backend_debug_handler.cpp
torch/csrc/jit/backends/backend_debug_handler.h
torch/csrc/jit/backends/backend_debug_info.cpp
torch/csrc/jit/backends/backend_debug_info.h
torch/csrc/jit/backends/backend_detail.cpp
torch/csrc/jit/backends/backend_detail.h
torch/csrc/jit/backends/backend_exception.h
torch/csrc/jit/backends/backend_init.cpp
torch/csrc/jit/backends/backend_init.h
torch/csrc/jit/backends/backend_interface.cpp
torch/csrc/jit/backends/backend_interface.h
torch/csrc/jit/backends/backend_preprocess.h
torch/csrc/jit/backends/backend_resolver.cpp
torch/csrc/jit/backends/backend_resolver.h
torch/csrc/jit/backends/coreml/cpp/backend.cpp
torch/csrc/jit/backends/coreml/cpp/context.cpp
torch/csrc/jit/backends/coreml/cpp/context.h
torch/csrc/jit/backends/coreml/cpp/preprocess.cpp
torch/csrc/jit/backends/coreml/objc/PTMCoreMLBackend.mm
torch/csrc/jit/backends/coreml/objc/PTMCoreMLCompiler.h
torch/csrc/jit/backends/coreml/objc/PTMCoreMLCompiler.mm
torch/csrc/jit/backends/coreml/objc/PTMCoreMLExecutor.h
torch/csrc/jit/backends/coreml/objc/PTMCoreMLExecutor.mm
torch/csrc/jit/backends/coreml/objc/PTMCoreMLFeatureProvider.h
torch/csrc/jit/backends/coreml/objc/PTMCoreMLFeatureProvider.mm
torch/csrc/jit/backends/coreml/objc/PTMCoreMLModelWrapper.h
torch/csrc/jit/backends/coreml/objc/PTMCoreMLTensorSpec.h
torch/csrc/jit/backends/nnapi/nnapi_backend_lib.cpp
torch/csrc/jit/backends/nnapi/nnapi_backend_preprocess.cpp
torch/csrc/jit/backends/xnnpack/xnnpack_backend_lib.cpp
torch/csrc/jit/backends/xnnpack/xnnpack_backend_preprocess.cpp
torch/csrc/jit/backends/xnnpack/xnnpack_graph_builder.cpp
torch/csrc/jit/backends/xnnpack/xnnpack_graph_builder.h
torch/csrc/jit/backends/xnnpack/compiler/xnn_compiler.cpp
torch/csrc/jit/backends/xnnpack/compiler/xnn_compiler.h
torch/csrc/jit/backends/xnnpack/executor/xnn_executor.h
torch/csrc/jit/backends/xnnpack/serialization/schema.fbs
torch/csrc/jit/backends/xnnpack/serialization/serializer.cpp
torch/csrc/jit/backends/xnnpack/serialization/serializer.h
torch/csrc/jit/codegen/cuda/README.md
torch/csrc/jit/codegen/cuda/interface.cpp
torch/csrc/jit/codegen/cuda/interface.h
torch/csrc/jit/codegen/fuser/README.md
torch/csrc/jit/codegen/fuser/arg_spec.h
torch/csrc/jit/codegen/fuser/codegen.cpp
torch/csrc/jit/codegen/fuser/codegen.h
torch/csrc/jit/codegen/fuser/compiler.cpp
torch/csrc/jit/codegen/fuser/compiler.h
torch/csrc/jit/codegen/fuser/executor.cpp
torch/csrc/jit/codegen/fuser/executor.h
torch/csrc/jit/codegen/fuser/fallback.cpp
torch/csrc/jit/codegen/fuser/fallback.h
torch/csrc/jit/codegen/fuser/fused_kernel.h
torch/csrc/jit/codegen/fuser/interface.cpp
torch/csrc/jit/codegen/fuser/interface.h
torch/csrc/jit/codegen/fuser/kernel_cache.cpp
torch/csrc/jit/codegen/fuser/kernel_cache.h
torch/csrc/jit/codegen/fuser/kernel_spec.h
torch/csrc/jit/codegen/fuser/partition_desc.h
torch/csrc/jit/codegen/fuser/tensor_desc.h
torch/csrc/jit/codegen/fuser/tensor_info.h
torch/csrc/jit/codegen/fuser/cpu/fused_kernel.cpp
torch/csrc/jit/codegen/fuser/cpu/fused_kernel.h
torch/csrc/jit/codegen/fuser/cpu/resource_strings.h
torch/csrc/jit/codegen/fuser/cpu/temp_file.h
torch/csrc/jit/codegen/fuser/cuda/fused_kernel.cpp
torch/csrc/jit/codegen/fuser/cuda/fused_kernel.h
torch/csrc/jit/codegen/fuser/cuda/resource_strings.h
torch/csrc/jit/codegen/onednn/LlgaTensorImpl.cpp
torch/csrc/jit/codegen/onednn/LlgaTensorImpl.h
torch/csrc/jit/codegen/onednn/README.md
torch/csrc/jit/codegen/onednn/decompose_silu.cpp
torch/csrc/jit/codegen/onednn/decompose_silu.h
torch/csrc/jit/codegen/onednn/defer_size_check.cpp
torch/csrc/jit/codegen/onednn/defer_size_check.h
torch/csrc/jit/codegen/onednn/graph_fuser.cpp
torch/csrc/jit/codegen/onednn/graph_fuser.h
torch/csrc/jit/codegen/onednn/graph_helper.cpp
torch/csrc/jit/codegen/onednn/graph_helper.h
torch/csrc/jit/codegen/onednn/graph_rewriter.cpp
torch/csrc/jit/codegen/onednn/guard_shape.cpp
torch/csrc/jit/codegen/onednn/guard_shape.h
torch/csrc/jit/codegen/onednn/interface.cpp
torch/csrc/jit/codegen/onednn/interface.h
torch/csrc/jit/codegen/onednn/kernel.cpp
torch/csrc/jit/codegen/onednn/kernel.h
torch/csrc/jit/codegen/onednn/layout_propagation.cpp
torch/csrc/jit/codegen/onednn/layout_propagation.h
torch/csrc/jit/codegen/onednn/operator.h
torch/csrc/jit/codegen/onednn/prepare_binary.cpp
torch/csrc/jit/codegen/onednn/prepare_binary.h
torch/csrc/jit/codegen/onednn/register_interface.cpp
torch/csrc/jit/cuda/cuda.h
torch/csrc/jit/docs/serialization.md
torch/csrc/jit/frontend/builtin_functions.cpp
torch/csrc/jit/frontend/builtin_functions.h
torch/csrc/jit/frontend/canonicalize_modified_loop.cpp
torch/csrc/jit/frontend/canonicalize_modified_loop.h
torch/csrc/jit/frontend/concrete_module_type.cpp
torch/csrc/jit/frontend/concrete_module_type.h
torch/csrc/jit/frontend/convert_to_ssa.cpp
torch/csrc/jit/frontend/convert_to_ssa.h
torch/csrc/jit/frontend/edit_distance.cpp
torch/csrc/jit/frontend/edit_distance.h
torch/csrc/jit/frontend/error_report.cpp
torch/csrc/jit/frontend/error_report.h
torch/csrc/jit/frontend/exit_transforms.cpp
torch/csrc/jit/frontend/exit_transforms.h
torch/csrc/jit/frontend/function_schema_parser.cpp
torch/csrc/jit/frontend/function_schema_parser.h
torch/csrc/jit/frontend/inline_loop_condition.cpp
torch/csrc/jit/frontend/inline_loop_condition.h
torch/csrc/jit/frontend/ir_emitter.cpp
torch/csrc/jit/frontend/ir_emitter.h
torch/csrc/jit/frontend/lexer.cpp
torch/csrc/jit/frontend/lexer.h
torch/csrc/jit/frontend/mini_environment.h
torch/csrc/jit/frontend/name_mangler.cpp
torch/csrc/jit/frontend/name_mangler.h
torch/csrc/jit/frontend/parse_string_literal.h
torch/csrc/jit/frontend/parser.cpp
torch/csrc/jit/frontend/parser.h
torch/csrc/jit/frontend/parser_constants.h
torch/csrc/jit/frontend/resolver.h
torch/csrc/jit/frontend/schema_matching.cpp
torch/csrc/jit/frontend/schema_matching.h
torch/csrc/jit/frontend/schema_type_parser.cpp
torch/csrc/jit/frontend/schema_type_parser.h
torch/csrc/jit/frontend/script_type_parser.cpp
torch/csrc/jit/frontend/script_type_parser.h
torch/csrc/jit/frontend/source_range.cpp
torch/csrc/jit/frontend/source_range.h
torch/csrc/jit/frontend/source_ref.h
torch/csrc/jit/frontend/strtod.cpp
torch/csrc/jit/frontend/strtod.h
torch/csrc/jit/frontend/sugared_value.cpp
torch/csrc/jit/frontend/sugared_value.h
torch/csrc/jit/frontend/tracer.cpp
torch/csrc/jit/frontend/tracer.h
torch/csrc/jit/frontend/tree.h
torch/csrc/jit/frontend/tree_views.cpp
torch/csrc/jit/frontend/tree_views.h
torch/csrc/jit/frontend/versioned_symbols.cpp
torch/csrc/jit/frontend/versioned_symbols.h
torch/csrc/jit/ir/alias_analysis.cpp
torch/csrc/jit/ir/alias_analysis.h
torch/csrc/jit/ir/attributes.cpp
torch/csrc/jit/ir/attributes.h
torch/csrc/jit/ir/constants.cpp
torch/csrc/jit/ir/constants.h
torch/csrc/jit/ir/graph_node_list.h
torch/csrc/jit/ir/graph_utils.cpp
torch/csrc/jit/ir/graph_utils.h
torch/csrc/jit/ir/ir.cpp
torch/csrc/jit/ir/ir.h
torch/csrc/jit/ir/ir_views.h
torch/csrc/jit/ir/irparser.cpp
torch/csrc/jit/ir/irparser.h
torch/csrc/jit/ir/named_value.h
torch/csrc/jit/ir/node_hashing.cpp
torch/csrc/jit/ir/node_hashing.h
torch/csrc/jit/ir/scope.cpp
torch/csrc/jit/ir/scope.h
torch/csrc/jit/ir/subgraph_matcher.cpp
torch/csrc/jit/ir/subgraph_matcher.h
torch/csrc/jit/ir/type_hashing.cpp
torch/csrc/jit/ir/type_hashing.h
torch/csrc/jit/mobile/code.h
torch/csrc/jit/mobile/debug_info.cpp
torch/csrc/jit/mobile/debug_info.h
torch/csrc/jit/mobile/file_format.h
torch/csrc/jit/mobile/flatbuffer_loader.cpp
torch/csrc/jit/mobile/flatbuffer_loader.h
torch/csrc/jit/mobile/frame.h
torch/csrc/jit/mobile/function.cpp
torch/csrc/jit/mobile/function.h
torch/csrc/jit/mobile/import.cpp
torch/csrc/jit/mobile/import.h
torch/csrc/jit/mobile/import_data.cpp
torch/csrc/jit/mobile/import_data.h
torch/csrc/jit/mobile/import_export_common.h
torch/csrc/jit/mobile/interpreter.cpp
torch/csrc/jit/mobile/interpreter.h
torch/csrc/jit/mobile/method.h
torch/csrc/jit/mobile/module.cpp
torch/csrc/jit/mobile/module.h
torch/csrc/jit/mobile/observer.cpp
torch/csrc/jit/mobile/observer.h
torch/csrc/jit/mobile/parse_bytecode.cpp
torch/csrc/jit/mobile/parse_bytecode.h
torch/csrc/jit/mobile/parse_operators.cpp
torch/csrc/jit/mobile/parse_operators.h
torch/csrc/jit/mobile/prim_ops_registery.cpp
torch/csrc/jit/mobile/prim_ops_registery.h
torch/csrc/jit/mobile/profiler_edge.cpp
torch/csrc/jit/mobile/profiler_edge.h
torch/csrc/jit/mobile/promoted_prim_ops.cpp
torch/csrc/jit/mobile/promoted_prim_ops.h
torch/csrc/jit/mobile/quantization.cpp
torch/csrc/jit/mobile/quantization.h
torch/csrc/jit/mobile/register_ops_common_utils.cpp
torch/csrc/jit/mobile/register_ops_common_utils.h
torch/csrc/jit/mobile/type_parser.cpp
torch/csrc/jit/mobile/type_parser.h
torch/csrc/jit/mobile/upgrader_mobile.cpp
torch/csrc/jit/mobile/upgrader_mobile.h
torch/csrc/jit/mobile/compatibility/backport.cpp
torch/csrc/jit/mobile/compatibility/backport.h
torch/csrc/jit/mobile/compatibility/backport_manager.cpp
torch/csrc/jit/mobile/compatibility/backport_manager.h
torch/csrc/jit/mobile/compatibility/model_compatibility.cpp
torch/csrc/jit/mobile/compatibility/model_compatibility.h
torch/csrc/jit/mobile/compatibility/runtime_compatibility.cpp
torch/csrc/jit/mobile/compatibility/runtime_compatibility.h
torch/csrc/jit/mobile/model_tracer/BuildFeatureTracer.cpp
torch/csrc/jit/mobile/model_tracer/BuildFeatureTracer.h
torch/csrc/jit/mobile/model_tracer/CMakeLists.txt
torch/csrc/jit/mobile/model_tracer/CustomClassTracer.cpp
torch/csrc/jit/mobile/model_tracer/CustomClassTracer.h
torch/csrc/jit/mobile/model_tracer/KernelDTypeTracer.cpp
torch/csrc/jit/mobile/model_tracer/KernelDTypeTracer.h
torch/csrc/jit/mobile/model_tracer/MobileModelRunner.cpp
torch/csrc/jit/mobile/model_tracer/MobileModelRunner.h
torch/csrc/jit/mobile/model_tracer/OperatorCallTracer.cpp
torch/csrc/jit/mobile/model_tracer/OperatorCallTracer.h
torch/csrc/jit/mobile/model_tracer/TensorUtils.cpp
torch/csrc/jit/mobile/model_tracer/TensorUtils.h
torch/csrc/jit/mobile/model_tracer/TracerRunner.cpp
torch/csrc/jit/mobile/model_tracer/TracerRunner.h
torch/csrc/jit/mobile/model_tracer/tracer.cpp
torch/csrc/jit/mobile/nnc/aot_compiler.cpp
torch/csrc/jit/mobile/nnc/aot_compiler.h
torch/csrc/jit/mobile/nnc/backend.cpp
torch/csrc/jit/mobile/nnc/context.cpp
torch/csrc/jit/mobile/nnc/context.h
torch/csrc/jit/mobile/nnc/registry.cpp
torch/csrc/jit/mobile/nnc/registry.h
torch/csrc/jit/mobile/train/export_data.cpp
torch/csrc/jit/mobile/train/export_data.h
torch/csrc/jit/mobile/train/random.cpp
torch/csrc/jit/mobile/train/random.h
torch/csrc/jit/mobile/train/sequential.cpp
torch/csrc/jit/mobile/train/sequential.h
torch/csrc/jit/mobile/train/optim/sgd.cpp
torch/csrc/jit/mobile/train/optim/sgd.h
torch/csrc/jit/operator_upgraders/README.md
torch/csrc/jit/operator_upgraders/upgraders.cpp
torch/csrc/jit/operator_upgraders/upgraders.h
torch/csrc/jit/operator_upgraders/upgraders_entry.cpp
torch/csrc/jit/operator_upgraders/upgraders_entry.h
torch/csrc/jit/operator_upgraders/utils.cpp
torch/csrc/jit/operator_upgraders/utils.h
torch/csrc/jit/operator_upgraders/version_map.cpp
torch/csrc/jit/operator_upgraders/version_map.h
torch/csrc/jit/passes/add_if_then_else.cpp
torch/csrc/jit/passes/add_if_then_else.h
torch/csrc/jit/passes/annotate_warns.cpp
torch/csrc/jit/passes/annotate_warns.h
torch/csrc/jit/passes/autocast.cpp
torch/csrc/jit/passes/autocast.h
torch/csrc/jit/passes/bailout_graph.cpp
torch/csrc/jit/passes/bailout_graph.h
torch/csrc/jit/passes/batch_mm.cpp
torch/csrc/jit/passes/batch_mm.h
torch/csrc/jit/passes/canonicalize.cpp
torch/csrc/jit/passes/canonicalize.h
torch/csrc/jit/passes/canonicalize_graph_fuser_ops.cpp
torch/csrc/jit/passes/canonicalize_graph_fuser_ops.h
torch/csrc/jit/passes/check_strict_fusion.cpp
torch/csrc/jit/passes/check_strict_fusion.h
torch/csrc/jit/passes/clear_profiling.cpp
torch/csrc/jit/passes/clear_profiling.h
torch/csrc/jit/passes/clear_undefinedness.cpp
torch/csrc/jit/passes/clear_undefinedness.h
torch/csrc/jit/passes/common_subexpression_elimination.cpp
torch/csrc/jit/passes/common_subexpression_elimination.h
torch/csrc/jit/passes/concat_opt.cpp
torch/csrc/jit/passes/concat_opt.h
torch/csrc/jit/passes/constant_pooling.cpp
torch/csrc/jit/passes/constant_pooling.h
torch/csrc/jit/passes/constant_propagation.cpp
torch/csrc/jit/passes/constant_propagation.h
torch/csrc/jit/passes/create_autodiff_subgraphs.cpp
torch/csrc/jit/passes/create_autodiff_subgraphs.h
torch/csrc/jit/passes/create_functional_graphs.cpp
torch/csrc/jit/passes/create_functional_graphs.h
torch/csrc/jit/passes/dead_code_elimination.cpp
torch/csrc/jit/passes/dead_code_elimination.h
torch/csrc/jit/passes/decompose_ops.cpp
torch/csrc/jit/passes/decompose_ops.h
torch/csrc/jit/passes/device_type_analysis.cpp
torch/csrc/jit/passes/device_type_analysis.h
torch/csrc/jit/passes/dtype_analysis.cpp
torch/csrc/jit/passes/dtype_analysis.h
torch/csrc/jit/passes/eliminate_no_ops.cpp
torch/csrc/jit/passes/eliminate_no_ops.h
torch/csrc/jit/passes/erase_number_types.cpp
torch/csrc/jit/passes/erase_number_types.h
torch/csrc/jit/passes/fixup_trace_scope_blocks.cpp
torch/csrc/jit/passes/fixup_trace_scope_blocks.h
torch/csrc/jit/passes/fold_conv_bn.cpp
torch/csrc/jit/passes/fold_conv_bn.h
torch/csrc/jit/passes/fold_linear_bn.cpp
torch/csrc/jit/passes/fold_linear_bn.h
torch/csrc/jit/passes/freeze_module.cpp
torch/csrc/jit/passes/freeze_module.h
torch/csrc/jit/passes/frozen_concat_linear.cpp
torch/csrc/jit/passes/frozen_concat_linear.h
torch/csrc/jit/passes/frozen_conv_add_relu_fusion.cpp
torch/csrc/jit/passes/frozen_conv_add_relu_fusion.h
torch/csrc/jit/passes/frozen_conv_add_relu_fusion_cuda.cpp
torch/csrc/jit/passes/frozen_conv_folding.cpp
torch/csrc/jit/passes/frozen_conv_folding.h
torch/csrc/jit/passes/frozen_graph_optimizations.cpp
torch/csrc/jit/passes/frozen_graph_optimizations.h
torch/csrc/jit/passes/frozen_linear_folding.cpp
torch/csrc/jit/passes/frozen_linear_folding.h
torch/csrc/jit/passes/frozen_linear_transpose.cpp
torch/csrc/jit/passes/frozen_linear_transpose.h
torch/csrc/jit/passes/frozen_ops_to_mkldnn.cpp
torch/csrc/jit/passes/frozen_ops_to_mkldnn.h
torch/csrc/jit/passes/fuse_linear.cpp
torch/csrc/jit/passes/fuse_linear.h
torch/csrc/jit/passes/fuse_relu.cpp
torch/csrc/jit/passes/fuse_relu.h
torch/csrc/jit/passes/graph_fuser.cpp
torch/csrc/jit/passes/graph_fuser.h
torch/csrc/jit/passes/graph_rewrite_helper.cpp
torch/csrc/jit/passes/graph_rewrite_helper.h
torch/csrc/jit/passes/guard_elimination.cpp
torch/csrc/jit/passes/guard_elimination.h
torch/csrc/jit/passes/hoist_conv_packed_params.cpp
torch/csrc/jit/passes/hoist_conv_packed_params.h
torch/csrc/jit/passes/inline_autodiff_subgraphs.cpp
torch/csrc/jit/passes/inline_autodiff_subgraphs.h
torch/csrc/jit/passes/inline_fork_wait.cpp
torch/csrc/jit/passes/inline_fork_wait.h
torch/csrc/jit/passes/inline_forked_closures.cpp
torch/csrc/jit/passes/inline_forked_closures.h
torch/csrc/jit/passes/inliner.cpp
torch/csrc/jit/passes/inliner.h
torch/csrc/jit/passes/inplace_check.cpp
torch/csrc/jit/passes/inplace_check.h
torch/csrc/jit/passes/insert_guards.cpp
torch/csrc/jit/passes/insert_guards.h
torch/csrc/jit/passes/integer_value_refinement.cpp
torch/csrc/jit/passes/integer_value_refinement.h
torch/csrc/jit/passes/lift_closures.cpp
torch/csrc/jit/passes/lift_closures.h
torch/csrc/jit/passes/liveness.cpp
torch/csrc/jit/passes/liveness.h
torch/csrc/jit/passes/loop_unrolling.cpp
torch/csrc/jit/passes/loop_unrolling.h
torch/csrc/jit/passes/lower_grad_of.cpp
torch/csrc/jit/passes/lower_grad_of.h
torch/csrc/jit/passes/lower_graph.cpp
torch/csrc/jit/passes/lower_graph.h
torch/csrc/jit/passes/lower_tuples.cpp
torch/csrc/jit/passes/lower_tuples.h
torch/csrc/jit/passes/metal_rewrite.cpp
torch/csrc/jit/passes/metal_rewrite.h
torch/csrc/jit/passes/mkldnn_rewrite.cpp
torch/csrc/jit/passes/mkldnn_rewrite.h
torch/csrc/jit/passes/mobile_optimizer_type.h
torch/csrc/jit/passes/normalize_ops.cpp
torch/csrc/jit/passes/normalize_ops.h
torch/csrc/jit/passes/onednn_graph_fuser.h
torch/csrc/jit/passes/onnx.cpp
torch/csrc/jit/passes/onnx.h
torch/csrc/jit/passes/pass_manager.cpp
torch/csrc/jit/passes/pass_manager.h
torch/csrc/jit/passes/peephole.cpp
torch/csrc/jit/passes/peephole.h
torch/csrc/jit/passes/peephole_alias_sensitive.cpp
torch/csrc/jit/passes/peephole_alias_sensitive.h
torch/csrc/jit/passes/peephole_dict_idioms.cpp
torch/csrc/jit/passes/peephole_dict_idioms.h
torch/csrc/jit/passes/peephole_list_idioms.cpp
torch/csrc/jit/passes/peephole_list_idioms.h
torch/csrc/jit/passes/peephole_non_tensor.cpp
torch/csrc/jit/passes/peephole_non_tensor.h
torch/csrc/jit/passes/prepack_folding.cpp
torch/csrc/jit/passes/prepack_folding.h
torch/csrc/jit/passes/refine_tuple_types.cpp
torch/csrc/jit/passes/refine_tuple_types.h
torch/csrc/jit/passes/remove_dropout.cpp
torch/csrc/jit/passes/remove_dropout.h
torch/csrc/jit/passes/remove_exceptions.cpp
torch/csrc/jit/passes/remove_exceptions.h
torch/csrc/jit/passes/remove_expands.cpp
torch/csrc/jit/passes/remove_expands.h
torch/csrc/jit/passes/remove_inplace_ops.cpp
torch/csrc/jit/passes/remove_inplace_ops.h
torch/csrc/jit/passes/remove_mutation.cpp
torch/csrc/jit/passes/remove_mutation.h
torch/csrc/jit/passes/remove_redundant_profiles.cpp
torch/csrc/jit/passes/remove_redundant_profiles.h
torch/csrc/jit/passes/replacement_of_old_operators.cpp
torch/csrc/jit/passes/replacement_of_old_operators.h
torch/csrc/jit/passes/requires_grad_analysis.cpp
torch/csrc/jit/passes/requires_grad_analysis.h
torch/csrc/jit/passes/restore_mutation.cpp
torch/csrc/jit/passes/restore_mutation.h
torch/csrc/jit/passes/shape_analysis.cpp
torch/csrc/jit/passes/shape_analysis.h
torch/csrc/jit/passes/specialize_autogradzero.cpp
torch/csrc/jit/passes/specialize_autogradzero.h
torch/csrc/jit/passes/subgraph_rewrite.cpp
torch/csrc/jit/passes/subgraph_rewrite.h
torch/csrc/jit/passes/symbolic_shape_analysis.cpp
torch/csrc/jit/passes/symbolic_shape_analysis.h
torch/csrc/jit/passes/symbolic_shape_cache.cpp
torch/csrc/jit/passes/symbolic_shape_cache.h
torch/csrc/jit/passes/symbolic_shape_runtime_fusion.cpp
torch/csrc/jit/passes/symbolic_shape_runtime_fusion.h
torch/csrc/jit/passes/tensorexpr_fuser.cpp
torch/csrc/jit/passes/tensorexpr_fuser.h
torch/csrc/jit/passes/update_differentiable_graph_requires_grad.cpp
torch/csrc/jit/passes/update_differentiable_graph_requires_grad.h
torch/csrc/jit/passes/value_refinement_utils.cpp
torch/csrc/jit/passes/value_refinement_utils.h
torch/csrc/jit/passes/variadic_ops.cpp
torch/csrc/jit/passes/variadic_ops.h
torch/csrc/jit/passes/vulkan_rewrite.cpp
torch/csrc/jit/passes/vulkan_rewrite.h
torch/csrc/jit/passes/xnnpack_rewrite.cpp
torch/csrc/jit/passes/xnnpack_rewrite.h
torch/csrc/jit/passes/dbr_quantization/remove_redundant_aliases.cpp
torch/csrc/jit/passes/dbr_quantization/remove_redundant_aliases.h
torch/csrc/jit/passes/onnx/README.md
torch/csrc/jit/passes/onnx/cast_all_constant_to_floating.cpp
torch/csrc/jit/passes/onnx/cast_all_constant_to_floating.h
torch/csrc/jit/passes/onnx/constant_fold.cpp
torch/csrc/jit/passes/onnx/constant_fold.h
torch/csrc/jit/passes/onnx/constant_map.cpp
torch/csrc/jit/passes/onnx/constant_map.h
torch/csrc/jit/passes/onnx/deduplicate_initializers.cpp
torch/csrc/jit/passes/onnx/deduplicate_initializers.h
torch/csrc/jit/passes/onnx/eliminate_unused_items.cpp
torch/csrc/jit/passes/onnx/eliminate_unused_items.h
torch/csrc/jit/passes/onnx/eval_peephole.cpp
torch/csrc/jit/passes/onnx/eval_peephole.h
torch/csrc/jit/passes/onnx/fixup_onnx_controlflow.cpp
torch/csrc/jit/passes/onnx/fixup_onnx_controlflow.h
torch/csrc/jit/passes/onnx/function_extraction.cpp
torch/csrc/jit/passes/onnx/function_extraction.h
torch/csrc/jit/passes/onnx/function_substitution.cpp
torch/csrc/jit/passes/onnx/function_substitution.h
torch/csrc/jit/passes/onnx/helper.cpp
torch/csrc/jit/passes/onnx/helper.h
torch/csrc/jit/passes/onnx/list_model_parameters.cpp
torch/csrc/jit/passes/onnx/list_model_parameters.h
torch/csrc/jit/passes/onnx/naming.cpp
torch/csrc/jit/passes/onnx/naming.h
torch/csrc/jit/passes/onnx/onnx_log.cpp
torch/csrc/jit/passes/onnx/onnx_log.h
torch/csrc/jit/passes/onnx/peephole.cpp
torch/csrc/jit/passes/onnx/peephole.h
torch/csrc/jit/passes/onnx/prepare_division_for_onnx.cpp
torch/csrc/jit/passes/onnx/prepare_division_for_onnx.h
torch/csrc/jit/passes/onnx/preprocess_for_onnx.cpp
torch/csrc/jit/passes/onnx/preprocess_for_onnx.h
torch/csrc/jit/passes/onnx/remove_inplace_ops_for_onnx.cpp
torch/csrc/jit/passes/onnx/remove_inplace_ops_for_onnx.h
torch/csrc/jit/passes/onnx/scalar_type_analysis.cpp
torch/csrc/jit/passes/onnx/scalar_type_analysis.h
torch/csrc/jit/passes/onnx/shape_type_inference.cpp
torch/csrc/jit/passes/onnx/shape_type_inference.h
torch/csrc/jit/passes/onnx/unpack_quantized_weights.cpp
torch/csrc/jit/passes/onnx/unpack_quantized_weights.h
torch/csrc/jit/passes/onnx/pattern_conversion/autograd_function_process.cpp
torch/csrc/jit/passes/onnx/pattern_conversion/autograd_function_process.h
torch/csrc/jit/passes/onnx/pattern_conversion/common.cpp
torch/csrc/jit/passes/onnx/pattern_conversion/common.h
torch/csrc/jit/passes/onnx/pattern_conversion/pattern_conversion.cpp
torch/csrc/jit/passes/onnx/pattern_conversion/pattern_conversion.h
torch/csrc/jit/passes/onnx/pattern_conversion/pattern_encapsulation.cpp
torch/csrc/jit/passes/onnx/pattern_conversion/pattern_encapsulation.h
torch/csrc/jit/passes/quantization/dedup_module_uses.cpp
torch/csrc/jit/passes/quantization/dedup_module_uses.h
torch/csrc/jit/passes/quantization/finalize.cpp
torch/csrc/jit/passes/quantization/finalize.h
torch/csrc/jit/passes/quantization/fusion_passes.cpp
torch/csrc/jit/passes/quantization/fusion_passes.h
torch/csrc/jit/passes/quantization/helper.cpp
torch/csrc/jit/passes/quantization/helper.h
torch/csrc/jit/passes/quantization/insert_observers.cpp
torch/csrc/jit/passes/quantization/insert_observers.h
torch/csrc/jit/passes/quantization/insert_quant_dequant.cpp
torch/csrc/jit/passes/quantization/insert_quant_dequant.h
torch/csrc/jit/passes/quantization/quantization_patterns.h
torch/csrc/jit/passes/quantization/quantization_type.cpp
torch/csrc/jit/passes/quantization/quantization_type.h
torch/csrc/jit/passes/quantization/register_packed_params.cpp
torch/csrc/jit/passes/quantization/register_packed_params.h
torch/csrc/jit/passes/utils/check_alias_annotation.cpp
torch/csrc/jit/passes/utils/check_alias_annotation.h
torch/csrc/jit/passes/utils/memory_dag.cpp
torch/csrc/jit/passes/utils/memory_dag.h
torch/csrc/jit/passes/utils/op_registry.cpp
torch/csrc/jit/passes/utils/op_registry.h
torch/csrc/jit/passes/utils/optimization_utils.cpp
torch/csrc/jit/passes/utils/optimization_utils.h
torch/csrc/jit/passes/utils/subgraph_utils.cpp
torch/csrc/jit/passes/utils/subgraph_utils.h
torch/csrc/jit/python/init.cpp
torch/csrc/jit/python/init.h
torch/csrc/jit/python/module_python.h
torch/csrc/jit/python/opaque_obj.h
torch/csrc/jit/python/pybind.h
torch/csrc/jit/python/pybind_utils.cpp
torch/csrc/jit/python/pybind_utils.h
torch/csrc/jit/python/python_arg_flatten.cpp
torch/csrc/jit/python/python_arg_flatten.h
torch/csrc/jit/python/python_custom_class.cpp
torch/csrc/jit/python/python_custom_class.h
torch/csrc/jit/python/python_dict.cpp
torch/csrc/jit/python/python_dict.h
torch/csrc/jit/python/python_interpreter.cpp
torch/csrc/jit/python/python_ir.cpp
torch/csrc/jit/python/python_ir.h
torch/csrc/jit/python/python_ivalue.h
torch/csrc/jit/python/python_list.cpp
torch/csrc/jit/python/python_list.h
torch/csrc/jit/python/python_sugared_value.cpp
torch/csrc/jit/python/python_sugared_value.h
torch/csrc/jit/python/python_tracer.cpp
torch/csrc/jit/python/python_tracer.h
torch/csrc/jit/python/python_tree_views.cpp
torch/csrc/jit/python/python_tree_views.h
torch/csrc/jit/python/script_init.cpp
torch/csrc/jit/python/script_init.h
torch/csrc/jit/python/update_graph_executor_opt.cpp
torch/csrc/jit/python/update_graph_executor_opt.h
torch/csrc/jit/python/utf8_decoding_ignore.cpp
torch/csrc/jit/python/utf8_decoding_ignore.h
torch/csrc/jit/runtime/argument_spec.cpp
torch/csrc/jit/runtime/argument_spec.h
torch/csrc/jit/runtime/autodiff.cpp
torch/csrc/jit/runtime/autodiff.h
torch/csrc/jit/runtime/calculate_necessary_args.h
torch/csrc/jit/runtime/custom_operator.h
torch/csrc/jit/runtime/decomposition_registry.cpp
torch/csrc/jit/runtime/decomposition_registry.h
torch/csrc/jit/runtime/decomposition_registry_util.cpp
torch/csrc/jit/runtime/decomposition_registry_util.h
torch/csrc/jit/runtime/exception_message.h
torch/csrc/jit/runtime/graph_executor.cpp
torch/csrc/jit/runtime/graph_executor.h
torch/csrc/jit/runtime/graph_executor_impl.h
torch/csrc/jit/runtime/graph_iterator.h
torch/csrc/jit/runtime/instruction.cpp
torch/csrc/jit/runtime/instruction.h
torch/csrc/jit/runtime/interpreter.cpp
torch/csrc/jit/runtime/interpreter.h
torch/csrc/jit/runtime/jit_exception.cpp
torch/csrc/jit/runtime/jit_exception.h
torch/csrc/jit/runtime/jit_trace.cpp
torch/csrc/jit/runtime/jit_trace.h
torch/csrc/jit/runtime/logging.cpp
torch/csrc/jit/runtime/logging.h
torch/csrc/jit/runtime/operator.cpp
torch/csrc/jit/runtime/operator.h
torch/csrc/jit/runtime/operator_options.h
torch/csrc/jit/runtime/print_handler.cpp
torch/csrc/jit/runtime/print_handler.h
torch/csrc/jit/runtime/profiling_graph_executor_impl.cpp
torch/csrc/jit/runtime/profiling_graph_executor_impl.h
torch/csrc/jit/runtime/profiling_record.cpp
torch/csrc/jit/runtime/profiling_record.h
torch/csrc/jit/runtime/register_c10_ops.cpp
torch/csrc/jit/runtime/register_cuda_ops.cpp
torch/csrc/jit/runtime/register_distributed_ops.cpp
torch/csrc/jit/runtime/register_ops_utils.cpp
torch/csrc/jit/runtime/register_ops_utils.h
torch/csrc/jit/runtime/register_prim_ops.cpp
torch/csrc/jit/runtime/register_prim_ops_fulljit.cpp
torch/csrc/jit/runtime/register_special_ops.cpp
torch/csrc/jit/runtime/script_profile.cpp
torch/csrc/jit/runtime/script_profile.h
torch/csrc/jit/runtime/serialized_shape_function_registry.cpp
torch/csrc/jit/runtime/serialized_shape_function_registry.h
torch/csrc/jit/runtime/shape_function_registry.h
torch/csrc/jit/runtime/simple_graph_executor_impl.cpp
torch/csrc/jit/runtime/simple_graph_executor_impl.h
torch/csrc/jit/runtime/slice_indices_adjust.cpp
torch/csrc/jit/runtime/slice_indices_adjust.h
torch/csrc/jit/runtime/symbolic_script.cpp
torch/csrc/jit/runtime/symbolic_script.h
torch/csrc/jit/runtime/symbolic_shape_registry.cpp
torch/csrc/jit/runtime/symbolic_shape_registry.h
torch/csrc/jit/runtime/symbolic_shape_registry_util.cpp
torch/csrc/jit/runtime/symbolic_shape_registry_util.h
torch/csrc/jit/runtime/vararg_functions.cpp
torch/csrc/jit/runtime/vararg_functions.h
torch/csrc/jit/runtime/variable_tensor_list.h
torch/csrc/jit/runtime/interpreter/can_emit_inline.h
torch/csrc/jit/runtime/interpreter/code_impl.h
torch/csrc/jit/runtime/interpreter/frame.cpp
torch/csrc/jit/runtime/interpreter/frame.h
torch/csrc/jit/runtime/interpreter/preprocess_graph.cpp
torch/csrc/jit/runtime/interpreter/preprocess_graph.h
torch/csrc/jit/runtime/static/.clang-tidy
torch/csrc/jit/runtime/static/ProcessedNodeInputs.cpp
torch/csrc/jit/runtime/static/ProcessedNodeInputs.h
torch/csrc/jit/runtime/static/README.md
torch/csrc/jit/runtime/static/fusion.cpp
torch/csrc/jit/runtime/static/fusion.h
torch/csrc/jit/runtime/static/generated_ops.cpp
torch/csrc/jit/runtime/static/impl.cpp
torch/csrc/jit/runtime/static/impl.h
torch/csrc/jit/runtime/static/init.cpp
torch/csrc/jit/runtime/static/init.h
torch/csrc/jit/runtime/static/memory_planner.cpp
torch/csrc/jit/runtime/static/memory_planner.h
torch/csrc/jit/runtime/static/native_ops.cpp
torch/csrc/jit/runtime/static/ops.cpp
torch/csrc/jit/runtime/static/ops.h
torch/csrc/jit/runtime/static/passes.cpp
torch/csrc/jit/runtime/static/passes.h
torch/csrc/jit/runtime/static/processed_node_wrapper.h
torch/csrc/jit/runtime/static/static_method.h
torch/csrc/jit/runtime/static/te_wrapper.cpp
torch/csrc/jit/runtime/static/te_wrapper.h
torch/csrc/jit/serialization/callstack_debug_info_serialization.cpp
torch/csrc/jit/serialization/callstack_debug_info_serialization.h
torch/csrc/jit/serialization/export.cpp
torch/csrc/jit/serialization/export.h
torch/csrc/jit/serialization/export_bytecode.cpp
torch/csrc/jit/serialization/export_bytecode.h
torch/csrc/jit/serialization/export_module.cpp
torch/csrc/jit/serialization/flatbuffer_serializer.cpp
torch/csrc/jit/serialization/flatbuffer_serializer.h
torch/csrc/jit/serialization/flatbuffer_serializer_jit.cpp
torch/csrc/jit/serialization/flatbuffer_serializer_jit.h
torch/csrc/jit/serialization/import.cpp
torch/csrc/jit/serialization/import.h
torch/csrc/jit/serialization/import_export_constants.h
torch/csrc/jit/serialization/import_export_functions.h
torch/csrc/jit/serialization/import_export_helpers.cpp
torch/csrc/jit/serialization/import_export_helpers.h
torch/csrc/jit/serialization/import_read.cpp
torch/csrc/jit/serialization/import_read.h
torch/csrc/jit/serialization/import_source.cpp
torch/csrc/jit/serialization/import_source.h
torch/csrc/jit/serialization/mobile_bytecode.fbs
torch/csrc/jit/serialization/mobile_bytecode_generated.h
torch/csrc/jit/serialization/onnx.cpp
torch/csrc/jit/serialization/onnx.h
torch/csrc/jit/serialization/pickle.cpp
torch/csrc/jit/serialization/pickle.h
torch/csrc/jit/serialization/pickler.cpp
torch/csrc/jit/serialization/pickler.h
torch/csrc/jit/serialization/pickler_helper.cpp
torch/csrc/jit/serialization/pickler_helper.h
torch/csrc/jit/serialization/python_print.cpp
torch/csrc/jit/serialization/python_print.h
torch/csrc/jit/serialization/source_range_serialization.cpp
torch/csrc/jit/serialization/source_range_serialization.h
torch/csrc/jit/serialization/source_range_serialization_impl.h
torch/csrc/jit/serialization/storage_context.h
torch/csrc/jit/serialization/type_name_uniquer.cpp
torch/csrc/jit/serialization/type_name_uniquer.h
torch/csrc/jit/serialization/unpickler.cpp
torch/csrc/jit/serialization/unpickler.h
torch/csrc/jit/tensorexpr/ConditionalsInTE.md
torch/csrc/jit/tensorexpr/IRSpecification.md
torch/csrc/jit/tensorexpr/analysis.h
torch/csrc/jit/tensorexpr/block_codegen.cpp
torch/csrc/jit/tensorexpr/block_codegen.h
torch/csrc/jit/tensorexpr/bounds_inference.cpp
torch/csrc/jit/tensorexpr/bounds_inference.h
torch/csrc/jit/tensorexpr/bounds_overlap.cpp
torch/csrc/jit/tensorexpr/bounds_overlap.h
torch/csrc/jit/tensorexpr/codegen.cpp
torch/csrc/jit/tensorexpr/codegen.h
torch/csrc/jit/tensorexpr/codegen_external.py
torch/csrc/jit/tensorexpr/cpp_codegen.cpp
torch/csrc/jit/tensorexpr/cpp_codegen.h
torch/csrc/jit/tensorexpr/cpp_intrinsics.h
torch/csrc/jit/tensorexpr/cuda_codegen.cpp
torch/csrc/jit/tensorexpr/cuda_codegen.h
torch/csrc/jit/tensorexpr/cuda_random.h
torch/csrc/jit/tensorexpr/eval.cpp
torch/csrc/jit/tensorexpr/eval.h
torch/csrc/jit/tensorexpr/exceptions.h
torch/csrc/jit/tensorexpr/expr.cpp
torch/csrc/jit/tensorexpr/expr.h
torch/csrc/jit/tensorexpr/external_functions.cpp
torch/csrc/jit/tensorexpr/external_functions.h
torch/csrc/jit/tensorexpr/external_functions_codegen.cpp
torch/csrc/jit/tensorexpr/external_functions_core.cpp
torch/csrc/jit/tensorexpr/external_functions_core.h
torch/csrc/jit/tensorexpr/external_functions_registry.cpp
torch/csrc/jit/tensorexpr/external_functions_registry.h
torch/csrc/jit/tensorexpr/fwd_decls.h
torch/csrc/jit/tensorexpr/graph_opt.cpp
torch/csrc/jit/tensorexpr/graph_opt.h
torch/csrc/jit/tensorexpr/half_support.h
torch/csrc/jit/tensorexpr/hash_provider.cpp
torch/csrc/jit/tensorexpr/hash_provider.h
torch/csrc/jit/tensorexpr/intrinsic_symbols.cpp
torch/csrc/jit/tensorexpr/intrinsic_symbols.h
torch/csrc/jit/tensorexpr/ir.cpp
torch/csrc/jit/tensorexpr/ir.h
torch/csrc/jit/tensorexpr/ir_cloner.cpp
torch/csrc/jit/tensorexpr/ir_cloner.h
torch/csrc/jit/tensorexpr/ir_mutator.cpp
torch/csrc/jit/tensorexpr/ir_mutator.h
torch/csrc/jit/tensorexpr/ir_printer.cpp
torch/csrc/jit/tensorexpr/ir_printer.h
torch/csrc/jit/tensorexpr/ir_simplifier.cpp
torch/csrc/jit/tensorexpr/ir_simplifier.h
torch/csrc/jit/tensorexpr/ir_verifier.cpp
torch/csrc/jit/tensorexpr/ir_verifier.h
torch/csrc/jit/tensorexpr/ir_visitor.cpp
torch/csrc/jit/tensorexpr/ir_visitor.h
torch/csrc/jit/tensorexpr/kernel.cpp
torch/csrc/jit/tensorexpr/kernel.h
torch/csrc/jit/tensorexpr/llvm_codegen.cpp
torch/csrc/jit/tensorexpr/llvm_codegen.h
torch/csrc/jit/tensorexpr/llvm_jit.cpp
torch/csrc/jit/tensorexpr/llvm_jit.h
torch/csrc/jit/tensorexpr/loopnest.cpp
torch/csrc/jit/tensorexpr/loopnest.h
torch/csrc/jit/tensorexpr/loopnest_randomization.cpp
torch/csrc/jit/tensorexpr/loopnest_randomization.h
torch/csrc/jit/tensorexpr/lowerings.cpp
torch/csrc/jit/tensorexpr/lowerings.h
torch/csrc/jit/tensorexpr/mem_dependency_checker.cpp
torch/csrc/jit/tensorexpr/mem_dependency_checker.h
torch/csrc/jit/tensorexpr/reduction.cpp
torch/csrc/jit/tensorexpr/reduction.h
torch/csrc/jit/tensorexpr/registerizer.cpp
torch/csrc/jit/tensorexpr/registerizer.h
torch/csrc/jit/tensorexpr/stmt.h
torch/csrc/jit/tensorexpr/tensor.cpp
torch/csrc/jit/tensorexpr/tensor.h
torch/csrc/jit/tensorexpr/tensorexpr_init.cpp
torch/csrc/jit/tensorexpr/tensorexpr_init.h
torch/csrc/jit/tensorexpr/types.cpp
torch/csrc/jit/tensorexpr/types.h
torch/csrc/jit/tensorexpr/unique_name_manager.cpp
torch/csrc/jit/tensorexpr/unique_name_manager.h
torch/csrc/jit/tensorexpr/var_substitutor.h
torch/csrc/jit/tensorexpr/operators/conv2d.cpp
torch/csrc/jit/tensorexpr/operators/conv2d.h
torch/csrc/jit/tensorexpr/operators/matmul.cpp
torch/csrc/jit/tensorexpr/operators/matmul.h
torch/csrc/jit/tensorexpr/operators/misc.cpp
torch/csrc/jit/tensorexpr/operators/misc.h
torch/csrc/jit/tensorexpr/operators/norm.cpp
torch/csrc/jit/tensorexpr/operators/norm.h
torch/csrc/jit/tensorexpr/operators/operators.h
torch/csrc/jit/tensorexpr/operators/pointwise.cpp
torch/csrc/jit/tensorexpr/operators/pointwise.h
torch/csrc/jit/tensorexpr/operators/quantization.cpp
torch/csrc/jit/tensorexpr/operators/quantization.h
torch/csrc/jit/tensorexpr/operators/reduction.cpp
torch/csrc/jit/tensorexpr/operators/reduction.h
torch/csrc/jit/tensorexpr/operators/softmax.cpp
torch/csrc/jit/tensorexpr/operators/softmax.h
torch/csrc/jit/tensorexpr/scripts/bisect.py
torch/csrc/jit/testing/catch_utils.hpp
torch/csrc/jit/testing/file_check.cpp
torch/csrc/jit/testing/file_check.h
torch/csrc/jit/testing/hooks_for_testing.cpp
torch/csrc/jit/testing/hooks_for_testing.h
torch/csrc/lazy/test_mnist.py
torch/csrc/lazy/tutorial.md
torch/csrc/lazy/backend/backend_data.h
torch/csrc/lazy/backend/backend_device.cpp
torch/csrc/lazy/backend/backend_device.h
torch/csrc/lazy/backend/backend_interface.cpp
torch/csrc/lazy/backend/backend_interface.h
torch/csrc/lazy/backend/lowering_context.cpp
torch/csrc/lazy/backend/lowering_context.h
torch/csrc/lazy/core/cache.h
torch/csrc/lazy/core/config.cpp
torch/csrc/lazy/core/config.h
torch/csrc/lazy/core/debug_util.cpp
torch/csrc/lazy/core/debug_util.h
torch/csrc/lazy/core/dynamic_ir.h
torch/csrc/lazy/core/hash.cpp
torch/csrc/lazy/core/hash.h
torch/csrc/lazy/core/helpers.cpp
torch/csrc/lazy/core/helpers.h
torch/csrc/lazy/core/ir.cpp
torch/csrc/lazy/core/ir.h
torch/csrc/lazy/core/ir_builder.h
torch/csrc/lazy/core/ir_dump_util.cpp
torch/csrc/lazy/core/ir_dump_util.h
torch/csrc/lazy/core/ir_metadata.cpp
torch/csrc/lazy/core/ir_metadata.h
torch/csrc/lazy/core/ir_util.cpp
torch/csrc/lazy/core/ir_util.h
torch/csrc/lazy/core/lazy_graph_executor.cpp
torch/csrc/lazy/core/lazy_graph_executor.h
torch/csrc/lazy/core/metrics.cpp
torch/csrc/lazy/core/metrics.h
torch/csrc/lazy/core/multi_wait.cpp
torch/csrc/lazy/core/multi_wait.h
torch/csrc/lazy/core/permutation_util.cpp
torch/csrc/lazy/core/permutation_util.h
torch/csrc/lazy/core/shape.cpp
torch/csrc/lazy/core/shape.h
torch/csrc/lazy/core/shape_inference.cpp
torch/csrc/lazy/core/shape_inference.h
torch/csrc/lazy/core/tensor.cpp
torch/csrc/lazy/core/tensor.h
torch/csrc/lazy/core/tensor_impl.cpp
torch/csrc/lazy/core/tensor_impl.h
torch/csrc/lazy/core/tensor_util.cpp
torch/csrc/lazy/core/tensor_util.h
torch/csrc/lazy/core/thread_pool.cpp
torch/csrc/lazy/core/thread_pool.h
torch/csrc/lazy/core/trie.cpp
torch/csrc/lazy/core/trie.h
torch/csrc/lazy/core/unique.h
torch/csrc/lazy/core/util.h
torch/csrc/lazy/core/internal_ops/ltc_ops.h
torch/csrc/lazy/core/ops/arithmetic_ir_ops.cpp
torch/csrc/lazy/core/ops/arithmetic_ir_ops.h
torch/csrc/lazy/core/ops/utils.cpp
torch/csrc/lazy/core/ops/utils.h
torch/csrc/lazy/generated/LazyIr.h
torch/csrc/lazy/generated/LazyNativeFunctions.cpp
torch/csrc/lazy/generated/LazyNativeFunctions.h
torch/csrc/lazy/generated/LazyNonNativeIr.h
torch/csrc/lazy/generated/README.md
torch/csrc/lazy/generated/RegisterAutogradLazy.cpp
torch/csrc/lazy/generated/RegisterLazy.cpp
torch/csrc/lazy/python/README.md
torch/csrc/lazy/python/init.cpp
torch/csrc/lazy/python/init.h
torch/csrc/lazy/python/python_util.cpp
torch/csrc/lazy/python/python_util.h
torch/csrc/lazy/ts_backend/config.cpp
torch/csrc/lazy/ts_backend/config.h
torch/csrc/lazy/ts_backend/dynamic_ir.cpp
torch/csrc/lazy/ts_backend/dynamic_ir.h
torch/csrc/lazy/ts_backend/ir_builder.h
torch/csrc/lazy/ts_backend/tensor_aten_ops.cpp
torch/csrc/lazy/ts_backend/tensor_aten_ops.h
torch/csrc/lazy/ts_backend/ts_autograd_functions.cpp
torch/csrc/lazy/ts_backend/ts_autograd_functions.h
torch/csrc/lazy/ts_backend/ts_backend_impl.cpp
torch/csrc/lazy/ts_backend/ts_backend_impl.h
torch/csrc/lazy/ts_backend/ts_eager_fallback.cpp
torch/csrc/lazy/ts_backend/ts_eager_fallback.h
torch/csrc/lazy/ts_backend/ts_lowering_context.cpp
torch/csrc/lazy/ts_backend/ts_lowering_context.h
torch/csrc/lazy/ts_backend/ts_native_functions.cpp
torch/csrc/lazy/ts_backend/ts_node.cpp
torch/csrc/lazy/ts_backend/ts_node.h
torch/csrc/lazy/ts_backend/ts_node_lowering.cpp
torch/csrc/lazy/ts_backend/ts_node_lowering.h
torch/csrc/lazy/ts_backend/ops/device_data.cpp
torch/csrc/lazy/ts_backend/ops/device_data.h
torch/csrc/lazy/ts_backend/ops/generic.cpp
torch/csrc/lazy/ts_backend/ops/generic.h
torch/csrc/lazy/ts_backend/ops/to_copy.h
torch/csrc/monitor/counters.cpp
torch/csrc/monitor/counters.h
torch/csrc/monitor/events.cpp
torch/csrc/monitor/events.h
torch/csrc/monitor/python_init.cpp
torch/csrc/monitor/python_init.h
torch/csrc/mps/Module.cpp
torch/csrc/mps/Module.h
torch/csrc/mtia/Module.cpp
torch/csrc/mtia/Module.h
torch/csrc/mtia/profiler/MTIAMemoryProfiler.cpp
torch/csrc/mtia/profiler/MTIAMemoryProfiler.h
torch/csrc/multiprocessing/init.cpp
torch/csrc/multiprocessing/init.h
torch/csrc/onnx/back_compat.h
torch/csrc/onnx/init.cpp
torch/csrc/onnx/init.h
torch/csrc/onnx/onnx.h
torch/csrc/profiler/README.md
torch/csrc/profiler/api.h
torch/csrc/profiler/collection.cpp
torch/csrc/profiler/collection.h
torch/csrc/profiler/combined_traceback.cpp
torch/csrc/profiler/combined_traceback.h
torch/csrc/profiler/containers.h
torch/csrc/profiler/data_flow.cpp
torch/csrc/profiler/data_flow.h
torch/csrc/profiler/events.h
torch/csrc/profiler/kineto_client_interface.cpp
torch/csrc/profiler/kineto_client_interface.h
torch/csrc/profiler/kineto_shim.cpp
torch/csrc/profiler/kineto_shim.h
torch/csrc/profiler/perf-inl.h
torch/csrc/profiler/perf.cpp
torch/csrc/profiler/perf.h
torch/csrc/profiler/util.cpp
torch/csrc/profiler/util.h
torch/csrc/profiler/orchestration/observer.cpp
torch/csrc/profiler/orchestration/observer.h
torch/csrc/profiler/orchestration/python_tracer.cpp
torch/csrc/profiler/orchestration/python_tracer.h
torch/csrc/profiler/orchestration/vulkan.cpp
torch/csrc/profiler/orchestration/vulkan.h
torch/csrc/profiler/python/combined_traceback.cpp
torch/csrc/profiler/python/combined_traceback.h
torch/csrc/profiler/python/init.cpp
torch/csrc/profiler/python/init.h
torch/csrc/profiler/python/pybind.h
torch/csrc/profiler/standalone/execution_trace_observer.cpp
torch/csrc/profiler/standalone/execution_trace_observer.h
torch/csrc/profiler/standalone/itt_observer.cpp
torch/csrc/profiler/standalone/itt_observer.h
torch/csrc/profiler/standalone/nvtx_observer.cpp
torch/csrc/profiler/standalone/nvtx_observer.h
torch/csrc/profiler/standalone/privateuse1_observer.cpp
torch/csrc/profiler/standalone/privateuse1_observer.h
torch/csrc/profiler/standalone/privateuse1_profiler.cpp
torch/csrc/profiler/standalone/privateuse1_profiler.h
torch/csrc/profiler/stubs/base.cpp
torch/csrc/profiler/stubs/base.h
torch/csrc/profiler/stubs/cuda.cpp
torch/csrc/profiler/stubs/itt.cpp
torch/csrc/profiler/unwind/action.h
torch/csrc/profiler/unwind/communicate.h
torch/csrc/profiler/unwind/debug_info.h
torch/csrc/profiler/unwind/dwarf_enums.h
torch/csrc/profiler/unwind/dwarf_symbolize_enums.h
torch/csrc/profiler/unwind/eh_frame_hdr.h
torch/csrc/profiler/unwind/fast_symbolizer.h
torch/csrc/profiler/unwind/fde.h
torch/csrc/profiler/unwind/lexer.h
torch/csrc/profiler/unwind/line_number_program.h
torch/csrc/profiler/unwind/mem_file.h
torch/csrc/profiler/unwind/range_table.h
torch/csrc/profiler/unwind/sections.h
torch/csrc/profiler/unwind/unwind.cpp
torch/csrc/profiler/unwind/unwind.h
torch/csrc/profiler/unwind/unwind_error.h
torch/csrc/profiler/unwind/unwind_fb.cpp
torch/csrc/profiler/unwind/unwinder.h
torch/csrc/stable/.clang-tidy
torch/csrc/stable/accelerator.h
torch/csrc/stable/device.h
torch/csrc/stable/device_inl.h
torch/csrc/stable/device_struct.h
torch/csrc/stable/library.h
torch/csrc/stable/macros.h
torch/csrc/stable/ops.h
torch/csrc/stable/stableivalue_conversions.h
torch/csrc/stable/tensor.h
torch/csrc/stable/tensor_inl.h
torch/csrc/stable/tensor_struct.h
torch/csrc/stable/version.h
torch/csrc/stable/c/shim.h
torch/csrc/stable/c/shim_function_versions.txt
torch/csrc/tensor/python_tensor.cpp
torch/csrc/tensor/python_tensor.h
torch/csrc/utils/byte_order.cpp
torch/csrc/utils/byte_order.h
torch/csrc/utils/cpp_stacktraces.cpp
torch/csrc/utils/cpp_stacktraces.h
torch/csrc/utils/cuda_enabled.h
torch/csrc/utils/device_lazy_init.cpp
torch/csrc/utils/device_lazy_init.h
torch/csrc/utils/disable_torch_function.cpp
torch/csrc/utils/disable_torch_function.h
torch/csrc/utils/generated_serialization_types.h
torch/csrc/utils/init.cpp
torch/csrc/utils/init.h
torch/csrc/utils/invalid_arguments.cpp
torch/csrc/utils/invalid_arguments.h
torch/csrc/utils/nested.cpp
torch/csrc/utils/nested.h
torch/csrc/utils/numpy_stub.h
torch/csrc/utils/object_ptr.cpp
torch/csrc/utils/object_ptr.h
torch/csrc/utils/out_types.cpp
torch/csrc/utils/out_types.h
torch/csrc/utils/pybind.cpp
torch/csrc/utils/pybind.h
torch/csrc/utils/pycfunction_helpers.h
torch/csrc/utils/pyobject_preservation.cpp
torch/csrc/utils/pyobject_preservation.h
torch/csrc/utils/python_arg_parser.cpp
torch/csrc/utils/python_arg_parser.h
torch/csrc/utils/python_compat.h
torch/csrc/utils/python_dispatch.cpp
torch/csrc/utils/python_dispatch.h
torch/csrc/utils/python_numbers.h
torch/csrc/utils/python_raii.h
torch/csrc/utils/python_scalars.h
torch/csrc/utils/python_strings.h
torch/csrc/utils/python_stub.h
torch/csrc/utils/python_symnode.cpp
torch/csrc/utils/python_symnode.h
torch/csrc/utils/python_torch_function_mode.h
torch/csrc/utils/python_tuples.h
torch/csrc/utils/pythoncapi_compat.h
torch/csrc/utils/schema_info.cpp
torch/csrc/utils/schema_info.h
torch/csrc/utils/structseq.cpp
torch/csrc/utils/structseq.h
torch/csrc/utils/tensor_apply.cpp
torch/csrc/utils/tensor_apply.h
torch/csrc/utils/tensor_dtypes.cpp
torch/csrc/utils/tensor_dtypes.h
torch/csrc/utils/tensor_flatten.cpp
torch/csrc/utils/tensor_flatten.h
torch/csrc/utils/tensor_layouts.cpp
torch/csrc/utils/tensor_layouts.h
torch/csrc/utils/tensor_list.cpp
torch/csrc/utils/tensor_list.h
torch/csrc/utils/tensor_memoryformats.cpp
torch/csrc/utils/tensor_memoryformats.h
torch/csrc/utils/tensor_new.cpp
torch/csrc/utils/tensor_new.h
torch/csrc/utils/tensor_numpy.cpp
torch/csrc/utils/tensor_numpy.h
torch/csrc/utils/tensor_qschemes.cpp
torch/csrc/utils/tensor_qschemes.h
torch/csrc/utils/tensor_types.cpp
torch/csrc/utils/tensor_types.h
torch/csrc/utils/throughput_benchmark-inl.h
torch/csrc/utils/throughput_benchmark.cpp
torch/csrc/utils/throughput_benchmark.h
torch/csrc/utils/torch_dispatch_mode.h
torch/csrc/utils/variadic.cpp
torch/csrc/utils/variadic.h
torch/csrc/utils/verbose.cpp
torch/csrc/utils/verbose.h
torch/csrc/xpu/Event.cpp
torch/csrc/xpu/Event.h
torch/csrc/xpu/Graph.cpp
torch/csrc/xpu/MemPool.cpp
torch/csrc/xpu/Module.cpp
torch/csrc/xpu/Module.h
torch/csrc/xpu/Stream.cpp
torch/csrc/xpu/Stream.h
torch/csrc/xpu/XPUPluggableAllocator.cpp
torch/csrc/xpu/XPUPluggableAllocator.h
torch/csrc/xpu/memory_snapshot.cpp
torch/csrc/xpu/memory_snapshot.h
torch/cuda/__init__.py
torch/cuda/_annotate_cuda_graph_trace.py
torch/cuda/_device_limits.py
torch/cuda/_gpu_trace.py
torch/cuda/_graph_annotations.py
torch/cuda/_memory_viz.py
torch/cuda/_pin_memory_utils.py
torch/cuda/_sanitizer.py
torch/cuda/_utils.py
torch/cuda/comm.py
torch/cuda/gds.py
torch/cuda/graphs.py
torch/cuda/green_contexts.py
torch/cuda/jiterator.py
torch/cuda/memory.py
torch/cuda/nccl.py
torch/cuda/nvtx.py
torch/cuda/profiler.py
torch/cuda/random.py
torch/cuda/sparse.py
torch/cuda/streams.py
torch/cuda/tunable.py
torch/cuda/amp/__init__.py
torch/cuda/amp/autocast_mode.py
torch/cuda/amp/common.py
torch/cuda/amp/grad_scaler.py
torch/distributed/CONTRIBUTING.md
torch/distributed/__init__.py
torch/distributed/_checkpointable.py
torch/distributed/_composable_state.py
torch/distributed/_dist2.py
torch/distributed/_functional_collectives.py
torch/distributed/_functional_collectives_impl.py
torch/distributed/_mesh_layout.py
torch/distributed/_meta_registrations.py
torch/distributed/_serialization.py
torch/distributed/_state_dict_utils.py
torch/distributed/argparse_util.py
torch/distributed/c10d_logger.py
torch/distributed/collective_utils.py
torch/distributed/config.py
torch/distributed/constants.py
torch/distributed/device_mesh.py
torch/distributed/distributed_c10d.py
torch/distributed/launch.py
torch/distributed/logging_handlers.py
torch/distributed/remote_device.py
torch/distributed/rendezvous.py
torch/distributed/run.py
torch/distributed/utils.py
torch/distributed/_composable/__init__.py
torch/distributed/_composable/checkpoint_activation.py
torch/distributed/_composable/contract.py
torch/distributed/_composable/replicate.py
torch/distributed/_composable/replicate_with_fsdp.py
torch/distributed/_composable/fsdp/__init__.py
torch/distributed/_composable/fsdp/fully_shard.py
torch/distributed/_local_tensor/__init__.py
torch/distributed/_local_tensor/_c10d.py
torch/distributed/_ops/__init__.py
torch/distributed/_ops/device_mesh.py
torch/distributed/_pycute/__init__.py
torch/distributed/_pycute/int_tuple.py
torch/distributed/_pycute/layout.py
torch/distributed/_pycute/typing.py
torch/distributed/_shard/__init__.py
torch/distributed/_shard/_utils.py
torch/distributed/_shard/api.py
torch/distributed/_shard/common_op_utils.py
torch/distributed/_shard/metadata.py
torch/distributed/_shard/op_registry_utils.py
torch/distributed/_shard/sharder.py
torch/distributed/_shard/checkpoint/__init__.py
torch/distributed/_shard/sharded_optim/__init__.py
torch/distributed/_shard/sharded_optim/api.py
torch/distributed/_shard/sharded_tensor/__init__.py
torch/distributed/_shard/sharded_tensor/api.py
torch/distributed/_shard/sharded_tensor/logger.py
torch/distributed/_shard/sharded_tensor/logging_handlers.py
torch/distributed/_shard/sharded_tensor/metadata.py
torch/distributed/_shard/sharded_tensor/reshard.py
torch/distributed/_shard/sharded_tensor/shard.py
torch/distributed/_shard/sharded_tensor/utils.py
torch/distributed/_shard/sharded_tensor/_ops/__init__.py
torch/distributed/_shard/sharded_tensor/_ops/_common.py
torch/distributed/_shard/sharded_tensor/_ops/binary_cmp.py
torch/distributed/_shard/sharded_tensor/_ops/init.py
torch/distributed/_shard/sharded_tensor/_ops/misc_ops.py
torch/distributed/_shard/sharded_tensor/_ops/tensor_ops.py
torch/distributed/_shard/sharding_plan/__init__.py
torch/distributed/_shard/sharding_plan/api.py
torch/distributed/_shard/sharding_spec/__init__.py
torch/distributed/_shard/sharding_spec/_internals.py
torch/distributed/_shard/sharding_spec/api.py
torch/distributed/_shard/sharding_spec/chunk_sharding_spec.py
torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/__init__.py
torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/_common.py
torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/embedding.py
torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/embedding_bag.py
torch/distributed/_sharded_tensor/__init__.py
torch/distributed/_sharding_spec/__init__.py
torch/distributed/_symmetric_memory/__init__.py
torch/distributed/_symmetric_memory/_nvshmem_triton.py
torch/distributed/_symmetric_memory/_rocshmem_triton.py
torch/distributed/_symmetric_memory/_shmem_triton.py
torch/distributed/_symmetric_memory/_shmem_triton_utils.py
torch/distributed/_tensor/__init__.py
torch/distributed/_tensor/api.py
torch/distributed/_tensor/placement_types.py
torch/distributed/_tools/__init__.py
torch/distributed/_tools/common_utils.py
torch/distributed/_tools/fake_collectives.py
torch/distributed/_tools/fsdp2_mem_tracker.py
torch/distributed/_tools/ilp_utils.py
torch/distributed/_tools/mem_tracker.py
torch/distributed/_tools/memory_tracker.py
torch/distributed/_tools/mod_tracker.py
torch/distributed/_tools/runtime_estimator.py
torch/distributed/_tools/sac_estimator.py
torch/distributed/_tools/sac_ilp.py
torch/distributed/algorithms/__init__.py
torch/distributed/algorithms/join.py
torch/distributed/algorithms/_checkpoint/__init__.py
torch/distributed/algorithms/_checkpoint/checkpoint_wrapper.py
torch/distributed/algorithms/_comm_hooks/__init__.py
torch/distributed/algorithms/_comm_hooks/default_hooks.py
torch/distributed/algorithms/_optimizer_overlap/__init__.py
torch/distributed/algorithms/_optimizer_overlap/optimizer_overlap.py
torch/distributed/algorithms/_quantization/__init__.py
torch/distributed/algorithms/_quantization/quantization.py
torch/distributed/algorithms/ddp_comm_hooks/__init__.py
torch/distributed/algorithms/ddp_comm_hooks/ddp_zero_hook.py
torch/distributed/algorithms/ddp_comm_hooks/debugging_hooks.py
torch/distributed/algorithms/ddp_comm_hooks/default_hooks.py
torch/distributed/algorithms/ddp_comm_hooks/mixed_precision_hooks.py
torch/distributed/algorithms/ddp_comm_hooks/optimizer_overlap_hooks.py
torch/distributed/algorithms/ddp_comm_hooks/post_localSGD_hook.py
torch/distributed/algorithms/ddp_comm_hooks/powerSGD_hook.py
torch/distributed/algorithms/ddp_comm_hooks/quantization_hooks.py
torch/distributed/algorithms/model_averaging/__init__.py
torch/distributed/algorithms/model_averaging/averagers.py
torch/distributed/algorithms/model_averaging/hierarchical_model_averager.py
torch/distributed/algorithms/model_averaging/utils.py
torch/distributed/autograd/__init__.py
torch/distributed/benchmarks/README.md
torch/distributed/benchmarks/benchmark_ddp_rpc.py
torch/distributed/checkpoint/__init__.py
torch/distributed/checkpoint/_async_executor.py
torch/distributed/checkpoint/_async_process_executor.py
torch/distributed/checkpoint/_async_thread_executor.py
torch/distributed/checkpoint/_checkpointer.py
torch/distributed/checkpoint/_consolidate_hf_safetensors.py
torch/distributed/checkpoint/_dedup_save_plans.py
torch/distributed/checkpoint/_dedup_tensors.py
torch/distributed/checkpoint/_extension.py
torch/distributed/checkpoint/_fsspec_filesystem.py
torch/distributed/checkpoint/_hf_utils.py
torch/distributed/checkpoint/_nested_dict.py
torch/distributed/checkpoint/_pg_transport.py
torch/distributed/checkpoint/_sharded_tensor_utils.py
torch/distributed/checkpoint/_state_dict_stager.py
torch/distributed/checkpoint/_storage_utils.py
torch/distributed/checkpoint/_traverse.py
torch/distributed/checkpoint/_version.py
torch/distributed/checkpoint/api.py
torch/distributed/checkpoint/default_planner.py
torch/distributed/checkpoint/filesystem.py
torch/distributed/checkpoint/format_utils.py
torch/distributed/checkpoint/hf_storage.py
torch/distributed/checkpoint/logger.py
torch/distributed/checkpoint/logging_handlers.py
torch/distributed/checkpoint/metadata.py
torch/distributed/checkpoint/optimizer.py
torch/distributed/checkpoint/planner.py
torch/distributed/checkpoint/planner_helpers.py
torch/distributed/checkpoint/quantized_hf_storage.py
torch/distributed/checkpoint/resharding.py
torch/distributed/checkpoint/staging.py
torch/distributed/checkpoint/state_dict.py
torch/distributed/checkpoint/state_dict_loader.py
torch/distributed/checkpoint/state_dict_saver.py
torch/distributed/checkpoint/stateful.py
torch/distributed/checkpoint/storage.py
torch/distributed/checkpoint/utils.py
torch/distributed/checkpoint/_experimental/__init__.py
torch/distributed/checkpoint/_experimental/barriers.py
torch/distributed/checkpoint/_experimental/builder.py
torch/distributed/checkpoint/_experimental/checkpoint_process.py
torch/distributed/checkpoint/_experimental/checkpoint_reader.py
torch/distributed/checkpoint/_experimental/checkpoint_writer.py
torch/distributed/checkpoint/_experimental/checkpointer.py
torch/distributed/checkpoint/_experimental/config.py
torch/distributed/checkpoint/_experimental/staging.py
torch/distributed/checkpoint/_experimental/types.py
torch/distributed/checkpoint/_experimental/utils.py
torch/distributed/checkpoint/examples/async_checkpointing_example.py
torch/distributed/checkpoint/examples/fsdp_checkpoint_example.py
torch/distributed/checkpoint/examples/stateful_example.py
torch/distributed/debug/__init__.py
torch/distributed/debug/_debug_handlers.py
torch/distributed/debug/_frontend.py
torch/distributed/debug/_handlers.py
torch/distributed/debug/_store.py
torch/distributed/elastic/__init__.py
torch/distributed/elastic/control_plane.py
torch/distributed/elastic/agent/__init__.py
torch/distributed/elastic/agent/server/__init__.py
torch/distributed/elastic/agent/server/api.py
torch/distributed/elastic/agent/server/health_check_server.py
torch/distributed/elastic/agent/server/local_elastic_agent.py
torch/distributed/elastic/events/__init__.py
torch/distributed/elastic/events/api.py
torch/distributed/elastic/events/handlers.py
torch/distributed/elastic/metrics/__init__.py
torch/distributed/elastic/metrics/api.py
torch/distributed/elastic/multiprocessing/__init__.py
torch/distributed/elastic/multiprocessing/api.py
torch/distributed/elastic/multiprocessing/redirects.py
torch/distributed/elastic/multiprocessing/tail_log.py
torch/distributed/elastic/multiprocessing/errors/__init__.py
torch/distributed/elastic/multiprocessing/errors/error_handler.py
torch/distributed/elastic/multiprocessing/errors/handlers.py
torch/distributed/elastic/multiprocessing/subprocess_handler/__init__.py
torch/distributed/elastic/multiprocessing/subprocess_handler/handlers.py
torch/distributed/elastic/multiprocessing/subprocess_handler/subprocess_handler.py
torch/distributed/elastic/rendezvous/__init__.py
torch/distributed/elastic/rendezvous/_etcd_stub.py
torch/distributed/elastic/rendezvous/api.py
torch/distributed/elastic/rendezvous/c10d_rendezvous_backend.py
torch/distributed/elastic/rendezvous/dynamic_rendezvous.py
torch/distributed/elastic/rendezvous/etcd_rendezvous.py
torch/distributed/elastic/rendezvous/etcd_rendezvous_backend.py
torch/distributed/elastic/rendezvous/etcd_server.py
torch/distributed/elastic/rendezvous/etcd_store.py
torch/distributed/elastic/rendezvous/registry.py
torch/distributed/elastic/rendezvous/static_tcp_rendezvous.py
torch/distributed/elastic/rendezvous/utils.py
torch/distributed/elastic/timer/__init__.py
torch/distributed/elastic/timer/api.py
torch/distributed/elastic/timer/debug_info_logging.py
torch/distributed/elastic/timer/file_based_local_timer.py
torch/distributed/elastic/timer/local_timer.py
torch/distributed/elastic/utils/__init__.py
torch/distributed/elastic/utils/api.py
torch/distributed/elastic/utils/distributed.py
torch/distributed/elastic/utils/log_level.py
torch/distributed/elastic/utils/logging.py
torch/distributed/elastic/utils/store.py
torch/distributed/elastic/utils/data/__init__.py
torch/distributed/elastic/utils/data/cycling_iterator.py
torch/distributed/elastic/utils/data/elastic_distributed_sampler.py
torch/distributed/examples/memory_tracker_example.py
torch/distributed/flight_recorder/__init__.py
torch/distributed/flight_recorder/fr_trace.py
torch/distributed/flight_recorder/components/__init__.py
torch/distributed/flight_recorder/components/builder.py
torch/distributed/flight_recorder/components/config_manager.py
torch/distributed/flight_recorder/components/fr_logger.py
torch/distributed/flight_recorder/components/loader.py
torch/distributed/flight_recorder/components/types.py
torch/distributed/flight_recorder/components/utils.py
torch/distributed/fsdp/__init__.py
torch/distributed/fsdp/_common_utils.py
torch/distributed/fsdp/_debug_utils.py
torch/distributed/fsdp/_dynamo_utils.py
torch/distributed/fsdp/_exec_order_utils.py
torch/distributed/fsdp/_flat_param.py
torch/distributed/fsdp/_fsdp_extensions.py
torch/distributed/fsdp/_init_utils.py
torch/distributed/fsdp/_limiter_utils.py
torch/distributed/fsdp/_optim_utils.py
torch/distributed/fsdp/_runtime_utils.py
torch/distributed/fsdp/_shard_utils.py
torch/distributed/fsdp/_state_dict_utils.py
torch/distributed/fsdp/_trace_utils.py
torch/distributed/fsdp/_traversal_utils.py
torch/distributed/fsdp/_unshard_param_utils.py
torch/distributed/fsdp/_wrap_utils.py
torch/distributed/fsdp/api.py
torch/distributed/fsdp/fully_sharded_data_parallel.py
torch/distributed/fsdp/sharded_grad_scaler.py
torch/distributed/fsdp/wrap.py
torch/distributed/fsdp/_fully_shard/__init__.py
torch/distributed/fsdp/_fully_shard/_fsdp_api.py
torch/distributed/fsdp/_fully_shard/_fsdp_collectives.py
torch/distributed/fsdp/_fully_shard/_fsdp_common.py
torch/distributed/fsdp/_fully_shard/_fsdp_init.py
torch/distributed/fsdp/_fully_shard/_fsdp_param.py
torch/distributed/fsdp/_fully_shard/_fsdp_param_group.py
torch/distributed/fsdp/_fully_shard/_fsdp_state.py
torch/distributed/fsdp/_fully_shard/_fully_shard.py
torch/distributed/launcher/__init__.py
torch/distributed/launcher/api.py
torch/distributed/nn/__init__.py
torch/distributed/nn/functional.py
torch/distributed/nn/api/__init__.py
torch/distributed/nn/api/remote_module.py
torch/distributed/nn/jit/__init__.py
torch/distributed/nn/jit/instantiator.py
torch/distributed/nn/jit/templates/__init__.py
torch/distributed/nn/jit/templates/remote_module_template.py
torch/distributed/optim/__init__.py
torch/distributed/optim/_deprecation_warning.py
torch/distributed/optim/apply_optimizer_in_backward.py
torch/distributed/optim/functional_adadelta.py
torch/distributed/optim/functional_adagrad.py
torch/distributed/optim/functional_adam.py
torch/distributed/optim/functional_adamax.py
torch/distributed/optim/functional_adamw.py
torch/distributed/optim/functional_rmsprop.py
torch/distributed/optim/functional_rprop.py
torch/distributed/optim/functional_sgd.py
torch/distributed/optim/named_optimizer.py
torch/distributed/optim/optimizer.py
torch/distributed/optim/post_localSGD_optimizer.py
torch/distributed/optim/utils.py
torch/distributed/optim/zero_redundancy_optimizer.py
torch/distributed/optim/zero_redundancy_optimizer.pyi
torch/distributed/pipelining/README.md
torch/distributed/pipelining/_IR.py
torch/distributed/pipelining/__init__.py
torch/distributed/pipelining/_backward.py
torch/distributed/pipelining/_debug.py
torch/distributed/pipelining/_schedule_visualizer.py
torch/distributed/pipelining/_unflatten.py
torch/distributed/pipelining/_utils.py
torch/distributed/pipelining/microbatch.py
torch/distributed/pipelining/schedules.py
torch/distributed/pipelining/stage.py
torch/distributed/rpc/__init__.py
torch/distributed/rpc/_utils.py
torch/distributed/rpc/api.py
torch/distributed/rpc/backend_registry.py
torch/distributed/rpc/constants.py
torch/distributed/rpc/functions.py
torch/distributed/rpc/internal.py
torch/distributed/rpc/options.py
torch/distributed/rpc/rref_proxy.py
torch/distributed/rpc/server_process_global_profiler.py
torch/distributed/rpc/_testing/__init__.py
torch/distributed/rpc/_testing/faulty_agent_backend_registry.py
torch/distributed/tensor/README.md
torch/distributed/tensor/__init__.py
torch/distributed/tensor/_api.py
torch/distributed/tensor/_collective_utils.py
torch/distributed/tensor/_decompositions.py
torch/distributed/tensor/_dispatch.py
torch/distributed/tensor/_dtensor_spec.py
torch/distributed/tensor/_nonlinear_redux.py
torch/distributed/tensor/_op_schema.py
torch/distributed/tensor/_random.py
torch/distributed/tensor/_redistribute.py
torch/distributed/tensor/_sharding_prop.py
torch/distributed/tensor/_shards_wrapper.py
torch/distributed/tensor/_tp_conv.py
torch/distributed/tensor/_utils.py
torch/distributed/tensor/device_mesh.py
torch/distributed/tensor/placement_types.py
torch/distributed/tensor/_ops/__init__.py
torch/distributed/tensor/_ops/_common_rules.py
torch/distributed/tensor/_ops/_conv_ops.py
torch/distributed/tensor/_ops/_einsum_strategy.py
torch/distributed/tensor/_ops/_embedding_ops.py
torch/distributed/tensor/_ops/_mask_buffer.py
torch/distributed/tensor/_ops/_math_ops.py
torch/distributed/tensor/_ops/_matrix_ops.py
torch/distributed/tensor/_ops/_pointwise_ops.py
torch/distributed/tensor/_ops/_random_ops.py
torch/distributed/tensor/_ops/_tensor_ops.py
torch/distributed/tensor/_ops/_view_ops.py
torch/distributed/tensor/_ops/single_dim_strategy.py
torch/distributed/tensor/_ops/strategy_validation.py
torch/distributed/tensor/_ops/utils.py
torch/distributed/tensor/debug/__init__.py
torch/distributed/tensor/debug/_comm_mode.py
torch/distributed/tensor/debug/_op_coverage.py
torch/distributed/tensor/debug/_visualize_sharding.py
torch/distributed/tensor/debug/comm_mode_broswer_visual.js
torch/distributed/tensor/examples/comm_mode_features_example.py
torch/distributed/tensor/examples/convnext_example.py
torch/distributed/tensor/examples/flex_attention_cp.py
torch/distributed/tensor/examples/torchrec_sharding_example.py
torch/distributed/tensor/examples/visualize_sharding_example.py
torch/distributed/tensor/experimental/__init__.py
torch/distributed/tensor/experimental/_attention.py
torch/distributed/tensor/experimental/_func_map.py
torch/distributed/tensor/experimental/_register_sharding.py
torch/distributed/tensor/experimental/_tp_transform.py
torch/distributed/tensor/experimental/_context_parallel/__init__.py
torch/distributed/tensor/experimental/_context_parallel/_attention.py
torch/distributed/tensor/experimental/_context_parallel/_cp_custom_ops.py
torch/distributed/tensor/experimental/_context_parallel/_load_balancer.py
torch/distributed/tensor/experimental/_context_parallel/_sharding_rules.py
torch/distributed/tensor/parallel/__init__.py
torch/distributed/tensor/parallel/_data_parallel_utils.py
torch/distributed/tensor/parallel/api.py
torch/distributed/tensor/parallel/ddp.py
torch/distributed/tensor/parallel/fsdp.py
torch/distributed/tensor/parallel/input_reshard.py
torch/distributed/tensor/parallel/loss.py
torch/distributed/tensor/parallel/style.py
torch/distributions/__init__.py
torch/distributions/bernoulli.py
torch/distributions/beta.py
torch/distributions/binomial.py
torch/distributions/categorical.py
torch/distributions/cauchy.py
torch/distributions/chi2.py
torch/distributions/constraint_registry.py
torch/distributions/constraints.py
torch/distributions/continuous_bernoulli.py
torch/distributions/dirichlet.py
torch/distributions/distribution.py
torch/distributions/exp_family.py
torch/distributions/exponential.py
torch/distributions/fishersnedecor.py
torch/distributions/gamma.py
torch/distributions/generalized_pareto.py
torch/distributions/geometric.py
torch/distributions/gumbel.py
torch/distributions/half_cauchy.py
torch/distributions/half_normal.py
torch/distributions/independent.py
torch/distributions/inverse_gamma.py
torch/distributions/kl.py
torch/distributions/kumaraswamy.py
torch/distributions/laplace.py
torch/distributions/lkj_cholesky.py
torch/distributions/log_normal.py
torch/distributions/logistic_normal.py
torch/distributions/lowrank_multivariate_normal.py
torch/distributions/mixture_same_family.py
torch/distributions/multinomial.py
torch/distributions/multivariate_normal.py
torch/distributions/negative_binomial.py
torch/distributions/normal.py
torch/distributions/one_hot_categorical.py
torch/distributions/pareto.py
torch/distributions/poisson.py
torch/distributions/relaxed_bernoulli.py
torch/distributions/relaxed_categorical.py
torch/distributions/studentT.py
torch/distributions/transformed_distribution.py
torch/distributions/transforms.py
torch/distributions/uniform.py
torch/distributions/utils.py
torch/distributions/von_mises.py
torch/distributions/weibull.py
torch/distributions/wishart.py
torch/export/__init__.py
torch/export/_draft_export.py
torch/export/_leakage_detection_utils.py
torch/export/_patches.py
torch/export/_remove_auto_functionalized_pass.py
torch/export/_remove_effect_tokens_pass.py
torch/export/_safeguard.py
torch/export/_state_dict_utils.py
torch/export/_swap.py
torch/export/_trace.py
torch/export/_tree_utils.py
torch/export/_unlift.py
torch/export/_wrapper_utils.py
torch/export/custom_obj.py
torch/export/custom_ops.py
torch/export/decomp_utils.py
torch/export/dynamic_shapes.py
torch/export/exported_program.py
torch/export/graph_signature.py
torch/export/unflatten.py
torch/export/experimental/__init__.py
torch/export/experimental/_utils.py
torch/export/passes/__init__.py
torch/export/pt2_archive/__init__.py
torch/export/pt2_archive/_package.py
torch/export/pt2_archive/_package_weights.py
torch/export/pt2_archive/constants.py
torch/fft/__init__.py
torch/func/__init__.py
torch/func/_random.py
torch/futures/__init__.py
torch/fx/README.md
torch/fx/__init__.py
torch/fx/_compatibility.py
torch/fx/_graph_pickler.py
torch/fx/_lazy_graph_module.py
torch/fx/_pytree.py
torch/fx/_symbolic_trace.py
torch/fx/_utils.py
torch/fx/annotate.py
torch/fx/config.py
torch/fx/graph.py
torch/fx/graph_module.py
torch/fx/immutable_collections.py
torch/fx/interpreter.py
torch/fx/node.py
torch/fx/operator_schemas.py
torch/fx/proxy.py
torch/fx/subgraph_rewriter.py
torch/fx/tensor_type.py
torch/fx/traceback.py
torch/fx/experimental/__init__.py
torch/fx/experimental/_backward_state.py
torch/fx/experimental/_config.py
torch/fx/experimental/_constant_symnode.py
torch/fx/experimental/_dynamism.py
torch/fx/experimental/_size_hinting.py
torch/fx/experimental/accelerator_partitioner.py
torch/fx/experimental/const_fold.py
torch/fx/experimental/debug.py
torch/fx/experimental/graph_gradual_typechecker.py
torch/fx/experimental/merge_matmul.py
torch/fx/experimental/meta_tracer.py
torch/fx/experimental/normalize.py
torch/fx/experimental/optimization.py
torch/fx/experimental/partitioner_utils.py
torch/fx/experimental/proxy_tensor.py
torch/fx/experimental/recording.py
torch/fx/experimental/refinement_types.py
torch/fx/experimental/rewriter.py
torch/fx/experimental/schema_type_annotation.py
torch/fx/experimental/sym_node.py
torch/fx/experimental/symbolic_shapes.py
torch/fx/experimental/unify_refinements.py
torch/fx/experimental/validator.py
torch/fx/experimental/migrate_gradual_types/__init__.py
torch/fx/experimental/migrate_gradual_types/constraint.py
torch/fx/experimental/migrate_gradual_types/constraint_generator.py
torch/fx/experimental/migrate_gradual_types/constraint_transformation.py
torch/fx/experimental/migrate_gradual_types/operation.py
torch/fx/experimental/migrate_gradual_types/transform_to_z3.py
torch/fx/experimental/migrate_gradual_types/util.py
torch/fx/experimental/migrate_gradual_types/z3_types.py
torch/fx/experimental/shape_inference/infer_shape.py
torch/fx/experimental/shape_inference/infer_symbol_values.py
torch/fx/experimental/unification/LICENSE.txt
torch/fx/experimental/unification/__init__.py
torch/fx/experimental/unification/core.py
torch/fx/experimental/unification/dispatch.py
torch/fx/experimental/unification/match.py
torch/fx/experimental/unification/more.py
torch/fx/experimental/unification/unification_tools.py
torch/fx/experimental/unification/utils.py
torch/fx/experimental/unification/variable.py
torch/fx/experimental/unification/multipledispatch/__init__.py
torch/fx/experimental/unification/multipledispatch/conflict.py
torch/fx/experimental/unification/multipledispatch/core.py
torch/fx/experimental/unification/multipledispatch/dispatcher.py
torch/fx/experimental/unification/multipledispatch/utils.py
torch/fx/experimental/unification/multipledispatch/variadic.py
torch/fx/passes/README.md
torch/fx/passes/__init__.py
torch/fx/passes/_tensorify_python_scalars.py
torch/fx/passes/annotate_getitem_nodes.py
torch/fx/passes/fake_tensor_prop.py
torch/fx/passes/graph_drawer.py
torch/fx/passes/graph_manipulation.py
torch/fx/passes/graph_transform_observer.py
torch/fx/passes/net_min_base.py
torch/fx/passes/operator_support.py
torch/fx/passes/param_fetch.py
torch/fx/passes/pass_manager.py
torch/fx/passes/regional_inductor.py
torch/fx/passes/regional_inductor_invoke_subgraph.py
torch/fx/passes/reinplace.py
torch/fx/passes/runtime_assert.py
torch/fx/passes/shape_prop.py
torch/fx/passes/split_module.py
torch/fx/passes/split_utils.py
torch/fx/passes/splitter_base.py
torch/fx/passes/tools_common.py
torch/fx/passes/backends/__init__.py
torch/fx/passes/backends/cudagraphs.py
torch/fx/passes/dialect/__init__.py
torch/fx/passes/dialect/common/__init__.py
torch/fx/passes/dialect/common/cse_pass.py
torch/fx/passes/infra/__init__.py
torch/fx/passes/infra/partitioner.py
torch/fx/passes/infra/pass_base.py
torch/fx/passes/infra/pass_manager.py
torch/fx/passes/tests/__init__.py
torch/fx/passes/tests/_test_split_utils.py
torch/fx/passes/tests/test_pass_manager.py
torch/fx/passes/utils/__init__.py
torch/fx/passes/utils/common.py
torch/fx/passes/utils/fuser_utils.py
torch/fx/passes/utils/matcher_utils.py
torch/fx/passes/utils/matcher_with_name_node_map_utils.py
torch/fx/passes/utils/source_matcher_utils.py
torch/headeronly/BUCK.oss
torch/headeronly/BUILD.bazel
torch/headeronly/CMakeLists.txt
torch/headeronly/README.md
torch/headeronly/build.bzl
torch/headeronly/ovrsource_defs.bzl
torch/headeronly/version.h
torch/headeronly/version.h.in
torch/headeronly/core/DeviceType.h
torch/headeronly/core/Dispatch.h
torch/headeronly/core/Dispatch_v2.h
torch/headeronly/core/Layout.h
torch/headeronly/core/MemoryFormat.h
torch/headeronly/core/ScalarType.h
torch/headeronly/core/TensorAccessor.h
torch/headeronly/cpu/vec/intrinsics.h
torch/headeronly/cpu/vec/vec_half.h
torch/headeronly/macros/BUILD.bazel
torch/headeronly/macros/Export.h
torch/headeronly/macros/Macros.h
torch/headeronly/macros/build.bzl
torch/headeronly/macros/cmake_configure_file.bzl
torch/headeronly/macros/cmake_macros.h.in
torch/headeronly/util/BFloat16.h
torch/headeronly/util/Deprecated.h
torch/headeronly/util/Exception.h
torch/headeronly/util/Float4_e2m1fn_x2.h
torch/headeronly/util/Float8_e4m3fn.h
torch/headeronly/util/Float8_e4m3fnuz.h
torch/headeronly/util/Float8_e5m2.h
torch/headeronly/util/Float8_e5m2fnuz.h
torch/headeronly/util/Float8_e8m0fnu.h
torch/headeronly/util/Float8_fnuz_cvt.h
torch/headeronly/util/Half.h
torch/headeronly/util/HeaderOnlyArrayRef.h
torch/headeronly/util/Metaprogramming.h
torch/headeronly/util/TypeList.h
torch/headeronly/util/TypeSafeSignMath.h
torch/headeronly/util/TypeTraits.h
torch/headeronly/util/bit_cast.h
torch/headeronly/util/bits.h
torch/headeronly/util/complex.h
torch/headeronly/util/floating_point_utils.h
torch/headeronly/util/qint32.h
torch/headeronly/util/qint8.h
torch/headeronly/util/quint2x4.h
torch/headeronly/util/quint4x2.h
torch/headeronly/util/quint8.h
torch/headeronly/util/shim_utils.h
torch/jit/__init__.py
torch/jit/_async.py
torch/jit/_await.py
torch/jit/_builtins.py
torch/jit/_check.py
torch/jit/_dataclass_impls.py
torch/jit/_decomposition_utils.py
torch/jit/_decompositions.py
torch/jit/_freeze.py
torch/jit/_fuser.py
torch/jit/_ir_utils.py
torch/jit/_logging.py
torch/jit/_monkeytype_config.py
torch/jit/_pickle.py
torch/jit/_recursive.py
torch/jit/_script.py
torch/jit/_script.pyi
torch/jit/_serialization.py
torch/jit/_shape_functions.py
torch/jit/_state.py
torch/jit/_trace.py
torch/jit/annotations.py
torch/jit/frontend.py
torch/jit/generate_bytecode.py
torch/jit/quantized.py
torch/jit/supported_ops.py
torch/jit/unsupported_tensor_ops.py
torch/jit/_passes/__init__.py
torch/jit/_passes/_property_propagation.py
torch/jit/mobile/__init__.py
torch/legacy/README.md
torch/lib/libshm/CMakeLists.txt
torch/lib/libshm/alloc_info.h
torch/lib/libshm/core.cpp
torch/lib/libshm/err.h
torch/lib/libshm/libshm.h
torch/lib/libshm/manager.cpp
torch/lib/libshm/socket.h
torch/lib/libshm_windows/CMakeLists.txt
torch/lib/libshm_windows/core.cpp
torch/lib/libshm_windows/libshm.h
torch/linalg/__init__.py
torch/masked/__init__.py
torch/masked/_docs.py
torch/masked/_ops.py
torch/masked/maskedtensor/__init__.py
torch/masked/maskedtensor/_ops_refs.py
torch/masked/maskedtensor/binary.py
torch/masked/maskedtensor/core.py
torch/masked/maskedtensor/creation.py
torch/masked/maskedtensor/passthrough.py
torch/masked/maskedtensor/reductions.py
torch/masked/maskedtensor/unary.py
torch/monitor/__init__.py
torch/mps/__init__.py
torch/mps/event.py
torch/mps/profiler.py
torch/mtia/__init__.py
torch/mtia/_utils.py
torch/mtia/memory.py
torch/mtia/mtia_graph.py
torch/multiprocessing/__init__.py
torch/multiprocessing/_atfork.py
torch/multiprocessing/cuda_multiprocessing.md
torch/multiprocessing/pool.py
torch/multiprocessing/queue.py
torch/multiprocessing/reductions.py
torch/multiprocessing/spawn.py
torch/nativert/ModelRunner.cpp
torch/nativert/ModelRunner.h
torch/nativert/OVERVIEW.md
torch/nativert/__init__.py
torch/nativert/backends/__init__.py
torch/nativert/backends/_lower_utils.py
torch/nativert/backends/_lowered_aoti_module.py
torch/nativert/common/FileUtil.cpp
torch/nativert/common/FileUtil.h
torch/nativert/detail/ITree.cpp
torch/nativert/detail/ITree.h
torch/nativert/detail/MPMCQueue.h
torch/nativert/executor/AOTInductorDelegateExecutor.cpp
torch/nativert/executor/AOTInductorDelegateExecutor.h
torch/nativert/executor/AOTInductorModelContainerCudaShim.cpp
torch/nativert/executor/ConstantFolder.cpp
torch/nativert/executor/ConstantFolder.h
torch/nativert/executor/DelegateExecutor.cpp
torch/nativert/executor/DelegateExecutor.h
torch/nativert/executor/ETDelegateExecutor.h
torch/nativert/executor/ExecutionFrame.cpp
torch/nativert/executor/ExecutionFrame.h
torch/nativert/executor/ExecutionPlanner.cpp
torch/nativert/executor/ExecutionPlanner.h
torch/nativert/executor/Executor.cpp
torch/nativert/executor/Executor.h
torch/nativert/executor/ExecutorConfig.h
torch/nativert/executor/GraphExecutorBase.cpp
torch/nativert/executor/GraphExecutorBase.h
torch/nativert/executor/OpKernel.cpp
torch/nativert/executor/OpKernel.h
torch/nativert/executor/OpKernelKind.h
torch/nativert/executor/ParallelGraphExecutor.cpp
torch/nativert/executor/ParallelGraphExecutor.h
torch/nativert/executor/Placement.cpp
torch/nativert/executor/Placement.h
torch/nativert/executor/PlacementUtils.cpp
torch/nativert/executor/SerialGraphExecutor.cpp
torch/nativert/executor/SerialGraphExecutor.h
torch/nativert/executor/SessionState.h
torch/nativert/executor/Weights.cpp
torch/nativert/executor/Weights.h
torch/nativert/executor/memory/AliasAnalyzer.cpp
torch/nativert/executor/memory/AliasAnalyzer.h
torch/nativert/executor/memory/Bump.cpp
torch/nativert/executor/memory/Bump.h
torch/nativert/executor/memory/DisjointStorageGroups.cpp
torch/nativert/executor/memory/DisjointStorageGroups.h
torch/nativert/executor/memory/FunctionSchema.cpp
torch/nativert/executor/memory/FunctionSchema.h
torch/nativert/executor/memory/GreedyBySize.cpp
torch/nativert/executor/memory/GreedyBySize.h
torch/nativert/executor/memory/LayoutManager.cpp
torch/nativert/executor/memory/LayoutManager.h
torch/nativert/executor/memory/LayoutPlanner.cpp
torch/nativert/executor/memory/LayoutPlanner.h
torch/nativert/executor/memory/LayoutPlannerAlgorithm.h
torch/nativert/executor/memory/LayoutPlannerSettings.h
torch/nativert/executor/triton/CpuTritonKernelManager.cpp
torch/nativert/executor/triton/CudaTritonKernelManager.cpp
torch/nativert/executor/triton/TritonKernelManager.cpp
torch/nativert/executor/triton/TritonKernelManager.h
torch/nativert/graph/Graph.cpp
torch/nativert/graph/Graph.h
torch/nativert/graph/GraphPasses.cpp
torch/nativert/graph/GraphPasses.h
torch/nativert/graph/GraphSignature.cpp
torch/nativert/graph/GraphSignature.h
torch/nativert/graph/GraphUtils.cpp
torch/nativert/graph/GraphUtils.h
torch/nativert/graph/Serialization.cpp
torch/nativert/graph/Serialization.h
torch/nativert/graph/TensorMeta.cpp
torch/nativert/graph/TensorMeta.h
torch/nativert/graph/passes/SubgraphRewriter.cpp
torch/nativert/graph/passes/SubgraphRewriter.h
torch/nativert/graph/passes/pass_manager/GraphPassRegistry.h
torch/nativert/graph/passes/pass_manager/GraphPasses.cpp
torch/nativert/graph/passes/pass_manager/GraphPasses.h
torch/nativert/graph/passes/pass_manager/PassManager.cpp
torch/nativert/graph/passes/pass_manager/PassManager.h
torch/nativert/graph/passes/pass_manager/PassPipeline.h
torch/nativert/kernels/AutoFunctionalizeKernel.cpp
torch/nativert/kernels/AutoFunctionalizeKernel.h
torch/nativert/kernels/C10Kernel.cpp
torch/nativert/kernels/C10Kernel.h
torch/nativert/kernels/CallTorchBindKernel.cpp
torch/nativert/kernels/CallTorchBindKernel.h
torch/nativert/kernels/ETCallDelegateKernel.cpp
torch/nativert/kernels/ETCallDelegateKernel.h
torch/nativert/kernels/GeneratedNativeStaticDispatchKernels.cpp
torch/nativert/kernels/GeneratedStaticDispatchKernels.cpp
torch/nativert/kernels/HigherOrderKernel.cpp
torch/nativert/kernels/HigherOrderKernel.h
torch/nativert/kernels/KernelFactory.cpp
torch/nativert/kernels/KernelFactory.h
torch/nativert/kernels/KernelHandlerRegistry.cpp
torch/nativert/kernels/KernelHandlerRegistry.h
torch/nativert/kernels/KernelRegistry.cpp
torch/nativert/kernels/KernelRegistry.h
torch/nativert/kernels/NativeKernels.cpp
torch/nativert/kernels/PrimKernelRegistry.cpp
torch/nativert/kernels/PrimKernelRegistry.h
torch/nativert/kernels/TritonKernel.cpp
torch/nativert/kernels/TritonKernel.h
torch/nativert/python/Bindings.cpp
torch/nativert/python/Bindings.h
torch/nested/__init__.py
torch/nested/_internal/__init__.py
torch/nested/_internal/nested_int.py
torch/nested/_internal/nested_tensor.py
torch/nested/_internal/ops.py
torch/nested/_internal/sdpa.py
torch/nn/__init__.py
torch/nn/_reduction.py
torch/nn/common_types.py
torch/nn/cpp.py
torch/nn/functional.py
torch/nn/functional.pyi
torch/nn/functional.pyi.in
torch/nn/grad.py
torch/nn/init.py
torch/nn/parameter.py
torch/nn/parameter.pyi
torch/nn/attention/__init__.py
torch/nn/attention/_fa3.py
torch/nn/attention/_fa4.py
torch/nn/attention/_registry.py
torch/nn/attention/_utils.py
torch/nn/attention/bias.py
torch/nn/attention/flex_attention.py
torch/nn/attention/varlen.py
torch/nn/attention/experimental/__init__.py
torch/nn/attention/experimental/_paged_attention.py
torch/nn/attention/experimental/_scaled_dot_product_attention_quantized.py
torch/nn/backends/__init__.py
torch/nn/backends/thnn.py
torch/nn/intrinsic/__init__.py
torch/nn/intrinsic/modules/__init__.py
torch/nn/intrinsic/modules/fused.py
torch/nn/intrinsic/qat/__init__.py
torch/nn/intrinsic/qat/modules/__init__.py
torch/nn/intrinsic/qat/modules/conv_fused.py
torch/nn/intrinsic/qat/modules/linear_fused.py
torch/nn/intrinsic/qat/modules/linear_relu.py
torch/nn/intrinsic/quantized/__init__.py
torch/nn/intrinsic/quantized/dynamic/__init__.py
torch/nn/intrinsic/quantized/dynamic/modules/__init__.py
torch/nn/intrinsic/quantized/dynamic/modules/linear_relu.py
torch/nn/intrinsic/quantized/modules/__init__.py
torch/nn/intrinsic/quantized/modules/bn_relu.py
torch/nn/intrinsic/quantized/modules/conv_relu.py
torch/nn/intrinsic/quantized/modules/linear_relu.py
torch/nn/modules/__init__.py
torch/nn/modules/_functions.py
torch/nn/modules/activation.py
torch/nn/modules/adaptive.py
torch/nn/modules/batchnorm.py
torch/nn/modules/channelshuffle.py
torch/nn/modules/container.py
torch/nn/modules/conv.py
torch/nn/modules/distance.py
torch/nn/modules/dropout.py
torch/nn/modules/flatten.py
torch/nn/modules/fold.py
torch/nn/modules/instancenorm.py
torch/nn/modules/lazy.py
torch/nn/modules/linear.py
torch/nn/modules/loss.py
torch/nn/modules/module.py
torch/nn/modules/normalization.py
torch/nn/modules/padding.py
torch/nn/modules/pixelshuffle.py
torch/nn/modules/pooling.py
torch/nn/modules/rnn.py
torch/nn/modules/sparse.py
torch/nn/modules/transformer.py
torch/nn/modules/upsampling.py
torch/nn/modules/utils.py
torch/nn/parallel/__init__.py
torch/nn/parallel/_functions.py
torch/nn/parallel/comm.py
torch/nn/parallel/data_parallel.py
torch/nn/parallel/distributed.py
torch/nn/parallel/parallel_apply.py
torch/nn/parallel/replicate.py
torch/nn/parallel/scatter_gather.py
torch/nn/qat/__init__.py
torch/nn/qat/dynamic/__init__.py
torch/nn/qat/dynamic/modules/__init__.py
torch/nn/qat/dynamic/modules/linear.py
torch/nn/qat/modules/__init__.py
torch/nn/qat/modules/conv.py
torch/nn/qat/modules/embedding_ops.py
torch/nn/qat/modules/linear.py
torch/nn/quantizable/__init__.py
torch/nn/quantizable/modules/__init__.py
torch/nn/quantizable/modules/activation.py
torch/nn/quantizable/modules/rnn.py
torch/nn/quantized/__init__.py
torch/nn/quantized/functional.py
torch/nn/quantized/_reference/__init__.py
torch/nn/quantized/_reference/modules/__init__.py
torch/nn/quantized/_reference/modules/conv.py
torch/nn/quantized/_reference/modules/linear.py
torch/nn/quantized/_reference/modules/rnn.py
torch/nn/quantized/_reference/modules/sparse.py
torch/nn/quantized/_reference/modules/utils.py
torch/nn/quantized/dynamic/__init__.py
torch/nn/quantized/dynamic/modules/__init__.py
torch/nn/quantized/dynamic/modules/conv.py
torch/nn/quantized/dynamic/modules/linear.py
torch/nn/quantized/dynamic/modules/rnn.py
torch/nn/quantized/modules/__init__.py
torch/nn/quantized/modules/activation.py
torch/nn/quantized/modules/batchnorm.py
torch/nn/quantized/modules/conv.py
torch/nn/quantized/modules/dropout.py
torch/nn/quantized/modules/embedding_ops.py
torch/nn/quantized/modules/functional_modules.py
torch/nn/quantized/modules/linear.py
torch/nn/quantized/modules/normalization.py
torch/nn/quantized/modules/rnn.py
torch/nn/quantized/modules/utils.py
torch/nn/utils/__init__.py
torch/nn/utils/_deprecation_utils.py
torch/nn/utils/_named_member_accessor.py
torch/nn/utils/_per_sample_grad.py
torch/nn/utils/clip_grad.py
torch/nn/utils/convert_parameters.py
torch/nn/utils/fusion.py
torch/nn/utils/init.py
torch/nn/utils/memory_format.py
torch/nn/utils/parametrizations.py
torch/nn/utils/parametrize.py
torch/nn/utils/prune.py
torch/nn/utils/rnn.py
torch/nn/utils/spectral_norm.py
torch/nn/utils/stateless.py
torch/nn/utils/weight_norm.py
torch/nn/utils/_expanded_weights/__init__.py
torch/nn/utils/_expanded_weights/conv_expanded_weights.py
torch/nn/utils/_expanded_weights/conv_utils.py
torch/nn/utils/_expanded_weights/embedding_expanded_weights.py
torch/nn/utils/_expanded_weights/expanded_weights_impl.py
torch/nn/utils/_expanded_weights/expanded_weights_utils.py
torch/nn/utils/_expanded_weights/group_norm_expanded_weights.py
torch/nn/utils/_expanded_weights/instance_norm_expanded_weights.py
torch/nn/utils/_expanded_weights/layer_norm_expanded_weights.py
torch/nn/utils/_expanded_weights/linear_expanded_weights.py
torch/numa/__init__.py
torch/numa/binding.py
torch/onnx/README.md
torch/onnx/__init__.py
torch/onnx/_constants.py
torch/onnx/_flags.py
torch/onnx/errors.py
torch/onnx/operators.py
torch/onnx/symbolic_helper.py
torch/onnx/symbolic_opset10.py
torch/onnx/symbolic_opset11.py
torch/onnx/symbolic_opset12.py
torch/onnx/symbolic_opset13.py
torch/onnx/symbolic_opset14.py
torch/onnx/symbolic_opset15.py
torch/onnx/symbolic_opset16.py
torch/onnx/symbolic_opset17.py
torch/onnx/symbolic_opset18.py
torch/onnx/symbolic_opset19.py
torch/onnx/symbolic_opset20.py
torch/onnx/symbolic_opset7.py
torch/onnx/symbolic_opset8.py
torch/onnx/symbolic_opset9.py
torch/onnx/testing.py
torch/onnx/utils.py
torch/onnx/verification.py
torch/onnx/_internal/__init__.py
torch/onnx/_internal/_lazy_import.py
torch/onnx/_internal/exporter/__init__.py
torch/onnx/_internal/exporter/_analysis.py
torch/onnx/_internal/exporter/_building.py
torch/onnx/_internal/exporter/_capture_strategies.py
torch/onnx/_internal/exporter/_compat.py
torch/onnx/_internal/exporter/_constants.py
torch/onnx/_internal/exporter/_core.py
torch/onnx/_internal/exporter/_decomp.py
torch/onnx/_internal/exporter/_dispatching.py
torch/onnx/_internal/exporter/_dynamic_shapes.py
torch/onnx/_internal/exporter/_errors.py
torch/onnx/_internal/exporter/_exportable_module.py
torch/onnx/_internal/exporter/_flags.py
torch/onnx/_internal/exporter/_fx_passes.py
torch/onnx/_internal/exporter/_input_observer.py
torch/onnx/_internal/exporter/_ir_passes.py
torch/onnx/_internal/exporter/_isolated.py
torch/onnx/_internal/exporter/_onnx_program.py
torch/onnx/_internal/exporter/_registration.py
torch/onnx/_internal/exporter/_reporting.py
torch/onnx/_internal/exporter/_schemas.py
torch/onnx/_internal/exporter/_tensors.py
torch/onnx/_internal/exporter/_testing.py
torch/onnx/_internal/exporter/_type_casting.py
torch/onnx/_internal/exporter/_verification.py
torch/onnx/_internal/exporter/_torchlib/__init__.py
torch/onnx/_internal/exporter/_torchlib/_tensor_typing.py
torch/onnx/_internal/exporter/_torchlib/_torchlib_registry.py
torch/onnx/_internal/exporter/_torchlib/ops/__init__.py
torch/onnx/_internal/exporter/_torchlib/ops/core.py
torch/onnx/_internal/exporter/_torchlib/ops/hop.py
torch/onnx/_internal/exporter/_torchlib/ops/nn.py
torch/onnx/_internal/exporter/_torchlib/ops/symbolic.py
torch/onnx/_internal/exporter/_torchlib/ops/symops.py
torch/onnx/_internal/fx/__init__.py
torch/onnx/_internal/fx/_pass.py
torch/onnx/_internal/fx/type_utils.py
torch/onnx/_internal/fx/passes/__init__.py
torch/onnx/_internal/fx/passes/type_promotion.py
torch/onnx/_internal/torchscript_exporter/README.md
torch/onnx/_internal/torchscript_exporter/__init__.py
torch/onnx/_internal/torchscript_exporter/_experimental.py
torch/onnx/_internal/torchscript_exporter/_globals.py
torch/onnx/_internal/torchscript_exporter/_type_utils.py
torch/onnx/_internal/torchscript_exporter/jit_utils.py
torch/onnx/_internal/torchscript_exporter/onnx_proto_utils.py
torch/onnx/_internal/torchscript_exporter/registration.py
torch/onnx/_internal/torchscript_exporter/symbolic_helper.py
torch/onnx/_internal/torchscript_exporter/symbolic_opset10.py
torch/onnx/_internal/torchscript_exporter/symbolic_opset11.py
torch/onnx/_internal/torchscript_exporter/symbolic_opset12.py
torch/onnx/_internal/torchscript_exporter/symbolic_opset13.py
torch/onnx/_internal/torchscript_exporter/symbolic_opset14.py
torch/onnx/_internal/torchscript_exporter/symbolic_opset15.py
torch/onnx/_internal/torchscript_exporter/symbolic_opset16.py
torch/onnx/_internal/torchscript_exporter/symbolic_opset17.py
torch/onnx/_internal/torchscript_exporter/symbolic_opset18.py
torch/onnx/_internal/torchscript_exporter/symbolic_opset19.py
torch/onnx/_internal/torchscript_exporter/symbolic_opset20.py
torch/onnx/_internal/torchscript_exporter/symbolic_opset7.py
torch/onnx/_internal/torchscript_exporter/symbolic_opset8.py
torch/onnx/_internal/torchscript_exporter/symbolic_opset9.py
torch/onnx/_internal/torchscript_exporter/utils.py
torch/onnx/_internal/torchscript_exporter/verification.py
torch/onnx/ops/__init__.py
torch/onnx/ops/_dtype_mappings.py
torch/onnx/ops/_impl.py
torch/onnx/ops/_symbolic_impl.py
torch/optim/__init__.py
torch/optim/_adafactor.py
torch/optim/_functional.py
torch/optim/_muon.py
torch/optim/adadelta.py
torch/optim/adagrad.py
torch/optim/adam.py
torch/optim/adamax.py
torch/optim/adamw.py
torch/optim/asgd.py
torch/optim/lbfgs.py
torch/optim/lr_scheduler.py
torch/optim/nadam.py
torch/optim/optimizer.py
torch/optim/radam.py
torch/optim/rmsprop.py
torch/optim/rprop.py
torch/optim/sgd.py
torch/optim/sparse_adam.py
torch/optim/swa_utils.py
torch/optim/_multi_tensor/__init__.py
torch/optim/_multi_tensor/__init__.pyi
torch/package/__init__.py
torch/package/_digraph.py
torch/package/_directory_reader.py
torch/package/_importlib.py
torch/package/_mangling.py
torch/package/_mock.py
torch/package/_package_pickler.py
torch/package/_package_unpickler.py
torch/package/_stdlib.py
torch/package/file_structure_representation.py
torch/package/find_file_dependencies.py
torch/package/glob_group.py
torch/package/importer.py
torch/package/mangling.md
torch/package/package_exporter.py
torch/package/package_importer.py
torch/package/analyze/__init__.py
torch/package/analyze/find_first_use_of_broken_modules.py
torch/package/analyze/is_from_package.py
torch/package/analyze/trace_dependencies.py
torch/profiler/__init__.py
torch/profiler/_memory_profiler.py
torch/profiler/_pattern_matcher.py
torch/profiler/_trace_validator.py
torch/profiler/_utils.py
torch/profiler/itt.py
torch/profiler/profiler.py
torch/profiler/python_tracer.py
torch/quantization/__init__.py
torch/quantization/_numeric_suite.py
torch/quantization/_numeric_suite_fx.py
torch/quantization/_quantized_conversions.py
torch/quantization/fake_quantize.py
torch/quantization/fuse_modules.py
torch/quantization/fuser_method_mappings.py
torch/quantization/observer.py
torch/quantization/qconfig.py
torch/quantization/quant_type.py
torch/quantization/quantization_mappings.py
torch/quantization/quantize.py
torch/quantization/quantize_fx.py
torch/quantization/quantize_jit.py
torch/quantization/stubs.py
torch/quantization/utils.py
torch/quantization/fx/__init__.py
torch/quantization/fx/_equalize.py
torch/quantization/fx/convert.py
torch/quantization/fx/fuse.py
torch/quantization/fx/fusion_patterns.py
torch/quantization/fx/graph_module.py
torch/quantization/fx/match_utils.py
torch/quantization/fx/pattern_utils.py
torch/quantization/fx/prepare.py
torch/quantization/fx/quantization_patterns.py
torch/quantization/fx/quantization_types.py
torch/quantization/fx/utils.py
torch/signal/__init__.py
torch/signal/windows/__init__.py
torch/signal/windows/windows.py
torch/sparse/__init__.py
torch/sparse/_semi_structured_conversions.py
torch/sparse/_semi_structured_ops.py
torch/sparse/_triton_ops.py
torch/sparse/_triton_ops_meta.py
torch/sparse/semi_structured.py
torch/special/__init__.py
torch/testing/__init__.py
torch/testing/_comparison.py
torch/testing/_creation.py
torch/testing/_utils.py
torch/testing/_internal/__init__.py
torch/testing/_internal/autocast_test_lists.py
torch/testing/_internal/autograd_function_db.py
torch/testing/_internal/check_kernel_launches.py
torch/testing/_internal/common_cuda.py
torch/testing/_internal/common_device_type.py
torch/testing/_internal/common_dist_composable.py
torch/testing/_internal/common_distributed.py
torch/testing/_internal/common_dtype.py
torch/testing/_internal/common_fsdp.py
torch/testing/_internal/common_jit.py
torch/testing/_internal/common_methods_invocations.py
torch/testing/_internal/common_mkldnn.py
torch/testing/_internal/common_modules.py
torch/testing/_internal/common_mps.py
torch/testing/_internal/common_nn.py
torch/testing/_internal/common_ops_unbacked.py
torch/testing/_internal/common_optimizers.py
torch/testing/_internal/common_pruning.py
torch/testing/_internal/common_quantization.py
torch/testing/_internal/common_quantized.py
torch/testing/_internal/common_subclass.py
torch/testing/_internal/common_utils.py
torch/testing/_internal/common_xpu.py
torch/testing/_internal/composite_compliance.py
torch/testing/_internal/custom_op_db.py
torch/testing/_internal/custom_tensor.py
torch/testing/_internal/dist_utils.py
torch/testing/_internal/dynamo_pytree_test_utils.py
torch/testing/_internal/dynamo_test_failures.py
torch/testing/_internal/fake_config_module.py
torch/testing/_internal/fake_config_module2.py
torch/testing/_internal/fake_config_module3.py
torch/testing/_internal/hop_db.py
torch/testing/_internal/hypothesis_utils.py
torch/testing/_internal/inductor_utils.py
torch/testing/_internal/jit_metaprogramming_utils.py
torch/testing/_internal/jit_utils.py
torch/testing/_internal/logging_tensor.py
torch/testing/_internal/logging_utils.py
torch/testing/_internal/py312_intrinsics.py
torch/testing/_internal/quantization_torch_package_models.py
torch/testing/_internal/static_module.py
torch/testing/_internal/subclasses.py
torch/testing/_internal/torchbind_impls.py
torch/testing/_internal/triton_utils.py
torch/testing/_internal/two_tensor.py
torch/testing/_internal/codegen/__init__.py
torch/testing/_internal/data/__init__.py
torch/testing/_internal/data/network1.py
torch/testing/_internal/data/network2.py
torch/testing/_internal/distributed/__init__.py
torch/testing/_internal/distributed/checkpoint_utils.py
torch/testing/_internal/distributed/common_state_dict.py
torch/testing/_internal/distributed/ddp_under_dist_autograd_test.py
torch/testing/_internal/distributed/distributed_test.py
torch/testing/_internal/distributed/distributed_utils.py
torch/testing/_internal/distributed/fake_pg.py
torch/testing/_internal/distributed/multi_threaded_pg.py
torch/testing/_internal/distributed/rpc_utils.py
torch/testing/_internal/distributed/_shard/__init__.py
torch/testing/_internal/distributed/_shard/test_common.py
torch/testing/_internal/distributed/_shard/sharded_tensor/__init__.py
torch/testing/_internal/distributed/_shard/sharded_tensor/_test_ops_common.py
torch/testing/_internal/distributed/_shard/sharded_tensor/_test_st_common.py
torch/testing/_internal/distributed/_tensor/__init__.py
torch/testing/_internal/distributed/_tensor/common_dtensor.py
torch/testing/_internal/distributed/nn/__init__.py
torch/testing/_internal/distributed/nn/api/__init__.py
torch/testing/_internal/distributed/nn/api/remote_module_test.py
torch/testing/_internal/distributed/rpc/__init__.py
torch/testing/_internal/distributed/rpc/dist_autograd_test.py
torch/testing/_internal/distributed/rpc/dist_optimizer_test.py
torch/testing/_internal/distributed/rpc/faulty_agent_rpc_test.py
torch/testing/_internal/distributed/rpc/faulty_rpc_agent_test_fixture.py
torch/testing/_internal/distributed/rpc/rpc_agent_test_fixture.py
torch/testing/_internal/distributed/rpc/rpc_test.py
torch/testing/_internal/distributed/rpc/tensorpipe_rpc_agent_test_fixture.py
torch/testing/_internal/distributed/rpc/examples/__init__.py
torch/testing/_internal/distributed/rpc/examples/parameter_server_test.py
torch/testing/_internal/distributed/rpc/examples/reinforcement_learning_rpc_test.py
torch/testing/_internal/distributed/rpc/jit/__init__.py
torch/testing/_internal/distributed/rpc/jit/dist_autograd_test.py
torch/testing/_internal/distributed/rpc/jit/rpc_test.py
torch/testing/_internal/distributed/rpc/jit/rpc_test_faulty.py
torch/testing/_internal/generated/__init__.py
torch/testing/_internal/generated/annotated_fn_args.py
torch/testing/_internal/opinfo/__init__.py
torch/testing/_internal/opinfo/core.py
torch/testing/_internal/opinfo/refs.py
torch/testing/_internal/opinfo/utils.py
torch/testing/_internal/opinfo/definitions/__init__.py
torch/testing/_internal/opinfo/definitions/_masked.py
torch/testing/_internal/opinfo/definitions/fft.py
torch/testing/_internal/opinfo/definitions/linalg.py
torch/testing/_internal/opinfo/definitions/nested.py
torch/testing/_internal/opinfo/definitions/signal.py
torch/testing/_internal/opinfo/definitions/sparse.py
torch/testing/_internal/opinfo/definitions/special.py
torch/testing/_internal/optests/__init__.py
torch/testing/_internal/optests/aot_autograd.py
torch/testing/_internal/optests/autograd_registration.py
torch/testing/_internal/optests/fake_tensor.py
torch/testing/_internal/optests/generate_tests.py
torch/testing/_internal/optests/make_fx.py
torch/testing/_internal/test_module/__init__.py
torch/testing/_internal/test_module/future_div.py
torch/testing/_internal/test_module/no_future_div.py
torch/utils/__init__.py
torch/utils/_appending_byte_serializer.py
torch/utils/_config_module.py
torch/utils/_config_typing.pyi
torch/utils/_content_store.py
torch/utils/_contextlib.py
torch/utils/_cpp_embed_headers.py
torch/utils/_cpp_extension_versioner.py
torch/utils/_cxx_pytree.py
torch/utils/_device.py
torch/utils/_dtype_abbrs.py
torch/utils/_exposed_in.py
torch/utils/_filelock.py
torch/utils/_foreach_utils.py
torch/utils/_functools.py
torch/utils/_get_clean_triton.py
torch/utils/_helion.py
torch/utils/_import_utils.py
torch/utils/_inspect.py
torch/utils/_mode_utils.py
torch/utils/_ordered_set.py
torch/utils/_pallas.py
torch/utils/_python_dispatch.py
torch/utils/_pytree.py
torch/utils/_runtime_estimation.py
torch/utils/_stats.py
torch/utils/_thunk.py
torch/utils/_traceback.py
torch/utils/_triton.py
torch/utils/_typing_utils.py
torch/utils/_zip.py
torch/utils/backend_registration.py
torch/utils/bundled_inputs.py
torch/utils/checkpoint.py
torch/utils/collect_env.py
torch/utils/cpp_backtrace.py
torch/utils/cpp_extension.py
torch/utils/debug_log.py
torch/utils/deterministic.py
torch/utils/dlpack.py
torch/utils/file_baton.py
torch/utils/flop_counter.py
torch/utils/hooks.py
torch/utils/mkldnn.py
torch/utils/mobile_optimizer.py
torch/utils/model_zoo.py
torch/utils/module_tracker.py
torch/utils/show_pickle.py
torch/utils/throughput_benchmark.py
torch/utils/weak.py
torch/utils/_debug_mode/__init__.py
torch/utils/_debug_mode/_calls.py
torch/utils/_debug_mode/_mode.py
torch/utils/_debug_mode/_utils.py
torch/utils/_strobelight/__init__.py
torch/utils/_strobelight/cli_function_profiler.py
torch/utils/_strobelight/examples/cli_function_profiler_example.py
torch/utils/_sympy/__init__.py
torch/utils/_sympy/functions.py
torch/utils/_sympy/interp.py
torch/utils/_sympy/numbers.py
torch/utils/_sympy/printers.py
torch/utils/_sympy/reference.py
torch/utils/_sympy/singleton_int.py
torch/utils/_sympy/solve.py
torch/utils/_sympy/symbol.py
torch/utils/_sympy/value_ranges.py
torch/utils/backcompat/__init__.py
torch/utils/benchmark/README.md
torch/utils/benchmark/__init__.py
torch/utils/benchmark/examples/__init__.py
torch/utils/benchmark/examples/compare.py
torch/utils/benchmark/examples/fuzzer.py
torch/utils/benchmark/examples/op_benchmark.py
torch/utils/benchmark/examples/simple_timeit.py
torch/utils/benchmark/examples/spectral_ops_fuzz_test.py
torch/utils/benchmark/examples/sparse/compare.py
torch/utils/benchmark/examples/sparse/fuzzer.py
torch/utils/benchmark/examples/sparse/op_benchmark.py
torch/utils/benchmark/op_fuzzers/__init__.py
torch/utils/benchmark/op_fuzzers/binary.py
torch/utils/benchmark/op_fuzzers/sparse_binary.py
torch/utils/benchmark/op_fuzzers/sparse_unary.py
torch/utils/benchmark/op_fuzzers/spectral.py
torch/utils/benchmark/op_fuzzers/unary.py
torch/utils/benchmark/utils/__init__.py
torch/utils/benchmark/utils/_stubs.py
torch/utils/benchmark/utils/common.py
torch/utils/benchmark/utils/compare.py
torch/utils/benchmark/utils/compile.py
torch/utils/benchmark/utils/cpp_jit.py
torch/utils/benchmark/utils/fuzzer.py
torch/utils/benchmark/utils/sparse_fuzzer.py
torch/utils/benchmark/utils/timeit_template.cpp
torch/utils/benchmark/utils/timer.py
torch/utils/benchmark/utils/valgrind_wrapper/__init__.py
torch/utils/benchmark/utils/valgrind_wrapper/compat_bindings.cpp
torch/utils/benchmark/utils/valgrind_wrapper/timer_callgrind_template.cpp
torch/utils/benchmark/utils/valgrind_wrapper/timer_interface.py
torch/utils/data/__init__.py
torch/utils/data/backward_compatibility.py
torch/utils/data/dataframes_pipes.ipynb
torch/utils/data/dataloader.py
torch/utils/data/dataset.py
torch/utils/data/distributed.py
torch/utils/data/graph.py
torch/utils/data/graph_settings.py
torch/utils/data/sampler.py
torch/utils/data/standard_pipes.ipynb
torch/utils/data/typing.ipynb
torch/utils/data/_utils/__init__.py
torch/utils/data/_utils/collate.py
torch/utils/data/_utils/fetch.py
torch/utils/data/_utils/pin_memory.py
torch/utils/data/_utils/signal_handling.py
torch/utils/data/_utils/worker.py
torch/utils/data/datapipes/README.md
torch/utils/data/datapipes/__init__.py
torch/utils/data/datapipes/_decorator.py
torch/utils/data/datapipes/_hook_iterator.py
torch/utils/data/datapipes/_typing.py
torch/utils/data/datapipes/datapipe.py
torch/utils/data/datapipes/datapipe.pyi
torch/utils/data/datapipes/datapipe.pyi.in
torch/utils/data/datapipes/gen_pyi.py
torch/utils/data/datapipes/dataframe/__init__.py
torch/utils/data/datapipes/dataframe/dataframe_wrapper.py
torch/utils/data/datapipes/dataframe/dataframes.py
torch/utils/data/datapipes/dataframe/datapipes.py
torch/utils/data/datapipes/dataframe/structures.py
torch/utils/data/datapipes/iter/__init__.py
torch/utils/data/datapipes/iter/callable.py
torch/utils/data/datapipes/iter/combinatorics.py
torch/utils/data/datapipes/iter/combining.py
torch/utils/data/datapipes/iter/filelister.py
torch/utils/data/datapipes/iter/fileopener.py
torch/utils/data/datapipes/iter/grouping.py
torch/utils/data/datapipes/iter/routeddecoder.py
torch/utils/data/datapipes/iter/selecting.py
torch/utils/data/datapipes/iter/sharding.py
torch/utils/data/datapipes/iter/streamreader.py
torch/utils/data/datapipes/iter/utils.py
torch/utils/data/datapipes/map/__init__.py
torch/utils/data/datapipes/map/callable.py
torch/utils/data/datapipes/map/combinatorics.py
torch/utils/data/datapipes/map/combining.py
torch/utils/data/datapipes/map/grouping.py
torch/utils/data/datapipes/map/utils.py
torch/utils/data/datapipes/utils/__init__.py
torch/utils/data/datapipes/utils/common.py
torch/utils/data/datapipes/utils/decoder.py
torch/utils/data/datapipes/utils/snapshot.py
torch/utils/hipify/__init__.py
torch/utils/hipify/constants.py
torch/utils/hipify/cuda_to_hip_mappings.py
torch/utils/hipify/hipify_python.py
torch/utils/hipify/version.py
torch/utils/jit/__init__.py
torch/utils/jit/log_extract.py
torch/utils/model_dump/__init__.py
torch/utils/model_dump/__main__.py
torch/utils/model_dump/code.js
torch/utils/model_dump/htm.mjs
torch/utils/model_dump/preact.mjs
torch/utils/model_dump/skeleton.html
torch/utils/serialization/__init__.py
torch/utils/serialization/config.py
torch/utils/tensorboard/__init__.py
torch/utils/tensorboard/_convert_np.py
torch/utils/tensorboard/_embedding.py
torch/utils/tensorboard/_onnx_graph.py
torch/utils/tensorboard/_proto_graph.py
torch/utils/tensorboard/_pytorch_graph.py
torch/utils/tensorboard/_utils.py
torch/utils/tensorboard/summary.py
torch/utils/tensorboard/writer.py
torch/utils/viz/MemoryViz.js
torch/utils/viz/__init__.py
torch/utils/viz/_cycles.py
torch/utils/viz/process_alloc_data.js
torch/xpu/__init__.py
torch/xpu/_gpu_trace.py
torch/xpu/_utils.py
torch/xpu/graphs.py
torch/xpu/memory.py
torch/xpu/random.py
torch/xpu/streams.py
torchgen/BUCK.oss
torchgen/__init__.py
torchgen/build.bzl
torchgen/code_template.py
torchgen/context.py
torchgen/gen.py
torchgen/gen_aoti_c_shim.py
torchgen/gen_backend_stubs.py
torchgen/gen_functionalization_type.py
torchgen/gen_lazy_tensor.py
torchgen/gen_schema_utils.py
torchgen/gen_vmap_plumbing.py
torchgen/local.py
torchgen/model.py
torchgen/native_function_generation.py
torchgen/utils.py
torchgen/yaml_utils.py
torchgen/_autoheuristic/README.md
torchgen/_autoheuristic/ah_tree.py
torchgen/_autoheuristic/benchmark_runner.py
torchgen/_autoheuristic/benchmark_utils.py
torchgen/_autoheuristic/collect_data.sh
torchgen/_autoheuristic/generate_heuristic.sh
torchgen/_autoheuristic/merge_data.py
torchgen/_autoheuristic/requirements.txt
torchgen/_autoheuristic/test.sh
torchgen/_autoheuristic/test_utils.py
torchgen/_autoheuristic/train.py
torchgen/_autoheuristic/train_decision.py
torchgen/_autoheuristic/train_regression.py
torchgen/_autoheuristic/mixed_mm/README.md
torchgen/_autoheuristic/mixed_mm/gen_data_mixed_mm.py
torchgen/_autoheuristic/mixed_mm/gen_mixedmm_heuristic_a100.sh
torchgen/_autoheuristic/mixed_mm/gen_mixedmm_heuristic_h100.sh
torchgen/_autoheuristic/mixed_mm/generate_heuristic_mixedmm.sh
torchgen/_autoheuristic/mixed_mm/get_mixedmm_dataset.sh
torchgen/_autoheuristic/mixed_mm/test_mixed_mm.py
torchgen/_autoheuristic/mixed_mm/train_decision_mixedmm.py
torchgen/_autoheuristic/mm/README.md
torchgen/_autoheuristic/mm/gen_data_mm.py
torchgen/_autoheuristic/mm/gen_heuristic_a100.sh
torchgen/_autoheuristic/mm/gen_heuristic_h100.sh
torchgen/_autoheuristic/mm/get_mm_dataset.sh
torchgen/_autoheuristic/mm/train_decision_mm.py
torchgen/_autoheuristic/pad_mm/README.md
torchgen/_autoheuristic/pad_mm/collect_known_mm_shapes.py
torchgen/_autoheuristic/pad_mm/evaluate_pad_mm_heuristics.py
torchgen/_autoheuristic/pad_mm/gen_data_pad_mm.py
torchgen/_autoheuristic/pad_mm/gen_pad_mm_a100.sh
torchgen/_autoheuristic/pad_mm/gen_pad_mm_h100.sh
torchgen/_autoheuristic/pad_mm/generate_heuristic_pad_mm.sh
torchgen/_autoheuristic/pad_mm/get_padmm_dataset.sh
torchgen/_autoheuristic/pad_mm/test_pad_mm.py
torchgen/_autoheuristic/pad_mm/train_decision_pad_mm.py
torchgen/_autoheuristic/pad_mm/train_pad_mm.py
torchgen/_autoheuristic/pad_mm/train_regression_pad_mm.py
torchgen/aoti/__init__.py
torchgen/aoti/fallback_ops.py
torchgen/api/__init__.py
torchgen/api/autograd.py
torchgen/api/cpp.py
torchgen/api/dispatcher.py
torchgen/api/functionalization.py
torchgen/api/lazy.py
torchgen/api/meta.py
torchgen/api/native.py
torchgen/api/python.py
torchgen/api/structured.py
torchgen/api/translate.py
torchgen/api/ufunc.py
torchgen/api/unboxing.py
torchgen/api/types/__init__.py
torchgen/api/types/signatures.py
torchgen/api/types/types.py
torchgen/api/types/types_base.py
torchgen/decompositions/gen_jit_decompositions.py
torchgen/dest/__init__.py
torchgen/dest/lazy_ir.py
torchgen/dest/lazy_ts_lowering.py
torchgen/dest/native_functions.py
torchgen/dest/register_dispatch_key.py
torchgen/dest/ufunc.py
torchgen/fuse/gen_patterns.py
torchgen/operator_versions/__init__.py
torchgen/operator_versions/gen_mobile_upgraders.py
torchgen/operator_versions/gen_mobile_upgraders_constant.py
torchgen/selective_build/__init__.py
torchgen/selective_build/operator.py
torchgen/selective_build/selector.py
torchgen/shape_functions/gen_jit_shape_functions.py
torchgen/static_runtime/__init__.py
torchgen/static_runtime/config.py
torchgen/static_runtime/gen_static_runtime_ops.py
torchgen/static_runtime/generator.py