LICENSE
MANIFEST.in
README.md
pyproject.toml
torchcts/__init__.py
torchcts/__main__.py
torchcts/cli.py
torchcts/conftest.py
torchcts/coverage_exclusions.json
torchcts/known_segfaults.json
torchcts/op_dtype_contracts.json
torchcts/op_metadata.json
torchcts/op_metadata.py
torchcts/sample_generation.py
torchcts.egg-info/PKG-INFO
torchcts.egg-info/SOURCES.txt
torchcts.egg-info/dependency_links.txt
torchcts.egg-info/entry_points.txt
torchcts.egg-info/requires.txt
torchcts.egg-info/top_level.txt
torchcts/autograd/test_backward.py
torchcts/autograd/test_double_backward.py
torchcts/autograd/test_gradcheck.py
torchcts/autograd/test_inplace_safety.py
torchcts/autograd/test_tensor_metadata_mutation.py
torchcts/compiler/test_compile_dynamic.py
torchcts/compiler/test_compile_ops.py
torchcts/compiler/test_compile_training.py
torchcts/core/__init__.py
torchcts/core/adaptive_isolation.py
torchcts/core/backend_evidence.py
torchcts/core/backend_evidence_collection.py
torchcts/core/backward_references.py
torchcts/core/comparer.py
torchcts/core/contract_references.py
torchcts/core/coverage.py
torchcts/core/device.py
torchcts/core/diagnose.py
torchcts/core/dtype_contracts.py
torchcts/core/fft_contract.py
torchcts/core/high_precision_reference.py
torchcts/core/input_gen.py
torchcts/core/known_segfaults.py
torchcts/core/layout_tracker.py
torchcts/core/manifest_schema.py
torchcts/core/non_unique_output_compare.py
torchcts/core/opinfo_adapter.py
torchcts/core/oracle_assertions.py
torchcts/core/oracles.py
torchcts/core/pytorch_compat.py
torchcts/core/quantized_decoders.py
torchcts/core/reference_oracles.py
torchcts/core/report.py
torchcts/core/result_artifacts.py
torchcts/core/result_sanitization.py
torchcts/core/run_log.py
torchcts/core/runtime_evidence.py
torchcts/core/sample_transport.py
torchcts/core/semantic_levels.py
torchcts/core/tolerances.py
torchcts/core/triage.py
torchcts/core/version_rules.py
torchcts/device_api/test_device_module.py
torchcts/device_api/test_streams_events.py
torchcts/dtypes/test_complex.py
torchcts/dtypes/test_copy_cast.py
torchcts/dtypes/test_fp8.py
torchcts/dtypes/test_metadata_ops.py
torchcts/dtypes/test_native_quantization.py
torchcts/dtypes/test_quantized.py
torchcts/errors/test_error_handling.py
torchcts/generated/__init__.py
torchcts/generated/coverage_helpers.py
torchcts/generated/generated_cases.py
torchcts/generated/test_autograd_backward_variants.py
torchcts/generated/test_factories.py
torchcts/generated/test_foreach_fused.py
torchcts/generated/test_functional_variants.py
torchcts/generated/test_inplace_variants.py
torchcts/generated/test_layout_storage_variants.py
torchcts/generated/test_oracle_surfaces.py
torchcts/generated/test_out_variants.py
torchcts/generated/test_rng_variants.py
torchcts/generated/test_view_aliases.py
torchcts/memory/test_allocator.py
torchcts/memory/test_determinism.py
torchcts/memory/test_guard_alloc.py
torchcts/multi_device/test_multi_device.py
torchcts/operators/test_activation.py
torchcts/operators/test_binary.py
torchcts/operators/test_comparison.py
torchcts/operators/test_conv.py
torchcts/operators/test_creation.py
torchcts/operators/test_edge_contracts.py
torchcts/operators/test_fft.py
torchcts/operators/test_foreach.py
torchcts/operators/test_fractional_pooling_backward.py
torchcts/operators/test_grid_sample_contract.py
torchcts/operators/test_index_scatter.py
torchcts/operators/test_linalg.py
torchcts/operators/test_loss.py
torchcts/operators/test_matmul.py
torchcts/operators/test_misc.py
torchcts/operators/test_named_tensors.py
torchcts/operators/test_nested.py
torchcts/operators/test_norm.py
torchcts/operators/test_operator_path_shapes.py
torchcts/operators/test_padding.py
torchcts/operators/test_pooling.py
torchcts/operators/test_reduction.py
torchcts/operators/test_sparse.py
torchcts/operators/test_unary.py
torchcts/operators/test_upsample.py
torchcts/operators/test_view_shape.py
torchcts/opinfo/__init__.py
torchcts/opinfo/test_opinfo_backward.py
torchcts/opinfo/test_opinfo_errors.py
torchcts/opinfo/test_opinfo_forward.py
torchcts/opinfo_cache/ieee754_undefined.json
torchcts/path_shapes/__init__.py
torchcts/path_shapes/corpus.json
torchcts/path_shapes/loader.py
torchcts/path_shapes/validation.py
torchcts/path_shapes/runners/__init__.py
torchcts/path_shapes/runners/attention.py
torchcts/path_shapes/runners/broadcasting.py
torchcts/path_shapes/runners/common.py
torchcts/path_shapes/runners/convolution.py
torchcts/path_shapes/runners/fft.py
torchcts/path_shapes/runners/indexing.py
torchcts/path_shapes/runners/linear_algebra.py
torchcts/path_shapes/runners/matmul.py
torchcts/path_shapes/runners/model_patterns.py
torchcts/path_shapes/runners/normalization.py
torchcts/path_shapes/runners/reduction.py
torchcts/path_shapes/runners/sorting.py
torchcts/path_shapes/runners/spatial.py
torchcts/path_shapes/specs/__init__.py
torchcts/path_shapes/specs/attention.py
torchcts/path_shapes/specs/broadcasting.py
torchcts/path_shapes/specs/common.py
torchcts/path_shapes/specs/convolution.py
torchcts/path_shapes/specs/fft.py
torchcts/path_shapes/specs/indexing.py
torchcts/path_shapes/specs/linear_algebra.py
torchcts/path_shapes/specs/matmul.py
torchcts/path_shapes/specs/model_patterns.py
torchcts/path_shapes/specs/normalization.py
torchcts/path_shapes/specs/reduction.py
torchcts/path_shapes/specs/sorting.py
torchcts/path_shapes/specs/spatial.py
torchcts/rng/test_dropout_rrelu_variants.py
torchcts/rng/test_generator.py
torchcts/selftest/test_direct_harness_contracts.py
torchcts/selftest/test_mps_triage.py
torchcts/selftest/test_report.py
torchcts/selftest/test_result_artifacts.py
torchcts/serialization/test_save_load.py
torchcts/site_scripts/__init__.py
torchcts/site_scripts/install_plan.py
torchcts/stress/test_adversarial.py
torchcts/stress/test_edge_numerics.py
torchcts/stress/test_large_tensors.py
torchcts/stress/test_rapid_alloc.py
torchcts/strides/test_advanced_indexing.py
torchcts/strides/test_channels_last.py
torchcts/strides/test_memory_format.py
torchcts/strides/test_noncontiguous.py
torchcts/strides/test_strided_inplace.py
torchcts/templates/manifest.complete.py
torchcts/templates/manifest.inference.py
torchcts/templates/manifest.minimal.py
torchcts/templates/manifest.smoke.py
torchcts/templates/manifest.training.py
torchcts/training/test_checkpoint.py
torchcts/training/test_dataloader.py
torchcts/training/test_fused_optimizer_raw.py
torchcts/training/test_grad_accumulation.py
torchcts/training/test_grad_clipping.py
torchcts/training/test_lr_scheduler.py
torchcts/training/test_mixed_precision.py
torchcts/training/test_module_hooks.py
torchcts/training/test_training_pipeline.py
torchcts/workloads/model_configs.py
torchcts/workloads/test_attention_dispatcher.py
torchcts/workloads/test_e2e_models.py
torchcts/workloads/test_lora.py
torchcts/workloads/test_model_shapes.py
torchcts/workloads/test_sdpa.py
torchcts/workloads/test_transformer.py
torchcts/workloads/test_vision.py
torchcts/workloads/test_workload_path_shapes.py