MSAN build times out for generated DecisionForest inference runtime.
A solution worth trying is splitting the function into 300 smaller
functions and then re-enable msan.
For now we are disabling instrumentation for the generated function.
Differential D88495
[clangd] Disable msan instrumentation for generated Evaluate(). usaxena95 on Sep 29 2020, 8:22 AM. Authored by
Details MSAN build times out for generated DecisionForest inference runtime. A solution worth trying is splitting the function into 300 smaller For now we are disabling instrumentation for the generated function.
Diff Detail
Event Timeline
|
Please add a comment here explaining why this is disabled.