diff --git a/include/tkDNN/ImuOdom.h b/include/tkDNN/ImuOdom.h index 9dedaf9..e1c60cc 100644 --- a/include/tkDNN/ImuOdom.h +++ b/include/tkDNN/ImuOdom.h @@ -113,6 +113,10 @@ class ImuOdom { return true; } + void close() { + // TODO: dealloc :) + } + void update(dnnType *x0, dnnType *x1, dnnType *x2) { checkCuda( cudaMemcpy(i0_d, x0, dim0.tot()*sizeof(dnnType), cudaMemcpyHostToDevice) );