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

HPX support #473

Open
wants to merge 157 commits into
base: master
Choose a base branch
from
Open

HPX support #473

wants to merge 157 commits into from

Commits on Apr 7, 2023

  1. several fixes

    ctaylor committed Apr 7, 2023
    Configuration menu
    Copy the full SHA
    8667212 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2024

  1. fixed success CI task

    svenwoop authored and ct-clmsn committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    4279897 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bccec3f View commit details
    Browse the repository at this point in the history
  3. added arm emulation testing to nightly (#2520)

    - Increase test timeout of bvh_builder test
    - always disable SSE2 for imgui
    dopitz authored and ct-clmsn committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    7da36c4 View commit details
    Browse the repository at this point in the history
  4. Use all models from repo

    tpyra authored and ct-clmsn committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    ece6335 View commit details
    Browse the repository at this point in the history
  5. Minor fixes to performance CI (#2525)

    * removed 'perf' tag from A770
    
    * more precise wildcards
    tpyra authored and ct-clmsn committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    9166e2e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    cb9c871 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b869cb4 View commit details
    Browse the repository at this point in the history
  8. introduced triangle format, quad format, and vertex format in ze_rayt…

    …racing build API
    svenwoop authored and ct-clmsn committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    5880151 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    eb32547 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    f604f2d View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    7d171e1 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    2703930 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    f221efd View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    bba874e View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    d14c565 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    7a2a3fa View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    1b9aa70 View commit details
    Browse the repository at this point in the history
  18. fixed success job

    svenwoop authored and ct-clmsn committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    5298842 View commit details
    Browse the repository at this point in the history
  19. build a deliverable testing package (#2532)

    - separate cpack test component
     - new ADD_EMBREE_TEST cmake macro
     - moved reference image directly beside test definition files
     - updated package scripts
    dopitz authored and ct-clmsn committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    864ecf4 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    ba2f591 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    04a7a2a View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    8092c0d View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    b9221ca View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    4450418 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    0fb15b6 View commit details
    Browse the repository at this point in the history
  26. Added EMBREE_BACKFACE_CULLING_SPHERES option

    This follows the same method that Cycles uses to ignore backfacing
    sphere intersections.
    stefanatwork authored and ct-clmsn committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    33f8ac4 View commit details
    Browse the repository at this point in the history
  27. * Added CMake options for sphere and curve backface culling

    * Moved sphere backface culling documentation to the right place
    stefanatwork authored and ct-clmsn committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    686d953 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    f21a990 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    4798eda View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    6b52e28 View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    62226c3 View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    119e5ed View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    6a33c14 View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    c289ce5 View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    3971cba View commit details
    Browse the repository at this point in the history
  36. adding flags to rtas builder properties

    svenwoop authored and ct-clmsn committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    e3d581e View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    3fd5e8f View commit details
    Browse the repository at this point in the history
  38. Configuration menu
    Copy the full SHA
    7839837 View commit details
    Browse the repository at this point in the history
  39. only including rttrace.h

    svenwoop authored and ct-clmsn committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    1f17217 View commit details
    Browse the repository at this point in the history
  40. Configuration menu
    Copy the full SHA
    775f10b View commit details
    Browse the repository at this point in the history
  41. Do/remove macosx embree tag (#2543)

    * fixed macosx embree label issue in CI
    * updated base workflow files for macosx CI tests in release/nightly/continuous
    dopitz authored and ct-clmsn committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    9b06766 View commit details
    Browse the repository at this point in the history
  42. removing ze_raytracing CI tests

    svenwoop authored and ct-clmsn committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    b16e4be View commit details
    Browse the repository at this point in the history
  43. Configuration menu
    Copy the full SHA
    0f6a668 View commit details
    Browse the repository at this point in the history
  44. Configuration menu
    Copy the full SHA
    2d4b773 View commit details
    Browse the repository at this point in the history
  45. Configuration menu
    Copy the full SHA
    326d1c0 View commit details
    Browse the repository at this point in the history
  46. adding Level Zero rtas header from spec

    svenwoop authored and ct-clmsn committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    3c23e7e View commit details
    Browse the repository at this point in the history
  47. Configuration menu
    Copy the full SHA
    50d2a61 View commit details
    Browse the repository at this point in the history
  48. Configuration menu
    Copy the full SHA
    33a7887 View commit details
    Browse the repository at this point in the history
  49. - changed version to 4.1.0

    - added support for Intel(R) Data Center GPU Max series to changelog
    - removed limitation of support to specific Arc/Flex version, all products are supported now.
    - updated DPC++, driver, and compute-runtime versions to use
    svenwoop authored and ct-clmsn committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    13cbef5 View commit details
    Browse the repository at this point in the history
  50. using proper ZE_STRUCTURE_TYPE_RAYTRACING_MEM_ALLOC_EXT_DESC stype fo…

    …r rtas allocations
    svenwoop authored and ct-clmsn committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    b0499a4 View commit details
    Browse the repository at this point in the history
  51. Configuration menu
    Copy the full SHA
    cc29d2c View commit details
    Browse the repository at this point in the history
  52. Configuration menu
    Copy the full SHA
    3153139 View commit details
    Browse the repository at this point in the history
  53. Configuration menu
    Copy the full SHA
    d7d0383 View commit details
    Browse the repository at this point in the history
  54. Configuration menu
    Copy the full SHA
    959ee31 View commit details
    Browse the repository at this point in the history
  55. Configuration menu
    Copy the full SHA
    378f2f0 View commit details
    Browse the repository at this point in the history
  56. changed package filenames (#2550)

    tpyra authored and ct-clmsn committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    05ae8c4 View commit details
    Browse the repository at this point in the history
  57. Do/release (#2551)

    * added dpcpp-sycl-release.env
    * upgrade to icx2023.1.0 for windows
    * updated compilation.md
    * fix macos runner selection in release.yml
    * fixed klocwork job
    * fixed artifact names in release.yml
    dopitz authored and ct-clmsn committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    5b29a8b View commit details
    Browse the repository at this point in the history
  58. rebase release branch into devel (#2553)

    * changed mac release package compiler to clang
    * fix mac release runs-on
    * updated docs
    dopitz authored and ct-clmsn committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    d756352 View commit details
    Browse the repository at this point in the history
  59. Do/release (#2554)

    * fixed nightly windows STORAGE_PATH env variable
    * fixed release.yml binary/antivirus scan artifact name
    dopitz authored and ct-clmsn committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    9a04f54 View commit details
    Browse the repository at this point in the history
  60. Configuration menu
    Copy the full SHA
    cc22661 View commit details
    Browse the repository at this point in the history
  61. Configuration menu
    Copy the full SHA
    5ff0aaf View commit details
    Browse the repository at this point in the history
  62. Configuration menu
    Copy the full SHA
    f83f2fc View commit details
    Browse the repository at this point in the history
  63. Configuration menu
    Copy the full SHA
    44b9dea View commit details
    Browse the repository at this point in the history
  64. Configuration menu
    Copy the full SHA
    244e385 View commit details
    Browse the repository at this point in the history
  65. using ZE_RESULT_EXP_ERROR_RETRY_RTAS_BUILD error code to re-try rtas …

    …build operation
    svenwoop authored and ct-clmsn committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    0bd483e View commit details
    Browse the repository at this point in the history
  66. Configuration menu
    Copy the full SHA
    33d2abb View commit details
    Browse the repository at this point in the history
  67. Do/fix fopen (#2558)

    * do not use fopen any more in FileStream
    
    * removed unnecessary warning suppression
    dopitz authored and ct-clmsn committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    1c99e92 View commit details
    Browse the repository at this point in the history
  68. added filter files for test execution (#2541)

    * added filter files for test execution
    
    * changed cmake version of test project to 3.1.0
    
    * added error message test filter file not found
    
    * fixed missing NO_SYCL flag in embree-addtests.cmake
    
    * added win_proxy_loader.dll to windows package install
    
    * made install win_proxy_loader.dll optional
    dopitz authored and ct-clmsn committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    81417ab View commit details
    Browse the repository at this point in the history
  69. Configuration menu
    Copy the full SHA
    62cd7b3 View commit details
    Browse the repository at this point in the history
  70. Do/integration (#2562)

    added integration tests with cmake-presets
    dopitz authored and ct-clmsn committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    74742dc View commit details
    Browse the repository at this point in the history
  71. load ze_loader library during runtime with dlopen/LoadLibrary. Remove

    EMBREE_LEVEL_ZERO CMake variable. It is used now by default.
    freibold authored and ct-clmsn committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    62766a2 View commit details
    Browse the repository at this point in the history
  72. fix rthwif tests for test package (#2567)

    Co-authored-by: Daniel Opitz <daniel.opitz@intel.com>
    2 people authored and ct-clmsn committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    0265075 View commit details
    Browse the repository at this point in the history
  73. Configuration menu
    Copy the full SHA
    f8df5ae View commit details
    Browse the repository at this point in the history
  74. adding MTL support

    svenwoop authored and ct-clmsn committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    8d9fea3 View commit details
    Browse the repository at this point in the history
  75. Configuration menu
    Copy the full SHA
    e7718d6 View commit details
    Browse the repository at this point in the history
  76. init ZeWrapper in rthwif tests.

    freibold authored and ct-clmsn committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    7a8678b View commit details
    Browse the repository at this point in the history
  77. Configuration menu
    Copy the full SHA
    0309da8 View commit details
    Browse the repository at this point in the history
  78. moving ze_rtas.h to level_zero folder

    svenwoop authored and ct-clmsn committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    07ae638 View commit details
    Browse the repository at this point in the history
  79. Configuration menu
    Copy the full SHA
    f5cb3ff View commit details
    Browse the repository at this point in the history
  80. - using new rtas API header

    - properly returning ZE_RESULT_EXP_RTAS_BUILD_DEFERRED and ZE_RESULT_ERROR_HANDLE_OBJECT_IN_USE error codes
    svenwoop authored and ct-clmsn committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    646bbf5 View commit details
    Browse the repository at this point in the history
  81. Configuration menu
    Copy the full SHA
    d75dab7 View commit details
    Browse the repository at this point in the history
  82. Configuration menu
    Copy the full SHA
    34e2770 View commit details
    Browse the repository at this point in the history
  83. New model repository address (#2575)

    tpyra authored and ct-clmsn committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    5f94281 View commit details
    Browse the repository at this point in the history
  84. Configuration menu
    Copy the full SHA
    6a3ad6e View commit details
    Browse the repository at this point in the history
  85. Configuration menu
    Copy the full SHA
    ae9ab7e View commit details
    Browse the repository at this point in the history
  86. Do/release test package (#2579)

    * removed MSVC 2015 support (v140 + v141)
    
    * fixed release test package generation
    dopitz authored and ct-clmsn committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    de4c2ac View commit details
    Browse the repository at this point in the history
  87. Do/fix release package name sycl (#2583)

    * fixed package names for sycl release packages
    
    * removed some verbose messages from testing package
    
    * added testing package as release artifact
    dopitz authored and ct-clmsn committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    523c13d View commit details
    Browse the repository at this point in the history
  88. Configuration menu
    Copy the full SHA
    7e9e319 View commit details
    Browse the repository at this point in the history
  89. Added rtcGetGeometryTransformFromScene API function that can get used…

    … inside SYCL kernels.
    svenwoop authored and ct-clmsn committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    cc04821 View commit details
    Browse the repository at this point in the history
  90. clarified that rtcOccluded and occlusion filter cannot get used to ga…

    …ther next n hits
    svenwoop authored and ct-clmsn committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    73e94ce View commit details
    Browse the repository at this point in the history
  91. Added PVC runner to perf CI (#2588)

    tpyra authored and ct-clmsn committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    39258c5 View commit details
    Browse the repository at this point in the history
  92. updated changelog

    svenwoop authored and ct-clmsn committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    dd39f11 View commit details
    Browse the repository at this point in the history
  93. Configuration menu
    Copy the full SHA
    77cecda View commit details
    Browse the repository at this point in the history
  94. setting version to 4.2.0

    svenwoop authored and ct-clmsn committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    dc66f70 View commit details
    Browse the repository at this point in the history
  95. removed extra comma (#2591)

    tpyra authored and ct-clmsn committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    8b3120e View commit details
    Browse the repository at this point in the history
  96. fix typo (#2592)

    dopitz authored and ct-clmsn committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    4252dc8 View commit details
    Browse the repository at this point in the history
  97. Do/release (#2597)

    * fix release test package build
    
    * fix embree version for windows integration tests
    
    * fix cmake presets trailing comma
    
    * test fix for windows integration tests
    
    * embree docs run tests
    
    * update docs
    dopitz authored and ct-clmsn committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    6b67cef View commit details
    Browse the repository at this point in the history
  98. Do/release (#2601)

    * fix release test package build
    
    * fix embree version for windows integration tests
    
    * fix cmake presets trailing comma
    
    * test fix for windows integration tests
    
    * embree docs run tests
    
    * update docs
    
    * added sign file back to windows packages
    dopitz authored and ct-clmsn committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    af29815 View commit details
    Browse the repository at this point in the history
  99. Configuration menu
    Copy the full SHA
    68a0fb8 View commit details
    Browse the repository at this point in the history
  100. Configuration menu
    Copy the full SHA
    1bdc285 View commit details
    Browse the repository at this point in the history
  101. Configuration menu
    Copy the full SHA
    9c1c335 View commit details
    Browse the repository at this point in the history
  102. add memory monitor to GPU BVH build

    freibold authored and ct-clmsn committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    bcb51a8 View commit details
    Browse the repository at this point in the history
  103. Do/update driver (#2607)

    * update dpcpp-sycl-nightly
    
    * update gfx-ubuntu22-embargo
    
    * update gfx-ubuntu22-internal
    
    * update gfx-ubuntu22-public
    
    * update dpcpp-sycl-nightly
    
    * update gfx-ubuntu22-embargo
    
    * update gfx-ubuntu22-internal
    
    * update gfx-ubuntu22-public
    dopitz authored and ct-clmsn committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    33074fe View commit details
    Browse the repository at this point in the history
  104. added configuration to run rtas builder tests using internal or level…

    … zero implementation
    svenwoop authored and ct-clmsn committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    f6dad7c View commit details
    Browse the repository at this point in the history
  105. Add support for ARM64 windows platform cmake

    This adds a check for ARM64 in the CMakeLists file, which is the name of
    the system processor on native Windows ARM64 machines
    anthony-linaro authored and ct-clmsn committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    e69f52b View commit details
    Browse the repository at this point in the history
  106. Configuration menu
    Copy the full SHA
    fb6c562 View commit details
    Browse the repository at this point in the history
  107. Configuration menu
    Copy the full SHA
    038ae14 View commit details
    Browse the repository at this point in the history
  108. Configuration menu
    Copy the full SHA
    a6acf29 View commit details
    Browse the repository at this point in the history
  109. Configuration menu
    Copy the full SHA
    29f96e1 View commit details
    Browse the repository at this point in the history
  110. - updating to dpcpp compiler sycl-nightly/20230724

    - fixing compile issues in rthwif tests
    svenwoop authored and ct-clmsn committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    8c4c530 View commit details
    Browse the repository at this point in the history
  111. fixed sub_group related compile warning

    svenwoop authored and ct-clmsn committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    eeb4834 View commit details
    Browse the repository at this point in the history
  112. cleanups to sycl namespace usage

    svenwoop authored and ct-clmsn committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    e5ac939 View commit details
    Browse the repository at this point in the history
  113. docker GPU image for perf CI to embree/ubuntu:22.04 (#2615)

    * ubuntu 22.04 docker
    
    * docker_gpu.yml@main
    tpyra authored and ct-clmsn committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    ec04c51 View commit details
    Browse the repository at this point in the history
  114. CI-perf sycl build on Ubuntu 22.04 (#2617)

    * ubuntu 22.04 docker
    
    * docker_gpu.yml@main
    tpyra authored and ct-clmsn committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    3c4b936 View commit details
    Browse the repository at this point in the history
  115. Configuration menu
    Copy the full SHA
    a7782ef View commit details
    Browse the repository at this point in the history
  116. updated graphics drivers in CI

    svenwoop authored and ct-clmsn committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    b1f1d8e View commit details
    Browse the repository at this point in the history
  117. Revert "use DPCPP_SETUP_SCRIPT environment variable in test.py script"

    This reverts commit 2fe0b4f.
    svenwoop authored and ct-clmsn committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    63d433e View commit details
    Browse the repository at this point in the history
  118. Configuration menu
    Copy the full SHA
    2768271 View commit details
    Browse the repository at this point in the history
  119. do not source dpcpp environment manually

     Please enter the commit message for your changes. Lines starting
    freibold authored and ct-clmsn committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    456c8b3 View commit details
    Browse the repository at this point in the history
  120. Configuration menu
    Copy the full SHA
    7e7877b View commit details
    Browse the repository at this point in the history
  121. Do/update compiler cmakepreset (#2621)

    * update ispc version in cmake preset
    
    * dpcpp-version referenced workflow from @freibold/devel to @main
    
    * dpcpp-version workflow to docker_gpu@main
    dopitz authored and ct-clmsn committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    79f1141 View commit details
    Browse the repository at this point in the history
  122. remove using sycl::fmax and using sycl::fmin

        it causes problems with new versions of dpcpp compiler:
        /common/sys/sycl.h:34:13: error: target of using declaration conflicts with declaration already in scope
           34 | using sycl::fmax;
    freibold authored and ct-clmsn committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    e8c1b94 View commit details
    Browse the repository at this point in the history
  123. update to intel-llvm 20230830

    freibold authored and ct-clmsn committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    18bd626 View commit details
    Browse the repository at this point in the history
  124. Configuration menu
    Copy the full SHA
    77873cb View commit details
    Browse the repository at this point in the history
  125. cherry pick from carlocab (#2623)

    The semanic equivalend of `$ORIGIN` on macOS is `@loader_path`.
    dopitz authored and ct-clmsn committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    ea3aa94 View commit details
    Browse the repository at this point in the history
  126. fixed deviceID check for PVC

    svenwoop authored and ct-clmsn committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    8cc689e View commit details
    Browse the repository at this point in the history
  127. removed unused file

    svenwoop authored and ct-clmsn committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    ed56a60 View commit details
    Browse the repository at this point in the history
  128. Configuration menu
    Copy the full SHA
    67a5584 View commit details
    Browse the repository at this point in the history
  129. Configuration menu
    Copy the full SHA
    81d04cf View commit details
    Browse the repository at this point in the history
  130. Configuration menu
    Copy the full SHA
    7a28f06 View commit details
    Browse the repository at this point in the history
  131. Configuration menu
    Copy the full SHA
    fe31059 View commit details
    Browse the repository at this point in the history
  132. Configuration menu
    Copy the full SHA
    7d55d75 View commit details
    Browse the repository at this point in the history
  133. disabling L0 RTAS builder by default

    svenwoop authored and ct-clmsn committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    58212ad View commit details
    Browse the repository at this point in the history
  134. integration of coverity

    * coverity test
    * fixing coverity issues
    * disable klockwork
    dopitz authored and ct-clmsn committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    e194380 View commit details
    Browse the repository at this point in the history
  135. Configuration menu
    Copy the full SHA
    9e821ab View commit details
    Browse the repository at this point in the history
  136. Configuration menu
    Copy the full SHA
    d14fed9 View commit details
    Browse the repository at this point in the history
  137. Configuration menu
    Copy the full SHA
    7deef5d View commit details
    Browse the repository at this point in the history
  138. add ICX release candidate tests

    freibold authored and ct-clmsn committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    37ca584 View commit details
    Browse the repository at this point in the history
  139. Update changelog.md

    freibold authored and ct-clmsn committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    7220e84 View commit details
    Browse the repository at this point in the history
  140. add tests for sycl-nightly RK version

    freibold authored and ct-clmsn committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    2ded3b4 View commit details
    Browse the repository at this point in the history
  141. Configuration menu
    Copy the full SHA
    2faa8dd View commit details
    Browse the repository at this point in the history
  142. add instance array geometry type.

    freibold authored and ct-clmsn committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    e1d0051 View commit details
    Browse the repository at this point in the history
  143. Configuration menu
    Copy the full SHA
    6ed2106 View commit details
    Browse the repository at this point in the history
  144. Configuration menu
    Copy the full SHA
    ec3ab17 View commit details
    Browse the repository at this point in the history
  145. update documentation

    freibold authored and ct-clmsn committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    3606b69 View commit details
    Browse the repository at this point in the history
  146. Configuration menu
    Copy the full SHA
    8187f71 View commit details
    Browse the repository at this point in the history
  147. Configuration menu
    Copy the full SHA
    502e7d5 View commit details
    Browse the repository at this point in the history
  148. add old include/lib directory structure for ICX 2024, too.

    The decision is not finalized yet, which folder layout the new ICX
    release will have. We now add both versions and hope for the best.
    freibold authored and ct-clmsn committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    203232c View commit details
    Browse the repository at this point in the history
  149. updates

    * use syclos 20230922 for release
    * use proper public driver on Windows
    * update ispc to 1.21.0
    * update TBB to 2021.10.0
    * update ICX RK to 20230926
    freibold authored and ct-clmsn committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    03bbc7b View commit details
    Browse the repository at this point in the history
  150. rebase

    ct-clmsn committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    49a0114 View commit details
    Browse the repository at this point in the history
  151. completed hpx port

    ct-clmsn committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    824051c View commit details
    Browse the repository at this point in the history
  152. Configuration menu
    Copy the full SHA
    3277f16 View commit details
    Browse the repository at this point in the history
  153. Configuration menu
    Copy the full SHA
    86acf6b View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2024

  1. added license

    ct-clmsn committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    4467c25 View commit details
    Browse the repository at this point in the history
  2. upated readme

    ct-clmsn committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    ffc0479 View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2024

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