You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 9, 2024. It is now read-only.
Can we add the unused CompilationOptions argument to the virtual method?
Yes, this is one option, but I don't understand the GpuReductionHelperJIT class. As far as I understand it doesn't work as an inherited class at the moment. So if it's just composition and the GpuReductionHelperJIT needs to be used in a specific place, we can leave the ResultSetReductionJIT interface unchanged.
I am not sure how to resolve this clash of namings.
vs
at
omniscidb/QueryEngine/ResultSetReductionJIT.h
Second one method have single call, if it's what's intended to be done, let's remove virtual and rename
GpuReductionHelperJIT
method.The text was updated successfully, but these errors were encountered: