-
Notifications
You must be signed in to change notification settings - Fork 26
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
Facing Problems in Dynamic PageRank #56
Comments
Hey @rajat-99 , are you still facing this problem? |
I think that the problem is that you are not sending the correct function to the Take a look the primitive in BFS: |
Thanks for the reply @ogreen. I am still facing the problem in the Dynamic PageRank. Could you look at the following lines and inform me if the work is still in progress or not? cuhornet/hornetsnest/src/Dynamic/PageRank/PageRank.cu Lines 198 to 206 in 4a1daa1
(This entire if-else section calls the same function with same arguments for both the insertion and the deletion operations; The code compiles after removing this section.) |
@rajat-99 , this algorithm is not currently in development. |
@ogreen could you provide me some resources for understanding the algorithms you are using in dynamic pagerank? Thanks in advance. |
I am afraid that I don't have that information. |
Hi
I am currently working on Dynamic PageRank, but am encountering problems in using it, which are listed as follows:
Initially I created a file PageRankDynamic.cu in the test folder of hornetsnest and added its details into the cmakelist in order to compile it into the build folder. However I was met with several errors.
HornetGPU and BatchUpdate were undefined in /hornetsnest/src/Dynamic/PageRank.cu, which I defined in /hornetsnest/include/Dynamic/PageRank.cuh as shown below. I would like to know whether this is correct or not.
I also changed line number 112 of /hornetsnest/include/Dynamic/PageRank.cuh to
Currently in line number 210 and 213 of /hornetsnest/src/Dynamic/PageRank.cu, the forAllEdges function is called as below:
However on executing it the following errors arise:
Could anyone help me in regards to this matter?
The text was updated successfully, but these errors were encountered: