search for: libomp

Displaying 20 results from an estimated 95 matches for "libomp".

Did you mean: libmp
2024 Apr 08
1
How to set the correct libomp for R
Hey everyone, I have some weird issue with using multithreaded data.table in macOS and I am trying to figure out, if it?s connected to my libomp.dylib. I started using libomp as stated here: https://mac.r-project.org/openmp/ ? Everything worked fine till beginning of this year, but all of a sudden, I get random fatal errors, when using data.table with multithreading. I figured that R (used in RStudio) is not loading this libomp.dylib (locat...
2020 May 27
2
OpenMP Error in Clang
Hello, I am getting the following error while trying to build a benchmark with a custom function pass: clang -Xclang -fopenmp=libomp -Xclang -load -Xclang my_lib.so file.c error: unknown argument: '-fopenmp=libomp' If I use this instead: clang -Xclang -fopenmp=libomp -Xclang -load -Xclang my_lib.so file.c I get the error: fatal error: 'omp.h' file not found I am not sure where the problem is, especially...
2015 Nov 22
2
[cfe-dev] [3.7.1 Release] -rc2 has been tagged
...zpy/llvm_src/llvm/utils/release/rc2/Phase3/Release/llvmCore-3.7.1-rc2.install/usr/local/bin/clang -o test-touch-rt/test-touch /home/brian/src/fuzzpy/llvm_src/llvm/utils/release/rc2/openmp.src/runtime/src/test-touch.c -lpthread /home/brian/src/fuzzpy/llvm_src/llvm/utils/release/rc2/Phase3/openmp/src/libomp.so /home/brian/src/fuzzpy/llvm_src/llvm/utils/release/rc2/Phase3/openmp/src/libomp.so: undefined reference to `__kmp_invoke_microtask' clang-3.7: error: linker command failed with exit code 1 (use -v to see invocation) src/CMakeFiles/libomp-test-touch.dir/build.make:52: recipe for target 's...
2020 Oct 22
0
[cfe-dev] AddressSanitizer
...Kostya, using Clang to build itself with ASan enabled, and >>> running my >>> build container in privileged mode, helped solve a lot of the problems. >>> But I >>> now encounter a lot of link errors while testing my stage-2 build: >>> >>> FAIL: libomp :: api/has_openmp.c (52345 of 54886) >>> ******************** TEST 'libomp :: api/has_openmp.c' FAILED >>> ******************** >>> Script: >>> -- >>> : 'RUN': at line 1'; /home/bryanpkc/llvm-project/build/./bin/clang >>> -...
2018 Dec 20
2
[OpenMP][AArch64][GlobalISel] AArch64 OMPT tests failing
We're seeing OMPT tests fail on AArch64: libomp :: ompt/misc/control_tool.c libomp :: ompt/synchronization/master.c libomp :: ompt/synchronization/taskwait.c The failure mode is similar for all of them: openmp/runtime/test/ompt/misc/control_tool.c:26:17: error: CHECK-NEXT: expected string not found in input // CHECK-NEXT: {{^}}[[MASTE...
2017 Jul 31
1
[cfe-dev] [Release-testers] [5.0.0 Release] Release Candidate 1 tagged
On 07/27/2017 05:17 PM, Tom Stellard via cfe-dev wrote: > On 07/26/2017 06:41 PM, Hans Wennborg via Release-testers wrote: >> Dear testers, >> >> 5.0.0-rc1 has just been tagged. >> > > Hi Hans, > > I see 1 regression one ppc64le: > > libomp :: tasking/omp_taskloop_grainsize.c > This isn't actually a regression, it's just a new test. -Tom > I am looking into this. > > There are 2 failures on PPC64, but these also failed with 4.0.1, so they > are not regressions: > > libomp :: tasking/bug_proxy_task_de...
2016 May 23
0
Buildbot numbers for the week of 5/15/2016 - 5/21/2016
...ng-3stage-ubuntu | 15 | 0 | 0.0 libcxx-libcxxabi-x86_64-linux-ubuntu-unstable-abi | 12 | 0 | 0.0 libcxx-sphinx-docs | 12 | 0 | 0.0 libomp-clang-x86_64-linux-debian | 5 | 0 | 0.0 libomp-gcc-x86_64-linux-debian | 5 | 0 | 0.0 libomp-ompt-clang-x86_64-linux-debian | 5 | 0 | 0.0 lib...
2016 May 31
0
Buildbot numbers for the last week of 5/22/2016 - 5/28/2016
...sanitizer-x86_64-linux-autoconf | 371 | 10 | 2.7 clang-native-arm-lnt | 87 | 2 | 2.3 lldb-amd64-ninja-freebsd11 | 421 | 3 | 0.7 libomp-ompt-clang-x86_64-linux-debian | 8 | 0 | 0.0 libomp-gcc-x86_64-linux-debian | 8 | 0 | 0.0 libomp-clang-x86_64-linux-debian | 8 | 0 | 0.0 lib...
2016 Jun 14
2
Buildbot numbers for the last week of 6/05/2016 - 6/11/2016
...b-amd64-ninja-freebsd11 | 367 | 4 | 1.1 lld-x86_64-freebsd | 182 | 2 | 1.1 sanitizer-x86_64-linux-bootstrap | 97 | 1 | 1.0 libomp-ompt-clang-x86_64-linux-debian | 2 | 0 | 0.0 libomp-gcc-x86_64-linux-debian | 2 | 0 | 0.0 libomp-clang-x86_64-linux-debian | 2 | 0 | 0.0 lib...
2020 Oct 20
4
AddressSanitizer
Hi lists, I am encountering a large number of check-clang failures after building Clang/LLVM with -DLLVM_USE_SANITIZER=Address. I have reported the issue on Bugzilla (https://bugs.llvm.org/show_bug.cgi?id=47678). I cannot even compile helloworld.c with the resulting clang tool without a lot of false positives from ASan. Is it because I am not supposed to use GCC's AddressSanitizer when
2015 Jul 28
0
[LLVMdev] Purpose of LLVM_ENABLE_LIBCXX and LLVM_ENABLE_LIBCXXABI
Wouldn’t it it be possible to add a flag like the one used in the OpenMP subproject? There they default to linking to the non-functional libgomp (as far as I understand it), and if people want to use the actual libomp runtime, they have to specify -fopenmp=libomp when compiling/linking a program. At the same time, it is possible to use the libomp runtime library by default by specifying -DCLANG_DEFAULT_OPENMP_RUNTIME=libomp at configuration time when building LLVM. That way things would not break for existing...
2016 Oct 05
1
Buildbot numbers for the week of 9/25/2016 - 10/1/2016
...last week: buildername | was_red ------------------------------------------------------------+----------- clang-cmake-mipsel | 113:03:59 clang-cmake-mips | 89:43:33 libomp-ompt-clang-x86_64-linux-debian | 72:01:30 sanitizer-x86_64-linux | 69:51:49 clang-cmake-aarch64-quick | 50:18:34 clang-x86-windows-msvc2015 | 50:07:13 lldb-x86_64-ubuntu-14....
2015 Dec 02
2
clang only spawns one thread
..._get_thread_num(); printf("Hello, tid = %d\n ", tid); } } if (tid == 0) { nthreads = omp_get_num_threads(); printf("number of threads = %d \n", nthreads); } return 0; } I used the following command: clang -fopenmp -I/path/to/omp.h -L/path/to/libomp.so test.c -o test I only get one thread when I run test, for example it yields: Hello, tid = 0 Hello, tid = 0 number of threads = 1 However, I can get different thread id if I compile the code using gcc. Any idea about what's wrong here? I found a similarly problem in the following link: ht...
2016 Jul 27
1
Buildbot numbers for the week of 7/10/2016 - 7/16/2016
...cxx-libcxxabi-x86_64-linux-ubuntu-tsan | 10 | 0 | 0.0 libcxx-libcxxabi-x86_64-linux-ubuntu-unstable-abi | 10 | 0 | 0.0 libcxx-sphinx-docs | 10 | 0 | 0.0 libomp-clang-x86_64-linux-debian | 1 | 0 | 0.0 libomp-gcc-x86_64-linux-debian | 1 | 0 | 0.0 libomp-ompt-clang-x86_64-linux-debian | 1 | 0 | 0.0 lib...
2018 Nov 28
2
Errors in configuration for LLVM with CMake GUI
...hed the logs for the attempt to this message. I installed Perl and the latest version of GCC before that attempt. There were still errors that stopped it from being able to generate project files, though. I'd like to know how I can get this to work. How do I tell it where to find Backtrace, Libomp, Compiler-RT, LLD and Clang? And where exactly is Backtrace? I copy-pasted the locations for the stuff I checked out for LLVM, so I'm not really sure where the stuff I need to put into CMake for Compiler-RT, Backtrace and Libomp is (it's where it should be, that's all I know). ------...
2015 Jul 28
2
[LLVMdev] Purpose of LLVM_ENABLE_LIBCXX and LLVM_ENABLE_LIBCXXABI
On 28 July 2015 at 14:44, Martell Malone <martellmalone at gmail.com> wrote: > Adding a little to the topic what criteria would we need to make a target > use compiler-rt and libc++ as the default in the clang driver. > I have successfully built a standalone clang toolchain with mingw-w64 > without using gcc or binutils. There was another discussion with David Chisnall, where he
2018 Dec 21
2
[OpenMP][AArch64][GlobalISel] AArch64 OMPT tests failing
...ior to that in > https://bugs.llvm.org/show_bug.cgi?id=36313, maybe you could look into > what's still wrong on AArch64? > > Cheers, > Jonas > > On 2018-12-20 22:34, David Greene via llvm-dev wrote: >> We're seeing OMPT tests fail on AArch64: >> >> libomp :: ompt/misc/control_tool.c >> libomp :: ompt/synchronization/master.c >> libomp :: ompt/synchronization/taskwait.c >> >> The failure mode is similar for all of them: >> >> openmp/runtime/test/ompt/misc/control_tool.c:26:17: error: CHECK-NEXT: >> ex...
2016 Jun 28
0
Buildbot numbers for the last week of 6/19/2016 - 6/25/2016
...f-x86_64-penryn-O3-polly-parallel-fast | 262 | 2 | 0.8 sanitizer-x86_64-linux-autoconf | 341 | 2 | 0.6 libcxx-libcxxabi-singlethreaded-x86_64-linux-debian | 15 | 0 | 0.0 libomp-ompt-gcc-x86_64-linux-debian | 4 | 0 | 0.0 libcxx-libcxxabi-libunwind-x86_64-linux-debian | 10 | 0 | 0.0 perf-x86_64-penryn-O3-polly-before-vectorizer | 8 | 0 | 0.0 per...
2015 Nov 26
2
openmp ith llvm
Dear all, I'm trying to get openmp to work with llvm, either with static compiler or with jit, however with no success. I've followed this: http://blog.llvm.org/2015/05/openmp-support_22.html [http://llvm.org/img/DragonSmall.png]<http://blog.llvm.org/2015/05/openmp-support_22.html> LLVM Project Blog: OpenMP Support OpenMP support in Clang compiler is completed! Every pragma and
2016 Dec 20
0
Buildbot numbers for the week of 12/04/2016 - 12/10/2016
...cxx-libcxxabi-x86_64-linux-debian-noexceptions | 17 | 0 | 0.0 libcxx-libcxxabi-x86_64-linux-debian | 19 | 0 | 0.0 libcxx-sphinx-docs | 32 | 0 | 0.0 libomp-clang-x86_64-linux-debian | 2 | 0 | 0.0 libomp-gcc-x86_64-linux-debian | 1 | 0 | 0.0 libomp-ompt-clang-x86_64-linux-debian | 1 | 0 | 0.0 lib...