Rate this Page

torch.cuda.gds.is_available#

torch.cuda.gds.is_available()[source]#

Return True if GDS (GPUDirect Storage) support is built in.

This requires PyTorch to be built with cuFile (CUDA) or hipFile (ROCm).

Return type:

bool