Try to fix nondeterminism in check-npcomp-all.

pull/307/head
Sean Silva 2021-09-16 19:30:22 +00:00
parent d94d6800fa
commit 44d615ac1e
1 changed files with 4 additions and 1 deletions

View File

@ -21,4 +21,7 @@ add_mlir_python_modules(TorchMLIRPluginPythonModules
COMMON_CAPI_LINK_LIBS
TorchMLIRAggregateCAPI
)
add_dependencies(TorchMLIRPluginPythonModules TorchMLIRTorchPlugin)
add_dependencies(TorchMLIRPluginPythonModules
TorchMLIRTorchPlugin
TorchMLIRPythonModules
)