-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Accessing Properties of Vertices with Null Out-Degree #8
Comments
We only consider the directed graph, and the edge for receive update should be represented in the input edge list. For example, if vertex A wants to receive an update from vertex B, there should be an edge
|
Thanks for the explanation! Please consider the following graph
with So, as you mentioned, How can I access the vertex property of |
Hi pfsi, Apologies for the delayed response. You need to use the he_mem with
In your example, the vertexMap should be like this |
I see. |
Hi pfsi, you may use |
Hongshi, I was just about to start a new issue regarding the verification I've mentioned above. |
I can have a check this weekend, could you share with me the xclbin file you generated? |
So sorry, I ended up deleting it (limited disk space!). I'll recompile and share it in the other issue. |
Will provide an API to access the property as you expected. |
Thank you! Meanwhile, I've prepared an example application using SSSP showing this and another issue which I believe is likely related to partitioning. Host and FPGA binaries are included.
I don't know how much of this is fixed by accessing the new API you've mentioned, but I'd really appreciate it if you'd continue working with me to try and get this up and running! |
Hi everyone.
I'm wondering about accessing the property of vertices with out-degree equal to 0.
I understand these are somehow filtered out of certain computations since they generate no updates, but they should still receive updates so I'd like to access their property after some number of supersteps.
I would also appreciate an explanation on the various
MEM_ID
pointers.The text was updated successfully, but these errors were encountered: