mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-01-24 14:45:14 +08:00
Deleted dead code.
This commit is contained in:
parent
34b483e25d
commit
3d3d34e442
@ -159,9 +159,6 @@ class TensorExecutor<Expression, ThreadPoolDevice, Vectorizable> {
|
||||
#else
|
||||
size_t num_threads = device.numThreads();
|
||||
if (num_threads > 1) {
|
||||
// FIXME: the following line is broken (see bug 1255),
|
||||
// but maybe the cost should be used somewhere to drive the execution.
|
||||
//cost = evaluator.costPerCoeff(Vectorizable)
|
||||
num_threads = TensorCostModel<ThreadPoolDevice>::numThreads(
|
||||
size, evaluator.costPerCoeff(Vectorizable), num_threads);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user