mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
A few cleanups to threaded product code and test.
This commit is contained in:
@@ -19,6 +19,7 @@ void test_parallelize_gemm() {
|
||||
c.noalias() = a * b;
|
||||
|
||||
ThreadPool pool(num_threads);
|
||||
Eigen::setGemmThreadPool(&pool);
|
||||
MatrixXf c_threaded(n, n);
|
||||
c_threaded.noalias() = a * b;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user