search for: omp_

Displaying 8 results from an estimated 8 matches for "omp_".

Did you mean: omp
2012 Sep 29
1
[LLVMdev] [RFC] OpenMP Representation in LLVM IR
...things need to be specific > to the interface (like runtime loop scheduling in OpenMP which implies > a specific interaction with the runtime library), but such cases may be > the exception rather than the rule. > > We don't need 'omp' in the intrinsic names and also 'OMP_' on all of > the string specifiers. Maybe, to my previous point, we could call the > intrinsics 'parallel' and use 'OMP_' only when something is really > OpenMP-specific? As I said before, our aim was quite simple -- OpenMP support only. Can the design be extended to...
2012 Sep 28
0
[LLVMdev] [RFC] OpenMP Representation in LLVM IR
...bviously cases in which things need to be specific to the interface (like runtime loop scheduling in OpenMP which implies a specific interaction with the runtime library), but such cases may be the exception rather than the rule. We don't need 'omp' in the intrinsic names and also 'OMP_' on all of the string specifiers. Maybe, to my previous point, we could call the intrinsics 'parallel' and use 'OMP_' only when something is really OpenMP-specific? You don't seem to want to map thread-private variables onto the existing TLS support. Why? Sincerely, Hal O...
2012 Sep 28
11
[LLVMdev] [RFC] OpenMP Representation in LLVM IR
...data string type) to represent the type. The list of directives and their identifiers is shown in Table 1. Table 1. OpenMP Directives Type of directive #pragma omp ... | MDString in metadata ------------------------------------------------------------ parallel | OMP_PARALLEL | OMP_END_PARALLEL ------------------------------------------------------------ [parallel] for | OMP_[PARALLEL_]LOOP | OMP_END_[PARALLEL_]LOOP ----------------------------------------------...
2019 Jun 24
2
RFC: Interface user provided vector functions with the vectorizer.
For example, Type 2 case, scalar-foo used call by value while vector-foo used call by ref. The question Johannes is asking is whether we can decipher that after the fact, only by looking at the two function signatures, or need some more info (what kind, what's minimal)? I think we need to list up cases of interest, and for each vector ABI of interest, we need to work on the requirements and
2012 Oct 02
0
[LLVMdev] [RFC] OpenMP Representation in LLVM IR
...e type. > The list of directives and their identifiers is shown in Table 1. > > Table 1. OpenMP Directives > > Type of directive #pragma omp ... | MDString in metadata > ------------------------------------------------------------ > parallel | OMP_PARALLEL > | OMP_END_PARALLEL > ------------------------------------------------------------ > [parallel] for | OMP_[PARALLEL_]LOOP > | OMP_END_[PARALLEL_]LOOP > -------------------...
2012 Oct 03
0
[LLVMdev] [RFC] OpenMP Representation in LLVM IR
...type. > The list of directives and their identifiers is shown in Table 1. > > Table 1. OpenMP Directives > > Type of directive #pragma omp ... | MDString in metadata > ------------------------------------------------------------ > parallel | OMP_PARALLEL > | OMP_END_PARALLEL > ------------------------------------------------------------ > [parallel] for | OMP_[PARALLEL_]LOOP > | OMP_END_[PARALLEL_]LOOP > ---------------------...
2019 Jun 24
2
RFC: Interface user provided vector functions with the vectorizer.
...can decipher that after the fact, only by looking at the two function signatures, or need some more info (what kind, what’s minimal)? In the draft implementation we have been working on, we came up with a ParamKind enum that holds the following information: enum class ParamKind { Vector, OMP_Linear, OMP_LinearRef, OMP_LinearVal, OMP_LinearUVal, OMP_LinearPos, OMP_LinearValPos, OMP_LinearRefPos, OMP_LinearUValPos, OMP_Uniform }; The enum is used to classify the `ParameterType`, a class that is attached to each parameter and describes things like uniformit...
2015 Jul 28
0
Wine release 1.7.48
...rt 27238 Tesla: The Weather Man demo: movement keys not working (GetKeyState should fallback to GetAsyncKeyState for threads without message queue) 31063 Crash bug after finishing conversion in FormatFactory 31643 Multiple games and applications crash on unimplemented function vcomp.dll._vcomp_fork (Gothic 3 demo, NeXTA) 31984 Multiple games need d3dx9_36.dll.D3DXComputeTangentFrameEx (Starlaxis, Chernobyl Terrorist Attack Demo, The Endless Forest 3) 32227 P2kCommander v6.0.0 crashes on startup (Wine's ungif reports app .gif image as broken) 33153 DirectX11 games need d3d11.d...