version_generated.cc 3.37 KB
Newer Older
yangzhong's avatar
yangzhong committed
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
// DO NOT EDIT: Autogenerated by version_generator.py.

#include <string>

namespace mlperf {

const std::string& LoadgenVersion() {
  static const std::string str = "5.0.13";
  return str;
}

const std::string& LoadgenBuildDateLocal() {
  static const std::string str = "2025-10-28T15:59:25.674712";
  return str;
}

const std::string& LoadgenBuildDateUtc() {
  static const std::string str = "2025-10-28T07:59:25.674733";
  return str;
}

const std::string& LoadgenGitRevision() {
  static const std::string str = "NA";
  return str;
}

const std::string& LoadgenGitCommitDate() {
  static const std::string str = "NA";
  return str;
}

const std::string& LoadgenGitStatus() {
  static const std::string str = "NA";
  return str;
}

const std::string& LoadgenGitLog() {
  static const std::string str = "NA";
  return str;
}

const std::string& LoadgenSha1OfFiles() {
  static const std::string str = R"LGVG_RSLD(012aad77e5206c89d50718c46c119d1f3cb056b2 /.clang-format
a8ebd64f62d0349aeedbe3295d833ebdce625c2e /CMakeLists.txt
ddeb472d62edf2920db1f8fa3beebe3e831557f1 /MANIFEST.in
20a55bb946c2c0bbb564ced2af1e48efd096b3a8 /README.md
5f6c6a784e9cd6995db47f9b9f70b1769909c9d8 /README_BUILD.md
01f9ae9887f50bc030dc6107e740f40c43ca388f /README_FAQ.md
e25ab9be7939368b7658398f732d4ca990ac41d7 /VERSION.txt
d013101621ef06a0ddc5e7d9ce511918a8b2ebe6 /__init__.py
14d178b64c7fc45d090e038c08d9b78ca943c383 /bindings/c_api.cc
23d9f99e00b2d196e095fae0bb453a391c18d601 /bindings/c_api.h
4dae966c92acdaa373b04a95adc4ca353937f154 /bindings/python_api.cc
53dba8ad4272190ceb6335c12fd25e53dc02a8cb /diagram_network_submission.png
84c2f79309b237cef652aef6a187ba8e875a3952 /diagram_submission.png
0cd7b546a389deac73f7955cd39255ed76557d62 /early_stopping.cc
158fcae6a5f47e82150d6416fa1f7bcef37e77fe /early_stopping.h
02fcfe6d9cf958eeb4b6f1f4dbe87ba7eb4d7dec /issue_query_controller.cc
ed20934fd3507a15949d501ac154be38e766f6ab /issue_query_controller.h
6daa9cd51454a699fcb55d9aa6bf9e54dd7b7a97 /loadgen.cc
ce9fcb5d44951e7e9048a83b7c1a41c8b8e0f7d8 /loadgen.h
47f748307536f80cfc606947b440dd732afc2637 /loadgen_integration_diagram.svg
49e63158ebca654fa4b7c5f3321054cf4d6c3a30 /logging.cc
5f6cc9ed4c4859641e05b1bb6a0ef860c852fcd8 /logging.h
9be86278d751744050542b22373a1f62118e11d4 /mlperf.conf
c690b6e14608f81770cb839b2f883702de4a2191 /mlperf_conf.h
e6ca55cfe518c38105339f87034280193f989472 /mlperf_loadgen.cpython-310-x86_64-linux-gnu.so
712fab87b72ba67ef2a068d0f9f47da65130342f /pyproject.toml
1f18e9cd3ee4dc89a387cf462de1d0ceb1ece975 /query_dispatch_library.h
c4f399103bc3d172079bbd4cd2b0ca0f22eebc4f /query_sample.h
8323a2225be1dff31f08ecc86b76eb3de06568bc /query_sample_library.h
a5ff7e77caa6e9e22ada90f0de0c865c987bf167 /requirements.txt
239835696a1abe2cac9e866122d1dddc367e3548 /results.cc
fce22d5a588d91fd968a6b25c27896dba87bc276 /results.h
a5eaa6f713bd3dfb6603be2c7928f0c295d7ee30 /setup.py
18d4809589dae33317d88d9beeb5491a6e1ccdec /system_under_test.h
8e05582d1fbe9dd2b809686684c3a0ac41248723 /test_settings.h
a5cc85fb7735727eee032aa3e88b5d61c1f11a2a /test_settings_internal.cc
2bb9e9ae53904cb0ca221f4a5d49ca7d9ec3b0ca /test_settings_internal.h
3df8fdabf6eaea4697cf25d1dcb89cae88e36efd /utils.cc
40775e32d619ea6356826ae5ea4174c7911f6894 /utils.h
cbec2a5f98f9786c8c3d8b06b3d12df0b6550fa0 /version.cc
9d574baa64424e9c708fcfedd3dbb0b518a65fcc /version.h
9f23d13276194588473120a8a6ecf5a6ed034a23 /version_generator.py)LGVG_RSLD";
  return str;
}

}  // namespace mlperf