Displaying 3 results from an estimated 3 matches for "libomptarget_enable_debug".
2020 Jan 05
2
LLVM build performance with LLVM
Yes, exactly.
On Sun, Jan 5, 2020 at 23:43 Mehdi AMINI <joker.eph at gmail.com> wrote:
>
>
> On Fri, Jan 3, 2020 at 8:58 PM Itaru Kitayama via llvm-dev <
> llvm-dev at lists.llvm.org> wrote:
>
>> I have just tried a Release build of LLVM but
>> with
>> LIBOMPTARGET_ENABLE_DEBUG enabled. The app build became super fast, but I
>> can not obtain debugging information that I need at runtime.
>>
>
> The description for this flag seems to be: LIBOMPTARGET_ENABLE_DEBUG
> "Allow debug output with the environment variable LIBOMPTARGET_DEBUG=1"
>
&...
2020 Jan 04
3
LLVM build performance with LLVM
I have just tried a Release build of LLVM but
with
LIBOMPTARGET_ENABLE_DEBUG enabled. The app build became super fast, but I
can not obtain debugging information that I need at runtime.
On Sat, Jan 4, 2020 at 5:03 David Blaikie <dblaikie at gmail.com> wrote:
> I'm still confused by that - whether or not the LLVM you built has debug
> info in it shouldn'...
2020 Jan 03
2
LLVM build performance with LLVM
At least, to obtain enough information from libomptarget while running my
offloading app on GPU capable environment, I have to build it with an LLVM
which was built in Debug mode.
On Sat, Jan 4, 2020 at 4:34 David Blaikie <dblaikie at gmail.com> wrote:
>
>
> On Thu, Jan 2, 2020 at 10:55 PM Itaru Kitayama <itaru.kitayama at gmail.com>
> wrote:
>
>> As I am facing