search for: omp_fn

Displaying 5 results from an estimated 5 matches for "omp_fn".

Did you mean: _omp_fn
2009 Apr 16
1
[LLVMdev] OpenMPI and llvm-gcc
...filter- > vt_filter.o vtfilter-vt_filthandler.o vtfilter-vt_otfhandler.o > vtfilter-vt_tracefilter.o ../../util/util.o -L../../extlib/otf/ > otflib -L../../extlib/otf/otflib/.libs -lotf -lz > Undefined symbols: > "___builtin_expect", referenced from: > _main.omp_fn.0 in vtfilter-vt_tracefilter.o > _main.omp_fn.0 in vtfilter-vt_tracefilter.o > _main.omp_fn.0 in vtfilter-vt_tracefilter.o > _main.omp_fn.1 in vtfilter-vt_tracefilter.o > _main.omp_fn.1 in vtfilter-vt_tracefilter.o > _main.omp_fn.1 in vtfilter-vt_tracefi...
2009 Apr 17
0
[LLVMdev] Fwd: OpenMPI and llvm-gcc
...vt_filthandler.o vtfilter-vt_otfhandler.o >>> vtfilter-vt_tracefilter.o ../../util/util.o -L../../extlib/otf/ >>> otflib -L../../extlib/otf/otflib/.libs -lotf -lz >>> Undefined symbols: >>> "___builtin_expect", referenced from: >>> _main.omp_fn.0 in vtfilter-vt_tracefilter.o >>> _main.omp_fn.0 in vtfilter-vt_tracefilter.o >>> _main.omp_fn.0 in vtfilter-vt_tracefilter.o >>> _main.omp_fn.1 in vtfilter-vt_tracefilter.o >>> _main.omp_fn.1 in vtfilter-vt_tracefilter.o >>> _m...
2007 Nov 29
2
[LLVMdev] LLVM and OpenMP
....omp_data_s.1* %.omp_data_o.3, i32 0, i32 0 ; <i32**> [#uses=1] store i32* %sum, i32** %tmp, align 8 %.omp_data_o.31 = bitcast %struct..omp_data_s.1* %.omp_data_o.3 to i8* ; <i8*> [#uses=2] call void @GOMP_parallel_start( void (i8*)* @main.omp_fn.0, i8* %.omp_data_o.31, i32 0 ) nounwind call void @main.omp_fn.0( i8* %.omp_data_o.31 ) call void @GOMP_parallel_end( ) nounwind %tmp3 = load i32* %sum, align 4 ; <i32> [#uses=1] %tmp5 = call i32 (i8*, ...)* @printf( i8* getelementptr ([10 x i8]* @.str...
2010 Nov 10
2
[LLVMdev] Bug in DragonEgg or LLVM
...for (i = 0; i < LOOPCOUNT; ++i) { bit_and = (bit_and & logics[i]); } } //----------------------------------------------------------- Examination with valgrind produces these results: ==5064== Thread 2: ==5064== Use of uninitialised value of size 8 ==5064== at 0x40074E: main.omp_fn.0 (in test113) ==5064== by 0x4C44FE1: gomp_thread_start (team.c:115) ==5064== by 0x3A1EA07760: start_thread (in /lib64/libpthread-2.12.1.so) ==5064== by 0x3A1E2E14FC: clone (in /lib64/libc-2.12.1.so) ==5064== ==5064== Invalid read of size 4 ==5064== at 0x40074E: main.omp_fn.0 (in test1...
2012 Sep 03
1
[LLVMdev] Accessing structure members of .omp_data_i
Hello, I want to find out the member variable of the structure (.omp_data_i) being accessed but the metadata and the use don't seem to be linked. Here's is a portion of the IR generated for a function containing an OpenMP pragma: define internal void @bpnn_adjust_weights.omp_fn.0(i8* nocapture %.omp_data_i) nounwind uwtable { entry: %0 = getelementptr inbounds i8* %.omp_data_i, i64 36, !dbg !535 %1 = bitcast i8* %0 to i32*, !dbg !535 %2 = load i32* %1, align 4, !dbg !535, !tbaa !348 Here's the debug metadata: !236 = metadata !{i32 655617, metadata !52, metada...