mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
Modernize tensor contraction code: bug fixes, dead code removal, and cleanup
libeigen/eigen!2248 Co-authored-by: Rasmus Munk Larsen <rmlarsen@gmail.com>
This commit is contained in:
@@ -131,7 +131,7 @@ static void ContractionSizes(::benchmark::Benchmark* b) {
|
||||
|
||||
static void ThreadPoolSizes(::benchmark::Benchmark* b) {
|
||||
for (int size : {64, 256, 512, 1024}) {
|
||||
for (int threads : {2, 4, 8}) {
|
||||
for (int threads : {1, 2, 4, 8, 16}) {
|
||||
b->Args({size, size, size, threads});
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user