Skip to content
This repository has been archived by the owner on Jan 20, 2024. It is now read-only.

Commits on Aug 22, 2023

  1. finalization_fix

    DominikAdamski authored and Dominik Adamski committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    9facef1 View commit details
    Browse the repository at this point in the history
  2. work_kmpc_parallel_51

    Dominik Adamski committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    cf41abd View commit details
    Browse the repository at this point in the history
  3. [WIP] Recognize type of the kernel

    This patch adds initial support for detecting type of launched kernel.
    
    If there is a parallel pragma inside target region, then we assume
    that we have SPMD kernel.
    
    This assumption is not valid for target regions for which parallel region
    does not cover the whole target region.
    Dominik Adamski committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    749edc7 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2023

  1. Sergio's 227 PR

    Dominik Adamski committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    4e8013e View commit details
    Browse the repository at this point in the history
  2. Johannes proposition of the new OpenMP runtime

    Dominik Adamski committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    c26cf26 View commit details
    Browse the repository at this point in the history
  3. Do not build the new Device RTL functions which cannot be compiled

    Proposed implementation of the new device OpenMP functions relies on
    internal functions which are not used in current version of the OpenMP
    runtime.
    Dominik Adamski committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    adb419d View commit details
    Browse the repository at this point in the history
  4. [WIP][CodeExtractor] Modify alloca address space for struct

    TODO: Modify CodeExtractor so that it will take alloca address
    space from constructor parameter
    Dominik Adamski committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    b4b571c View commit details
    Browse the repository at this point in the history
  5. [WIP] Add OpenMP definitions

    TODO: Add missing definitions for the newwq OpenMP device RTL functions
    TODO: Add missing attributes for the new OpenMP device RTL functions
    Dominik Adamski committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    a0703ec View commit details
    Browse the repository at this point in the history
  6. [OpenMP] Generate code for target worksharing loop

    Dominik Adamski committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    470dde0 View commit details
    Browse the repository at this point in the history