Andrew Briand

Results 2 issues of Andrew Briand

The error occurred at runtime while trying to run this example: https://github.com/goldsborough/examples/blob/cpp/cpp/mnist/mnist.cpp Stack trace: ``` terminate called after throwing an instance of 'c10::Error' what(): input.ndimension() == 4 ASSERT FAILED at...

Adds a GPU-accelerated priority queue Allows for multiple concurrent insertions as well as multiple concurrent deletions. The implementation of the priority queue is based on https://arxiv.org/pdf/1906.06504.pdf. The queue supports two...

type: feature request
topic: performance
topic: build
Needs Review