Increase the number of buffers for 1-d slices to 6
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user