| 338 | } |
| 339 | |
| 340 | int deepspeed_io_handle_t::async_pwrite(const torch::Tensor& buffer, |
| 341 | const char* filename, |
| 342 | const int64_t file_offset) |
| 343 | { |
| 344 | return pwrite(buffer, filename, false, true, file_offset); |
| 345 | } |
| 346 | |
| 347 | int deepspeed_io_handle_t::async_pwrite(const torch::Tensor& buffer, |
| 348 | const int fd, |
no outgoing calls