"ts/nni_manager/yarn.lock" did not exist on "8cd50e3f28de941e69dd5b62754cc2475eb48d03"
  • Krzysztof Drewniak's avatar
    [mlir] Improve context handling to potentially solve threading bugs (#1867) · ac15425a
    Krzysztof Drewniak authored
    Update `mlir_program` to only create one dialect registry, and to call
    registerRocMLIRPasses() (which is needed and may not be thread-safe)
    exactly once. 
    
    In addition, use a single thread pool across all contexts. This is
    recommended practice upstream for libraries that perform a lot of
    compile jobs, and saves on the overhead of creating and destroying a
    lot of threads
    ac15425a
Dockerfile 3.59 KB