Home
last modified time | relevance | path

Searched refs:runtime_version (Results 1 – 25 of 418) sorted by relevance

12345678910>>...17

/dports/cad/openscad/openscad-41f58fe57c03457a3a8b4dc541ef5654ec3e8c78/src/
H A Dversion_helper.h14 …g = [](const library_version_number& header_version, const library_version_number& runtime_version)
19 …er_version.major == runtime_version.major && header_version.minor == runtime_version.minor && head…
21 …version_stream << " (runtime: " << runtime_version.major << '.' << runtime_version.minor << '.' <<…
27 const auto get_version = [](const std::string& header_version, const std::string& runtime_version)
32 if (header_version != runtime_version) {
33 version_stream << " (runtime: " << runtime_version << ')';
/dports/cad/openscad-devel/openscad-63a7c77740030c63d646eb0684ba6947eecb0db7/src/
H A Dversion_helper.h14 …g = [](const library_version_number& header_version, const library_version_number& runtime_version)
19 …er_version.major == runtime_version.major && header_version.minor == runtime_version.minor && head…
21 …version_stream << " (runtime: " << runtime_version.major << '.' << runtime_version.minor << '.' <<…
27 const auto get_version = [](const std::string& header_version, const std::string& runtime_version)
32 if (header_version != runtime_version) {
33 version_stream << " (runtime: " << runtime_version << ')';
/dports/sysutils/py-azure-cli/azure-cli-2.29.2/azure/cli/command_modules/appservice/logicapp/
H A Dcustom.py51 runtime_version = None
55 runtime_version = DEFAULT_LOGICAPP_RUNTIME_VERSION
138 functions_version, runtime, runtime_version)
234 def _get_linux_fx_functionapp(functions_version, runtime, runtime_version): argument
235 if runtime_version is None:
238 runtime_version = DOTNET_RUNTIME_VERSION_TO_DOTNET_LINUX_FX_VERSION[runtime_version]
241 return '{}|{}'.format(runtime, runtime_version)
244 def _get_java_version_functionapp(functions_version, runtime_version): argument
245 if runtime_version is None:
247 if runtime_version == '8':
[all …]
/dports/net/openmpi3/openmpi-3.1.6/ompi/mca/mtl/mxm/
H A Dmtl_mxm_component.c76 char* runtime_version; in ompi_mtl_mxm_component_register() local
113 ompi_mtl_mxm.runtime_version = (char *)mxm_get_version_string(); in ompi_mtl_mxm_component_register()
118 asprintf(&runtime_version, "%ld.%ld", major, minor); in ompi_mtl_mxm_component_register()
119 ompi_mtl_mxm.runtime_version = runtime_version; in ompi_mtl_mxm_component_register()
129 &ompi_mtl_mxm.runtime_version); in ompi_mtl_mxm_component_register()
132 free(runtime_version); in ompi_mtl_mxm_component_register()
178 ompi_mtl_mxm.runtime_version); in ompi_mtl_mxm_component_register()
/dports/databases/postgresql-odbc/psqlodbc-13.02.0000/installer/
H A DbuildInstallers.ps149 function msvcrun([int]$runtime_version) in msvcrun() argument
51 [String]$str = if ($runtime_version -lt $ucrt_version) {$str_msvcr} else {$str_vcrun} in msvcrun()
71 function runtimeversion_to_toolset_no([int]$runtime_version) in runtimeversion_to_toolset_no() argument
73 [int]$toolset_no = $runtime_version * 10 in runtimeversion_to_toolset_no()
74 if ($runtime_version -eq 14) { # possibly be v141 in runtimeversion_to_toolset_no() variable
92 $runtime_version = toolset_no_to_runtimeversion($toolset_no) in findRuntime() variable
95 [String]$rt_dllname = (msvcrun $runtime_version) + "${runtime_version}0.dll" in findRuntime()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/openmp/runtime/src/
H A Dompt-general.cpp118 const char *runtime_version) { in ompt_tool_darwin() argument
124 ret = start_tool(omp_version, runtime_version); in ompt_tool_darwin()
136 ompt_start_tool(unsigned int omp_version, const char *runtime_version) { in ompt_start_tool() argument
145 ret = next_tool(omp_version, runtime_version); in ompt_start_tool()
164 ompt_tool_windows(unsigned int omp_version, const char *runtime_version) { in ompt_tool_windows() argument
204 return (*ompt_tool_p)(omp_version, runtime_version); in ompt_tool_windows()
223 ompt_try_start_tool(unsigned int omp_version, const char *runtime_version) { argument
235 ret = ompt_tool_darwin(omp_version, runtime_version);
237 ret = ompt_start_tool(omp_version, runtime_version);
239 ret = ompt_tool_windows(omp_version, runtime_version);
[all …]
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/googlecloudsdk/command_lib/ml_engine/
H A Djobs_util.py126 runtime_version, argument
159 self.runtime_version = runtime_version
165 if self.master_image_uri and self.runtime_version:
221 runtime_version=args.runtime_version,
363 runtime_version=None, argument
401 runtime_version=runtime_version,
461 region=None, runtime_version=None, max_worker_count=None, argument
479 runtime_version=runtime_version,
/dports/devel/llvm10/llvm-10.0.1.src/projects/openmp/runtime/src/
H A Dompt-general.cpp118 const char *runtime_version) { in ompt_tool_darwin() argument
124 ret = start_tool(omp_version, runtime_version); in ompt_tool_darwin()
136 ompt_start_tool(unsigned int omp_version, const char *runtime_version) { in ompt_start_tool() argument
145 ret = next_tool(omp_version, runtime_version); in ompt_start_tool()
164 ompt_tool_windows(unsigned int omp_version, const char *runtime_version) { in ompt_tool_windows() argument
204 return (*ompt_tool_p)(omp_version, runtime_version); in ompt_tool_windows()
223 ompt_try_start_tool(unsigned int omp_version, const char *runtime_version) { argument
235 ret = ompt_tool_darwin(omp_version, runtime_version);
237 ret = ompt_start_tool(omp_version, runtime_version);
239 ret = ompt_tool_windows(omp_version, runtime_version);
[all …]
/dports/devel/llvm11/llvm-11.0.1.src/projects/openmp/runtime/src/
H A Dompt-general.cpp118 const char *runtime_version) { in ompt_tool_darwin() argument
124 ret = start_tool(omp_version, runtime_version); in ompt_tool_darwin()
136 ompt_start_tool(unsigned int omp_version, const char *runtime_version) { in ompt_start_tool() argument
145 ret = next_tool(omp_version, runtime_version); in ompt_start_tool()
164 ompt_tool_windows(unsigned int omp_version, const char *runtime_version) { in ompt_tool_windows() argument
204 return (*ompt_tool_p)(omp_version, runtime_version); in ompt_tool_windows()
223 ompt_try_start_tool(unsigned int omp_version, const char *runtime_version) { argument
235 ret = ompt_tool_darwin(omp_version, runtime_version);
237 ret = ompt_start_tool(omp_version, runtime_version);
239 ret = ompt_tool_windows(omp_version, runtime_version);
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/openmp/runtime/src/
H A Dompt-general.cpp118 const char *runtime_version) { in ompt_tool_darwin() argument
124 ret = start_tool(omp_version, runtime_version); in ompt_tool_darwin()
136 ompt_start_tool(unsigned int omp_version, const char *runtime_version) { in ompt_start_tool() argument
145 ret = next_tool(omp_version, runtime_version); in ompt_start_tool()
164 ompt_tool_windows(unsigned int omp_version, const char *runtime_version) { in ompt_tool_windows() argument
204 return (*ompt_tool_p)(omp_version, runtime_version); in ompt_tool_windows()
223 ompt_try_start_tool(unsigned int omp_version, const char *runtime_version) { argument
235 ret = ompt_tool_darwin(omp_version, runtime_version);
237 ret = ompt_start_tool(omp_version, runtime_version);
239 ret = ompt_tool_windows(omp_version, runtime_version);
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/openmp/runtime/src/
H A Dompt-general.cpp118 const char *runtime_version) { in ompt_tool_darwin() argument
124 ret = start_tool(omp_version, runtime_version); in ompt_tool_darwin()
136 ompt_start_tool(unsigned int omp_version, const char *runtime_version) { in ompt_start_tool() argument
145 ret = next_tool(omp_version, runtime_version); in ompt_start_tool()
164 ompt_tool_windows(unsigned int omp_version, const char *runtime_version) { in ompt_tool_windows() argument
204 return (*ompt_tool_p)(omp_version, runtime_version); in ompt_tool_windows()
223 ompt_try_start_tool(unsigned int omp_version, const char *runtime_version) { argument
235 ret = ompt_tool_darwin(omp_version, runtime_version);
237 ret = ompt_start_tool(omp_version, runtime_version);
239 ret = ompt_tool_windows(omp_version, runtime_version);
[all …]
/dports/devel/llvm80/llvm-8.0.1.src/projects/openmp/runtime/src/
H A Dompt-general.cpp119 const char *runtime_version) { in ompt_tool_darwin() argument
125 ret = start_tool(omp_version, runtime_version); in ompt_tool_darwin()
137 ompt_start_tool(unsigned int omp_version, const char *runtime_version) { in ompt_start_tool() argument
146 ret = next_tool(omp_version, runtime_version); in ompt_start_tool()
165 ompt_tool_windows(unsigned int omp_version, const char *runtime_version) { in ompt_tool_windows() argument
205 return (*ompt_tool_p)(omp_version, runtime_version); in ompt_tool_windows()
224 ompt_try_start_tool(unsigned int omp_version, const char *runtime_version) { argument
236 ret = ompt_tool_darwin(omp_version, runtime_version);
238 ret = ompt_start_tool(omp_version, runtime_version);
240 ret = ompt_tool_windows(omp_version, runtime_version);
[all …]
/dports/emulators/qemu/qemu-6.2.0/meson/test cases/cuda/11 cuda dependency (nvcc)/version_reqs/
H A Dprog.cu13 int runtime_version = 0; in main() local
14 switch (cudaError_t r = cudaRuntimeGetVersion(&runtime_version)) { in main()
16 std::cout << "CUDA runtime version: " << runtime_version << "\n"; in main()
/dports/emulators/qemu60/qemu-6.0.0/meson/test cases/cuda/11 cuda dependency (nvcc)/version_reqs/
H A Dprog.cu13 int runtime_version = 0; in main() local
14 switch (cudaError_t r = cudaRuntimeGetVersion(&runtime_version)) { in main()
16 std::cout << "CUDA runtime version: " << runtime_version << "\n"; in main()
/dports/devel/meson/meson-0.60.3/test cases/cuda/11 cuda dependency (nvcc)/version_reqs/
H A Dprog.cu13 int runtime_version = 0; in main() local
14 switch (cudaError_t r = cudaRuntimeGetVersion(&runtime_version)) { in main()
16 std::cout << "CUDA runtime version: " << runtime_version << "\n"; in main()
/dports/emulators/qemu5/qemu-5.2.0/meson/test cases/cuda/11 cuda dependency (nvcc)/version_reqs/
H A Dprog.cu13 int runtime_version = 0; in main() local
14 switch (cudaError_t r = cudaRuntimeGetVersion(&runtime_version)) { in main()
16 std::cout << "CUDA runtime version: " << runtime_version << "\n"; in main()
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/meson/test cases/cuda/11 cuda dependency (nvcc)/version_reqs/
H A Dprog.cu13 int runtime_version = 0; in main() local
14 switch (cudaError_t r = cudaRuntimeGetVersion(&runtime_version)) { in main()
16 std::cout << "CUDA runtime version: " << runtime_version << "\n"; in main()
/dports/emulators/qemu/qemu-6.2.0/meson/test cases/cuda/10 cuda dependency/version_reqs/
H A Dprog.cc12 int runtime_version = 0; in main() local
13 cudaError_t r = cudaRuntimeGetVersion(&runtime_version); in main()
18 std::cout << "CUDA runtime version: " << runtime_version << "\n"; in main()
/dports/emulators/qemu60/qemu-6.0.0/meson/test cases/cuda/10 cuda dependency/version_reqs/
H A Dprog.cc12 int runtime_version = 0; in main() local
13 cudaError_t r = cudaRuntimeGetVersion(&runtime_version); in main()
18 std::cout << "CUDA runtime version: " << runtime_version << "\n"; in main()
/dports/devel/meson/meson-0.60.3/test cases/cuda/10 cuda dependency/version_reqs/
H A Dprog.cc12 int runtime_version = 0; in main() local
13 cudaError_t r = cudaRuntimeGetVersion(&runtime_version); in main()
18 std::cout << "CUDA runtime version: " << runtime_version << "\n"; in main()
/dports/emulators/qemu5/qemu-5.2.0/meson/test cases/cuda/10 cuda dependency/version_reqs/
H A Dprog.cc12 int runtime_version = 0; in main() local
13 cudaError_t r = cudaRuntimeGetVersion(&runtime_version); in main()
18 std::cout << "CUDA runtime version: " << runtime_version << "\n"; in main()
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/meson/test cases/cuda/10 cuda dependency/version_reqs/
H A Dprog.cc12 int runtime_version = 0;
13 cudaError_t r = cudaRuntimeGetVersion(&runtime_version);
18 std::cout << "CUDA runtime version: " << runtime_version << "\n";
/dports/devel/py-azure-mgmt-datalake-analytics/azure-mgmt-datalake-analytics-0.6.0/azure/mgmt/datalake/analytics/job/models/
H A Dcreate_job_properties_py3.py48 def __init__(self, *, script: str, runtime_version: str=None, **kwargs) -> None:
50 self.runtime_version = runtime_version
H A Dcreate_usql_job_properties_py3.py48 …def __init__(self, *, script: str, runtime_version: str=None, compile_mode=None, **kwargs) -> None:
49 …super(CreateUSqlJobProperties, self).__init__(runtime_version=runtime_version, script=script, **kw…
H A Djob_properties_py3.py48 def __init__(self, *, script: str, runtime_version: str=None, **kwargs) -> None:
50 self.runtime_version = runtime_version

12345678910>>...17