[mlir][mlir-opt] Disable multithreading when parsing the input module.
This removes the unnecessary/costly context synchronization when parsing, as the context is guaranteed to not be used by any other threads.
Loading
Please sign in to comment
This removes the unnecessary/costly context synchronization when parsing, as the context is guaranteed to not be used by any other threads.