Closed julhien closed 11 months ago
Current dependencies on/for this PR:
This stack of pull requests is managed by Graphite.
PF algorithm should work with GPU too. I'm just setting it as CPU in the tests to keep the same results. The GPU version of MOGD is tested in the MOGD tests.
Adapt MOGD use of tensors to support the use of one or several gpus.
Adapt tests with different values for GPU deterministic case vs. CPU deterministic case.
N.B. currently the deterministic behavior does not allow some tests to run unless the following variable is set.
export CUBLAS_WORKSPACE_CONFIG=:16:8
(see https://docs.nvidia.com/cuda/cublas/index.html#cublasApi_reproducibility)