mirror of https://github.com/llvm/torch-mlir
Try to fix nondeterminism in check-npcomp-all.
parent
d94d6800fa
commit
44d615ac1e
|
@ -21,4 +21,7 @@ add_mlir_python_modules(TorchMLIRPluginPythonModules
|
||||||
COMMON_CAPI_LINK_LIBS
|
COMMON_CAPI_LINK_LIBS
|
||||||
TorchMLIRAggregateCAPI
|
TorchMLIRAggregateCAPI
|
||||||
)
|
)
|
||||||
add_dependencies(TorchMLIRPluginPythonModules TorchMLIRTorchPlugin)
|
add_dependencies(TorchMLIRPluginPythonModules
|
||||||
|
TorchMLIRTorchPlugin
|
||||||
|
TorchMLIRPythonModules
|
||||||
|
)
|
||||||
|
|
Loading…
Reference in New Issue