Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[BUG] Skip WholeGraph Tests if GPU PyTorch Unavailable (#4820)
Skips WholeGraph tests if GPU PyTorch is not available. Required to get tests passing on ARM. In the future, we should move all WholeGraph-dependent code, as well as the bulk sampling API, into `cugraph-gnn` so these errors do not continue. Authors: - Alex Barghi (https://github.com/alexbarghi-nv) - James Lamb (https://github.com/jameslamb) Approvers: - James Lamb (https://github.com/jameslamb) - Don Acosta (https://github.com/acostadon) - Rick Ratzel (https://github.com/rlratzel) URL: #4820
- Loading branch information