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

Candidate for the v0.9.0 release tag #1519

Merged
merged 21 commits into from
Apr 19, 2024
Merged

Candidate for the v0.9.0 release tag #1519

merged 21 commits into from
Apr 19, 2024

Commits on Apr 8, 2024

  1. Merge pull request #1461 from Bensuo/coverity_L0_update

    [Cmd-Buf][L0] Fix Coverity unsigned comparison report
    aarongreig authored and kbenzie committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    9da9568 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1468 from pbalcer/l0-recursive-event-deadlock

    [L0] fix a deadlock on a recursive event rwlock
    aarongreig authored and kbenzie committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    f67c6e4 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1363 from hdelan/refactor-device-initialization

    [CUDA] Refactor device initialization
    aarongreig authored and kbenzie committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    a75f7d0 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #1467 from aarongreig/aaron/eventExecStatusError

    Add new ERROR status for events, and corresponding error code.
    aarongreig authored and kbenzie committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    20102fd View commit details
    Browse the repository at this point in the history
  5. Merge pull request #1460 from hdelan/remove-unused-prototypes

    [HIP][CUDA] Remove function prototypes from enqueue.hpp
    aarongreig authored and kbenzie committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    40b21cc View commit details
    Browse the repository at this point in the history
  6. Merge pull request #1485 from aarongreig/aaron/addDeviceNotAvailableErrC

    Add UR_ERROR_DEVICE_NOT_AVAILABLE and appropriate translation for CL.
    aarongreig authored and kbenzie committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    74a8f04 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #1450 from kbenzie/benie/cl-fpga-atomic-memory-ord…

    …er-caps
    
    [CL] Atomic fence scope capability for Intel FPGA driver
    aarongreig authored and kbenzie committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    1ee81f4 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #1486 from nrspruit/fix_memfree_report

    [L0] Fix DeviceInfo global mem free to report unsupported given MemCount==0
    aarongreig authored and kbenzie committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    65af257 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2024

  1. Merge pull request #1448 from steffenlarsen/steffen/make_ext_func_fai…

    …l_unsupported
    
    [OpenCL] Make extension function lookup return unusupported error
    kbenzie committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    410c023 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1433 from Seanst98/sean/cubemaps-UR

    [Bindless][CUDA] Add support for cubemaps
    aarongreig authored and kbenzie committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    26cc04e View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1455 from GeorgeWeb/georgi/fix-hip-usm-copy2d

    [HIP] Fix memory type detection in allocation info queries and USM copy2D
    aarongreig authored and kbenzie committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    532dac5 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #1483 from nrspruit/fix_inorder_lists_reuse

    [L0] Fix regular in order command list reuse given inorder queue
    aarongreig authored and kbenzie committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    bcbe255 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #1498 from wenju-he/ZeImageDesc-urMemImageCreateWi…

    …thNativeHandle
    
    [L0][Image] Set ZeImageDesc member of _ur_image in release build for legacy image
    aarongreig authored and kbenzie committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    6465c98 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #1492 from nrspruit/l0_queue_sync_unblocking

    [L0] Enable Disabling of Queue lock during L0 Sync calls
    aarongreig authored and kbenzie committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    4f6997e View commit details
    Browse the repository at this point in the history
  7. Merge pull request #1494 from nrspruit/usm_exp_table_enable

    [L0] Enable USM Import/Release Exp Functions
    aarongreig authored and kbenzie committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    151d5a6 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #1507 from nrspruit/fix_p2p_properties_init

    [L0] Fix to p2p properties init for pNext and stype
    aarongreig authored and kbenzie committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    e9f363d View commit details
    Browse the repository at this point in the history
  9. Merge pull request #1471 from pbalcer/remove-coverage

    [CI] remove coverage workflow
    pbalcer authored and kbenzie committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    5c2017f View commit details
    Browse the repository at this point in the history
  10. Merge pull request #1516 from pbalcer/disable-clang-l0

    disable clang build for L0 adapter tests
    lukaszstolarczuk authored and kbenzie committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    db80d60 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2024

  1. Merge pull request #1298 from pbalcer/immcmd-out-of-order-completion-…

    …batching
    
    [L0] optimize # of event status queries through batching
    aarongreig authored and kbenzie committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    ce58dfd View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1495 from nrspruit/kernel_work_group_size

    [L0] Add support for reading maxGroupSize from kernel prop extension
    aarongreig authored and kbenzie committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    02e7f28 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1517 from nrspruit/fix_l0_coverity_sync

    [L0] Store LastCommandEvent before unlock during queue sync
    aarongreig authored and kbenzie committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    84d7a49 View commit details
    Browse the repository at this point in the history