deep-foundation / deep-packages

This is repository for packages that are published only in NPM.
https://github.com/orgs/deep-foundation/projects/12
The Unlicense
0 stars 2 forks source link

Integration with devlab.bmstu.ru #25

Open Konard opened 10 months ago

Konard commented 10 months ago

This demo integration will allow using Telegraph's Graph Processing Unit (it is an FPGA-based processor that allows for graph processing in hardware) from Deep to process links networks.

Demo access here: devlab.bmstu.ru (can be requested by the one who will do the task from @Konard).

Other useful links: https://alexbmstu.github.io/2023/ https://gitlab.com/leonhard-x64-xrt-v2/btwc-example/btwc-dijkstra-xrt/-/blob/two_layouts/sw-kernel/include/graph_iterators.hxx?ref_type=heads

suenot commented 10 months ago

Do they support Links or only graphs? Is it possible to repsenet links on graphs? For example represent 2 directed edges of a graph as a Link?

Konard commented 10 months ago

@suenot they support all kinds of graph-like structures, the GPU (graph processing unit) is just a processor that mostly relies on operations up on sets and tuples. But looks like we have to develop link network representation there from the ground up. And LinksPlatform may help with that, it may be used as intermediate storage/representation.