Files
foxhunt/crates
jgrusewski 3f4fa33b9b cleanup(fflag): delete 7 dead transformer flags — [FFLAG-016, FFLAG-017]
HFTTransformerConfig had seven write-only bool flags with zero conditional
readers anywhere in the workspace:
- FFLAG-017: use_market_microstructure, use_order_book_features,
  use_trade_flow_features
- FFLAG-016: use_flash_attention, use_sparse_attention, use_cuda_graphs,
  enable_profiling

Each was declared + defaulted + asserted in tests, but no code branched on
them. Deleted all 7 fields + Default init + production()/benchmark() setters
+ test assertions. Per feedback_no_feature_flags.md these were aspirational
knobs — the features they nominally gated have no implementation.
2026-04-20 22:45:51 +02:00
..