mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-20 12:54:11 +08:00
This reverts commit 699db7988d84d163ebb6919f78885e4630182a7a. Reverted https://github.com/pytorch/pytorch/pull/127051 on behalf of https://github.com/PaliC due to This PR needs to be synced using the import button as there is a bug in our diff train ([comment](https://github.com/pytorch/pytorch/pull/127051#issuecomment-2138496995))
35 lines
1.3 KiB
Diff
35 lines
1.3 KiB
Diff
diff --git a/src/rml/server/rml_server.cpp b/src/rml/server/rml_server.cpp
|
|
index 2508465..1e22ad2 100644
|
|
--- a/src/rml/server/rml_server.cpp
|
|
+++ b/src/rml/server/rml_server.cpp
|
|
@@ -3279,10 +3279,10 @@ extern "C" void __KMP_call_with_my_server_info( ::rml::server_info_callback_t cb
|
|
/*
|
|
* RML server info
|
|
*/
|
|
-#include "version_string.ver"
|
|
+#include "version_string.h"
|
|
|
|
#ifndef __TBB_VERSION_STRINGS
|
|
-#pragma message("Warning: version_string.ver isn't generated properly by version_info.sh script!")
|
|
+#pragma message("Warning: version_string.h isn't generated properly by version_info.sh script!")
|
|
#endif
|
|
|
|
// We use the build time as the RML server info. TBB is required to build RML, so we make it the same as the TBB build time.
|
|
diff --git a/src/tbb/tbb_version.h b/src/tbb/tbb_version.h
|
|
index dcaa55b..4981a8a 100644
|
|
--- a/src/tbb/tbb_version.h
|
|
+++ b/src/tbb/tbb_version.h
|
|
@@ -25,10 +25,10 @@
|
|
#ifndef ENDL
|
|
#define ENDL "\n"
|
|
#endif
|
|
-#include "version_string.ver"
|
|
+#include "version_string.h"
|
|
|
|
#ifndef __TBB_VERSION_STRINGS
|
|
-#pragma message("Warning: version_string.ver isn't generated properly by version_info.sh script!")
|
|
+#pragma message("Warning: version_string.h isn't generated properly by version_info.sh script!")
|
|
// here is an example of macros value:
|
|
#define __TBB_VERSION_STRINGS \
|
|
"TBB: BUILD_HOST\tUnknown\n" \
|