When using --statistics together with --vec, the output mistakenly show calls to _createDaphneContext__DaphneContext. This is caused by a bug in KernelDispatchMapping.h which starts its mapping counter with zero, together with genKernelInst.py, which for instantiations of the vectorized kernel passes zero to the call to [pre|post]KernelInstrumentation().
When using
--statistics
together with--vec
, the output mistakenly show calls to_createDaphneContext__DaphneContext
. This is caused by a bug inKernelDispatchMapping.h
which starts its mapping counter with zero, together withgenKernelInst.py
, which for instantiations of the vectorized kernel passes zero to the call to[pre|post]KernelInstrumentation()
.