ModernGpu Library SortedSearch Method Call error

I have tried using the ModernGpu library. I have imported the Moderngpu folder in my nsight project. However, when I tried using the SortedSearch method,its giving me the following error
“error: no instance of overloaded function “SortedSearch” matches the argument list”. Even though I tried the following method invocation

SortedSearch<MgpuBoundsLower,uint,uint,uint>(adata,acount,bdata,bcount,oadata,*Context);

Here, adata,bdata and oadata are unsigned pointers pointing to device memory.acount and bcount are the sizes of adata and bdata respectively. Context is created at the start of my program…

I am at loss and unable to understand why its giving me the error,even though the document says there exists one overloaded function of the above type.You can find further information in the following https://nvlabs.github.io/moderngpu/sortedsearch.html#host