mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-08-11 11:19:02 +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 =
|
||||
GetTensorExecutorTilingContext<Evaluator, TensorBlockMapper,
|
||||
GetTensorExecutorTilingContext<Evaluator, BlockMapper,
|
||||
Vectorizable>(device, ctx->evaluator);
|
||||
|
||||
device.parallelForAsync(
|
||||
|
Loading…
x
Reference in New Issue
Block a user