We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
GetInput
RunImpl
1 parent 52402b6 commit 8dab636Copy full SHA for 8dab636
tasks/example_processes/seq/src/ops_seq.cpp
@@ -22,10 +22,6 @@ bool NesterovATestTaskSEQ::PreProcessingImpl() {
22
}
23
24
bool NesterovATestTaskSEQ::RunImpl() {
25
- if (GetInput() == 0) {
26
- return false;
27
- }
28
-
29
for (InType i = 0; i < GetInput(); i++) {
30
for (InType j = 0; j < GetInput(); j++) {
31
for (InType k = 0; k < GetInput(); k++) {
tasks/example_threads/seq/src/ops_seq.cpp
0 commit comments