Commit aff81e54 authored by Thor Johnsen's avatar Thor Johnsen
Browse files

Bug fix

parent cd8db094
...@@ -37,6 +37,7 @@ void nccl_recv( ...@@ -37,6 +37,7 @@ void nccl_recv(
int sender int sender
); );
void left_right_halo_exchange_inplace( void left_right_halo_exchange_inplace(
int handle,
at::Tensor left_output_halo, at::Tensor left_output_halo,
at::Tensor right_output_halo, at::Tensor right_output_halo,
at::Tensor left_input_halo, at::Tensor left_input_halo,
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment