Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sync concurrency examples with development #737

Merged
merged 20 commits into from
Jan 24, 2024
Merged

Commits on Nov 22, 2023

  1. Allow user to define the maximum number of kernel arguments and autom…

    …atically run script to generate the codes (#718)
    deukhyun-cha authored Nov 22, 2023
    Configuration menu
    Copy the full SHA
    2eae23b View commit details
    Browse the repository at this point in the history
  2. Hotfix GitHub Actions

    The environment variable `SYCL_DEVICE_FILTER` used by the oneAPI SDK is deprecated, causing some tests to fail.
    kris-rowe authored Nov 22, 2023
    Configuration menu
    Copy the full SHA
    c42a185 View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2023

  1. Configuration menu
    Copy the full SHA
    f92bf81 View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2023

  1. Sets OCCA_<MODE>_ENABLED in CMake parent scope. (#720)

    Intended for CMake builds which add occa as a subdirectory.
    kris-rowe authored Nov 28, 2023
    Configuration menu
    Copy the full SHA
    9e86ae7 View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2023

  1. Configuration menu
    Copy the full SHA
    b0c3227 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5285d7b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ff6e4ea View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2023

  1. Update cmake to generate kernel-arguments-related codes only if neces…

    …sary. Add an option to only generate jit kernel related code for the new number of kernel arguments and leave others to the default value for compile time efficiency (#725)
    deukhyun-cha authored Dec 6, 2023
    Configuration menu
    Copy the full SHA
    3612b5d View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2023

  1. Configuration menu
    Copy the full SHA
    5226290 View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2023

  1. Refactor OpenCL mode and update CI testing (#730)

    * Refactor OpenCL utilities and device creation.
    
    * Update OpenCL default device type.
    
    * Only run math function test for active modes.
    
    * Update GitHub workflows.
    
    * Remove OpenCL from math function tests.
    kris-rowe authored Dec 15, 2023
    Configuration menu
    Copy the full SHA
    8957558 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    66ae951 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ce6f23c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c17644b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7a364ea View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2023

  1. Configuration menu
    Copy the full SHA
    7c2fe69 View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2023

  1. Update year.

    kris-rowe committed Dec 21, 2023
    Configuration menu
    Copy the full SHA
    495d314 View commit details
    Browse the repository at this point in the history
  2. Update version number.

    kris-rowe committed Dec 21, 2023
    Configuration menu
    Copy the full SHA
    08db185 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    62ca3a9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ec9d90c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6390b2d View commit details
    Browse the repository at this point in the history