Commits


Yang Chen authored and baowenlei committed a94c9bd88dc
throw exception using dmlc::LogMessageFatal (#2033) * throw exception using dmlc::LogMessageFatal On windows, ORT_THROW couldn't be caught if the exception was thrown from a jitted functions. Let's call dmlc::LogMessageFatal instead. * address CR use LOG(FATAL)