Searched refs:openmp (Results 1 – 25 of 109) sorted by relevance
12345
1 ; RUN: opt -passes=openmpopt -pass-remarks=openmp-opt -openmp-print-gpu-kernels -disable-output < %…2 ; RUN: opt -openmpopt -pass-remarks=openmp-opt -openmp-print-gpu-kernels -disable-output < %…19 ; Needed to trigger the openmp-opt pass
3 ; RUN: opt < %s -S -openmpopt -openmp-ir-builder-optimistic-attributes | FileCheck %s --chec…4 ; RUN: opt < %s -S -passes=openmpopt -openmp-ir-builder-optimistic-attributes | FileCheck %s --chec…
1 ; RUN: opt -S -passes=openmpopt -pass-remarks=openmp-opt -openmp-print-gpu-kernels < %s | FileCheck…2 ; RUN: opt -S -openmpopt -pass-remarks=openmp-opt -openmp-print-gpu-kernels < %s | FileCheck…
1 ; RUN: opt -openmpopt -pass-remarks=openmp-opt -disable-output < %s 2>&1 | FileCheck %s2 ; RUN: opt -passes=openmpopt -pass-remarks=openmp-opt -disable-output < %s 2>&1 | FileCheck %s
27 set(OPENMP_DOXYGEN_QCH_FILENAME "org.llvm.openmp.qch" CACHE STRING29 set(OPENMP_DOXYGEN_QHP_NAMESPACE "org.llvm.openmp" CACHE STRING77 add_custom_target(doxygen-openmp80 COMMENT "Generating openmp doxygen documentation." VERBATIM)83 add_dependencies(doxygen doxygen-openmp)97 add_sphinx_target(html openmp)100 add_sphinx_target(man openmp)
17 $BROWSER <build-dir>/projects/openmp/docs//html/index.html20 `docs/Foo.rst` <-> `<build-dir>/projects/openmp/docs//html/Foo.html` <->21 `https://openmp.llvm.org/docs/Foo.html`.42 `docs/CommandGuide/Foo.rst` <-> `<build-dir>/projects/openmp/docs//man/Foo.1`.45 `https://openmp.llvm.org/docs/CommandGuide/Foo.html`.
16 Here we describe the status of openmp, including major improvements17 from the previous release. All openmp releases may be downloaded
4 Please do not hesitate to reach out to us via openmp-dev@lists.llvm.org or join20 - Status tracking `page <https://openmp.llvm.org/docs>`__.40 additions. Please contact, e.g., through ``openmp-dev@lists.llvm.org``.
67 | opt -O3 -S -o matmul.polly.interchanged+tiled+vector+openmp.ll77 llc matmul.polly.interchanged+tiled+vector+openmp.ll -o matmul.polly.interchanged+tiled+vector+open…78 gcc matmul.polly.interchanged+tiled+vector+openmp.s -lgomp -o matmul.polly.interchanged+tiled+vecto…93 time -f "%E real, %U user, %S sys" ./matmul.polly.interchanged+tiled+vector+openmp.exe
10 Check out openmp (libomptarget lives under ./libomptarget) into llvm/projects19 Check out openmp (libomptarget lives under ./libomptarget)20 $ cd where-you-want-to-live/openmp/libomptarget22 $ cmake path/to/openmp -DCMAKE_C_COMPILER=<C compiler> -DCMAKE_CXX_COMPILER=<C++ compiler>
11 An `early (2015) design document <https://openmp.llvm.org/Reference.pdf>`_ for13 <https://openmp.llvm.org/Reference.pdf>`_.
340 int openmp; in print_for() local342 openmp = 0; in print_for()350 openmp = 1; in print_for()353 if (openmp) in print_for()513 if (options->openmp) { in print_scop()628 if (ps->options->openmp) { in construct_cpu_schedule_constraints()637 if (ps->options->openmp) in construct_cpu_schedule_constraints()640 if (ps->options->openmp) in construct_cpu_schedule_constraints()
52 int openmp; member
29 Check out openmp into llvm/projects38 Check out openmp39 $ cd where-you-want-to-live/openmp41 $ cmake path/to/openmp -DCMAKE_C_COMPILER=<C compiler> -DCMAKE_CXX_COMPILER=<C++ compiler>
29 Check out openmp into llvm/projects38 Check out openmp39 $ cd where-you-want-to-live/openmp/runtime41 $ cmake path/to/openmp -DCMAKE_C_COMPILER=<C compiler> -DCMAKE_CXX_COMPILER=<C++ compiler>
1 .. title:: clang-tidy - openmp-exception-escape3 openmp-exception-escape
1 .. title:: clang-tidy - openmp-use-default-none3 openmp-use-default-none
14 (NOT ${entry} STREQUAL ${CMAKE_CURRENT_SOURCE_DIR}/openmp) AND45 add_llvm_external_project(openmp)
17 namespace openmp { namespace
16 namespace openmp {
17 namespace openmp {
1 This file is a partial list of people who have contributed to the LLVM/openmp3 LLVM/openmp, please submit a patch to this file to add yourself, and it will be
1 # Check if $CC supports openmp.
3 $(CXX) /arch:SSE2 /Ox /openmp psnr.cc ssim.cc psnr_main.cc
1 static_library("openmp") {