• Daniel Hiltgen's avatar
    Reduce default parallelism to 1 (#11330) · 20c3266e
    Daniel Hiltgen authored
    The current scheduler algorithm of picking the paralellism based on available
    VRAM complicates the upcoming dynamic layer memory allocation algorithm.  This
    changes the default to 1, with the intent going forward that parallelism is
    explicit and will no longer be dynamically determined.  Removal of the dynamic
    logic will come in a follow up.
    20c3266e
faq.md 15.2 KB