mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
Adding asynchronous execution as it improves the performance.
This commit is contained in:
@@ -54,7 +54,7 @@ void run(Expr &expr, Dev &dev) {
|
||||
}
|
||||
});
|
||||
});
|
||||
dev.synchronize();
|
||||
dev.asynchronousExec();
|
||||
}
|
||||
evaluator.cleanup();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user