Increase the number of buffers for 1-d slices to 6

This commit is contained in:
Alejandro Gallo 2021-11-18 11:05:35 +01:00
parent 5aa10f31ad
commit 9f1f32e950
2 changed files with 4 additions and 4 deletions

View File

@ -2220,7 +2220,7 @@ namespace atrip {
, child_world
, global_world
, Slice::TA
, 5) {
, 6) {
init(sourceTensor);
}
@ -2257,7 +2257,7 @@ namespace atrip {
, child_world
, global_world
, Slice::VIJKA
, 5) {
, 6) {
init(sourceTensor);
}

View File

@ -57,7 +57,7 @@ namespace atrip {
, child_world
, global_world
, Slice::TA
, 5) {
, 6) {
init(sourceTensor);
}
@ -94,7 +94,7 @@ namespace atrip {
, child_world
, global_world
, Slice::VIJKA
, 5) {
, 6) {
init(sourceTensor);
}