Skip to content

Commit

Permalink
refine
Browse files Browse the repository at this point in the history
  • Loading branch information
Flowingsun007 committed Jan 10, 2025
1 parent 81394af commit 94dafda
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
5 changes: 0 additions & 5 deletions oneflow/core/graph/boxing/collective_boxing.proto
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,6 @@ enum OpType {
kOpTypeAll2All = 6;
}

enum CclCommType{
kCommTypeCudaNccl = 0;
kCommTypeAscendHccl = 1;
}

enum ReduceMethod {
kReduceMethodInvalid = 0;
kReduceMethodSum = 1;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ See the License for the specific language governing permissions and
limitations under the License.
*/
#ifdef WITH_CUDA
#include "oneflow/user/kernels/collective_communication/include/send.h"
#include "oneflow/user/kernels/collective_communication/include/recv.h"
#include "oneflow/user/kernels/collective_communication/include/all_to_all.h"
#include "oneflow/user/kernels/collective_communication/cuda/cuda_communication_context.h"
#include "oneflow/core/device/nccl_util.h"
Expand Down

0 comments on commit 94dafda

Please sign in to comment.