Increase the number of buffers for 1-d slices to 6
This commit is contained in:
@@ -2220,7 +2220,7 @@ namespace atrip {
|
|||||||
, child_world
|
, child_world
|
||||||
, global_world
|
, global_world
|
||||||
, Slice::TA
|
, Slice::TA
|
||||||
, 5) {
|
, 6) {
|
||||||
init(sourceTensor);
|
init(sourceTensor);
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -2257,7 +2257,7 @@ namespace atrip {
|
|||||||
, child_world
|
, child_world
|
||||||
, global_world
|
, global_world
|
||||||
, Slice::VIJKA
|
, Slice::VIJKA
|
||||||
, 5) {
|
, 6) {
|
||||||
init(sourceTensor);
|
init(sourceTensor);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -57,7 +57,7 @@ namespace atrip {
|
|||||||
, child_world
|
, child_world
|
||||||
, global_world
|
, global_world
|
||||||
, Slice::TA
|
, Slice::TA
|
||||||
, 5) {
|
, 6) {
|
||||||
init(sourceTensor);
|
init(sourceTensor);
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -94,7 +94,7 @@ namespace atrip {
|
|||||||
, child_world
|
, child_world
|
||||||
, global_world
|
, global_world
|
||||||
, Slice::VIJKA
|
, Slice::VIJKA
|
||||||
, 5) {
|
, 6) {
|
||||||
init(sourceTensor);
|
init(sourceTensor);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user