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
gadgetCPU is initialized and it's shape is (1000000,128), but the size of indexes is 131072 and when I copy the code and run on my docker environment, I came across an error like this:
self.CUPYcorpus[indexes] = cupy.fromDlpack( to_dlpack( dataObject ) )
SystemError: error return without exception set
Hi, I guess there is a problem in your benchmark code.
gadgetCPU is initialized and it's shape is (1000000,128), but the size of indexes is 131072 and when I copy the code and run on my docker environment, I came across an error like this:
self.CUPYcorpus[indexes] = cupy.fromDlpack( to_dlpack( dataObject ) )
SystemError: error return without exception set
And I change the sampl size and it works fine
benchmark code link
https://colab.research.google.com/drive/1b3QpfSETePo-J2TjyO6D2LgTCjVrT1lu#scrollTo=04iE5HtWYqOz&uniqifier=1
The text was updated successfully, but these errors were encountered: