applied-ai-018 commited on
Commit
92fc703
·
verified ·
1 Parent(s): b32497d

Add files using upload-large-folder tool

Browse files
This view is limited to 50 files because it contains too many changes.   See raw diff
Files changed (50) hide show
  1. env-llmeval/lib/python3.10/site-packages/evaluate/saving.py +73 -0
  2. env-llmeval/lib/python3.10/site-packages/nvidia_cusparse_cu12-12.1.0.106.dist-info/INSTALLER +1 -0
  3. env-llmeval/lib/python3.10/site-packages/nvidia_cusparse_cu12-12.1.0.106.dist-info/License.txt +1568 -0
  4. env-llmeval/lib/python3.10/site-packages/nvidia_cusparse_cu12-12.1.0.106.dist-info/METADATA +36 -0
  5. env-llmeval/lib/python3.10/site-packages/nvidia_cusparse_cu12-12.1.0.106.dist-info/RECORD +17 -0
  6. env-llmeval/lib/python3.10/site-packages/nvidia_cusparse_cu12-12.1.0.106.dist-info/WHEEL +5 -0
  7. env-llmeval/lib/python3.10/site-packages/nvidia_cusparse_cu12-12.1.0.106.dist-info/top_level.txt +1 -0
  8. env-llmeval/lib/python3.10/site-packages/scipy/constants/__init__.py +347 -0
  9. env-llmeval/lib/python3.10/site-packages/scipy/constants/__pycache__/__init__.cpython-310.pyc +0 -0
  10. env-llmeval/lib/python3.10/site-packages/scipy/constants/__pycache__/_codata.cpython-310.pyc +0 -0
  11. env-llmeval/lib/python3.10/site-packages/scipy/constants/__pycache__/_constants.cpython-310.pyc +0 -0
  12. env-llmeval/lib/python3.10/site-packages/scipy/constants/__pycache__/codata.cpython-310.pyc +0 -0
  13. env-llmeval/lib/python3.10/site-packages/scipy/constants/__pycache__/constants.cpython-310.pyc +0 -0
  14. env-llmeval/lib/python3.10/site-packages/scipy/constants/_codata.py +0 -0
  15. env-llmeval/lib/python3.10/site-packages/scipy/constants/_constants.py +362 -0
  16. env-llmeval/lib/python3.10/site-packages/scipy/constants/codata.py +24 -0
  17. env-llmeval/lib/python3.10/site-packages/scipy/constants/constants.py +53 -0
  18. env-llmeval/lib/python3.10/site-packages/scipy/constants/tests/__init__.py +0 -0
  19. env-llmeval/lib/python3.10/site-packages/scipy/constants/tests/__pycache__/__init__.cpython-310.pyc +0 -0
  20. env-llmeval/lib/python3.10/site-packages/scipy/constants/tests/__pycache__/test_codata.cpython-310.pyc +0 -0
  21. env-llmeval/lib/python3.10/site-packages/scipy/constants/tests/__pycache__/test_constants.cpython-310.pyc +0 -0
  22. env-llmeval/lib/python3.10/site-packages/scipy/constants/tests/test_codata.py +57 -0
  23. env-llmeval/lib/python3.10/site-packages/scipy/constants/tests/test_constants.py +35 -0
  24. env-llmeval/lib/python3.10/site-packages/scipy/integrate/__pycache__/__init__.cpython-310.pyc +0 -0
  25. env-llmeval/lib/python3.10/site-packages/scipy/integrate/__pycache__/_bvp.cpython-310.pyc +0 -0
  26. env-llmeval/lib/python3.10/site-packages/scipy/integrate/__pycache__/_ode.cpython-310.pyc +0 -0
  27. env-llmeval/lib/python3.10/site-packages/scipy/integrate/__pycache__/_odepack_py.cpython-310.pyc +0 -0
  28. env-llmeval/lib/python3.10/site-packages/scipy/integrate/__pycache__/_quad_vec.cpython-310.pyc +0 -0
  29. env-llmeval/lib/python3.10/site-packages/scipy/integrate/__pycache__/_quadpack_py.cpython-310.pyc +0 -0
  30. env-llmeval/lib/python3.10/site-packages/scipy/integrate/__pycache__/_quadrature.cpython-310.pyc +0 -0
  31. env-llmeval/lib/python3.10/site-packages/scipy/integrate/__pycache__/_tanhsinh.cpython-310.pyc +0 -0
  32. env-llmeval/lib/python3.10/site-packages/scipy/integrate/__pycache__/dop.cpython-310.pyc +0 -0
  33. env-llmeval/lib/python3.10/site-packages/scipy/integrate/__pycache__/lsoda.cpython-310.pyc +0 -0
  34. env-llmeval/lib/python3.10/site-packages/scipy/integrate/__pycache__/odepack.cpython-310.pyc +0 -0
  35. env-llmeval/lib/python3.10/site-packages/scipy/integrate/__pycache__/quadpack.cpython-310.pyc +0 -0
  36. env-llmeval/lib/python3.10/site-packages/scipy/integrate/__pycache__/vode.cpython-310.pyc +0 -0
  37. env-llmeval/lib/python3.10/site-packages/scipy/integrate/_ivp/__pycache__/__init__.cpython-310.pyc +0 -0
  38. env-llmeval/lib/python3.10/site-packages/scipy/integrate/_ivp/__pycache__/base.cpython-310.pyc +0 -0
  39. env-llmeval/lib/python3.10/site-packages/scipy/integrate/_ivp/__pycache__/bdf.cpython-310.pyc +0 -0
  40. env-llmeval/lib/python3.10/site-packages/scipy/integrate/_ivp/__pycache__/common.cpython-310.pyc +0 -0
  41. env-llmeval/lib/python3.10/site-packages/scipy/integrate/_ivp/__pycache__/dop853_coefficients.cpython-310.pyc +0 -0
  42. env-llmeval/lib/python3.10/site-packages/scipy/integrate/_ivp/__pycache__/ivp.cpython-310.pyc +0 -0
  43. env-llmeval/lib/python3.10/site-packages/scipy/integrate/_ivp/__pycache__/lsoda.cpython-310.pyc +0 -0
  44. env-llmeval/lib/python3.10/site-packages/scipy/integrate/_ivp/__pycache__/radau.cpython-310.pyc +0 -0
  45. env-llmeval/lib/python3.10/site-packages/scipy/integrate/_ivp/__pycache__/rk.cpython-310.pyc +0 -0
  46. env-llmeval/lib/python3.10/site-packages/scipy/integrate/_ivp/tests/__pycache__/__init__.cpython-310.pyc +0 -0
  47. env-llmeval/lib/python3.10/site-packages/scipy/integrate/_ivp/tests/__pycache__/test_ivp.cpython-310.pyc +0 -0
  48. env-llmeval/lib/python3.10/site-packages/scipy/integrate/_ivp/tests/__pycache__/test_rk.cpython-310.pyc +0 -0
  49. env-llmeval/lib/python3.10/site-packages/scipy/integrate/tests/__init__.py +0 -0
  50. env-llmeval/lib/python3.10/site-packages/scipy/integrate/tests/__pycache__/__init__.cpython-310.pyc +0 -0
env-llmeval/lib/python3.10/site-packages/evaluate/saving.py ADDED
@@ -0,0 +1,73 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ import json
2
+ import os
3
+ import subprocess
4
+ import sys
5
+ from datetime import datetime
6
+ from pathlib import Path
7
+
8
+ from datasets.utils.filelock import FileLock
9
+
10
+ from . import __version__
11
+
12
+
13
+ def save(path_or_file, **data):
14
+ """
15
+ Saves results to a JSON file. Also saves system information such as current time, current commit
16
+ hash if inside a repository, and Python system information.
17
+
18
+ Args:
19
+ path_or_file (`str`):
20
+ Path or file to store the file. If only a folder is provided
21
+ the results file will be saved in the format `"result-%Y_%m_%d-%H_%M_%S.json"`.
22
+
23
+ Example:
24
+ ```py
25
+ >>> import evaluate
26
+ >>> result = {"bleu": 0.7}
27
+ >>> params = {"model": "gpt-2"}
28
+ >>> evaluate.save("./results/", **result, **params)
29
+ ```
30
+ """
31
+ current_time = datetime.now()
32
+
33
+ file_path = _setup_path(path_or_file, current_time)
34
+
35
+ data["_timestamp"] = current_time.isoformat()
36
+ data["_git_commit_hash"] = _git_commit_hash()
37
+ data["_evaluate_version"] = __version__
38
+ data["_python_version"] = sys.version
39
+ data["_interpreter_path"] = sys.executable
40
+
41
+ with FileLock(str(file_path) + ".lock"):
42
+ with open(file_path, "w") as f:
43
+ json.dump(data, f)
44
+
45
+ # cleanup lock file
46
+ try:
47
+ os.remove(str(file_path) + ".lock")
48
+ except FileNotFoundError:
49
+ pass
50
+
51
+ return file_path
52
+
53
+
54
+ def _setup_path(path_or_file, current_time):
55
+ path_or_file = Path(path_or_file)
56
+ is_file = len(path_or_file.suffix) > 0
57
+ if is_file:
58
+ folder = path_or_file.parent
59
+ file_name = path_or_file.name
60
+ else:
61
+ folder = path_or_file
62
+ file_name = "result-" + current_time.strftime("%Y_%m_%d-%H_%M_%S") + ".json"
63
+ folder.mkdir(parents=True, exist_ok=True)
64
+ return folder / file_name
65
+
66
+
67
+ def _git_commit_hash():
68
+ res = subprocess.run("git rev-parse --is-inside-work-tree".split(), cwd="./", stdout=subprocess.PIPE)
69
+ if res.stdout.decode().strip() == "true":
70
+ res = subprocess.run("git rev-parse HEAD".split(), cwd=os.getcwd(), stdout=subprocess.PIPE)
71
+ return res.stdout.decode().strip()
72
+ else:
73
+ return None
env-llmeval/lib/python3.10/site-packages/nvidia_cusparse_cu12-12.1.0.106.dist-info/INSTALLER ADDED
@@ -0,0 +1 @@
 
 
1
+ pip
env-llmeval/lib/python3.10/site-packages/nvidia_cusparse_cu12-12.1.0.106.dist-info/License.txt ADDED
@@ -0,0 +1,1568 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ End User License Agreement
2
+ --------------------------
3
+
4
+
5
+ Preface
6
+ -------
7
+
8
+ The Software License Agreement in Chapter 1 and the Supplement
9
+ in Chapter 2 contain license terms and conditions that govern
10
+ the use of NVIDIA software. By accepting this agreement, you
11
+ agree to comply with all the terms and conditions applicable
12
+ to the product(s) included herein.
13
+
14
+
15
+ NVIDIA Driver
16
+
17
+
18
+ Description
19
+
20
+ This package contains the operating system driver and
21
+ fundamental system software components for NVIDIA GPUs.
22
+
23
+
24
+ NVIDIA CUDA Toolkit
25
+
26
+
27
+ Description
28
+
29
+ The NVIDIA CUDA Toolkit provides command-line and graphical
30
+ tools for building, debugging and optimizing the performance
31
+ of applications accelerated by NVIDIA GPUs, runtime and math
32
+ libraries, and documentation including programming guides,
33
+ user manuals, and API references.
34
+
35
+
36
+ Default Install Location of CUDA Toolkit
37
+
38
+ Windows platform:
39
+
40
+ %ProgramFiles%\NVIDIA GPU Computing Toolkit\CUDA\v#.#
41
+
42
+ Linux platform:
43
+
44
+ /usr/local/cuda-#.#
45
+
46
+ Mac platform:
47
+
48
+ /Developer/NVIDIA/CUDA-#.#
49
+
50
+
51
+ NVIDIA CUDA Samples
52
+
53
+
54
+ Description
55
+
56
+ This package includes over 100+ CUDA examples that demonstrate
57
+ various CUDA programming principles, and efficient CUDA
58
+ implementation of algorithms in specific application domains.
59
+
60
+
61
+ Default Install Location of CUDA Samples
62
+
63
+ Windows platform:
64
+
65
+ %ProgramData%\NVIDIA Corporation\CUDA Samples\v#.#
66
+
67
+ Linux platform:
68
+
69
+ /usr/local/cuda-#.#/samples
70
+
71
+ and
72
+
73
+ $HOME/NVIDIA_CUDA-#.#_Samples
74
+
75
+ Mac platform:
76
+
77
+ /Developer/NVIDIA/CUDA-#.#/samples
78
+
79
+
80
+ NVIDIA Nsight Visual Studio Edition (Windows only)
81
+
82
+
83
+ Description
84
+
85
+ NVIDIA Nsight Development Platform, Visual Studio Edition is a
86
+ development environment integrated into Microsoft Visual
87
+ Studio that provides tools for debugging, profiling, analyzing
88
+ and optimizing your GPU computing and graphics applications.
89
+
90
+
91
+ Default Install Location of Nsight Visual Studio Edition
92
+
93
+ Windows platform:
94
+
95
+ %ProgramFiles(x86)%\NVIDIA Corporation\Nsight Visual Studio Edition #.#
96
+
97
+
98
+ 1. License Agreement for NVIDIA Software Development Kits
99
+ ---------------------------------------------------------
100
+
101
+
102
+ Release Date: July 26, 2018
103
+ ---------------------------
104
+
105
+
106
+ Important NoticeRead before downloading, installing,
107
+ copying or using the licensed software:
108
+ -------------------------------------------------------
109
+
110
+ This license agreement, including exhibits attached
111
+ ("Agreement”) is a legal agreement between you and NVIDIA
112
+ Corporation ("NVIDIA") and governs your use of a NVIDIA
113
+ software development kit (“SDK”).
114
+
115
+ Each SDK has its own set of software and materials, but here
116
+ is a description of the types of items that may be included in
117
+ a SDK: source code, header files, APIs, data sets and assets
118
+ (examples include images, textures, models, scenes, videos,
119
+ native API input/output files), binary software, sample code,
120
+ libraries, utility programs, programming code and
121
+ documentation.
122
+
123
+ This Agreement can be accepted only by an adult of legal age
124
+ of majority in the country in which the SDK is used.
125
+
126
+ If you are entering into this Agreement on behalf of a company
127
+ or other legal entity, you represent that you have the legal
128
+ authority to bind the entity to this Agreement, in which case
129
+ “you” will mean the entity you represent.
130
+
131
+ If you don’t have the required age or authority to accept
132
+ this Agreement, or if you don’t accept all the terms and
133
+ conditions of this Agreement, do not download, install or use
134
+ the SDK.
135
+
136
+ You agree to use the SDK only for purposes that are permitted
137
+ by (a) this Agreement, and (b) any applicable law, regulation
138
+ or generally accepted practices or guidelines in the relevant
139
+ jurisdictions.
140
+
141
+
142
+ 1.1. License
143
+
144
+
145
+ 1.1.1. License Grant
146
+
147
+ Subject to the terms of this Agreement, NVIDIA hereby grants
148
+ you a non-exclusive, non-transferable license, without the
149
+ right to sublicense (except as expressly provided in this
150
+ Agreement) to:
151
+
152
+ 1. Install and use the SDK,
153
+
154
+ 2. Modify and create derivative works of sample source code
155
+ delivered in the SDK, and
156
+
157
+ 3. Distribute those portions of the SDK that are identified
158
+ in this Agreement as distributable, as incorporated in
159
+ object code format into a software application that meets
160
+ the distribution requirements indicated in this Agreement.
161
+
162
+
163
+ 1.1.2. Distribution Requirements
164
+
165
+ These are the distribution requirements for you to exercise
166
+ the distribution grant:
167
+
168
+ 1. Your application must have material additional
169
+ functionality, beyond the included portions of the SDK.
170
+
171
+ 2. The distributable portions of the SDK shall only be
172
+ accessed by your application.
173
+
174
+ 3. The following notice shall be included in modifications
175
+ and derivative works of sample source code distributed:
176
+ “This software contains source code provided by NVIDIA
177
+ Corporation.”
178
+
179
+ 4. Unless a developer tool is identified in this Agreement
180
+ as distributable, it is delivered for your internal use
181
+ only.
182
+
183
+ 5. The terms under which you distribute your application
184
+ must be consistent with the terms of this Agreement,
185
+ including (without limitation) terms relating to the
186
+ license grant and license restrictions and protection of
187
+ NVIDIA’s intellectual property rights. Additionally, you
188
+ agree that you will protect the privacy, security and
189
+ legal rights of your application users.
190
+
191
+ 6. You agree to notify NVIDIA in writing of any known or
192
+ suspected distribution or use of the SDK not in compliance
193
+ with the requirements of this Agreement, and to enforce
194
+ the terms of your agreements with respect to distributed
195
+ SDK.
196
+
197
+
198
+ 1.1.3. Authorized Users
199
+
200
+ You may allow employees and contractors of your entity or of
201
+ your subsidiary(ies) to access and use the SDK from your
202
+ secure network to perform work on your behalf.
203
+
204
+ If you are an academic institution you may allow users
205
+ enrolled or employed by the academic institution to access and
206
+ use the SDK from your secure network.
207
+
208
+ You are responsible for the compliance with the terms of this
209
+ Agreement by your authorized users. If you become aware that
210
+ your authorized users didn’t follow the terms of this
211
+ Agreement, you agree to take reasonable steps to resolve the
212
+ non-compliance and prevent new occurrences.
213
+
214
+
215
+ 1.1.4. Pre-Release SDK
216
+
217
+ The SDK versions identified as alpha, beta, preview or
218
+ otherwise as pre-release, may not be fully functional, may
219
+ contain errors or design flaws, and may have reduced or
220
+ different security, privacy, accessibility, availability, and
221
+ reliability standards relative to commercial versions of
222
+ NVIDIA software and materials. Use of a pre-release SDK may
223
+ result in unexpected results, loss of data, project delays or
224
+ other unpredictable damage or loss.
225
+
226
+ You may use a pre-release SDK at your own risk, understanding
227
+ that pre-release SDKs are not intended for use in production
228
+ or business-critical systems.
229
+
230
+ NVIDIA may choose not to make available a commercial version
231
+ of any pre-release SDK. NVIDIA may also choose to abandon
232
+ development and terminate the availability of a pre-release
233
+ SDK at any time without liability.
234
+
235
+
236
+ 1.1.5. Updates
237
+
238
+ NVIDIA may, at its option, make available patches, workarounds
239
+ or other updates to this SDK. Unless the updates are provided
240
+ with their separate governing terms, they are deemed part of
241
+ the SDK licensed to you as provided in this Agreement. You
242
+ agree that the form and content of the SDK that NVIDIA
243
+ provides may change without prior notice to you. While NVIDIA
244
+ generally maintains compatibility between versions, NVIDIA may
245
+ in some cases make changes that introduce incompatibilities in
246
+ future versions of the SDK.
247
+
248
+
249
+ 1.1.6. Third Party Licenses
250
+
251
+ The SDK may come bundled with, or otherwise include or be
252
+ distributed with, third party software licensed by a NVIDIA
253
+ supplier and/or open source software provided under an open
254
+ source license. Use of third party software is subject to the
255
+ third-party license terms, or in the absence of third party
256
+ terms, the terms of this Agreement. Copyright to third party
257
+ software is held by the copyright holders indicated in the
258
+ third-party software or license.
259
+
260
+
261
+ 1.1.7. Reservation of Rights
262
+
263
+ NVIDIA reserves all rights, title, and interest in and to the
264
+ SDK, not expressly granted to you under this Agreement.
265
+
266
+
267
+ 1.2. Limitations
268
+
269
+ The following license limitations apply to your use of the
270
+ SDK:
271
+
272
+ 1. You may not reverse engineer, decompile or disassemble,
273
+ or remove copyright or other proprietary notices from any
274
+ portion of the SDK or copies of the SDK.
275
+
276
+ 2. Except as expressly provided in this Agreement, you may
277
+ not copy, sell, rent, sublicense, transfer, distribute,
278
+ modify, or create derivative works of any portion of the
279
+ SDK. For clarity, you may not distribute or sublicense the
280
+ SDK as a stand-alone product.
281
+
282
+ 3. Unless you have an agreement with NVIDIA for this
283
+ purpose, you may not indicate that an application created
284
+ with the SDK is sponsored or endorsed by NVIDIA.
285
+
286
+ 4. You may not bypass, disable, or circumvent any
287
+ encryption, security, digital rights management or
288
+ authentication mechanism in the SDK.
289
+
290
+ 5. You may not use the SDK in any manner that would cause it
291
+ to become subject to an open source software license. As
292
+ examples, licenses that require as a condition of use,
293
+ modification, and/or distribution that the SDK be:
294
+
295
+ a. Disclosed or distributed in source code form;
296
+
297
+ b. Licensed for the purpose of making derivative works;
298
+ or
299
+
300
+ c. Redistributable at no charge.
301
+
302
+ 6. Unless you have an agreement with NVIDIA for this
303
+ purpose, you may not use the SDK with any system or
304
+ application where the use or failure of the system or
305
+ application can reasonably be expected to threaten or
306
+ result in personal injury, death, or catastrophic loss.
307
+ Examples include use in avionics, navigation, military,
308
+ medical, life support or other life critical applications.
309
+ NVIDIA does not design, test or manufacture the SDK for
310
+ these critical uses and NVIDIA shall not be liable to you
311
+ or any third party, in whole or in part, for any claims or
312
+ damages arising from such uses.
313
+
314
+ 7. You agree to defend, indemnify and hold harmless NVIDIA
315
+ and its affiliates, and their respective employees,
316
+ contractors, agents, officers and directors, from and
317
+ against any and all claims, damages, obligations, losses,
318
+ liabilities, costs or debt, fines, restitutions and
319
+ expenses (including but not limited to attorney’s fees
320
+ and costs incident to establishing the right of
321
+ indemnification) arising out of or related to your use of
322
+ the SDK outside of the scope of this Agreement, or not in
323
+ compliance with its terms.
324
+
325
+
326
+ 1.3. Ownership
327
+
328
+ 1. NVIDIA or its licensors hold all rights, title and
329
+ interest in and to the SDK and its modifications and
330
+ derivative works, including their respective intellectual
331
+ property rights, subject to your rights described in this
332
+ section. This SDK may include software and materials from
333
+ NVIDIA’s licensors, and these licensors are intended
334
+ third party beneficiaries that may enforce this Agreement
335
+ with respect to their intellectual property rights.
336
+
337
+ 2. You hold all rights, title and interest in and to your
338
+ applications and your derivative works of the sample
339
+ source code delivered in the SDK, including their
340
+ respective intellectual property rights, subject to
341
+ NVIDIA’s rights described in this section.
342
+
343
+ 3. You may, but don’t have to, provide to NVIDIA
344
+ suggestions, feature requests or other feedback regarding
345
+ the SDK, including possible enhancements or modifications
346
+ to the SDK. For any feedback that you voluntarily provide,
347
+ you hereby grant NVIDIA and its affiliates a perpetual,
348
+ non-exclusive, worldwide, irrevocable license to use,
349
+ reproduce, modify, license, sublicense (through multiple
350
+ tiers of sublicensees), and distribute (through multiple
351
+ tiers of distributors) it without the payment of any
352
+ royalties or fees to you. NVIDIA will use feedback at its
353
+ choice. NVIDIA is constantly looking for ways to improve
354
+ its products, so you may send feedback to NVIDIA through
355
+ the developer portal at https://developer.nvidia.com.
356
+
357
+
358
+ 1.4. No Warranties
359
+
360
+ THE SDK IS PROVIDED BY NVIDIA “AS IS” AND “WITH ALL
361
+ FAULTS.” TO THE MAXIMUM EXTENT PERMITTED BY LAW, NVIDIA AND
362
+ ITS AFFILIATES EXPRESSLY DISCLAIM ALL WARRANTIES OF ANY KIND
363
+ OR NATURE, WHETHER EXPRESS, IMPLIED OR STATUTORY, INCLUDING,
364
+ BUT NOT LIMITED TO, ANY WARRANTIES OF MERCHANTABILITY, FITNESS
365
+ FOR A PARTICULAR PURPOSE, TITLE, NON-INFRINGEMENT, OR THE
366
+ ABSENCE OF ANY DEFECTS THEREIN, WHETHER LATENT OR PATENT. NO
367
+ WARRANTY IS MADE ON THE BASIS OF TRADE USAGE, COURSE OF
368
+ DEALING OR COURSE OF TRADE.
369
+
370
+
371
+ 1.5. Limitation of Liability
372
+
373
+ TO THE MAXIMUM EXTENT PERMITTED BY LAW, NVIDIA AND ITS
374
+ AFFILIATES SHALL NOT BE LIABLE FOR ANY SPECIAL, INCIDENTAL,
375
+ PUNITIVE OR CONSEQUENTIAL DAMAGES, OR ANY LOST PROFITS, LOSS
376
+ OF USE, LOSS OF DATA OR LOSS OF GOODWILL, OR THE COSTS OF
377
+ PROCURING SUBSTITUTE PRODUCTS, ARISING OUT OF OR IN CONNECTION
378
+ WITH THIS AGREEMENT OR THE USE OR PERFORMANCE OF THE SDK,
379
+ WHETHER SUCH LIABILITY ARISES FROM ANY CLAIM BASED UPON BREACH
380
+ OF CONTRACT, BREACH OF WARRANTY, TORT (INCLUDING NEGLIGENCE),
381
+ PRODUCT LIABILITY OR ANY OTHER CAUSE OF ACTION OR THEORY OF
382
+ LIABILITY. IN NO EVENT WILL NVIDIA’S AND ITS AFFILIATES
383
+ TOTAL CUMULATIVE LIABILITY UNDER OR ARISING OUT OF THIS
384
+ AGREEMENT EXCEED US$10.00. THE NATURE OF THE LIABILITY OR THE
385
+ NUMBER OF CLAIMS OR SUITS SHALL NOT ENLARGE OR EXTEND THIS
386
+ LIMIT.
387
+
388
+ These exclusions and limitations of liability shall apply
389
+ regardless if NVIDIA or its affiliates have been advised of
390
+ the possibility of such damages, and regardless of whether a
391
+ remedy fails its essential purpose. These exclusions and
392
+ limitations of liability form an essential basis of the
393
+ bargain between the parties, and, absent any of these
394
+ exclusions or limitations of liability, the provisions of this
395
+ Agreement, including, without limitation, the economic terms,
396
+ would be substantially different.
397
+
398
+
399
+ 1.6. Termination
400
+
401
+ 1. This Agreement will continue to apply until terminated by
402
+ either you or NVIDIA as described below.
403
+
404
+ 2. If you want to terminate this Agreement, you may do so by
405
+ stopping to use the SDK.
406
+
407
+ 3. NVIDIA may, at any time, terminate this Agreement if:
408
+
409
+ a. (i) you fail to comply with any term of this
410
+ Agreement and the non-compliance is not fixed within
411
+ thirty (30) days following notice from NVIDIA (or
412
+ immediately if you violate NVIDIA’s intellectual
413
+ property rights);
414
+
415
+ b. (ii) you commence or participate in any legal
416
+ proceeding against NVIDIA with respect to the SDK; or
417
+
418
+ c. (iii) NVIDIA decides to no longer provide the SDK in
419
+ a country or, in NVIDIA’s sole discretion, the
420
+ continued use of it is no longer commercially viable.
421
+
422
+ 4. Upon any termination of this Agreement, you agree to
423
+ promptly discontinue use of the SDK and destroy all copies
424
+ in your possession or control. Your prior distributions in
425
+ accordance with this Agreement are not affected by the
426
+ termination of this Agreement. Upon written request, you
427
+ will certify in writing that you have complied with your
428
+ commitments under this section. Upon any termination of
429
+ this Agreement all provisions survive except for the
430
+ license grant provisions.
431
+
432
+
433
+ 1.7. General
434
+
435
+ If you wish to assign this Agreement or your rights and
436
+ obligations, including by merger, consolidation, dissolution
437
+ or operation of law, contact NVIDIA to ask for permission. Any
438
+ attempted assignment not approved by NVIDIA in writing shall
439
+ be void and of no effect. NVIDIA may assign, delegate or
440
+ transfer this Agreement and its rights and obligations, and if
441
+ to a non-affiliate you will be notified.
442
+
443
+ You agree to cooperate with NVIDIA and provide reasonably
444
+ requested information to verify your compliance with this
445
+ Agreement.
446
+
447
+ This Agreement will be governed in all respects by the laws of
448
+ the United States and of the State of Delaware as those laws
449
+ are applied to contracts entered into and performed entirely
450
+ within Delaware by Delaware residents, without regard to the
451
+ conflicts of laws principles. The United Nations Convention on
452
+ Contracts for the International Sale of Goods is specifically
453
+ disclaimed. You agree to all terms of this Agreement in the
454
+ English language.
455
+
456
+ The state or federal courts residing in Santa Clara County,
457
+ California shall have exclusive jurisdiction over any dispute
458
+ or claim arising out of this Agreement. Notwithstanding this,
459
+ you agree that NVIDIA shall still be allowed to apply for
460
+ injunctive remedies or an equivalent type of urgent legal
461
+ relief in any jurisdiction.
462
+
463
+ If any court of competent jurisdiction determines that any
464
+ provision of this Agreement is illegal, invalid or
465
+ unenforceable, such provision will be construed as limited to
466
+ the extent necessary to be consistent with and fully
467
+ enforceable under the law and the remaining provisions will
468
+ remain in full force and effect. Unless otherwise specified,
469
+ remedies are cumulative.
470
+
471
+ Each party acknowledges and agrees that the other is an
472
+ independent contractor in the performance of this Agreement.
473
+
474
+ The SDK has been developed entirely at private expense and is
475
+ “commercial items” consisting of “commercial computer
476
+ software” and “commercial computer software
477
+ documentation” provided with RESTRICTED RIGHTS. Use,
478
+ duplication or disclosure by the U.S. Government or a U.S.
479
+ Government subcontractor is subject to the restrictions in
480
+ this Agreement pursuant to DFARS 227.7202-3(a) or as set forth
481
+ in subparagraphs (c)(1) and (2) of the Commercial Computer
482
+ Software - Restricted Rights clause at FAR 52.227-19, as
483
+ applicable. Contractor/manufacturer is NVIDIA, 2788 San Tomas
484
+ Expressway, Santa Clara, CA 95051.
485
+
486
+ The SDK is subject to United States export laws and
487
+ regulations. You agree that you will not ship, transfer or
488
+ export the SDK into any country, or use the SDK in any manner,
489
+ prohibited by the United States Bureau of Industry and
490
+ Security or economic sanctions regulations administered by the
491
+ U.S. Department of Treasury’s Office of Foreign Assets
492
+ Control (OFAC), or any applicable export laws, restrictions or
493
+ regulations. These laws include restrictions on destinations,
494
+ end users and end use. By accepting this Agreement, you
495
+ confirm that you are not a resident or citizen of any country
496
+ currently embargoed by the U.S. and that you are not otherwise
497
+ prohibited from receiving the SDK.
498
+
499
+ Any notice delivered by NVIDIA to you under this Agreement
500
+ will be delivered via mail, email or fax. You agree that any
501
+ notices that NVIDIA sends you electronically will satisfy any
502
+ legal communication requirements. Please direct your legal
503
+ notices or other correspondence to NVIDIA Corporation, 2788
504
+ San Tomas Expressway, Santa Clara, California 95051, United
505
+ States of America, Attention: Legal Department.
506
+
507
+ This Agreement and any exhibits incorporated into this
508
+ Agreement constitute the entire agreement of the parties with
509
+ respect to the subject matter of this Agreement and supersede
510
+ all prior negotiations or documentation exchanged between the
511
+ parties relating to this SDK license. Any additional and/or
512
+ conflicting terms on documents issued by you are null, void,
513
+ and invalid. Any amendment or waiver under this Agreement
514
+ shall be in writing and signed by representatives of both
515
+ parties.
516
+
517
+
518
+ 2. CUDA Toolkit Supplement to Software License Agreement for
519
+ NVIDIA Software Development Kits
520
+ ------------------------------------------------------------
521
+
522
+
523
+ Release date: August 16, 2018
524
+ -----------------------------
525
+
526
+ The terms in this supplement govern your use of the NVIDIA
527
+ CUDA Toolkit SDK under the terms of your license agreement
528
+ (“Agreement”) as modified by this supplement. Capitalized
529
+ terms used but not defined below have the meaning assigned to
530
+ them in the Agreement.
531
+
532
+ This supplement is an exhibit to the Agreement and is
533
+ incorporated as an integral part of the Agreement. In the
534
+ event of conflict between the terms in this supplement and the
535
+ terms in the Agreement, the terms in this supplement govern.
536
+
537
+
538
+ 2.1. License Scope
539
+
540
+ The SDK is licensed for you to develop applications only for
541
+ use in systems with NVIDIA GPUs.
542
+
543
+
544
+ 2.2. Distribution
545
+
546
+ The portions of the SDK that are distributable under the
547
+ Agreement are listed in Attachment A.
548
+
549
+
550
+ 2.3. Operating Systems
551
+
552
+ Those portions of the SDK designed exclusively for use on the
553
+ Linux or FreeBSD operating systems, or other operating systems
554
+ derived from the source code to these operating systems, may
555
+ be copied and redistributed for use in accordance with this
556
+ Agreement, provided that the object code files are not
557
+ modified in any way (except for unzipping of compressed
558
+ files).
559
+
560
+
561
+ 2.4. Audio and Video Encoders and Decoders
562
+
563
+ You acknowledge and agree that it is your sole responsibility
564
+ to obtain any additional third-party licenses required to
565
+ make, have made, use, have used, sell, import, and offer for
566
+ sale your products or services that include or incorporate any
567
+ third-party software and content relating to audio and/or
568
+ video encoders and decoders from, including but not limited
569
+ to, Microsoft, Thomson, Fraunhofer IIS, Sisvel S.p.A.,
570
+ MPEG-LA, and Coding Technologies. NVIDIA does not grant to you
571
+ under this Agreement any necessary patent or other rights with
572
+ respect to any audio and/or video encoders and decoders.
573
+
574
+
575
+ 2.5. Licensing
576
+
577
+ If the distribution terms in this Agreement are not suitable
578
+ for your organization, or for any questions regarding this
579
+ Agreement, please contact NVIDIA at
580
581
+
582
+
583
+ 2.6. Attachment A
584
+
585
+ The following portions of the SDK are distributable under the
586
+ Agreement:
587
+
588
+ Component
589
+
590
+ CUDA Runtime
591
+
592
+ Windows
593
+
594
+ cudart.dll, cudart_static.lib, cudadevrt.lib
595
+
596
+ Mac OSX
597
+
598
+ libcudart.dylib, libcudart_static.a, libcudadevrt.a
599
+
600
+ Linux
601
+
602
+ libcudart.so, libcudart_static.a, libcudadevrt.a
603
+
604
+ Android
605
+
606
+ libcudart.so, libcudart_static.a, libcudadevrt.a
607
+
608
+ Component
609
+
610
+ CUDA FFT Library
611
+
612
+ Windows
613
+
614
+ cufft.dll, cufftw.dll, cufft.lib, cufftw.lib
615
+
616
+ Mac OSX
617
+
618
+ libcufft.dylib, libcufft_static.a, libcufftw.dylib,
619
+ libcufftw_static.a
620
+
621
+ Linux
622
+
623
+ libcufft.so, libcufft_static.a, libcufftw.so,
624
+ libcufftw_static.a
625
+
626
+ Android
627
+
628
+ libcufft.so, libcufft_static.a, libcufftw.so,
629
+ libcufftw_static.a
630
+
631
+ Component
632
+
633
+ CUDA BLAS Library
634
+
635
+ Windows
636
+
637
+ cublas.dll, cublasLt.dll
638
+
639
+ Mac OSX
640
+
641
+ libcublas.dylib, libcublasLt.dylib, libcublas_static.a,
642
+ libcublasLt_static.a
643
+
644
+ Linux
645
+
646
+ libcublas.so, libcublasLt.so, libcublas_static.a,
647
+ libcublasLt_static.a
648
+
649
+ Android
650
+
651
+ libcublas.so, libcublasLt.so, libcublas_static.a,
652
+ libcublasLt_static.a
653
+
654
+ Component
655
+
656
+ NVIDIA "Drop-in" BLAS Library
657
+
658
+ Windows
659
+
660
+ nvblas.dll
661
+
662
+ Mac OSX
663
+
664
+ libnvblas.dylib
665
+
666
+ Linux
667
+
668
+ libnvblas.so
669
+
670
+ Component
671
+
672
+ CUDA Sparse Matrix Library
673
+
674
+ Windows
675
+
676
+ cusparse.dll, cusparse.lib
677
+
678
+ Mac OSX
679
+
680
+ libcusparse.dylib, libcusparse_static.a
681
+
682
+ Linux
683
+
684
+ libcusparse.so, libcusparse_static.a
685
+
686
+ Android
687
+
688
+ libcusparse.so, libcusparse_static.a
689
+
690
+ Component
691
+
692
+ CUDA Linear Solver Library
693
+
694
+ Windows
695
+
696
+ cusolver.dll, cusolver.lib
697
+
698
+ Mac OSX
699
+
700
+ libcusolver.dylib, libcusolver_static.a
701
+
702
+ Linux
703
+
704
+ libcusolver.so, libcusolver_static.a
705
+
706
+ Android
707
+
708
+ libcusolver.so, libcusolver_static.a
709
+
710
+ Component
711
+
712
+ CUDA Random Number Generation Library
713
+
714
+ Windows
715
+
716
+ curand.dll, curand.lib
717
+
718
+ Mac OSX
719
+
720
+ libcurand.dylib, libcurand_static.a
721
+
722
+ Linux
723
+
724
+ libcurand.so, libcurand_static.a
725
+
726
+ Android
727
+
728
+ libcurand.so, libcurand_static.a
729
+
730
+ Component
731
+
732
+ CUDA Accelerated Graph Library
733
+
734
+ Component
735
+
736
+ NVIDIA Performance Primitives Library
737
+
738
+ Windows
739
+
740
+ nppc.dll, nppc.lib, nppial.dll, nppial.lib, nppicc.dll,
741
+ nppicc.lib, nppicom.dll, nppicom.lib, nppidei.dll,
742
+ nppidei.lib, nppif.dll, nppif.lib, nppig.dll, nppig.lib,
743
+ nppim.dll, nppim.lib, nppist.dll, nppist.lib, nppisu.dll,
744
+ nppisu.lib, nppitc.dll, nppitc.lib, npps.dll, npps.lib
745
+
746
+ Mac OSX
747
+
748
+ libnppc.dylib, libnppc_static.a, libnppial.dylib,
749
+ libnppial_static.a, libnppicc.dylib, libnppicc_static.a,
750
+ libnppicom.dylib, libnppicom_static.a, libnppidei.dylib,
751
+ libnppidei_static.a, libnppif.dylib, libnppif_static.a,
752
+ libnppig.dylib, libnppig_static.a, libnppim.dylib,
753
+ libnppisu_static.a, libnppitc.dylib, libnppitc_static.a,
754
+ libnpps.dylib, libnpps_static.a
755
+
756
+ Linux
757
+
758
+ libnppc.so, libnppc_static.a, libnppial.so,
759
+ libnppial_static.a, libnppicc.so, libnppicc_static.a,
760
+ libnppicom.so, libnppicom_static.a, libnppidei.so,
761
+ libnppidei_static.a, libnppif.so, libnppif_static.a
762
+ libnppig.so, libnppig_static.a, libnppim.so,
763
+ libnppim_static.a, libnppist.so, libnppist_static.a,
764
+ libnppisu.so, libnppisu_static.a, libnppitc.so
765
+ libnppitc_static.a, libnpps.so, libnpps_static.a
766
+
767
+ Android
768
+
769
+ libnppc.so, libnppc_static.a, libnppial.so,
770
+ libnppial_static.a, libnppicc.so, libnppicc_static.a,
771
+ libnppicom.so, libnppicom_static.a, libnppidei.so,
772
+ libnppidei_static.a, libnppif.so, libnppif_static.a
773
+ libnppig.so, libnppig_static.a, libnppim.so,
774
+ libnppim_static.a, libnppist.so, libnppist_static.a,
775
+ libnppisu.so, libnppisu_static.a, libnppitc.so
776
+ libnppitc_static.a, libnpps.so, libnpps_static.a
777
+
778
+ Component
779
+
780
+ NVIDIA JPEG Library
781
+
782
+ Linux
783
+
784
+ libnvjpeg.so, libnvjpeg_static.a
785
+
786
+ Component
787
+
788
+ Internal common library required for statically linking to
789
+ cuBLAS, cuSPARSE, cuFFT, cuRAND, nvJPEG and NPP
790
+
791
+ Mac OSX
792
+
793
+ libculibos.a
794
+
795
+ Linux
796
+
797
+ libculibos.a
798
+
799
+ Component
800
+
801
+ NVIDIA Runtime Compilation Library and Header
802
+
803
+ All
804
+
805
+ nvrtc.h
806
+
807
+ Windows
808
+
809
+ nvrtc.dll, nvrtc-builtins.dll
810
+
811
+ Mac OSX
812
+
813
+ libnvrtc.dylib, libnvrtc-builtins.dylib
814
+
815
+ Linux
816
+
817
+ libnvrtc.so, libnvrtc-builtins.so
818
+
819
+ Component
820
+
821
+ NVIDIA Optimizing Compiler Library
822
+
823
+ Windows
824
+
825
+ nvvm.dll
826
+
827
+ Mac OSX
828
+
829
+ libnvvm.dylib
830
+
831
+ Linux
832
+
833
+ libnvvm.so
834
+
835
+ Component
836
+
837
+ NVIDIA Common Device Math Functions Library
838
+
839
+ Windows
840
+
841
+ libdevice.10.bc
842
+
843
+ Mac OSX
844
+
845
+ libdevice.10.bc
846
+
847
+ Linux
848
+
849
+ libdevice.10.bc
850
+
851
+ Component
852
+
853
+ CUDA Occupancy Calculation Header Library
854
+
855
+ All
856
+
857
+ cuda_occupancy.h
858
+
859
+ Component
860
+
861
+ CUDA Half Precision Headers
862
+
863
+ All
864
+
865
+ cuda_fp16.h, cuda_fp16.hpp
866
+
867
+ Component
868
+
869
+ CUDA Profiling Tools Interface (CUPTI) Library
870
+
871
+ Windows
872
+
873
+ cupti.dll
874
+
875
+ Mac OSX
876
+
877
+ libcupti.dylib
878
+
879
+ Linux
880
+
881
+ libcupti.so
882
+
883
+ Component
884
+
885
+ NVIDIA Tools Extension Library
886
+
887
+ Windows
888
+
889
+ nvToolsExt.dll, nvToolsExt.lib
890
+
891
+ Mac OSX
892
+
893
+ libnvToolsExt.dylib
894
+
895
+ Linux
896
+
897
+ libnvToolsExt.so
898
+
899
+ Component
900
+
901
+ NVIDIA CUDA Driver Libraries
902
+
903
+ Linux
904
+
905
+ libcuda.so, libnvidia-fatbinaryloader.so,
906
+ libnvidia-ptxjitcompiler.so
907
+
908
+ The NVIDIA CUDA Driver Libraries are only distributable in
909
+ applications that meet this criteria:
910
+
911
+ 1. The application was developed starting from a NVIDIA CUDA
912
+ container obtained from Docker Hub or the NVIDIA GPU
913
+ Cloud, and
914
+
915
+ 2. The resulting application is packaged as a Docker
916
+ container and distributed to users on Docker Hub or the
917
+ NVIDIA GPU Cloud only.
918
+
919
+
920
+ 2.7. Attachment B
921
+
922
+
923
+ Additional Licensing Obligations
924
+
925
+ The following third party components included in the SOFTWARE
926
+ are licensed to Licensee pursuant to the following terms and
927
+ conditions:
928
+
929
+ 1. Licensee's use of the GDB third party component is
930
+ subject to the terms and conditions of GNU GPL v3:
931
+
932
+ This product includes copyrighted third-party software licensed
933
+ under the terms of the GNU General Public License v3 ("GPL v3").
934
+ All third-party software packages are copyright by their respective
935
+ authors. GPL v3 terms and conditions are hereby incorporated into
936
+ the Agreement by this reference: http://www.gnu.org/licenses/gpl.txt
937
+
938
+ Consistent with these licensing requirements, the software
939
+ listed below is provided under the terms of the specified
940
+ open source software licenses. To obtain source code for
941
+ software provided under licenses that require
942
+ redistribution of source code, including the GNU General
943
+ Public License (GPL) and GNU Lesser General Public License
944
+ (LGPL), contact [email protected]. This offer is
945
+ valid for a period of three (3) years from the date of the
946
+ distribution of this product by NVIDIA CORPORATION.
947
+
948
+ Component License
949
+ CUDA-GDB GPL v3
950
+
951
+ 2. Licensee represents and warrants that any and all third
952
+ party licensing and/or royalty payment obligations in
953
+ connection with Licensee's use of the H.264 video codecs
954
+ are solely the responsibility of Licensee.
955
+
956
+ 3. Licensee's use of the Thrust library is subject to the
957
+ terms and conditions of the Apache License Version 2.0.
958
+ All third-party software packages are copyright by their
959
+ respective authors. Apache License Version 2.0 terms and
960
+ conditions are hereby incorporated into the Agreement by
961
+ this reference.
962
+ http://www.apache.org/licenses/LICENSE-2.0.html
963
+
964
+ In addition, Licensee acknowledges the following notice:
965
+ Thrust includes source code from the Boost Iterator,
966
+ Tuple, System, and Random Number libraries.
967
+
968
+ Boost Software License - Version 1.0 - August 17th, 2003
969
+ . . . .
970
+
971
+ Permission is hereby granted, free of charge, to any person or
972
+ organization obtaining a copy of the software and accompanying
973
+ documentation covered by this license (the "Software") to use,
974
+ reproduce, display, distribute, execute, and transmit the Software,
975
+ and to prepare derivative works of the Software, and to permit
976
+ third-parties to whom the Software is furnished to do so, all
977
+ subject to the following:
978
+
979
+ The copyright notices in the Software and this entire statement,
980
+ including the above license grant, this restriction and the following
981
+ disclaimer, must be included in all copies of the Software, in whole
982
+ or in part, and all derivative works of the Software, unless such
983
+ copies or derivative works are solely in the form of machine-executable
984
+ object code generated by a source language processor.
985
+
986
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
987
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
988
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, TITLE AND
989
+ NON-INFRINGEMENT. IN NO EVENT SHALL THE COPYRIGHT HOLDERS OR
990
+ ANYONE DISTRIBUTING THE SOFTWARE BE LIABLE FOR ANY DAMAGES OR
991
+ OTHER LIABILITY, WHETHER IN CONTRACT, TORT OR OTHERWISE, ARISING
992
+ FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
993
+ OTHER DEALINGS IN THE SOFTWARE.
994
+
995
+ 4. Licensee's use of the LLVM third party component is
996
+ subject to the following terms and conditions:
997
+
998
+ ======================================================
999
+ LLVM Release License
1000
+ ======================================================
1001
+ University of Illinois/NCSA
1002
+ Open Source License
1003
+
1004
+ Copyright (c) 2003-2010 University of Illinois at Urbana-Champaign.
1005
+ All rights reserved.
1006
+
1007
+ Developed by:
1008
+
1009
+ LLVM Team
1010
+
1011
+ University of Illinois at Urbana-Champaign
1012
+
1013
+ http://llvm.org
1014
+
1015
+ Permission is hereby granted, free of charge, to any person obtaining a copy
1016
+ of this software and associated documentation files (the "Software"), to
1017
+ deal with the Software without restriction, including without limitation the
1018
+ rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
1019
+ sell copies of the Software, and to permit persons to whom the Software is
1020
+ furnished to do so, subject to the following conditions:
1021
+
1022
+ * Redistributions of source code must retain the above copyright notice,
1023
+ this list of conditions and the following disclaimers.
1024
+
1025
+ * Redistributions in binary form must reproduce the above copyright
1026
+ notice, this list of conditions and the following disclaimers in the
1027
+ documentation and/or other materials provided with the distribution.
1028
+
1029
+ * Neither the names of the LLVM Team, University of Illinois at Urbana-
1030
+ Champaign, nor the names of its contributors may be used to endorse or
1031
+ promote products derived from this Software without specific prior
1032
+ written permission.
1033
+
1034
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1035
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1036
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
1037
+ THE CONTRIBUTORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR
1038
+ OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
1039
+ ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
1040
+ DEALINGS WITH THE SOFTWARE.
1041
+
1042
+ 5. Licensee's use (e.g. nvprof) of the PCRE third party
1043
+ component is subject to the following terms and
1044
+ conditions:
1045
+
1046
+ ------------
1047
+ PCRE LICENCE
1048
+ ------------
1049
+ PCRE is a library of functions to support regular expressions whose syntax
1050
+ and semantics are as close as possible to those of the Perl 5 language.
1051
+ Release 8 of PCRE is distributed under the terms of the "BSD" licence, as
1052
+ specified below. The documentation for PCRE, supplied in the "doc"
1053
+ directory, is distributed under the same terms as the software itself. The
1054
+ basic library functions are written in C and are freestanding. Also
1055
+ included in the distribution is a set of C++ wrapper functions, and a just-
1056
+ in-time compiler that can be used to optimize pattern matching. These are
1057
+ both optional features that can be omitted when the library is built.
1058
+
1059
+ THE BASIC LIBRARY FUNCTIONS
1060
+ ---------------------------
1061
+ Written by: Philip Hazel
1062
+ Email local part: ph10
1063
+ Email domain: cam.ac.uk
1064
+ University of Cambridge Computing Service,
1065
+ Cambridge, England.
1066
+ Copyright (c) 1997-2012 University of Cambridge
1067
+ All rights reserved.
1068
+
1069
+ PCRE JUST-IN-TIME COMPILATION SUPPORT
1070
+ -------------------------------------
1071
+ Written by: Zoltan Herczeg
1072
+ Email local part: hzmester
1073
+ Emain domain: freemail.hu
1074
+ Copyright(c) 2010-2012 Zoltan Herczeg
1075
+ All rights reserved.
1076
+
1077
+ STACK-LESS JUST-IN-TIME COMPILER
1078
+ --------------------------------
1079
+ Written by: Zoltan Herczeg
1080
+ Email local part: hzmester
1081
+ Emain domain: freemail.hu
1082
+ Copyright(c) 2009-2012 Zoltan Herczeg
1083
+ All rights reserved.
1084
+
1085
+ THE C++ WRAPPER FUNCTIONS
1086
+ -------------------------
1087
+ Contributed by: Google Inc.
1088
+ Copyright (c) 2007-2012, Google Inc.
1089
+ All rights reserved.
1090
+
1091
+ THE "BSD" LICENCE
1092
+ -----------------
1093
+ Redistribution and use in source and binary forms, with or without
1094
+ modification, are permitted provided that the following conditions are met:
1095
+
1096
+ * Redistributions of source code must retain the above copyright notice,
1097
+ this list of conditions and the following disclaimer.
1098
+
1099
+ * Redistributions in binary form must reproduce the above copyright
1100
+ notice, this list of conditions and the following disclaimer in the
1101
+ documentation and/or other materials provided with the distribution.
1102
+
1103
+ * Neither the name of the University of Cambridge nor the name of Google
1104
+ Inc. nor the names of their contributors may be used to endorse or
1105
+ promote products derived from this software without specific prior
1106
+ written permission.
1107
+
1108
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
1109
+ AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
1110
+ IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
1111
+ ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
1112
+ LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
1113
+ CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
1114
+ SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
1115
+ INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
1116
+ CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
1117
+ ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
1118
+ POSSIBILITY OF SUCH DAMAGE.
1119
+
1120
+ 6. Some of the cuBLAS library routines were written by or
1121
+ derived from code written by Vasily Volkov and are subject
1122
+ to the Modified Berkeley Software Distribution License as
1123
+ follows:
1124
+
1125
+ Copyright (c) 2007-2009, Regents of the University of California
1126
+
1127
+ All rights reserved.
1128
+
1129
+ Redistribution and use in source and binary forms, with or without
1130
+ modification, are permitted provided that the following conditions are
1131
+ met:
1132
+ * Redistributions of source code must retain the above copyright
1133
+ notice, this list of conditions and the following disclaimer.
1134
+ * Redistributions in binary form must reproduce the above
1135
+ copyright notice, this list of conditions and the following
1136
+ disclaimer in the documentation and/or other materials provided
1137
+ with the distribution.
1138
+ * Neither the name of the University of California, Berkeley nor
1139
+ the names of its contributors may be used to endorse or promote
1140
+ products derived from this software without specific prior
1141
+ written permission.
1142
+
1143
+ THIS SOFTWARE IS PROVIDED BY THE AUTHOR "AS IS" AND ANY EXPRESS OR
1144
+ IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
1145
+ WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
1146
+ DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT,
1147
+ INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
1148
+ (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
1149
+ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
1150
+ HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
1151
+ STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING
1152
+ IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
1153
+ POSSIBILITY OF SUCH DAMAGE.
1154
+
1155
+ 7. Some of the cuBLAS library routines were written by or
1156
+ derived from code written by Davide Barbieri and are
1157
+ subject to the Modified Berkeley Software Distribution
1158
+ License as follows:
1159
+
1160
+ Copyright (c) 2008-2009 Davide Barbieri @ University of Rome Tor Vergata.
1161
+
1162
+ All rights reserved.
1163
+
1164
+ Redistribution and use in source and binary forms, with or without
1165
+ modification, are permitted provided that the following conditions are
1166
+ met:
1167
+ * Redistributions of source code must retain the above copyright
1168
+ notice, this list of conditions and the following disclaimer.
1169
+ * Redistributions in binary form must reproduce the above
1170
+ copyright notice, this list of conditions and the following
1171
+ disclaimer in the documentation and/or other materials provided
1172
+ with the distribution.
1173
+ * The name of the author may not be used to endorse or promote
1174
+ products derived from this software without specific prior
1175
+ written permission.
1176
+
1177
+ THIS SOFTWARE IS PROVIDED BY THE AUTHOR "AS IS" AND ANY EXPRESS OR
1178
+ IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
1179
+ WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
1180
+ DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT,
1181
+ INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
1182
+ (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
1183
+ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
1184
+ HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
1185
+ STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING
1186
+ IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
1187
+ POSSIBILITY OF SUCH DAMAGE.
1188
+
1189
+ 8. Some of the cuBLAS library routines were derived from
1190
+ code developed by the University of Tennessee and are
1191
+ subject to the Modified Berkeley Software Distribution
1192
+ License as follows:
1193
+
1194
+ Copyright (c) 2010 The University of Tennessee.
1195
+
1196
+ All rights reserved.
1197
+
1198
+ Redistribution and use in source and binary forms, with or without
1199
+ modification, are permitted provided that the following conditions are
1200
+ met:
1201
+ * Redistributions of source code must retain the above copyright
1202
+ notice, this list of conditions and the following disclaimer.
1203
+ * Redistributions in binary form must reproduce the above
1204
+ copyright notice, this list of conditions and the following
1205
+ disclaimer listed in this license in the documentation and/or
1206
+ other materials provided with the distribution.
1207
+ * Neither the name of the copyright holders nor the names of its
1208
+ contributors may be used to endorse or promote products derived
1209
+ from this software without specific prior written permission.
1210
+
1211
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
1212
+ "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
1213
+ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
1214
+ A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
1215
+ OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
1216
+ SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
1217
+ LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
1218
+ DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
1219
+ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
1220
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
1221
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1222
+
1223
+ 9. Some of the cuBLAS library routines were written by or
1224
+ derived from code written by Jonathan Hogg and are subject
1225
+ to the Modified Berkeley Software Distribution License as
1226
+ follows:
1227
+
1228
+ Copyright (c) 2012, The Science and Technology Facilities Council (STFC).
1229
+
1230
+ All rights reserved.
1231
+
1232
+ Redistribution and use in source and binary forms, with or without
1233
+ modification, are permitted provided that the following conditions are
1234
+ met:
1235
+ * Redistributions of source code must retain the above copyright
1236
+ notice, this list of conditions and the following disclaimer.
1237
+ * Redistributions in binary form must reproduce the above
1238
+ copyright notice, this list of conditions and the following
1239
+ disclaimer in the documentation and/or other materials provided
1240
+ with the distribution.
1241
+ * Neither the name of the STFC nor the names of its contributors
1242
+ may be used to endorse or promote products derived from this
1243
+ software without specific prior written permission.
1244
+
1245
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
1246
+ "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
1247
+ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
1248
+ A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE STFC BE
1249
+ LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
1250
+ CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
1251
+ SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
1252
+ BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
1253
+ WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE
1254
+ OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN
1255
+ IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1256
+
1257
+ 10. Some of the cuBLAS library routines were written by or
1258
+ derived from code written by Ahmad M. Abdelfattah, David
1259
+ Keyes, and Hatem Ltaief, and are subject to the Apache
1260
+ License, Version 2.0, as follows:
1261
+
1262
+ -- (C) Copyright 2013 King Abdullah University of Science and Technology
1263
+ Authors:
1264
+ Ahmad Abdelfattah ([email protected])
1265
+ David Keyes ([email protected])
1266
+ Hatem Ltaief ([email protected])
1267
+
1268
+ Redistribution and use in source and binary forms, with or without
1269
+ modification, are permitted provided that the following conditions
1270
+ are met:
1271
+
1272
+ * Redistributions of source code must retain the above copyright
1273
+ notice, this list of conditions and the following disclaimer.
1274
+ * Redistributions in binary form must reproduce the above copyright
1275
+ notice, this list of conditions and the following disclaimer in the
1276
+ documentation and/or other materials provided with the distribution.
1277
+ * Neither the name of the King Abdullah University of Science and
1278
+ Technology nor the names of its contributors may be used to endorse
1279
+ or promote products derived from this software without specific prior
1280
+ written permission.
1281
+
1282
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
1283
+ ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
1284
+ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
1285
+ A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
1286
+ HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
1287
+ SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
1288
+ LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
1289
+ DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
1290
+ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
1291
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
1292
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE
1293
+
1294
+ 11. Some of the cuSPARSE library routines were written by or
1295
+ derived from code written by Li-Wen Chang and are subject
1296
+ to the NCSA Open Source License as follows:
1297
+
1298
+ Copyright (c) 2012, University of Illinois.
1299
+
1300
+ All rights reserved.
1301
+
1302
+ Developed by: IMPACT Group, University of Illinois, http://impact.crhc.illinois.edu
1303
+
1304
+ Permission is hereby granted, free of charge, to any person obtaining
1305
+ a copy of this software and associated documentation files (the
1306
+ "Software"), to deal with the Software without restriction, including
1307
+ without limitation the rights to use, copy, modify, merge, publish,
1308
+ distribute, sublicense, and/or sell copies of the Software, and to
1309
+ permit persons to whom the Software is furnished to do so, subject to
1310
+ the following conditions:
1311
+ * Redistributions of source code must retain the above copyright
1312
+ notice, this list of conditions and the following disclaimer.
1313
+ * Redistributions in binary form must reproduce the above
1314
+ copyright notice, this list of conditions and the following
1315
+ disclaimers in the documentation and/or other materials provided
1316
+ with the distribution.
1317
+ * Neither the names of IMPACT Group, University of Illinois, nor
1318
+ the names of its contributors may be used to endorse or promote
1319
+ products derived from this Software without specific prior
1320
+ written permission.
1321
+
1322
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
1323
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1324
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
1325
+ NONINFRINGEMENT. IN NO EVENT SHALL THE CONTRIBUTORS OR COPYRIGHT
1326
+ HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
1327
+ IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
1328
+ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS WITH THE
1329
+ SOFTWARE.
1330
+
1331
+ 12. Some of the cuRAND library routines were written by or
1332
+ derived from code written by Mutsuo Saito and Makoto
1333
+ Matsumoto and are subject to the following license:
1334
+
1335
+ Copyright (c) 2009, 2010 Mutsuo Saito, Makoto Matsumoto and Hiroshima
1336
+ University. All rights reserved.
1337
+
1338
+ Copyright (c) 2011 Mutsuo Saito, Makoto Matsumoto, Hiroshima
1339
+ University and University of Tokyo. All rights reserved.
1340
+
1341
+ Redistribution and use in source and binary forms, with or without
1342
+ modification, are permitted provided that the following conditions are
1343
+ met:
1344
+ * Redistributions of source code must retain the above copyright
1345
+ notice, this list of conditions and the following disclaimer.
1346
+ * Redistributions in binary form must reproduce the above
1347
+ copyright notice, this list of conditions and the following
1348
+ disclaimer in the documentation and/or other materials provided
1349
+ with the distribution.
1350
+ * Neither the name of the Hiroshima University nor the names of
1351
+ its contributors may be used to endorse or promote products
1352
+ derived from this software without specific prior written
1353
+ permission.
1354
+
1355
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
1356
+ "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
1357
+ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
1358
+ A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
1359
+ OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
1360
+ SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
1361
+ LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
1362
+ DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
1363
+ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
1364
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
1365
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1366
+
1367
+ 13. Some of the cuRAND library routines were derived from
1368
+ code developed by D. E. Shaw Research and are subject to
1369
+ the following license:
1370
+
1371
+ Copyright 2010-2011, D. E. Shaw Research.
1372
+
1373
+ All rights reserved.
1374
+
1375
+ Redistribution and use in source and binary forms, with or without
1376
+ modification, are permitted provided that the following conditions are
1377
+ met:
1378
+ * Redistributions of source code must retain the above copyright
1379
+ notice, this list of conditions, and the following disclaimer.
1380
+ * Redistributions in binary form must reproduce the above
1381
+ copyright notice, this list of conditions, and the following
1382
+ disclaimer in the documentation and/or other materials provided
1383
+ with the distribution.
1384
+ * Neither the name of D. E. Shaw Research nor the names of its
1385
+ contributors may be used to endorse or promote products derived
1386
+ from this software without specific prior written permission.
1387
+
1388
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
1389
+ "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
1390
+ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
1391
+ A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
1392
+ OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
1393
+ SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
1394
+ LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
1395
+ DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
1396
+ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
1397
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
1398
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1399
+
1400
+ 14. Some of the Math library routines were written by or
1401
+ derived from code developed by Norbert Juffa and are
1402
+ subject to the following license:
1403
+
1404
+ Copyright (c) 2015-2017, Norbert Juffa
1405
+ All rights reserved.
1406
+
1407
+ Redistribution and use in source and binary forms, with or without
1408
+ modification, are permitted provided that the following conditions
1409
+ are met:
1410
+
1411
+ 1. Redistributions of source code must retain the above copyright
1412
+ notice, this list of conditions and the following disclaimer.
1413
+
1414
+ 2. Redistributions in binary form must reproduce the above copyright
1415
+ notice, this list of conditions and the following disclaimer in the
1416
+ documentation and/or other materials provided with the distribution.
1417
+
1418
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
1419
+ "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
1420
+ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
1421
+ A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
1422
+ HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
1423
+ SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
1424
+ LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
1425
+ DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
1426
+ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
1427
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
1428
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1429
+
1430
+ 15. Licensee's use of the lz4 third party component is
1431
+ subject to the following terms and conditions:
1432
+
1433
+ Copyright (C) 2011-2013, Yann Collet.
1434
+ BSD 2-Clause License (http://www.opensource.org/licenses/bsd-license.php)
1435
+
1436
+ Redistribution and use in source and binary forms, with or without
1437
+ modification, are permitted provided that the following conditions are
1438
+ met:
1439
+
1440
+ * Redistributions of source code must retain the above copyright
1441
+ notice, this list of conditions and the following disclaimer.
1442
+ * Redistributions in binary form must reproduce the above
1443
+ copyright notice, this list of conditions and the following disclaimer
1444
+ in the documentation and/or other materials provided with the
1445
+ distribution.
1446
+
1447
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
1448
+ "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
1449
+ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
1450
+ A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
1451
+ OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
1452
+ SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
1453
+ LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
1454
+ DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
1455
+ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
1456
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
1457
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1458
+
1459
+ 16. The NPP library uses code from the Boost Math Toolkit,
1460
+ and is subject to the following license:
1461
+
1462
+ Boost Software License - Version 1.0 - August 17th, 2003
1463
+ . . . .
1464
+
1465
+ Permission is hereby granted, free of charge, to any person or
1466
+ organization obtaining a copy of the software and accompanying
1467
+ documentation covered by this license (the "Software") to use,
1468
+ reproduce, display, distribute, execute, and transmit the Software,
1469
+ and to prepare derivative works of the Software, and to permit
1470
+ third-parties to whom the Software is furnished to do so, all
1471
+ subject to the following:
1472
+
1473
+ The copyright notices in the Software and this entire statement,
1474
+ including the above license grant, this restriction and the following
1475
+ disclaimer, must be included in all copies of the Software, in whole
1476
+ or in part, and all derivative works of the Software, unless such
1477
+ copies or derivative works are solely in the form of machine-executable
1478
+ object code generated by a source language processor.
1479
+
1480
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
1481
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1482
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, TITLE AND
1483
+ NON-INFRINGEMENT. IN NO EVENT SHALL THE COPYRIGHT HOLDERS OR
1484
+ ANYONE DISTRIBUTING THE SOFTWARE BE LIABLE FOR ANY DAMAGES OR
1485
+ OTHER LIABILITY, WHETHER IN CONTRACT, TORT OR OTHERWISE, ARISING
1486
+ FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
1487
+ OTHER DEALINGS IN THE SOFTWARE.
1488
+
1489
+ 17. Portions of the Nsight Eclipse Edition is subject to the
1490
+ following license:
1491
+
1492
+ The Eclipse Foundation makes available all content in this plug-in
1493
+ ("Content"). Unless otherwise indicated below, the Content is provided
1494
+ to you under the terms and conditions of the Eclipse Public License
1495
+ Version 1.0 ("EPL"). A copy of the EPL is available at http://
1496
+ www.eclipse.org/legal/epl-v10.html. For purposes of the EPL, "Program"
1497
+ will mean the Content.
1498
+
1499
+ If you did not receive this Content directly from the Eclipse
1500
+ Foundation, the Content is being redistributed by another party
1501
+ ("Redistributor") and different terms and conditions may apply to your
1502
+ use of any object code in the Content. Check the Redistributor's
1503
+ license that was provided with the Content. If no such license exists,
1504
+ contact the Redistributor. Unless otherwise indicated below, the terms
1505
+ and conditions of the EPL still apply to any source code in the
1506
+ Content and such source code may be obtained at http://www.eclipse.org.
1507
+
1508
+ 18. Some of the cuBLAS library routines uses code from
1509
+ OpenAI, which is subject to the following license:
1510
+
1511
+ License URL
1512
+ https://github.com/openai/openai-gemm/blob/master/LICENSE
1513
+
1514
+ License Text
1515
+ The MIT License
1516
+
1517
+ Copyright (c) 2016 OpenAI (http://openai.com), 2016 Google Inc.
1518
+
1519
+ Permission is hereby granted, free of charge, to any person obtaining a copy
1520
+ of this software and associated documentation files (the "Software"), to deal
1521
+ in the Software without restriction, including without limitation the rights
1522
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1523
+ copies of the Software, and to permit persons to whom the Software is
1524
+ furnished to do so, subject to the following conditions:
1525
+
1526
+ The above copyright notice and this permission notice shall be included in
1527
+ all copies or substantial portions of the Software.
1528
+
1529
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1530
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1531
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1532
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1533
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1534
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1535
+ THE SOFTWARE.
1536
+
1537
+ 19. Licensee's use of the Visual Studio Setup Configuration
1538
+ Samples is subject to the following license:
1539
+
1540
+ The MIT License (MIT)
1541
+ Copyright (C) Microsoft Corporation. All rights reserved.
1542
+
1543
+ Permission is hereby granted, free of charge, to any person
1544
+ obtaining a copy of this software and associated documentation
1545
+ files (the "Software"), to deal in the Software without restriction,
1546
+ including without limitation the rights to use, copy, modify, merge,
1547
+ publish, distribute, sublicense, and/or sell copies of the Software,
1548
+ and to permit persons to whom the Software is furnished to do so,
1549
+ subject to the following conditions:
1550
+
1551
+ The above copyright notice and this permission notice shall be included
1552
+ in all copies or substantial portions of the Software.
1553
+
1554
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
1555
+ OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1556
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1557
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1558
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1559
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1560
+
1561
+ 20. Licensee's use of linmath.h header for CPU functions for
1562
+ GL vector/matrix operations from lunarG is subject to the
1563
+ Apache License Version 2.0.
1564
+
1565
+ 21. The DX12-CUDA sample uses the d3dx12.h header, which is
1566
+ subject to the MIT license .
1567
+
1568
+ -----------------
env-llmeval/lib/python3.10/site-packages/nvidia_cusparse_cu12-12.1.0.106.dist-info/METADATA ADDED
@@ -0,0 +1,36 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ Metadata-Version: 2.1
2
+ Name: nvidia-cusparse-cu12
3
+ Version: 12.1.0.106
4
+ Summary: CUSPARSE native runtime libraries
5
+ Home-page: https://developer.nvidia.com/cuda-zone
6
+ Author: Nvidia CUDA Installer Team
7
+ Author-email: [email protected]
8
+ License: NVIDIA Proprietary Software
9
+ Keywords: cuda,nvidia,runtime,machine learning,deep learning
10
+ Classifier: Development Status :: 4 - Beta
11
+ Classifier: Intended Audience :: Developers
12
+ Classifier: Intended Audience :: Education
13
+ Classifier: Intended Audience :: Science/Research
14
+ Classifier: License :: Other/Proprietary License
15
+ Classifier: Natural Language :: English
16
+ Classifier: Programming Language :: Python :: 3
17
+ Classifier: Programming Language :: Python :: 3.5
18
+ Classifier: Programming Language :: Python :: 3.6
19
+ Classifier: Programming Language :: Python :: 3.7
20
+ Classifier: Programming Language :: Python :: 3.8
21
+ Classifier: Programming Language :: Python :: 3.9
22
+ Classifier: Programming Language :: Python :: 3.10
23
+ Classifier: Programming Language :: Python :: 3.11
24
+ Classifier: Programming Language :: Python :: 3 :: Only
25
+ Classifier: Topic :: Scientific/Engineering
26
+ Classifier: Topic :: Scientific/Engineering :: Mathematics
27
+ Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
28
+ Classifier: Topic :: Software Development
29
+ Classifier: Topic :: Software Development :: Libraries
30
+ Classifier: Operating System :: Microsoft :: Windows
31
+ Classifier: Operating System :: POSIX :: Linux
32
+ Requires-Python: >=3
33
+ License-File: License.txt
34
+ Requires-Dist: nvidia-nvjitlink-cu12
35
+
36
+ CUSPARSE native runtime libraries
env-llmeval/lib/python3.10/site-packages/nvidia_cusparse_cu12-12.1.0.106.dist-info/RECORD ADDED
@@ -0,0 +1,17 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ nvidia/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
2
+ nvidia/__pycache__/__init__.cpython-310.pyc,,
3
+ nvidia/cusparse/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
4
+ nvidia/cusparse/__pycache__/__init__.cpython-310.pyc,,
5
+ nvidia/cusparse/include/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
6
+ nvidia/cusparse/include/__pycache__/__init__.cpython-310.pyc,,
7
+ nvidia/cusparse/include/cusparse.h,sha256=yhV9iTcEW9XEyhaJmX4iddh_cMb8sfNAy6qva5ae4qw,287290
8
+ nvidia/cusparse/include/cusparse_v2.h,sha256=jkH2A9hYc-TEF0vuQ_SurbhPNEHkYGUIRuxKXhFAqnw,2587
9
+ nvidia/cusparse/lib/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
10
+ nvidia/cusparse/lib/__pycache__/__init__.cpython-310.pyc,,
11
+ nvidia/cusparse/lib/libcusparse.so.12,sha256=UARmovVZ3mIqcbuSDT0pI-aRNSRXR6J0LuE-3_C6YIU,264876688
12
+ nvidia_cusparse_cu12-12.1.0.106.dist-info/INSTALLER,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4
13
+ nvidia_cusparse_cu12-12.1.0.106.dist-info/License.txt,sha256=rW9YU_ugyg0VnQ9Y1JrkmDDC-Mk_epJki5zpCttMbM0,59262
14
+ nvidia_cusparse_cu12-12.1.0.106.dist-info/METADATA,sha256=XpBtE4L1lFCx7gDu7Klx9dijNWQW26PS3fcOGjNIsXg,1550
15
+ nvidia_cusparse_cu12-12.1.0.106.dist-info/RECORD,,
16
+ nvidia_cusparse_cu12-12.1.0.106.dist-info/WHEEL,sha256=-kQi_VMfvRQozZJT7HUPMfY-5vLo0LVTmAylNJ3Ft98,106
17
+ nvidia_cusparse_cu12-12.1.0.106.dist-info/top_level.txt,sha256=fTkAtiFuL16nUrB9ytDDtpytz2t0B4NvYTnRzwAhO14,7
env-llmeval/lib/python3.10/site-packages/nvidia_cusparse_cu12-12.1.0.106.dist-info/WHEEL ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ Wheel-Version: 1.0
2
+ Generator: bdist_wheel (0.37.1)
3
+ Root-Is-Purelib: true
4
+ Tag: py3-none-manylinux1_x86_64
5
+
env-llmeval/lib/python3.10/site-packages/nvidia_cusparse_cu12-12.1.0.106.dist-info/top_level.txt ADDED
@@ -0,0 +1 @@
 
 
1
+ nvidia
env-llmeval/lib/python3.10/site-packages/scipy/constants/__init__.py ADDED
@@ -0,0 +1,347 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ r"""
2
+ ==================================
3
+ Constants (:mod:`scipy.constants`)
4
+ ==================================
5
+
6
+ .. currentmodule:: scipy.constants
7
+
8
+ Physical and mathematical constants and units.
9
+
10
+
11
+ Mathematical constants
12
+ ======================
13
+
14
+ ================ =================================================================
15
+ ``pi`` Pi
16
+ ``golden`` Golden ratio
17
+ ``golden_ratio`` Golden ratio
18
+ ================ =================================================================
19
+
20
+
21
+ Physical constants
22
+ ==================
23
+
24
+ =========================== =================================================================
25
+ ``c`` speed of light in vacuum
26
+ ``speed_of_light`` speed of light in vacuum
27
+ ``mu_0`` the magnetic constant :math:`\mu_0`
28
+ ``epsilon_0`` the electric constant (vacuum permittivity), :math:`\epsilon_0`
29
+ ``h`` the Planck constant :math:`h`
30
+ ``Planck`` the Planck constant :math:`h`
31
+ ``hbar`` :math:`\hbar = h/(2\pi)`
32
+ ``G`` Newtonian constant of gravitation
33
+ ``gravitational_constant`` Newtonian constant of gravitation
34
+ ``g`` standard acceleration of gravity
35
+ ``e`` elementary charge
36
+ ``elementary_charge`` elementary charge
37
+ ``R`` molar gas constant
38
+ ``gas_constant`` molar gas constant
39
+ ``alpha`` fine-structure constant
40
+ ``fine_structure`` fine-structure constant
41
+ ``N_A`` Avogadro constant
42
+ ``Avogadro`` Avogadro constant
43
+ ``k`` Boltzmann constant
44
+ ``Boltzmann`` Boltzmann constant
45
+ ``sigma`` Stefan-Boltzmann constant :math:`\sigma`
46
+ ``Stefan_Boltzmann`` Stefan-Boltzmann constant :math:`\sigma`
47
+ ``Wien`` Wien displacement law constant
48
+ ``Rydberg`` Rydberg constant
49
+ ``m_e`` electron mass
50
+ ``electron_mass`` electron mass
51
+ ``m_p`` proton mass
52
+ ``proton_mass`` proton mass
53
+ ``m_n`` neutron mass
54
+ ``neutron_mass`` neutron mass
55
+ =========================== =================================================================
56
+
57
+
58
+ Constants database
59
+ ------------------
60
+
61
+ In addition to the above variables, :mod:`scipy.constants` also contains the
62
+ 2018 CODATA recommended values [CODATA2018]_ database containing more physical
63
+ constants.
64
+
65
+ .. autosummary::
66
+ :toctree: generated/
67
+
68
+ value -- Value in physical_constants indexed by key
69
+ unit -- Unit in physical_constants indexed by key
70
+ precision -- Relative precision in physical_constants indexed by key
71
+ find -- Return list of physical_constant keys with a given string
72
+ ConstantWarning -- Constant sought not in newest CODATA data set
73
+
74
+ .. data:: physical_constants
75
+
76
+ Dictionary of physical constants, of the format
77
+ ``physical_constants[name] = (value, unit, uncertainty)``.
78
+
79
+ Available constants:
80
+
81
+ ====================================================================== ====
82
+ %(constant_names)s
83
+ ====================================================================== ====
84
+
85
+
86
+ Units
87
+ =====
88
+
89
+ SI prefixes
90
+ -----------
91
+
92
+ ============ =================================================================
93
+ ``quetta`` :math:`10^{30}`
94
+ ``ronna`` :math:`10^{27}`
95
+ ``yotta`` :math:`10^{24}`
96
+ ``zetta`` :math:`10^{21}`
97
+ ``exa`` :math:`10^{18}`
98
+ ``peta`` :math:`10^{15}`
99
+ ``tera`` :math:`10^{12}`
100
+ ``giga`` :math:`10^{9}`
101
+ ``mega`` :math:`10^{6}`
102
+ ``kilo`` :math:`10^{3}`
103
+ ``hecto`` :math:`10^{2}`
104
+ ``deka`` :math:`10^{1}`
105
+ ``deci`` :math:`10^{-1}`
106
+ ``centi`` :math:`10^{-2}`
107
+ ``milli`` :math:`10^{-3}`
108
+ ``micro`` :math:`10^{-6}`
109
+ ``nano`` :math:`10^{-9}`
110
+ ``pico`` :math:`10^{-12}`
111
+ ``femto`` :math:`10^{-15}`
112
+ ``atto`` :math:`10^{-18}`
113
+ ``zepto`` :math:`10^{-21}`
114
+ ``yocto`` :math:`10^{-24}`
115
+ ``ronto`` :math:`10^{-27}`
116
+ ``quecto`` :math:`10^{-30}`
117
+ ============ =================================================================
118
+
119
+ Binary prefixes
120
+ ---------------
121
+
122
+ ============ =================================================================
123
+ ``kibi`` :math:`2^{10}`
124
+ ``mebi`` :math:`2^{20}`
125
+ ``gibi`` :math:`2^{30}`
126
+ ``tebi`` :math:`2^{40}`
127
+ ``pebi`` :math:`2^{50}`
128
+ ``exbi`` :math:`2^{60}`
129
+ ``zebi`` :math:`2^{70}`
130
+ ``yobi`` :math:`2^{80}`
131
+ ============ =================================================================
132
+
133
+ Mass
134
+ ----
135
+
136
+ ================= ============================================================
137
+ ``gram`` :math:`10^{-3}` kg
138
+ ``metric_ton`` :math:`10^{3}` kg
139
+ ``grain`` one grain in kg
140
+ ``lb`` one pound (avoirdupous) in kg
141
+ ``pound`` one pound (avoirdupous) in kg
142
+ ``blob`` one inch version of a slug in kg (added in 1.0.0)
143
+ ``slinch`` one inch version of a slug in kg (added in 1.0.0)
144
+ ``slug`` one slug in kg (added in 1.0.0)
145
+ ``oz`` one ounce in kg
146
+ ``ounce`` one ounce in kg
147
+ ``stone`` one stone in kg
148
+ ``grain`` one grain in kg
149
+ ``long_ton`` one long ton in kg
150
+ ``short_ton`` one short ton in kg
151
+ ``troy_ounce`` one Troy ounce in kg
152
+ ``troy_pound`` one Troy pound in kg
153
+ ``carat`` one carat in kg
154
+ ``m_u`` atomic mass constant (in kg)
155
+ ``u`` atomic mass constant (in kg)
156
+ ``atomic_mass`` atomic mass constant (in kg)
157
+ ================= ============================================================
158
+
159
+ Angle
160
+ -----
161
+
162
+ ================= ============================================================
163
+ ``degree`` degree in radians
164
+ ``arcmin`` arc minute in radians
165
+ ``arcminute`` arc minute in radians
166
+ ``arcsec`` arc second in radians
167
+ ``arcsecond`` arc second in radians
168
+ ================= ============================================================
169
+
170
+
171
+ Time
172
+ ----
173
+
174
+ ================= ============================================================
175
+ ``minute`` one minute in seconds
176
+ ``hour`` one hour in seconds
177
+ ``day`` one day in seconds
178
+ ``week`` one week in seconds
179
+ ``year`` one year (365 days) in seconds
180
+ ``Julian_year`` one Julian year (365.25 days) in seconds
181
+ ================= ============================================================
182
+
183
+
184
+ Length
185
+ ------
186
+
187
+ ===================== ============================================================
188
+ ``inch`` one inch in meters
189
+ ``foot`` one foot in meters
190
+ ``yard`` one yard in meters
191
+ ``mile`` one mile in meters
192
+ ``mil`` one mil in meters
193
+ ``pt`` one point in meters
194
+ ``point`` one point in meters
195
+ ``survey_foot`` one survey foot in meters
196
+ ``survey_mile`` one survey mile in meters
197
+ ``nautical_mile`` one nautical mile in meters
198
+ ``fermi`` one Fermi in meters
199
+ ``angstrom`` one Angstrom in meters
200
+ ``micron`` one micron in meters
201
+ ``au`` one astronomical unit in meters
202
+ ``astronomical_unit`` one astronomical unit in meters
203
+ ``light_year`` one light year in meters
204
+ ``parsec`` one parsec in meters
205
+ ===================== ============================================================
206
+
207
+ Pressure
208
+ --------
209
+
210
+ ================= ============================================================
211
+ ``atm`` standard atmosphere in pascals
212
+ ``atmosphere`` standard atmosphere in pascals
213
+ ``bar`` one bar in pascals
214
+ ``torr`` one torr (mmHg) in pascals
215
+ ``mmHg`` one torr (mmHg) in pascals
216
+ ``psi`` one psi in pascals
217
+ ================= ============================================================
218
+
219
+ Area
220
+ ----
221
+
222
+ ================= ============================================================
223
+ ``hectare`` one hectare in square meters
224
+ ``acre`` one acre in square meters
225
+ ================= ============================================================
226
+
227
+
228
+ Volume
229
+ ------
230
+
231
+ =================== ========================================================
232
+ ``liter`` one liter in cubic meters
233
+ ``litre`` one liter in cubic meters
234
+ ``gallon`` one gallon (US) in cubic meters
235
+ ``gallon_US`` one gallon (US) in cubic meters
236
+ ``gallon_imp`` one gallon (UK) in cubic meters
237
+ ``fluid_ounce`` one fluid ounce (US) in cubic meters
238
+ ``fluid_ounce_US`` one fluid ounce (US) in cubic meters
239
+ ``fluid_ounce_imp`` one fluid ounce (UK) in cubic meters
240
+ ``bbl`` one barrel in cubic meters
241
+ ``barrel`` one barrel in cubic meters
242
+ =================== ========================================================
243
+
244
+ Speed
245
+ -----
246
+
247
+ ================== ==========================================================
248
+ ``kmh`` kilometers per hour in meters per second
249
+ ``mph`` miles per hour in meters per second
250
+ ``mach`` one Mach (approx., at 15 C, 1 atm) in meters per second
251
+ ``speed_of_sound`` one Mach (approx., at 15 C, 1 atm) in meters per second
252
+ ``knot`` one knot in meters per second
253
+ ================== ==========================================================
254
+
255
+
256
+ Temperature
257
+ -----------
258
+
259
+ ===================== =======================================================
260
+ ``zero_Celsius`` zero of Celsius scale in Kelvin
261
+ ``degree_Fahrenheit`` one Fahrenheit (only differences) in Kelvins
262
+ ===================== =======================================================
263
+
264
+ .. autosummary::
265
+ :toctree: generated/
266
+
267
+ convert_temperature
268
+
269
+ Energy
270
+ ------
271
+
272
+ ==================== =======================================================
273
+ ``eV`` one electron volt in Joules
274
+ ``electron_volt`` one electron volt in Joules
275
+ ``calorie`` one calorie (thermochemical) in Joules
276
+ ``calorie_th`` one calorie (thermochemical) in Joules
277
+ ``calorie_IT`` one calorie (International Steam Table calorie, 1956) in Joules
278
+ ``erg`` one erg in Joules
279
+ ``Btu`` one British thermal unit (International Steam Table) in Joules
280
+ ``Btu_IT`` one British thermal unit (International Steam Table) in Joules
281
+ ``Btu_th`` one British thermal unit (thermochemical) in Joules
282
+ ``ton_TNT`` one ton of TNT in Joules
283
+ ==================== =======================================================
284
+
285
+ Power
286
+ -----
287
+
288
+ ==================== =======================================================
289
+ ``hp`` one horsepower in watts
290
+ ``horsepower`` one horsepower in watts
291
+ ==================== =======================================================
292
+
293
+ Force
294
+ -----
295
+
296
+ ==================== =======================================================
297
+ ``dyn`` one dyne in newtons
298
+ ``dyne`` one dyne in newtons
299
+ ``lbf`` one pound force in newtons
300
+ ``pound_force`` one pound force in newtons
301
+ ``kgf`` one kilogram force in newtons
302
+ ``kilogram_force`` one kilogram force in newtons
303
+ ==================== =======================================================
304
+
305
+ Optics
306
+ ------
307
+
308
+ .. autosummary::
309
+ :toctree: generated/
310
+
311
+ lambda2nu
312
+ nu2lambda
313
+
314
+ References
315
+ ==========
316
+
317
+ .. [CODATA2018] CODATA Recommended Values of the Fundamental
318
+ Physical Constants 2018.
319
+
320
+ https://physics.nist.gov/cuu/Constants/
321
+
322
+ """ # noqa: E501
323
+ # Modules contributed by BasSw ([email protected])
324
+ from ._codata import *
325
+ from ._constants import *
326
+ from ._codata import _obsolete_constants, physical_constants
327
+
328
+ # Deprecated namespaces, to be removed in v2.0.0
329
+ from . import codata, constants
330
+
331
+ _constant_names_list = [(_k.lower(), _k, _v)
332
+ for _k, _v in physical_constants.items()
333
+ if _k not in _obsolete_constants]
334
+ _constant_names = "\n".join(["``{}``{} {} {}".format(_x[1], " "*(66-len(_x[1])),
335
+ _x[2][0], _x[2][1])
336
+ for _x in sorted(_constant_names_list)])
337
+ if __doc__:
338
+ __doc__ = __doc__ % dict(constant_names=_constant_names)
339
+
340
+ del _constant_names
341
+ del _constant_names_list
342
+
343
+ __all__ = [s for s in dir() if not s.startswith('_')]
344
+
345
+ from scipy._lib._testutils import PytestTester
346
+ test = PytestTester(__name__)
347
+ del PytestTester
env-llmeval/lib/python3.10/site-packages/scipy/constants/__pycache__/__init__.cpython-310.pyc ADDED
Binary file (12.6 kB). View file
 
env-llmeval/lib/python3.10/site-packages/scipy/constants/__pycache__/_codata.cpython-310.pyc ADDED
Binary file (154 kB). View file
 
env-llmeval/lib/python3.10/site-packages/scipy/constants/__pycache__/_constants.cpython-310.pyc ADDED
Binary file (8.7 kB). View file
 
env-llmeval/lib/python3.10/site-packages/scipy/constants/__pycache__/codata.cpython-310.pyc ADDED
Binary file (811 Bytes). View file
 
env-llmeval/lib/python3.10/site-packages/scipy/constants/__pycache__/constants.cpython-310.pyc ADDED
Binary file (1.88 kB). View file
 
env-llmeval/lib/python3.10/site-packages/scipy/constants/_codata.py ADDED
The diff for this file is too large to render. See raw diff
 
env-llmeval/lib/python3.10/site-packages/scipy/constants/_constants.py ADDED
@@ -0,0 +1,362 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ """
2
+ Collection of physical constants and conversion factors.
3
+
4
+ Most constants are in SI units, so you can do
5
+ print '10 mile per minute is', 10*mile/minute, 'm/s or', 10*mile/(minute*knot), 'knots'
6
+
7
+ The list is not meant to be comprehensive, but just convenient for everyday use.
8
+ """
9
+
10
+ from __future__ import annotations
11
+
12
+ import math as _math
13
+ from typing import TYPE_CHECKING, Any
14
+
15
+ from ._codata import value as _cd
16
+ import numpy as _np
17
+
18
+ if TYPE_CHECKING:
19
+ import numpy.typing as npt
20
+
21
+ """
22
+ BasSw 2006
23
+ physical constants: imported from CODATA
24
+ unit conversion: see e.g., NIST special publication 811
25
+ Use at own risk: double-check values before calculating your Mars orbit-insertion burn.
26
+ Some constants exist in a few variants, which are marked with suffixes.
27
+ The ones without any suffix should be the most common ones.
28
+ """
29
+
30
+ __all__ = [
31
+ 'Avogadro', 'Boltzmann', 'Btu', 'Btu_IT', 'Btu_th', 'G',
32
+ 'Julian_year', 'N_A', 'Planck', 'R', 'Rydberg',
33
+ 'Stefan_Boltzmann', 'Wien', 'acre', 'alpha',
34
+ 'angstrom', 'arcmin', 'arcminute', 'arcsec',
35
+ 'arcsecond', 'astronomical_unit', 'atm',
36
+ 'atmosphere', 'atomic_mass', 'atto', 'au', 'bar',
37
+ 'barrel', 'bbl', 'blob', 'c', 'calorie',
38
+ 'calorie_IT', 'calorie_th', 'carat', 'centi',
39
+ 'convert_temperature', 'day', 'deci', 'degree',
40
+ 'degree_Fahrenheit', 'deka', 'dyn', 'dyne', 'e',
41
+ 'eV', 'electron_mass', 'electron_volt',
42
+ 'elementary_charge', 'epsilon_0', 'erg',
43
+ 'exa', 'exbi', 'femto', 'fermi', 'fine_structure',
44
+ 'fluid_ounce', 'fluid_ounce_US', 'fluid_ounce_imp',
45
+ 'foot', 'g', 'gallon', 'gallon_US', 'gallon_imp',
46
+ 'gas_constant', 'gibi', 'giga', 'golden', 'golden_ratio',
47
+ 'grain', 'gram', 'gravitational_constant', 'h', 'hbar',
48
+ 'hectare', 'hecto', 'horsepower', 'hour', 'hp',
49
+ 'inch', 'k', 'kgf', 'kibi', 'kilo', 'kilogram_force',
50
+ 'kmh', 'knot', 'lambda2nu', 'lb', 'lbf',
51
+ 'light_year', 'liter', 'litre', 'long_ton', 'm_e',
52
+ 'm_n', 'm_p', 'm_u', 'mach', 'mebi', 'mega',
53
+ 'metric_ton', 'micro', 'micron', 'mil', 'mile',
54
+ 'milli', 'minute', 'mmHg', 'mph', 'mu_0', 'nano',
55
+ 'nautical_mile', 'neutron_mass', 'nu2lambda',
56
+ 'ounce', 'oz', 'parsec', 'pebi', 'peta',
57
+ 'pi', 'pico', 'point', 'pound', 'pound_force',
58
+ 'proton_mass', 'psi', 'pt', 'quecto', 'quetta', 'ronna', 'ronto',
59
+ 'short_ton', 'sigma', 'slinch', 'slug', 'speed_of_light',
60
+ 'speed_of_sound', 'stone', 'survey_foot',
61
+ 'survey_mile', 'tebi', 'tera', 'ton_TNT',
62
+ 'torr', 'troy_ounce', 'troy_pound', 'u',
63
+ 'week', 'yard', 'year', 'yobi', 'yocto',
64
+ 'yotta', 'zebi', 'zepto', 'zero_Celsius', 'zetta'
65
+ ]
66
+
67
+
68
+ # mathematical constants
69
+ pi = _math.pi
70
+ golden = golden_ratio = (1 + _math.sqrt(5)) / 2
71
+
72
+ # SI prefixes
73
+ quetta = 1e30
74
+ ronna = 1e27
75
+ yotta = 1e24
76
+ zetta = 1e21
77
+ exa = 1e18
78
+ peta = 1e15
79
+ tera = 1e12
80
+ giga = 1e9
81
+ mega = 1e6
82
+ kilo = 1e3
83
+ hecto = 1e2
84
+ deka = 1e1
85
+ deci = 1e-1
86
+ centi = 1e-2
87
+ milli = 1e-3
88
+ micro = 1e-6
89
+ nano = 1e-9
90
+ pico = 1e-12
91
+ femto = 1e-15
92
+ atto = 1e-18
93
+ zepto = 1e-21
94
+ yocto = 1e-24
95
+ ronto = 1e-27
96
+ quecto = 1e-30
97
+
98
+ # binary prefixes
99
+ kibi = 2**10
100
+ mebi = 2**20
101
+ gibi = 2**30
102
+ tebi = 2**40
103
+ pebi = 2**50
104
+ exbi = 2**60
105
+ zebi = 2**70
106
+ yobi = 2**80
107
+
108
+ # physical constants
109
+ c = speed_of_light = _cd('speed of light in vacuum')
110
+ mu_0 = _cd('vacuum mag. permeability')
111
+ epsilon_0 = _cd('vacuum electric permittivity')
112
+ h = Planck = _cd('Planck constant')
113
+ hbar = h / (2 * pi)
114
+ G = gravitational_constant = _cd('Newtonian constant of gravitation')
115
+ g = _cd('standard acceleration of gravity')
116
+ e = elementary_charge = _cd('elementary charge')
117
+ R = gas_constant = _cd('molar gas constant')
118
+ alpha = fine_structure = _cd('fine-structure constant')
119
+ N_A = Avogadro = _cd('Avogadro constant')
120
+ k = Boltzmann = _cd('Boltzmann constant')
121
+ sigma = Stefan_Boltzmann = _cd('Stefan-Boltzmann constant')
122
+ Wien = _cd('Wien wavelength displacement law constant')
123
+ Rydberg = _cd('Rydberg constant')
124
+
125
+ # mass in kg
126
+ gram = 1e-3
127
+ metric_ton = 1e3
128
+ grain = 64.79891e-6
129
+ lb = pound = 7000 * grain # avoirdupois
130
+ blob = slinch = pound * g / 0.0254 # lbf*s**2/in (added in 1.0.0)
131
+ slug = blob / 12 # lbf*s**2/foot (added in 1.0.0)
132
+ oz = ounce = pound / 16
133
+ stone = 14 * pound
134
+ long_ton = 2240 * pound
135
+ short_ton = 2000 * pound
136
+
137
+ troy_ounce = 480 * grain # only for metals / gems
138
+ troy_pound = 12 * troy_ounce
139
+ carat = 200e-6
140
+
141
+ m_e = electron_mass = _cd('electron mass')
142
+ m_p = proton_mass = _cd('proton mass')
143
+ m_n = neutron_mass = _cd('neutron mass')
144
+ m_u = u = atomic_mass = _cd('atomic mass constant')
145
+
146
+ # angle in rad
147
+ degree = pi / 180
148
+ arcmin = arcminute = degree / 60
149
+ arcsec = arcsecond = arcmin / 60
150
+
151
+ # time in second
152
+ minute = 60.0
153
+ hour = 60 * minute
154
+ day = 24 * hour
155
+ week = 7 * day
156
+ year = 365 * day
157
+ Julian_year = 365.25 * day
158
+
159
+ # length in meter
160
+ inch = 0.0254
161
+ foot = 12 * inch
162
+ yard = 3 * foot
163
+ mile = 1760 * yard
164
+ mil = inch / 1000
165
+ pt = point = inch / 72 # typography
166
+ survey_foot = 1200.0 / 3937
167
+ survey_mile = 5280 * survey_foot
168
+ nautical_mile = 1852.0
169
+ fermi = 1e-15
170
+ angstrom = 1e-10
171
+ micron = 1e-6
172
+ au = astronomical_unit = 149597870700.0
173
+ light_year = Julian_year * c
174
+ parsec = au / arcsec
175
+
176
+ # pressure in pascal
177
+ atm = atmosphere = _cd('standard atmosphere')
178
+ bar = 1e5
179
+ torr = mmHg = atm / 760
180
+ psi = pound * g / (inch * inch)
181
+
182
+ # area in meter**2
183
+ hectare = 1e4
184
+ acre = 43560 * foot**2
185
+
186
+ # volume in meter**3
187
+ litre = liter = 1e-3
188
+ gallon = gallon_US = 231 * inch**3 # US
189
+ # pint = gallon_US / 8
190
+ fluid_ounce = fluid_ounce_US = gallon_US / 128
191
+ bbl = barrel = 42 * gallon_US # for oil
192
+
193
+ gallon_imp = 4.54609e-3 # UK
194
+ fluid_ounce_imp = gallon_imp / 160
195
+
196
+ # speed in meter per second
197
+ kmh = 1e3 / hour
198
+ mph = mile / hour
199
+ # approx value of mach at 15 degrees in 1 atm. Is this a common value?
200
+ mach = speed_of_sound = 340.5
201
+ knot = nautical_mile / hour
202
+
203
+ # temperature in kelvin
204
+ zero_Celsius = 273.15
205
+ degree_Fahrenheit = 1/1.8 # only for differences
206
+
207
+ # energy in joule
208
+ eV = electron_volt = elementary_charge # * 1 Volt
209
+ calorie = calorie_th = 4.184
210
+ calorie_IT = 4.1868
211
+ erg = 1e-7
212
+ Btu_th = pound * degree_Fahrenheit * calorie_th / gram
213
+ Btu = Btu_IT = pound * degree_Fahrenheit * calorie_IT / gram
214
+ ton_TNT = 1e9 * calorie_th
215
+ # Wh = watt_hour
216
+
217
+ # power in watt
218
+ hp = horsepower = 550 * foot * pound * g
219
+
220
+ # force in newton
221
+ dyn = dyne = 1e-5
222
+ lbf = pound_force = pound * g
223
+ kgf = kilogram_force = g # * 1 kg
224
+
225
+ # functions for conversions that are not linear
226
+
227
+
228
+ def convert_temperature(
229
+ val: npt.ArrayLike,
230
+ old_scale: str,
231
+ new_scale: str,
232
+ ) -> Any:
233
+ """
234
+ Convert from a temperature scale to another one among Celsius, Kelvin,
235
+ Fahrenheit, and Rankine scales.
236
+
237
+ Parameters
238
+ ----------
239
+ val : array_like
240
+ Value(s) of the temperature(s) to be converted expressed in the
241
+ original scale.
242
+ old_scale : str
243
+ Specifies as a string the original scale from which the temperature
244
+ value(s) will be converted. Supported scales are Celsius ('Celsius',
245
+ 'celsius', 'C' or 'c'), Kelvin ('Kelvin', 'kelvin', 'K', 'k'),
246
+ Fahrenheit ('Fahrenheit', 'fahrenheit', 'F' or 'f'), and Rankine
247
+ ('Rankine', 'rankine', 'R', 'r').
248
+ new_scale : str
249
+ Specifies as a string the new scale to which the temperature
250
+ value(s) will be converted. Supported scales are Celsius ('Celsius',
251
+ 'celsius', 'C' or 'c'), Kelvin ('Kelvin', 'kelvin', 'K', 'k'),
252
+ Fahrenheit ('Fahrenheit', 'fahrenheit', 'F' or 'f'), and Rankine
253
+ ('Rankine', 'rankine', 'R', 'r').
254
+
255
+ Returns
256
+ -------
257
+ res : float or array of floats
258
+ Value(s) of the converted temperature(s) expressed in the new scale.
259
+
260
+ Notes
261
+ -----
262
+ .. versionadded:: 0.18.0
263
+
264
+ Examples
265
+ --------
266
+ >>> from scipy.constants import convert_temperature
267
+ >>> import numpy as np
268
+ >>> convert_temperature(np.array([-40, 40]), 'Celsius', 'Kelvin')
269
+ array([ 233.15, 313.15])
270
+
271
+ """
272
+ # Convert from `old_scale` to Kelvin
273
+ if old_scale.lower() in ['celsius', 'c']:
274
+ tempo = _np.asanyarray(val) + zero_Celsius
275
+ elif old_scale.lower() in ['kelvin', 'k']:
276
+ tempo = _np.asanyarray(val)
277
+ elif old_scale.lower() in ['fahrenheit', 'f']:
278
+ tempo = (_np.asanyarray(val) - 32) * 5 / 9 + zero_Celsius
279
+ elif old_scale.lower() in ['rankine', 'r']:
280
+ tempo = _np.asanyarray(val) * 5 / 9
281
+ else:
282
+ raise NotImplementedError("%s scale is unsupported: supported scales "
283
+ "are Celsius, Kelvin, Fahrenheit, and "
284
+ "Rankine" % old_scale)
285
+ # and from Kelvin to `new_scale`.
286
+ if new_scale.lower() in ['celsius', 'c']:
287
+ res = tempo - zero_Celsius
288
+ elif new_scale.lower() in ['kelvin', 'k']:
289
+ res = tempo
290
+ elif new_scale.lower() in ['fahrenheit', 'f']:
291
+ res = (tempo - zero_Celsius) * 9 / 5 + 32
292
+ elif new_scale.lower() in ['rankine', 'r']:
293
+ res = tempo * 9 / 5
294
+ else:
295
+ raise NotImplementedError("'%s' scale is unsupported: supported "
296
+ "scales are 'Celsius', 'Kelvin', "
297
+ "'Fahrenheit', and 'Rankine'" % new_scale)
298
+
299
+ return res
300
+
301
+
302
+ # optics
303
+
304
+
305
+ def lambda2nu(lambda_: npt.ArrayLike) -> Any:
306
+ """
307
+ Convert wavelength to optical frequency
308
+
309
+ Parameters
310
+ ----------
311
+ lambda_ : array_like
312
+ Wavelength(s) to be converted.
313
+
314
+ Returns
315
+ -------
316
+ nu : float or array of floats
317
+ Equivalent optical frequency.
318
+
319
+ Notes
320
+ -----
321
+ Computes ``nu = c / lambda`` where c = 299792458.0, i.e., the
322
+ (vacuum) speed of light in meters/second.
323
+
324
+ Examples
325
+ --------
326
+ >>> from scipy.constants import lambda2nu, speed_of_light
327
+ >>> import numpy as np
328
+ >>> lambda2nu(np.array((1, speed_of_light)))
329
+ array([ 2.99792458e+08, 1.00000000e+00])
330
+
331
+ """
332
+ return c / _np.asanyarray(lambda_)
333
+
334
+
335
+ def nu2lambda(nu: npt.ArrayLike) -> Any:
336
+ """
337
+ Convert optical frequency to wavelength.
338
+
339
+ Parameters
340
+ ----------
341
+ nu : array_like
342
+ Optical frequency to be converted.
343
+
344
+ Returns
345
+ -------
346
+ lambda : float or array of floats
347
+ Equivalent wavelength(s).
348
+
349
+ Notes
350
+ -----
351
+ Computes ``lambda = c / nu`` where c = 299792458.0, i.e., the
352
+ (vacuum) speed of light in meters/second.
353
+
354
+ Examples
355
+ --------
356
+ >>> from scipy.constants import nu2lambda, speed_of_light
357
+ >>> import numpy as np
358
+ >>> nu2lambda(np.array((1, speed_of_light)))
359
+ array([ 2.99792458e+08, 1.00000000e+00])
360
+
361
+ """
362
+ return c / _np.asanyarray(nu)
env-llmeval/lib/python3.10/site-packages/scipy/constants/codata.py ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # This file is not meant for public use and will be removed in SciPy v2.0.0.
2
+ # Use the `scipy.constants` namespace for importing the functions
3
+ # included below.
4
+
5
+ from scipy._lib.deprecation import _sub_module_deprecation
6
+
7
+ __all__ = [ # noqa: F822
8
+ 'physical_constants', 'value', 'unit', 'precision', 'find',
9
+ 'ConstantWarning', 'txt2002', 'txt2006', 'txt2010', 'txt2014',
10
+ 'txt2018', 'parse_constants_2002to2014',
11
+ 'parse_constants_2018toXXXX', 'k', 'c', 'mu0', 'epsilon0',
12
+ 'exact_values', 'key', 'val', 'v'
13
+
14
+ ]
15
+
16
+
17
+ def __dir__():
18
+ return __all__
19
+
20
+
21
+ def __getattr__(name):
22
+ return _sub_module_deprecation(sub_package="constants", module="codata",
23
+ private_modules=["_codata"], all=__all__,
24
+ attribute=name)
env-llmeval/lib/python3.10/site-packages/scipy/constants/constants.py ADDED
@@ -0,0 +1,53 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # This file is not meant for public use and will be removed in SciPy v2.0.0.
2
+ # Use the `scipy.constants` namespace for importing the functions
3
+ # included below.
4
+
5
+ from scipy._lib.deprecation import _sub_module_deprecation
6
+
7
+
8
+ __all__ = [ # noqa: F822
9
+ 'Avogadro', 'Boltzmann', 'Btu', 'Btu_IT', 'Btu_th', 'G',
10
+ 'Julian_year', 'N_A', 'Planck', 'R', 'Rydberg',
11
+ 'Stefan_Boltzmann', 'Wien', 'acre', 'alpha',
12
+ 'angstrom', 'arcmin', 'arcminute', 'arcsec',
13
+ 'arcsecond', 'astronomical_unit', 'atm',
14
+ 'atmosphere', 'atomic_mass', 'atto', 'au', 'bar',
15
+ 'barrel', 'bbl', 'blob', 'c', 'calorie',
16
+ 'calorie_IT', 'calorie_th', 'carat', 'centi',
17
+ 'convert_temperature', 'day', 'deci', 'degree',
18
+ 'degree_Fahrenheit', 'deka', 'dyn', 'dyne', 'e',
19
+ 'eV', 'electron_mass', 'electron_volt',
20
+ 'elementary_charge', 'epsilon_0', 'erg',
21
+ 'exa', 'exbi', 'femto', 'fermi', 'fine_structure',
22
+ 'fluid_ounce', 'fluid_ounce_US', 'fluid_ounce_imp',
23
+ 'foot', 'g', 'gallon', 'gallon_US', 'gallon_imp',
24
+ 'gas_constant', 'gibi', 'giga', 'golden', 'golden_ratio',
25
+ 'grain', 'gram', 'gravitational_constant', 'h', 'hbar',
26
+ 'hectare', 'hecto', 'horsepower', 'hour', 'hp',
27
+ 'inch', 'k', 'kgf', 'kibi', 'kilo', 'kilogram_force',
28
+ 'kmh', 'knot', 'lambda2nu', 'lb', 'lbf',
29
+ 'light_year', 'liter', 'litre', 'long_ton', 'm_e',
30
+ 'm_n', 'm_p', 'm_u', 'mach', 'mebi', 'mega',
31
+ 'metric_ton', 'micro', 'micron', 'mil', 'mile',
32
+ 'milli', 'minute', 'mmHg', 'mph', 'mu_0', 'nano',
33
+ 'nautical_mile', 'neutron_mass', 'nu2lambda',
34
+ 'ounce', 'oz', 'parsec', 'pebi', 'peta',
35
+ 'pi', 'pico', 'point', 'pound', 'pound_force',
36
+ 'proton_mass', 'psi', 'pt', 'short_ton',
37
+ 'sigma', 'slinch', 'slug', 'speed_of_light',
38
+ 'speed_of_sound', 'stone', 'survey_foot',
39
+ 'survey_mile', 'tebi', 'tera', 'ton_TNT',
40
+ 'torr', 'troy_ounce', 'troy_pound', 'u',
41
+ 'week', 'yard', 'year', 'yobi', 'yocto',
42
+ 'yotta', 'zebi', 'zepto', 'zero_Celsius', 'zetta'
43
+ ]
44
+
45
+
46
+ def __dir__():
47
+ return __all__
48
+
49
+
50
+ def __getattr__(name):
51
+ return _sub_module_deprecation(sub_package="constants", module="constants",
52
+ private_modules=["_constants"], all=__all__,
53
+ attribute=name)
env-llmeval/lib/python3.10/site-packages/scipy/constants/tests/__init__.py ADDED
File without changes
env-llmeval/lib/python3.10/site-packages/scipy/constants/tests/__pycache__/__init__.cpython-310.pyc ADDED
Binary file (186 Bytes). View file
 
env-llmeval/lib/python3.10/site-packages/scipy/constants/tests/__pycache__/test_codata.cpython-310.pyc ADDED
Binary file (2.26 kB). View file
 
env-llmeval/lib/python3.10/site-packages/scipy/constants/tests/__pycache__/test_constants.cpython-310.pyc ADDED
Binary file (1.36 kB). View file
 
env-llmeval/lib/python3.10/site-packages/scipy/constants/tests/test_codata.py ADDED
@@ -0,0 +1,57 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ from scipy.constants import find, value, ConstantWarning, c, speed_of_light
2
+ from numpy.testing import (assert_equal, assert_, assert_almost_equal,
3
+ suppress_warnings)
4
+ import scipy.constants._codata as _cd
5
+
6
+
7
+ def test_find():
8
+ keys = find('weak mixing', disp=False)
9
+ assert_equal(keys, ['weak mixing angle'])
10
+
11
+ keys = find('qwertyuiop', disp=False)
12
+ assert_equal(keys, [])
13
+
14
+ keys = find('natural unit', disp=False)
15
+ assert_equal(keys, sorted(['natural unit of velocity',
16
+ 'natural unit of action',
17
+ 'natural unit of action in eV s',
18
+ 'natural unit of mass',
19
+ 'natural unit of energy',
20
+ 'natural unit of energy in MeV',
21
+ 'natural unit of momentum',
22
+ 'natural unit of momentum in MeV/c',
23
+ 'natural unit of length',
24
+ 'natural unit of time']))
25
+
26
+
27
+ def test_basic_table_parse():
28
+ c_s = 'speed of light in vacuum'
29
+ assert_equal(value(c_s), c)
30
+ assert_equal(value(c_s), speed_of_light)
31
+
32
+
33
+ def test_basic_lookup():
34
+ assert_equal('%d %s' % (_cd.c, _cd.unit('speed of light in vacuum')),
35
+ '299792458 m s^-1')
36
+
37
+
38
+ def test_find_all():
39
+ assert_(len(find(disp=False)) > 300)
40
+
41
+
42
+ def test_find_single():
43
+ assert_equal(find('Wien freq', disp=False)[0],
44
+ 'Wien frequency displacement law constant')
45
+
46
+
47
+ def test_2002_vs_2006():
48
+ assert_almost_equal(value('magn. flux quantum'),
49
+ value('mag. flux quantum'))
50
+
51
+
52
+ def test_exact_values():
53
+ # Check that updating stored values with exact ones worked.
54
+ with suppress_warnings() as sup:
55
+ sup.filter(ConstantWarning)
56
+ for key in _cd.exact_values:
57
+ assert_((_cd.exact_values[key][0] - value(key)) / value(key) == 0)
env-llmeval/lib/python3.10/site-packages/scipy/constants/tests/test_constants.py ADDED
@@ -0,0 +1,35 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ from numpy.testing import assert_equal, assert_allclose
2
+ import scipy.constants as sc
3
+
4
+
5
+ def test_convert_temperature():
6
+ assert_equal(sc.convert_temperature(32, 'f', 'Celsius'), 0)
7
+ assert_equal(sc.convert_temperature([0, 0], 'celsius', 'Kelvin'),
8
+ [273.15, 273.15])
9
+ assert_equal(sc.convert_temperature([0, 0], 'kelvin', 'c'),
10
+ [-273.15, -273.15])
11
+ assert_equal(sc.convert_temperature([32, 32], 'f', 'k'), [273.15, 273.15])
12
+ assert_equal(sc.convert_temperature([273.15, 273.15], 'kelvin', 'F'),
13
+ [32, 32])
14
+ assert_equal(sc.convert_temperature([0, 0], 'C', 'fahrenheit'), [32, 32])
15
+ assert_allclose(sc.convert_temperature([0, 0], 'c', 'r'), [491.67, 491.67],
16
+ rtol=0., atol=1e-13)
17
+ assert_allclose(sc.convert_temperature([491.67, 491.67], 'Rankine', 'C'),
18
+ [0., 0.], rtol=0., atol=1e-13)
19
+ assert_allclose(sc.convert_temperature([491.67, 491.67], 'r', 'F'),
20
+ [32., 32.], rtol=0., atol=1e-13)
21
+ assert_allclose(sc.convert_temperature([32, 32], 'fahrenheit', 'R'),
22
+ [491.67, 491.67], rtol=0., atol=1e-13)
23
+ assert_allclose(sc.convert_temperature([273.15, 273.15], 'K', 'R'),
24
+ [491.67, 491.67], rtol=0., atol=1e-13)
25
+ assert_allclose(sc.convert_temperature([491.67, 0.], 'rankine', 'kelvin'),
26
+ [273.15, 0.], rtol=0., atol=1e-13)
27
+
28
+
29
+ def test_lambda_to_nu():
30
+ assert_equal(sc.lambda2nu([sc.speed_of_light, 1]), [1, sc.speed_of_light])
31
+
32
+
33
+ def test_nu_to_lambda():
34
+ assert_equal(sc.nu2lambda([sc.speed_of_light, 1]), [1, sc.speed_of_light])
35
+
env-llmeval/lib/python3.10/site-packages/scipy/integrate/__pycache__/__init__.cpython-310.pyc ADDED
Binary file (4.59 kB). View file
 
env-llmeval/lib/python3.10/site-packages/scipy/integrate/__pycache__/_bvp.cpython-310.pyc ADDED
Binary file (35.8 kB). View file
 
env-llmeval/lib/python3.10/site-packages/scipy/integrate/__pycache__/_ode.cpython-310.pyc ADDED
Binary file (38.3 kB). View file
 
env-llmeval/lib/python3.10/site-packages/scipy/integrate/__pycache__/_odepack_py.cpython-310.pyc ADDED
Binary file (10.7 kB). View file
 
env-llmeval/lib/python3.10/site-packages/scipy/integrate/__pycache__/_quad_vec.cpython-310.pyc ADDED
Binary file (15.4 kB). View file
 
env-llmeval/lib/python3.10/site-packages/scipy/integrate/__pycache__/_quadpack_py.cpython-310.pyc ADDED
Binary file (49.4 kB). View file
 
env-llmeval/lib/python3.10/site-packages/scipy/integrate/__pycache__/_quadrature.cpython-310.pyc ADDED
Binary file (54.3 kB). View file
 
env-llmeval/lib/python3.10/site-packages/scipy/integrate/__pycache__/_tanhsinh.cpython-310.pyc ADDED
Binary file (35.3 kB). View file
 
env-llmeval/lib/python3.10/site-packages/scipy/integrate/__pycache__/dop.cpython-310.pyc ADDED
Binary file (604 Bytes). View file
 
env-llmeval/lib/python3.10/site-packages/scipy/integrate/__pycache__/lsoda.cpython-310.pyc ADDED
Binary file (593 Bytes). View file
 
env-llmeval/lib/python3.10/site-packages/scipy/integrate/__pycache__/odepack.cpython-310.pyc ADDED
Binary file (622 Bytes). View file
 
env-llmeval/lib/python3.10/site-packages/scipy/integrate/__pycache__/quadpack.cpython-310.pyc ADDED
Binary file (662 Bytes). View file
 
env-llmeval/lib/python3.10/site-packages/scipy/integrate/__pycache__/vode.cpython-310.pyc ADDED
Binary file (605 Bytes). View file
 
env-llmeval/lib/python3.10/site-packages/scipy/integrate/_ivp/__pycache__/__init__.cpython-310.pyc ADDED
Binary file (548 Bytes). View file
 
env-llmeval/lib/python3.10/site-packages/scipy/integrate/_ivp/__pycache__/base.cpython-310.pyc ADDED
Binary file (10.8 kB). View file
 
env-llmeval/lib/python3.10/site-packages/scipy/integrate/_ivp/__pycache__/bdf.cpython-310.pyc ADDED
Binary file (14.6 kB). View file
 
env-llmeval/lib/python3.10/site-packages/scipy/integrate/_ivp/__pycache__/common.cpython-310.pyc ADDED
Binary file (13 kB). View file
 
env-llmeval/lib/python3.10/site-packages/scipy/integrate/_ivp/__pycache__/dop853_coefficients.cpython-310.pyc ADDED
Binary file (4.93 kB). View file
 
env-llmeval/lib/python3.10/site-packages/scipy/integrate/_ivp/__pycache__/ivp.cpython-310.pyc ADDED
Binary file (29.3 kB). View file
 
env-llmeval/lib/python3.10/site-packages/scipy/integrate/_ivp/__pycache__/lsoda.cpython-310.pyc ADDED
Binary file (8.5 kB). View file
 
env-llmeval/lib/python3.10/site-packages/scipy/integrate/_ivp/__pycache__/radau.cpython-310.pyc ADDED
Binary file (16.2 kB). View file
 
env-llmeval/lib/python3.10/site-packages/scipy/integrate/_ivp/__pycache__/rk.cpython-310.pyc ADDED
Binary file (22 kB). View file
 
env-llmeval/lib/python3.10/site-packages/scipy/integrate/_ivp/tests/__pycache__/__init__.cpython-310.pyc ADDED
Binary file (191 Bytes). View file
 
env-llmeval/lib/python3.10/site-packages/scipy/integrate/_ivp/tests/__pycache__/test_ivp.cpython-310.pyc ADDED
Binary file (29.5 kB). View file
 
env-llmeval/lib/python3.10/site-packages/scipy/integrate/_ivp/tests/__pycache__/test_rk.cpython-310.pyc ADDED
Binary file (1.91 kB). View file
 
env-llmeval/lib/python3.10/site-packages/scipy/integrate/tests/__init__.py ADDED
File without changes
env-llmeval/lib/python3.10/site-packages/scipy/integrate/tests/__pycache__/__init__.cpython-310.pyc ADDED
Binary file (186 Bytes). View file