search for: inlined__

Displaying 2 results from an estimated 2 matches for "inlined__".

2019 Jan 31
2
[RFC] Late (OpenMP) GPU code "SPMD-zation"
...tanding.<br>> To help me understand, could you try to elaborate a bit?<br>> <br>> To make my last email clear:<br>> I __do__ want inlining. Both answers to your earlier inlining questions do<br>> actually assume the runtime library calls __are eventually inlined__,<br>> that is why I mentioned LTO and the runtime as bitcode.<br>> .<br>> Cheers,<br>> Johannes<br>> <br>> <br>> <br>> $B(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,...
2019 Jan 22
7
[RFC] Late (OpenMP) GPU code "SPMD-zation"
Where we are ------------ Currently, when we generate OpenMP target offloading code for GPUs, we use sufficient syntactic criteria to decide between two execution modes: 1) SPMD -- All target threads (in an OpenMP team) run all the code. 2) "Guarded" -- The master thread (of an OpenMP team) runs the user code. If an OpenMP distribute region is encountered,