Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
minmingzhu committed Nov 1, 2024
1 parent be13be9 commit 321d15b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions mllib-dal/src/main/native/SummarizerImpl.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -307,12 +307,8 @@ Java_com_intel_oap_mllib_stat_SummarizerDALImpl_cSummarizerTrainDAL(
}
#endif
default: {
<<<<<<< HEAD
deviceError("Summarizer",
ComputeDeviceString[computeDeviceOrdinal].c_str());
=======
deviceError("Summarizer", ComputeDeviceString[computeDeviceOrdinal].c_str());
>>>>>>> remove oneccl communicator
}
}
return 0;
Expand Down

0 comments on commit 321d15b

Please sign in to comment.