I am planning to build a workstation with two NVIDIA GPUs (A6000-ish) connected with NVLink since we would like to run some memory-intensive tasks – high-resolution CFD simulation (WaterLily.jl parallelized by KernalAbstractions.jl)
I would like to know if anyone has successfully run some KernalAbstraction codes upon several GPUs with NVLink. (According to NVIDIA advertisement, program seems able to access every GPU’s cuda cores and memory simultaneously as if they are one GPU.)
If so, is it also possible to disable NVLink so that we could also test the compatiblity of multi-GPU version?