README.md
pyproject.toml
setup.py
fournex/__init__.py
fournex/__main__.py
fournex/_native.py
fournex/analysis.py
fournex/arch_profiles.py
fournex/bench.py
fournex/case_study.py
fournex/cli.py
fournex/common_ir.py
fournex/common_ir_analysis.py
fournex/common_ir_validators.py
fournex/comparison.py
fournex/cuda_static.py
fournex/cuda_timers.py
fournex/data_pipeline_ir.py
fournex/dataloader.py
fournex/distributed_ir.py
fournex/explain.py
fournex/framework_abstraction_tax.py
fournex/kernel_attribution.py
fournex/kernel_inspector.py
fournex/ncu_analysis.py
fournex/ncu_comparison.py
fournex/ncu_presets.py
fournex/nvml_ir.py
fournex/occupancy_analysis.py
fournex/profiler.py
fournex/ptx_analysis.py
fournex/pytorch_profiler_ir.py
fournex/reconciliation.py
fournex/roofline.py
fournex/sdk.py
fournex/shapes.py
fournex/step_context.py
fournex/storage.py
fournex/tc_analysis.py
fournex/thresholds.py
fournex/variant_comparison.py
fournex.egg-info/PKG-INFO
fournex.egg-info/SOURCES.txt
fournex.egg-info/dependency_links.txt
fournex.egg-info/entry_points.txt
fournex.egg-info/requires.txt
fournex.egg-info/top_level.txt
fournex/autopilot/__init__.py
fournex/autopilot/actions.py
fournex/autopilot/benchmark.py
fournex/autopilot/comparison.py
fournex/autopilot/guards.py
fournex/autopilot/local_executor.py
fournex/autopilot/quality.py
fournex/autopilot/report.py
fournex/autopilot/runner.py
fournex/autopilot/safety.py
fournex/autopilot/tuners/__init__.py
fournex/autopilot/tuners/batch_size.py
fournex/autopilot/tuners/dataloader.py
fournex/autopilot/tuners/memory.py
fournex/autopilot/tuners/mixed_precision.py
fournex/autopilot/tuners/runtime.py
fournex/cuda_rules/__init__.py
fournex/cuda_rules/engine.py
fournex/cuda_rules/control_flow/bounds_check_inside_hot_loop.yaml
fournex/cuda_rules/control_flow/excessive_branching.yaml
fournex/cuda_rules/control_flow/missing_obvious_bounds_guard.yaml
fournex/cuda_rules/control_flow/no_thread_indexing_detected.yaml
fournex/cuda_rules/control_flow/warp_divergence.yaml
fournex/cuda_rules/launch/low_theoretical_occupancy.yaml
fournex/cuda_rules/launch/poor_block_size_subwarp.yaml
fournex/cuda_rules/launch/poor_block_size_unaligned.yaml
fournex/cuda_rules/memory/missing_vectorized_loads.yaml
fournex/cuda_rules/memory/no_shared_memory_tiling.yaml
fournex/cuda_rules/memory/uncoalesced_access.yaml
fournex/cuda_rules/occupancy/high_register_pressure.yaml
fournex/cuda_rules/occupancy/large_static_shared_memory.yaml
fournex/cuda_rules/occupancy/possible_shared_memory_bank_conflict.yaml
fournex/cuda_rules/sync/conditional_syncthreads.yaml
fournex/cuda_rules/sync/shared_memory_without_barrier.yaml
fournex/cuda_rules/sync/sync_inside_tight_loop.yaml
fournex/cuda_rules/sync/unnecessary_syncthreads.yaml
fournex/cuda_rules/sync/warp_level_sync_misuse.yaml
fournex/cuda_rules/tensor_cores/dimensions_not_tensor_core_friendly.yaml
fournex/cuda_rules/tensor_cores/fp32_only_matmul.yaml
fournex/cuda_rules/tensor_cores/missing_wmma_mma_path.yaml
fournex/recommendations/__init__.py
fournex/recommendations/catalog.yaml
fournex/recommendations/engine.py
fournex/recommendations/rules.yaml
fournex/recommendations/signals.py