MGG_OSDI23 icon indicating copy to clipboard operation
MGG_OSDI23 copied to clipboard

Artifact for OSDI'23: MGG: Accelerating Graph Neural Networks with Fine-grained intra-kernel Communication-Computation Pipelining on Multi-GPU Platforms.

Results 2 MGG_OSDI23 issues
Sort by recently updated
recently updated
newest added

Hello, I am reading your OSDI accepted article - MGG: Accelerating Graph Neural Networks with Fine-grained Intra-kernel Communication Computation Pipelining on Multi-GPU Platforms. I am using the git project you...

hello, I' reading your paper and I wonder what is stored in nPtr[i]? Can you explain to me what target is in alg1 line13 `target = min(nPtr[i] +ePerGPU,nPtr[numNodes])` ? ![image](https://github.com/YukeWang96/MGG_OSDI23/assets/55205022/b55e6cb8-9d56-424f-ad6a-6e3bd96fad54)