mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-08-12 19:59:05 +08:00
Fix block mapper type name in TensorExecutor
This commit is contained in:
parent
f0b36fb9a4
commit
edf2ec28d8
@ -507,7 +507,7 @@ class TensorAsyncExecutor<Expression, ThreadPoolDevice, Vectorizable, /*Tileable
|
|||||||
}
|
}
|
||||||
|
|
||||||
ctx->tiling =
|
ctx->tiling =
|
||||||
GetTensorExecutorTilingContext<Evaluator, TensorBlockMapper,
|
GetTensorExecutorTilingContext<Evaluator, BlockMapper,
|
||||||
Vectorizable>(device, ctx->evaluator);
|
Vectorizable>(device, ctx->evaluator);
|
||||||
|
|
||||||
device.parallelForAsync(
|
device.parallelForAsync(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user