You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I test all algorithms from /example on graphs from /data/small and some of them (ggc, gmis, gpr) give the error message: Error: eWiseAdd sparse-sparse not implemented yet!. Could you tell me if you're planning to implement the operation, please? If yes, then when?
Also, I've got this error while running gmis: Error: Feature not implemented yet!
To reproduce:
make -j8
bin/gpr --niter 0 --mxvmode 0 --directed 2 data/small/test_pr.mtx
System configuration:
GPU: NVidia GeForce GT 1030
NVIDIA-SMI 440.33.01
OS: Ubuntu 16.04 (I run in docker container)
CUDA Version: 9.2
g++ version 4.9
The text was updated successfully, but these errors were encountered:
I test all algorithms from /example on graphs from /data/small and some of them (ggc, gmis, gpr) give the error message:
Error: eWiseAdd sparse-sparse not implemented yet!
. Could you tell me if you're planning to implement the operation, please? If yes, then when?Also, I've got this error while running gmis:
Error: Feature not implemented yet!
To reproduce:
make -j8
bin/gpr --niter 0 --mxvmode 0 --directed 2 data/small/test_pr.mtx
System configuration:
GPU: NVidia GeForce GT 1030
NVIDIA-SMI 440.33.01
OS: Ubuntu 16.04 (I run in docker container)
CUDA Version: 9.2
g++ version 4.9
The text was updated successfully, but these errors were encountered: