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

Intergration of new transpiler with C++ full support #749

Commits on Mar 5, 2024

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

Commits on Mar 6, 2024

  1. Configuration menu
    Copy the full SHA
    83d0d1d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    aa48b41 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2024

  1. Configuration menu
    Copy the full SHA
    27fff94 View commit details
    Browse the repository at this point in the history
  2. Change HIP_PLATFORM from HCC to AMD and NVCC to NVIDIA (libocca#713)

    Co-authored-by: Rakesh Roy <[email protected]>
    2 people authored and kris-rowe committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    3b86874 View commit details
    Browse the repository at this point in the history
  3. Hotfix GitHub actions.

    Clang 12 is no longer available in GitHub's Ubutntu 22.04 runner.
    kris-rowe committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    5b0213f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    eff5266 View commit details
    Browse the repository at this point in the history
  5. [HIP] Bump supported HIP versions to v4.2 or later (libocca#715)

    * [HIP] Remove some compile-time backward compatibility switches
    
    * [HIP] Bump supported HIP version to v4.2 or later
    noelchalmers authored and kris-rowe committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    c779086 View commit details
    Browse the repository at this point in the history
  6. Allow user to define the maximum number of kernel arguments and autom…

    …atically run script to generate the codes (libocca#718)
    deukhyun-cha authored and kris-rowe committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    d6e71e7 View commit details
    Browse the repository at this point in the history
  7. Hotfix GitHub Actions

    The environment variable `SYCL_DEVICE_FILTER` used by the oneAPI SDK is deprecated, causing some tests to fail.
    kris-rowe committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    18f75c1 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    3cb365f View commit details
    Browse the repository at this point in the history
  9. Sets OCCA_<MODE>_ENABLED in CMake parent scope. (libocca#720)

    Intended for CMake builds which add occa as a subdirectory.
    kris-rowe committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    b173541 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    c824a2a View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    8ad756c View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    0187d1d View commit details
    Browse the repository at this point in the history
  13. 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 (libocca#725)
    deukhyun-cha authored and kris-rowe committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    a8a2567 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    d05f677 View commit details
    Browse the repository at this point in the history
  15. Refactor OpenCL mode and update CI testing (libocca#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 committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    7791a79 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    1b38d46 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    7d9d089 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    aca6151 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    a496e1b View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    b2df8b3 View commit details
    Browse the repository at this point in the history
  21. Update year.

    kris-rowe committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    e91ca2f View commit details
    Browse the repository at this point in the history
  22. Update version number.

    kris-rowe committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    246ee3b View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    bfdf49f View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    de0064b View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    ab48248 View commit details
    Browse the repository at this point in the history
  26. cmake: expose CUDA::cuda_driver dependency in use

    Without this, CUDA::cuda_driver target is not linked to libocca during
    consumption and as a result there is a build problem: libcuda.so cannot
    be found. This occurs on machines which do not have CUDA lib default,
     compiler included libraries (e.g. in /lib64)
    nsoborin authored and kris-rowe committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    1f6c540 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    b4495ee View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    87bb439 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    5cb4386 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    981316d View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    3cba084 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2024

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

Commits on Mar 21, 2024

  1. Configuration menu
    Copy the full SHA
    0fc25e2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d5e5e97 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2024

  1. Configuration menu
    Copy the full SHA
    edbd0d1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f00ecc7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b363156 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2024

  1. Configuration menu
    Copy the full SHA
    34dba7b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    33b1ebb View commit details
    Browse the repository at this point in the history
  3. Merge pull request #2 from vyast-softserveinc/oklt-transpiler-integra…

    …tion
    
    Separate branch with integrated oklt transpiler usage
    vyast-softserveinc authored Mar 27, 2024
    Configuration menu
    Copy the full SHA
    f8f383e View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2024

  1. Configuration menu
    Copy the full SHA
    2182d3a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    790b461 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    10d15db View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    59d35bb View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2024

  1. Configuration menu
    Copy the full SHA
    89e9c97 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    857a95c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ad7411b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    881d669 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    41c9d6b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6a998d3 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a145005 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    63d4da5 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    65c9350 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    31a78a1 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    36f6dcf View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    5f97b85 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    668e5ce View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    e7044e6 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    3aec4af View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    ee4a8ea View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2024

  1. Configuration menu
    Copy the full SHA
    f1b4aac View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    941c94c View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2024

  1. Configuration menu
    Copy the full SHA
    6deec8c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d55cc5b View commit details
    Browse the repository at this point in the history
  3. Merge pull request #3 from vyast-softserveinc/update_occa_transpiler

    update occa-transpiler to latest devel branch
    vyast-softserveinc authored Apr 16, 2024
    Configuration menu
    Copy the full SHA
    bd9fcae View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2024

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