From 622a9452d228bb02a888cc074ebb6851fdefb343 Mon Sep 17 00:00:00 2001 From: Birte Kristina Friesel Date: Wed, 14 May 2025 14:36:27 +0200 Subject: GEMV: provide virtual getKernel function --- GEMV/include/dfatool_host.ah | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'GEMV') 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); -- cgit v1.2.3