Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/marian-nmt/FBGEMM.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/ExecuteKernelGeneric.h')
-rw-r--r--src/ExecuteKernelGeneric.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/ExecuteKernelGeneric.h b/src/ExecuteKernelGeneric.h
index 667b0ef..ce9a7bb 100644
--- a/src/ExecuteKernelGeneric.h
+++ b/src/ExecuteKernelGeneric.h
@@ -40,7 +40,8 @@ class ExecuteKernel : public CodeGenBase<
int32_t ldc,
const processOutputType& outputProcess,
int thread_id,
- int num_threads);
+ int num_threads,
+ const BlockingFactors* params = nullptr);
void execute(int kBlock);
private: