torch.cuda.gds.gds_register_buffer# torch.cuda.gds.gds_register_buffer(s)[source]# Registers a storage on a CUDA device as a cufile buffer. Example: >>> src = torch.randn(1024, device="cuda") >>> s = src.untyped_storage() >>> gds_register_buffer(s) Parameters s (Storage) – Buffer to register.