Home
last modified time | relevance | path

Searched refs:serial (Results 1 – 25 of 26) sorted by relevance

12

/llvm-project-15.0.7/openmp/runtime/test/api/
H A Domp_in_parallel.c11 int serial; in test_omp_in_parallel() local
14 serial = 1; in test_omp_in_parallel()
16 serial = omp_in_parallel(); in test_omp_in_parallel()
25 return (!(serial) && isparallel); in test_omp_in_parallel()
/llvm-project-15.0.7/pstl/
H A DCMakeLists.txt22 …PARALLEL_BACKEND "serial" CACHE STRING "Threading backend to use. Valid choices are 'serial', 'omp…
41 if (PSTL_PARALLEL_BACKEND STREQUAL "serial")
42 message(STATUS "Parallel STL uses the serial backend")
H A DREADME.md22 while for other iterator types the execution will remain serial.
/llvm-project-15.0.7/llvm/test/tools/llvm-exegesis/X86/
H A Danalysis-naive-clusterization.test48 info: Repeating a single implicitly serial instruction
65 info: Repeating a single implicitly serial instruction
81 info: Repeating a single explicitly serial instruction
98 info: Repeating a single explicitly serial instruction
H A Danalysis-cluster-stabilization-config.test23 info: Repeating a single explicitly serial instruction
40 info: Repeating a single explicitly serial instruction
H A Danalysis-cluster-stabilization.test47 info: Repeating a single implicitly serial instruction
63 info: Repeating a single explicitly serial instruction
80 info: Repeating a single explicitly serial instruction
H A Danalysis-naive-clusterization-same-opcode-different-sched-class.test30 info: Repeating a single implicitly serial instruction
47 info: Repeating a single implicitly serial instruction
H A Danalysis-naive-cluster-stabilization.test43 info: Repeating a single implicitly serial instruction
60 info: Repeating a single implicitly serial instruction
H A Danalysis-noise.test21 info: Repeating a single implicitly serial instruction
H A Danalysis-epsilons.test44 info: Repeating a single implicitly serial instruction
61 info: Repeating a single explicitly serial instruction
/llvm-project-15.0.7/llvm/utils/gn/secondary/compiler-rt/test/
H A Dtest.gni4 # Specifies the serial number of the Android device to be used for testing.
/llvm-project-15.0.7/lldb/source/Host/windows/
H A DPipeWindows.cpp88 uint32_t serial = g_pipe_serial.fetch_add(1); in CreateNewNamed() local
91 pipe_name_stream << "lldb.pipe." << ::GetCurrentProcessId() << "." << serial; in CreateNewNamed()
/llvm-project-15.0.7/openmp/runtime/src/
H A Dkmp_taskdeps.cpp663 bool serial = current_task->td_flags.team_serial || in __kmpc_omp_task_with_deps() local
667 serial = serial && in __kmpc_omp_task_with_deps()
671 if (!serial && (ndeps > 0 || ndeps_noalias > 0)) { in __kmpc_omp_task_with_deps()
/llvm-project-15.0.7/llvm/include/llvm/Frontend/OpenACC/
H A DACC.td356 def ACC_Serial : Directive<"serial"> {
603 def ACC_SerialLoop : Directive<"serial loop"> {
/llvm-project-15.0.7/
H A DREADME.md103 * Running a serial build will be **slow**. To improve speed, try running a
/llvm-project-15.0.7/openmp/tools/archer/
H A DREADME.md125 <td class="org-left">ignore&#95;serial</td>
/llvm-project-15.0.7/clang/docs/
H A DThinLTO.rst29 as the distinction between the fast serial thin link step and the backends
/llvm-project-15.0.7/llvm/docs/CommandGuide/
H A Dllvm-exegesis.rst19 generates a code snippet that makes execution as serial (resp. as parallel) as
/llvm-project-15.0.7/lldb/docs/
H A Dlldb-platform-packets.txt5 These are almost all lldb extensions to the gdb-remote serial
H A Dpython_api_enums.rst1222 serial (executing on one thread) or concurrent (executing on
/llvm-project-15.0.7/openmp/runtime/src/i18n/
H A Den_US.txt163 LibraryIsSerial "Library is \"serial\"."
263 SetLibraryIncorrectCall "kmp_set_library must only be called from the top level serial thread;…
/llvm-project-15.0.7/llvm/docs/
H A DMergeFunctions.rst457 *serial number*).
586 1. It assigns serial numbers to the left and right instructions, using
H A DGettingStarted.rst96 * Running a serial build will be **slow**. To improve speed, try running a
/llvm-project-15.0.7/llvm/lib/Support/Windows/
H A DPath.inc161 // The file is uniquely identified by the volume serial number along
/llvm-project-15.0.7/mlir/docs/Rationale/
H A DRationaleLinalgDialect.md267 Second, reductions and scans are expressed using serial iteration, again

12