| 348 | } |
| 349 | |
| 350 | int deepspeed_io_handle_t::async_pwrite(const torch::Tensor& buffer, |
| 351 | const char* filename, |
| 352 | const int64_t file_offset) |
| 353 | { |
| 354 | return pwrite(buffer, filename, false, true, file_offset); |
| 355 | } |
| 356 | |
| 357 | int deepspeed_io_handle_t::async_pwrite(const torch::Tensor& buffer, |
| 358 | const int fd, |
no outgoing calls