diff options
-rw-r--r-- | GEMV/include/dfatool_host.ah | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/GEMV/include/dfatool_host.ah b/GEMV/include/dfatool_host.ah index bc2d512..ce3a35c 100644 --- a/GEMV/include/dfatool_host.ah +++ b/GEMV/include/dfatool_host.ah @@ -5,7 +5,7 @@ aspect DfatoolHostTiming : public DfatoolHostDPUTiming { - uint32_t kernel = 1; + virtual int getKernel() { return 1; } DfatoolHostTiming() { element_size = sizeof(T); |