LICENSE
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_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/comparer.py
torchcts/core/coverage.py
torchcts/core/device.py
torchcts/core/diagnose.py
torchcts/core/input_gen.py
torchcts/core/known_segfaults.py
torchcts/core/layout_tracker.py
torchcts/core/manifest_schema.py
torchcts/core/opinfo_adapter.py
torchcts/core/oracle_assertions.py
torchcts/core/oracles.py
torchcts/core/quantized_decoders.py
torchcts/core/reference_oracles.py
torchcts/core/report.py
torchcts/core/runtime_evidence.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_fft.py
torchcts/operators/test_foreach.py
torchcts/operators/test_fractional_pooling_backward.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_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/rng/test_dropout_rrelu_variants.py
torchcts/rng/test_generator.py
torchcts/selftest/test_diagnose.py
torchcts/selftest/test_docs_public.py
torchcts/selftest/test_harness_reporting.py
torchcts/selftest/test_install_plan.py
torchcts/selftest/test_mps_triage.py
torchcts/selftest/test_site_stats.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