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

Coverity fixes #921

Closed
wants to merge 497 commits into from
Closed

Coverity fixes #921

wants to merge 497 commits into from
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Jan 5, 2024

  1. [CI workflow] Do not use sudo in Dockerfile (#278)

    This is flagged as error by hadolint.
    pbchekin authored Jan 5, 2024
    Configuration menu
    Copy the full SHA
    fe4cbb3 View commit details
    Browse the repository at this point in the history
  2. Update nightly_report.yml

    drprajap authored Jan 5, 2024
    Configuration menu
    Copy the full SHA
    b883e4a View commit details
    Browse the repository at this point in the history
  3. Update sync.yml

    drprajap authored Jan 5, 2024
    Configuration menu
    Copy the full SHA
    e7f7c44 View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2024

  1. Configuration menu
    Copy the full SHA
    848d674 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    912926f View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2024

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

Commits on Jan 16, 2024

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

Commits on Jan 18, 2024

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

Commits on Jan 19, 2024

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

Commits on Jan 22, 2024

  1. Configuration menu
    Copy the full SHA
    ee096b4 View commit details
    Browse the repository at this point in the history
  2. Fixed nightly CI scenario and switched it to using github actions reu…

    …sable workflows (#310)
    
    * Fixed Nightly CI workflow
    
    Signed-off-by: Gregory Shimansky <[email protected]>
    
    * Added secrets inherit when calling reusable workflows
    
    Signed-off-by: Gregory Shimansky <[email protected]>
    
    * Added missing rependency for sending report
    
    Signed-off-by: Gregory Shimansky <[email protected]>
    
    * Fixed conditional operator
    
    Signed-off-by: Gregory Shimansky <[email protected]>
    
    * Fixed runs-on for generate_report
    
    Signed-off-by: Gregory Shimansky <[email protected]>
    
    * Removed report because it cannot be revived
    
    Signed-off-by: Gregory Shimansky <[email protected]>
    
    * Execute cpu and gpu builds in parallel
    
    Signed-off-by: Gregory Shimansky <[email protected]>
    
    ---------
    
    Signed-off-by: Gregory Shimansky <[email protected]>
    gshimansky authored Jan 22, 2024
    Configuration menu
    Copy the full SHA
    0dac7b2 View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2024

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

Commits on Jan 31, 2024

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

Commits on Feb 1, 2024

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

Commits on Feb 5, 2024

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

Commits on Feb 6, 2024

  1. Configuration menu
    Copy the full SHA
    bf64adf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    630ebe4 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2024

  1. Added Dockerfile for runner image with installed FS simulator and wor…

    …kflow to build it (#347)
    
    * Initial Dockerfile for FS simulator installation
    
    Signed-off-by: Gregory Shimansky <[email protected]>
    
    * Updated FS simulator Dockerfile to allow simulator setup functions to work
    
    Signed-off-by: Gregory Shimansky <[email protected]>
    
    * Added workflow to build FS simulator image for github actions runners
    
    Signed-off-by: Gregory Shimansky <[email protected]>
    
    ---------
    
    Signed-off-by: Gregory Shimansky <[email protected]>
    gshimansky authored Feb 12, 2024
    Configuration menu
    Copy the full SHA
    d50d0a6 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2024

  1. Added workflow to run GPU tests on FS simulator (#349)

    * Fixed Dockerfile after update to KMD archive
    
    Signed-off-by: Gregory Shimansky <[email protected]>
    
    * Added functionality to run FS simulator, excluded long running tests
    
    Signed-off-by: Gregory Shimansky <[email protected]>
    
    * Added workflow to run GPU tests on FS simulator
    
    Signed-off-by: Gregory Shimansky <[email protected]>
    
    * Removed from run on PR, added installation of psutil
    
    Signed-off-by: Gregory Shimansky <[email protected]>
    
    ---------
    
    Signed-off-by: Gregory Shimansky <[email protected]>
    gshimansky authored Feb 13, 2024
    Configuration menu
    Copy the full SHA
    4a03225 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2024

  1. Configuration menu
    Copy the full SHA
    734023b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cc9d1ef View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9a6ca65 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cb5b198 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2024

  1. Configuration menu
    Copy the full SHA
    28454e7 View commit details
    Browse the repository at this point in the history
  2. Implemented CI workflow to run GPU tests on FS simulator (#352)

    * Moved installation of psutil into docker image
    
    Signed-off-by: Gregory Shimansky <[email protected]>
    
    * Updated FS sim workflow to use tests exit code in the end
    
    Signed-off-by: Gregory Shimansky <[email protected]>
    
    * Removed pipefail to allow script to finish if tests fail
    
    Signed-off-by: Gregory Shimansky <[email protected]>
    
    * Added upload of simulator individual logs
    
    Signed-off-by: Gregory Shimansky <[email protected]>
    
    * Increase test timeout to 20 minutes
    
    Signed-off-by: Gregory Shimansky <[email protected]>
    
    * Changed timeout to 10 minutes. Added 4 tests to sim exclude.
    
    Signed-off-by: Gregory Shimansky <[email protected]>
    
    * Added two more tests to exclude on FS sim
    
    Signed-off-by: Gregory Shimansky <[email protected]>
    
    ---------
    
    Signed-off-by: Gregory Shimansky <[email protected]>
    gshimansky authored Feb 15, 2024
    Configuration menu
    Copy the full SHA
    5f4feea View commit details
    Browse the repository at this point in the history
  3. compilier warnings

    fschlimb committed Feb 15, 2024
    Configuration menu
    Copy the full SHA
    cf80bbf View commit details
    Browse the repository at this point in the history
  4. Revert "compilier warnings"

    This reverts commit cf80bbf.
    fschlimb committed Feb 15, 2024
    Configuration menu
    Copy the full SHA
    b8138e0 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2024

  1. Configuration menu
    Copy the full SHA
    68462ce View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    eb68f1d View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2024

  1. Add uArch interface for supported HW configs

        Changes also add XeGPU ops legalization checks as per uArch config
        in XeTileToXeGPU pass
    drprajap authored and silee2 committed Feb 24, 2024
    Configuration menu
    Copy the full SHA
    a192dbd View commit details
    Browse the repository at this point in the history
  2. Fix typo in build.yml (#683)

    Garra1980 authored and silee2 committed Feb 24, 2024
    Configuration menu
    Copy the full SHA
    1941ede View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2024

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

Commits on Mar 4, 2024

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

Commits on Mar 5, 2024

  1. Configuration menu
    Copy the full SHA
    11facc5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f7f970d View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2024

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

Commits on Mar 12, 2024

  1. Configuration menu
    Copy the full SHA
    96ef2b3 View commit details
    Browse the repository at this point in the history
  2. Add git identity (#377)

    leshikus authored Mar 12, 2024
    Configuration menu
    Copy the full SHA
    c97fe8b View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2024

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

Commits on Mar 15, 2024

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

Commits on Mar 18, 2024

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

Commits on Mar 19, 2024

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

Commits on Mar 21, 2024

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

Commits on Mar 25, 2024

  1. Configuration menu
    Copy the full SHA
    1e922fd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    217f62c View commit details
    Browse the repository at this point in the history
  3. Switch from /graphics to /gpu Intel repositories to install libraries…

    … for runners (#359)
    
    Signed-off-by: Gregory Shimansky <[email protected]>
    gshimansky authored Mar 25, 2024
    Configuration menu
    Copy the full SHA
    2a019b3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0a1fc47 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8cb380a View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2024

  1. Updated FS simulator 6.8.0-rc6-0.4.0 (#395)

    * Initial Dockerfile for FS simulator installation
    
    Signed-off-by: Gregory Shimansky <[email protected]>
    
    * Updated simulator version to 6.8.0-rc6-0.4.0
    
    Signed-off-by: Gregory Shimansky <[email protected]>
    
    ---------
    
    Signed-off-by: Gregory Shimansky <[email protected]>
    gshimansky authored Mar 26, 2024
    Configuration menu
    Copy the full SHA
    0f5728c View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2024

  1. Configuration menu
    Copy the full SHA
    4a78ea9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    036918c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    88ceddf View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2024

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

Commits on Mar 30, 2024

  1. Add FS simulator workflow to execute on every PR (#397)

    Signed-off-by: Gregory Shimansky <[email protected]>
    gshimansky authored Mar 30, 2024
    Configuration menu
    Copy the full SHA
    293c3ee View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2024

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

Commits on Apr 2, 2024

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

Commits on Apr 4, 2024

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

Commits on Apr 10, 2024

  1. Configuration menu
    Copy the full SHA
    7137dbb View commit details
    Browse the repository at this point in the history
  2. Added restrictions for parallel tests execution (#411)

    Signed-off-by: Gregory Shimansky <[email protected]>
    gshimansky authored Apr 10, 2024
    Configuration menu
    Copy the full SHA
    c2baa0f View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2024

  1. Add test verbosity (#409)

    leshikus authored Apr 11, 2024
    Configuration menu
    Copy the full SHA
    43bcbfc View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2024

  1. Configuration menu
    Copy the full SHA
    3d9f15c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    57afc6a View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2024

  1. Update sdl.yml

    nbpatel authored Apr 14, 2024
    Configuration menu
    Copy the full SHA
    88432f1 View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2024

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

Commits on Apr 16, 2024

  1. Configuration menu
    Copy the full SHA
    7be3da8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    255c28e View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2024

  1. Update sdl.yml

    nbpatel authored Apr 17, 2024
    Configuration menu
    Copy the full SHA
    9774b1c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8491a77 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e753c25 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2024

  1. Configuration menu
    Copy the full SHA
    a4d6227 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    97e3c9f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8126e3a View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2024

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

Commits on Apr 23, 2024

  1. Configuration menu
    Copy the full SHA
    b819852 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    11d6cbc View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2024

  1. Configuration menu
    Copy the full SHA
    78a8dc9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    db94d80 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    21dafee View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2024

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

Commits on Apr 26, 2024

  1. Move CPU CI launches on the runner without PVC (#432)

    * Update build_cpu.yml
    Garra1980 authored Apr 26, 2024
    Configuration menu
    Copy the full SHA
    48d6723 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fef3160 View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2024

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

Commits on May 1, 2024

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

Commits on May 3, 2024

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

Commits on May 4, 2024

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

Commits on May 6, 2024

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

Commits on May 7, 2024

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

Commits on May 8, 2024

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

Commits on May 9, 2024

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

Commits on May 11, 2024

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

Commits on May 14, 2024

  1. Configuration menu
    Copy the full SHA
    37bbb85 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b5c54a7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    340db8c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    28ad415 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2024

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

Commits on May 17, 2024

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

Commits on May 18, 2024

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

Commits on May 20, 2024

  1. Configuration menu
    Copy the full SHA
    a685772 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0b0dbe5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    84d24ce View commit details
    Browse the repository at this point in the history

Commits on May 22, 2024

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

Commits on May 23, 2024

  1. Configuration menu
    Copy the full SHA
    43af90a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7b0a732 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d218ad3 View commit details
    Browse the repository at this point in the history

Commits on May 28, 2024

  1. Configuration menu
    Copy the full SHA
    692bb6d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a11a916 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a9e600d View commit details
    Browse the repository at this point in the history

Commits on May 29, 2024

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

Commits on May 31, 2024

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

Commits on Jun 6, 2024

  1. Configuration menu
    Copy the full SHA
    f8eab0c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1d9874c View commit details
    Browse the repository at this point in the history
  3. Fix GPU CI (#499)

    leshikus authored Jun 6, 2024
    Configuration menu
    Copy the full SHA
    2480fd9 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2024

  1. Configuration menu
    Copy the full SHA
    65fd609 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d1a62fd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    eaee216 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    001183f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    318d9f3 View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2024

  1. Configuration menu
    Copy the full SHA
    f8ee8a8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    22e0092 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3fbfb97 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e8d8c63 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4a2d439 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b7e7151 View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2024

  1. Configuration menu
    Copy the full SHA
    5fd3105 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5cb3798 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2024

  1. Configuration menu
    Copy the full SHA
    ada51ff View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4242a76 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6860074 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cc02df6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    089409b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    89be8af View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ca690e6 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2024

  1. Configuration menu
    Copy the full SHA
    e865b8c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    50f10f3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    19c33ac View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2024

  1. Configuration menu
    Copy the full SHA
    2913f73 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ab46985 View commit details
    Browse the repository at this point in the history
  3. Add embargo sync (#532)

    leshikus authored Jun 14, 2024
    Configuration menu
    Copy the full SHA
    bdde2fa View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2024

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

Commits on Jun 17, 2024

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

Commits on Jun 18, 2024

  1. Configuration menu
    Copy the full SHA
    68e8cc5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9656234 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    aaa5e98 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2024

  1. Configuration menu
    Copy the full SHA
    623b072 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    45920af View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2024

  1. Configuration menu
    Copy the full SHA
    e1487dc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    973a064 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a99cb97 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a070a7a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7f3d538 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2024

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

Commits on Jun 26, 2024

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

Commits on Jun 27, 2024

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

Commits on Jul 2, 2024

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

Commits on Jul 3, 2024

  1. Add a dockerfile for developers (#560)

    * Add a dockerfile for developers
    leshikus authored Jul 3, 2024
    Configuration menu
    Copy the full SHA
    66ad255 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2024

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

Commits on Jul 8, 2024

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

Commits on Jul 9, 2024

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

Commits on Jul 10, 2024

  1. Configuration menu
    Copy the full SHA
    729dbcc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    74f0749 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2024

  1. Configuration menu
    Copy the full SHA
    ff5395e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    95bb908 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2024

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

Commits on Jul 17, 2024

  1. Configuration menu
    Copy the full SHA
    5230c86 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b7d77fb View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2024

  1. Add README changes

    leshikus committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    f5b3490 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2024

  1. Fix labels (#598)

    leshikus authored Jul 26, 2024
    Configuration menu
    Copy the full SHA
    cb2a143 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6b8e240 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7e8e889 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2024

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

Commits on Aug 2, 2024

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

Commits on Aug 6, 2024

  1. Configuration menu
    Copy the full SHA
    2dc3947 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7983cb7 View commit details
    Browse the repository at this point in the history
  3. Disable explicit copy SPIR-V test in FS simulator. (#628)

    These tests seem to fail in FS simulator.
    Keep these tests disabled untill we find a solution.
    
    Diabled test:
    OpTest.EltwiseAdd_FLOAT32_explicit_memory_copy.mlir
    mshahneo authored Aug 6, 2024
    Configuration menu
    Copy the full SHA
    f47c272 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    01306cc View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2024

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

Commits on Aug 9, 2024

  1. Configuration menu
    Copy the full SHA
    199ea5b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    565f80e View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2024

  1. Configuration menu
    Copy the full SHA
    abc04b3 View commit details
    Browse the repository at this point in the history
  2. [test][lit][config][CI] Enable native BF16 tests only on FS Simulator. (

    #641)
    
    Add 4K bf16 GEMM to the list of slow_simulator_tests due to it's long running time.
    mshahneo authored Aug 10, 2024
    Configuration menu
    Copy the full SHA
    40b244c View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2024

  1. Configuration menu
    Copy the full SHA
    5f09284 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    48008bf View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2024

  1. Configuration menu
    Copy the full SHA
    a9cb492 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e8ec34a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f8297c9 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2024

  1. Configuration menu
    Copy the full SHA
    d1116ff View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8a60f25 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2024

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

Commits on Aug 21, 2024

  1. Configuration menu
    Copy the full SHA
    505847c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a546050 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1903d4c View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2024

  1. Configuration menu
    Copy the full SHA
    6ab0f20 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2d7d5c1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    46d1ea7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    78c98be View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2024

  1. Configuration menu
    Copy the full SHA
    62ee2ee View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    914f24e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    30ffd1c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    88d8f9c View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2024

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

Commits on Aug 30, 2024

  1. Configuration menu
    Copy the full SHA
    6d524ef View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7e101cd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    db869bf View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2024

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

Commits on Sep 4, 2024

  1. Add sync test (#620)

    leshikus authored Sep 4, 2024
    Configuration menu
    Copy the full SHA
    0cab709 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a5c9296 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2024

  1. Configuration menu
    Copy the full SHA
    1ea163f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2a9eeb3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4d12618 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    91fe6ae View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2024

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

Commits on Sep 10, 2024

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

Commits on Sep 11, 2024

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

Commits on Sep 12, 2024

  1. Add package info (#693)

    leshikus authored Sep 12, 2024
    Configuration menu
    Copy the full SHA
    66ff41f View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2024

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

Commits on Sep 17, 2024

  1. Configuration menu
    Copy the full SHA
    2c98bb2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9e36a6c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1975ddb View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2024

  1. [General] separate out load and prefetch configs (#712)

    separate out load and prefetch configs
    Srini511 authored Sep 18, 2024
    Configuration menu
    Copy the full SHA
    0f6a96b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0df8922 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b0bf45b View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2024

  1. Configuration menu
    Copy the full SHA
    bd2053a View commit details
    Browse the repository at this point in the history
  2. Adding more functionalities to xetile-test-gen (#708)

    * Add --sheet_name and --runtime options
    
    * Add --code_version option, rename default folder names, modify README
    
    * Ignore commented lines while reading csv
    
    * Run the tests as the same order specified in the `input_shapes.csv`
    
    * Add --test_dir option for non-default `generated_gemm`
    
    * Add --timeout to abort long running test cases.
    
    * Parameterize --timeout
    
    * Move the array length check inside `if [[ "$VALIDATE" == 0 ]]`.
    
    * Update README and other small fix.
    chudur-budur authored Sep 19, 2024
    Configuration menu
    Copy the full SHA
    483fcd7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dbc0be8 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2024

  1. Configuration menu
    Copy the full SHA
    91de97d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ef77915 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6baae5b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ec12ae1 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2024

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

Commits on Sep 24, 2024

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

Commits on Sep 25, 2024

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

Commits on Sep 27, 2024

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

Commits on Sep 30, 2024

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

Commits on Oct 1, 2024

  1. Configuration menu
    Copy the full SHA
    e1bf9b0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8b1bb85 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e9c0ddd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    18694e2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d44d0f6 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2024

  1. Configuration menu
    Copy the full SHA
    16cfcda View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    98c4822 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8776eaf View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    eeca12c View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2024

  1. Coverity fixes

    Garra1980 committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    77b4b81 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2024

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