LICENSE
README.md
pyproject.toml
src/fugue/__init__.py
src/fugue/py.typed
src/fugue/core/__init__.py
src/fugue/core/campaign.py
src/fugue/core/cli.py
src/fugue/core/commands.py
src/fugue/core/workloads.py
src/fugue/core/executors/__init__.py
src/fugue/core/executors/base.py
src/fugue/core/executors/features.py
src/fugue/core/executors/mps.py
src/fugue/core/executors/ray.py
src/fugue/core/executors/registry.py
src/fugue/core/executors/seq.py
src/fugue/core/executors/unified.py
src/fugue/core/executors/unified_features.py
src/fugue/figs/__init__.py
src/fugue/figs/comparisons.py
src/fugue/figs/gen_all_plots.py
src/fugue/figs/gen_comparison.py
src/fugue/figs/gen_quality.py
src/fugue/figs/gen_tables.py
src/fugue/figs/i18n.py
src/fugue/figs/plotter.py
src/fugue/figs/studies/__init__.py
src/fugue/figs/studies/ablation.py
src/fugue/helpers/__init__.py
src/fugue/helpers/artifacts.py
src/fugue/helpers/datasets.py
src/fugue/helpers/experiments.py
src/fugue/helpers/extensions.py
src/fugue/helpers/hardware.py
src/fugue/helpers/models.py
src/fugue/helpers/optimizers.py
src/fugue/helpers/paths.py
src/fugue/helpers/prefetch.py
src/fugue/helpers/registries.py
src/fugue/helpers/splitting.py
src/fugue/helpers/stacked_optim.py
src/fugue/helpers/tasks.py
src/fugue/helpers/training.py
src/fugue/helpers/utils.py
src/fugue/profiling/__init__.py
src/fugue/profiling/profile_resources.py
src/fugue/profiling/sim_layouts.py
src/fugue_bench.egg-info/PKG-INFO
src/fugue_bench.egg-info/SOURCES.txt
src/fugue_bench.egg-info/dependency_links.txt
src/fugue_bench.egg-info/entry_points.txt
src/fugue_bench.egg-info/requires.txt
src/fugue_bench.egg-info/top_level.txt
tests/test_ablation_data.py
tests/test_adhoc_experiments.py
tests/test_artifacts.py
tests/test_campaign.py
tests/test_cli.py
tests/test_commands.py
tests/test_comparisons.py
tests/test_datasets_offline.py
tests/test_docs_match_the_code.py
tests/test_epoch_mask_freeze.py
tests/test_executor_features.py
tests/test_executors_helpers.py
tests/test_experiment_catalogue.py
tests/test_extensions.py
tests/test_gen_quality_data.py
tests/test_gen_tables.py
tests/test_gpu_monitor.py
tests/test_hardware.py
tests/test_i18n.py
tests/test_job_serialization.py
tests/test_layout_without_profile.py
tests/test_lazy_profiles.py
tests/test_mps_manager.py
tests/test_multimodel_vmap.py
tests/test_paths.py
tests/test_plotter_aggregation.py
tests/test_plotter_filters.py
tests/test_plotter_sizes.py
tests/test_plugins_reach_registries.py
tests/test_prefetch_targets.py
tests/test_profile_resources.py
tests/test_ray_executor.py
tests/test_recorded_columns.py
tests/test_registries.py
tests/test_registry_executors.py
tests/test_review_findings.py
tests/test_sequential_executor.py
tests/test_sim_layouts.py
tests/test_splitting.py
tests/test_stacked_optim.py
tests/test_tasks_and_optimizers.py
tests/test_torch_free_paths.py
tests/test_training_manager.py
tests/test_unified_kernels.py
tests/test_unified_model_cpu.py
tests/test_utils.py
tests/test_validate.py
tests/test_workloads.py