An open API service indexing awesome lists of open source software.

https://github.com/srush/torch-queue


https://github.com/srush/torch-queue

Last synced: 11 months ago
JSON representation

Awesome Lists containing this project

README

          

# torch-queue v0.1

A protoype batched differentiable priority queue in raw pytorch, and a simple djikstra implementation.

Roughly based on [BGPQ: A Heap-Based Priority Queue Design for GPUs](https://dl.acm.org/doi/fullHtml/10.1145/3472456.3472463)

![image](https://user-images.githubusercontent.com/35882/153462163-c0013536-879c-4779-82b1-1fac4704e987.png)