-
Notifications
You must be signed in to change notification settings - Fork 45
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
Coverity fixes #921
Commits on Jan 5, 2024
-
[CI workflow] Do not use sudo in Dockerfile (#278)
This is flagged as error by hadolint.
Configuration menu - View commit details
-
Copy full SHA for fe4cbb3 - Browse repository at this point
Copy the full SHA fe4cbb3View commit details -
Configuration menu - View commit details
-
Copy full SHA for b883e4a - Browse repository at this point
Copy the full SHA b883e4aView commit details -
Configuration menu - View commit details
-
Copy full SHA for e7f7c44 - Browse repository at this point
Copy the full SHA e7f7c44View commit details
Commits on Jan 9, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 848d674 - Browse repository at this point
Copy the full SHA 848d674View commit details -
Configuration menu - View commit details
-
Copy full SHA for 912926f - Browse repository at this point
Copy the full SHA 912926fView commit details
Commits on Jan 10, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 1322414 - Browse repository at this point
Copy the full SHA 1322414View commit details
Commits on Jan 16, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 0907ffe - Browse repository at this point
Copy the full SHA 0907ffeView commit details
Commits on Jan 18, 2024
-
Configuration menu - View commit details
-
Copy full SHA for c558411 - Browse repository at this point
Copy the full SHA c558411View commit details -
Configuration menu - View commit details
-
Copy full SHA for b8054cb - Browse repository at this point
Copy the full SHA b8054cbView commit details
Commits on Jan 19, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 000f65c - Browse repository at this point
Copy the full SHA 000f65cView commit details
Commits on Jan 22, 2024
-
Configuration menu - View commit details
-
Copy full SHA for ee096b4 - Browse repository at this point
Copy the full SHA ee096b4View commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for 0dac7b2 - Browse repository at this point
Copy the full SHA 0dac7b2View commit details
Commits on Jan 25, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 210ca6f - Browse repository at this point
Copy the full SHA 210ca6fView commit details
Commits on Jan 31, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 207d79a - Browse repository at this point
Copy the full SHA 207d79aView commit details
Commits on Feb 1, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 4cdd87f - Browse repository at this point
Copy the full SHA 4cdd87fView commit details
Commits on Feb 5, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 2b4ddf1 - Browse repository at this point
Copy the full SHA 2b4ddf1View commit details
Commits on Feb 6, 2024
-
Configuration menu - View commit details
-
Copy full SHA for bf64adf - Browse repository at this point
Copy the full SHA bf64adfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 630ebe4 - Browse repository at this point
Copy the full SHA 630ebe4View commit details
Commits on Feb 12, 2024
-
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]>
Configuration menu - View commit details
-
Copy full SHA for d50d0a6 - Browse repository at this point
Copy the full SHA d50d0a6View commit details
Commits on Feb 13, 2024
-
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]>
Configuration menu - View commit details
-
Copy full SHA for 4a03225 - Browse repository at this point
Copy the full SHA 4a03225View commit details
Commits on Feb 14, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 734023b - Browse repository at this point
Copy the full SHA 734023bView commit details -
Configuration menu - View commit details
-
Copy full SHA for cc9d1ef - Browse repository at this point
Copy the full SHA cc9d1efView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9a6ca65 - Browse repository at this point
Copy the full SHA 9a6ca65View commit details -
Configuration menu - View commit details
-
Copy full SHA for cb5b198 - Browse repository at this point
Copy the full SHA cb5b198View commit details
Commits on Feb 15, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 28454e7 - Browse repository at this point
Copy the full SHA 28454e7View commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for 5f4feea - Browse repository at this point
Copy the full SHA 5f4feeaView commit details -
Configuration menu - View commit details
-
Copy full SHA for cf80bbf - Browse repository at this point
Copy the full SHA cf80bbfView commit details -
Configuration menu - View commit details
-
Copy full SHA for b8138e0 - Browse repository at this point
Copy the full SHA b8138e0View commit details
Commits on Feb 20, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 68462ce - Browse repository at this point
Copy the full SHA 68462ceView commit details -
Configuration menu - View commit details
-
Copy full SHA for eb68f1d - Browse repository at this point
Copy the full SHA eb68f1dView commit details
Commits on Feb 24, 2024
-
Add uArch interface for supported HW configs
Changes also add XeGPU ops legalization checks as per uArch config in XeTileToXeGPU pass
Configuration menu - View commit details
-
Copy full SHA for a192dbd - Browse repository at this point
Copy the full SHA a192dbdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1941ede - Browse repository at this point
Copy the full SHA 1941edeView commit details
Commits on Mar 1, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 331d785 - Browse repository at this point
Copy the full SHA 331d785View commit details
Commits on Mar 4, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 712eaf2 - Browse repository at this point
Copy the full SHA 712eaf2View commit details
Commits on Mar 5, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 11facc5 - Browse repository at this point
Copy the full SHA 11facc5View commit details -
Configuration menu - View commit details
-
Copy full SHA for f7f970d - Browse repository at this point
Copy the full SHA f7f970dView commit details
Commits on Mar 7, 2024
-
Configuration menu - View commit details
-
Copy full SHA for da25229 - Browse repository at this point
Copy the full SHA da25229View commit details
Commits on Mar 12, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 96ef2b3 - Browse repository at this point
Copy the full SHA 96ef2b3View commit details -
Configuration menu - View commit details
-
Copy full SHA for c97fe8b - Browse repository at this point
Copy the full SHA c97fe8bView commit details
Commits on Mar 13, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 294c6a8 - Browse repository at this point
Copy the full SHA 294c6a8View commit details
Commits on Mar 15, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 1f721e6 - Browse repository at this point
Copy the full SHA 1f721e6View commit details
Commits on Mar 18, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 325326d - Browse repository at this point
Copy the full SHA 325326dView commit details
Commits on Mar 19, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 023aa06 - Browse repository at this point
Copy the full SHA 023aa06View commit details
Commits on Mar 21, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 65bf801 - Browse repository at this point
Copy the full SHA 65bf801View commit details
Commits on Mar 25, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 1e922fd - Browse repository at this point
Copy the full SHA 1e922fdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 217f62c - Browse repository at this point
Copy the full SHA 217f62cView commit details -
Switch from /graphics to /gpu Intel repositories to install libraries…
… for runners (#359) Signed-off-by: Gregory Shimansky <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2a019b3 - Browse repository at this point
Copy the full SHA 2a019b3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0a1fc47 - Browse repository at this point
Copy the full SHA 0a1fc47View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8cb380a - Browse repository at this point
Copy the full SHA 8cb380aView commit details
Commits on Mar 26, 2024
-
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]>
Configuration menu - View commit details
-
Copy full SHA for 0f5728c - Browse repository at this point
Copy the full SHA 0f5728cView commit details
Commits on Mar 27, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 4a78ea9 - Browse repository at this point
Copy the full SHA 4a78ea9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 036918c - Browse repository at this point
Copy the full SHA 036918cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 88ceddf - Browse repository at this point
Copy the full SHA 88ceddfView commit details
Commits on Mar 28, 2024
-
Configuration menu - View commit details
-
Copy full SHA for a182f08 - Browse repository at this point
Copy the full SHA a182f08View commit details
Commits on Mar 30, 2024
-
Add FS simulator workflow to execute on every PR (#397)
Signed-off-by: Gregory Shimansky <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 293c3ee - Browse repository at this point
Copy the full SHA 293c3eeView commit details
Commits on Apr 1, 2024
-
Configuration menu - View commit details
-
Copy full SHA for f9982e1 - Browse repository at this point
Copy the full SHA f9982e1View commit details
Commits on Apr 2, 2024
-
Configuration menu - View commit details
-
Copy full SHA for d51133c - Browse repository at this point
Copy the full SHA d51133cView commit details
Commits on Apr 4, 2024
-
Configuration menu - View commit details
-
Copy full SHA for ce1c66b - Browse repository at this point
Copy the full SHA ce1c66bView commit details
Commits on Apr 10, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 7137dbb - Browse repository at this point
Copy the full SHA 7137dbbView commit details -
Added restrictions for parallel tests execution (#411)
Signed-off-by: Gregory Shimansky <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c2baa0f - Browse repository at this point
Copy the full SHA c2baa0fView commit details
Commits on Apr 11, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 43bcbfc - Browse repository at this point
Copy the full SHA 43bcbfcView commit details
Commits on Apr 12, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 3d9f15c - Browse repository at this point
Copy the full SHA 3d9f15cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 57afc6a - Browse repository at this point
Copy the full SHA 57afc6aView commit details
Commits on Apr 14, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 88432f1 - Browse repository at this point
Copy the full SHA 88432f1View commit details
Commits on Apr 15, 2024
-
Configuration menu - View commit details
-
Copy full SHA for d111939 - Browse repository at this point
Copy the full SHA d111939View commit details -
Configuration menu - View commit details
-
Copy full SHA for a320c6e - Browse repository at this point
Copy the full SHA a320c6eView commit details
Commits on Apr 16, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 7be3da8 - Browse repository at this point
Copy the full SHA 7be3da8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 255c28e - Browse repository at this point
Copy the full SHA 255c28eView commit details
Commits on Apr 17, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 9774b1c - Browse repository at this point
Copy the full SHA 9774b1cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8491a77 - Browse repository at this point
Copy the full SHA 8491a77View commit details -
Configuration menu - View commit details
-
Copy full SHA for e753c25 - Browse repository at this point
Copy the full SHA e753c25View commit details
Commits on Apr 18, 2024
-
Configuration menu - View commit details
-
Copy full SHA for a4d6227 - Browse repository at this point
Copy the full SHA a4d6227View commit details -
Configuration menu - View commit details
-
Copy full SHA for 97e3c9f - Browse repository at this point
Copy the full SHA 97e3c9fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8126e3a - Browse repository at this point
Copy the full SHA 8126e3aView commit details
Commits on Apr 19, 2024
-
Configuration menu - View commit details
-
Copy full SHA for fbd4726 - Browse repository at this point
Copy the full SHA fbd4726View commit details -
Configuration menu - View commit details
-
Copy full SHA for df98da6 - Browse repository at this point
Copy the full SHA df98da6View commit details
Commits on Apr 23, 2024
-
Configuration menu - View commit details
-
Copy full SHA for b819852 - Browse repository at this point
Copy the full SHA b819852View commit details -
Configuration menu - View commit details
-
Copy full SHA for 11d6cbc - Browse repository at this point
Copy the full SHA 11d6cbcView commit details
Commits on Apr 24, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 78a8dc9 - Browse repository at this point
Copy the full SHA 78a8dc9View commit details -
Configuration menu - View commit details
-
Copy full SHA for db94d80 - Browse repository at this point
Copy the full SHA db94d80View commit details -
Configuration menu - View commit details
-
Copy full SHA for 21dafee - Browse repository at this point
Copy the full SHA 21dafeeView commit details
Commits on Apr 25, 2024
-
Configuration menu - View commit details
-
Copy full SHA for a7340be - Browse repository at this point
Copy the full SHA a7340beView commit details
Commits on Apr 26, 2024
-
Move CPU CI launches on the runner without PVC (#432)
* Update build_cpu.yml
Configuration menu - View commit details
-
Copy full SHA for 48d6723 - Browse repository at this point
Copy the full SHA 48d6723View commit details -
Configuration menu - View commit details
-
Copy full SHA for fef3160 - Browse repository at this point
Copy the full SHA fef3160View commit details
Commits on Apr 27, 2024
-
Configuration menu - View commit details
-
Copy full SHA for ba30be7 - Browse repository at this point
Copy the full SHA ba30be7View commit details
Commits on May 1, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 9539371 - Browse repository at this point
Copy the full SHA 9539371View commit details
Commits on May 3, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 0b3015c - Browse repository at this point
Copy the full SHA 0b3015cView commit details
Commits on May 4, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 9ea13c2 - Browse repository at this point
Copy the full SHA 9ea13c2View commit details
Commits on May 6, 2024
-
Configuration menu - View commit details
-
Copy full SHA for e7cf799 - Browse repository at this point
Copy the full SHA e7cf799View commit details
Commits on May 7, 2024
-
Configuration menu - View commit details
-
Copy full SHA for c8dde7a - Browse repository at this point
Copy the full SHA c8dde7aView commit details
Commits on May 8, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 7ba1967 - Browse repository at this point
Copy the full SHA 7ba1967View commit details
Commits on May 9, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 0a60ab8 - Browse repository at this point
Copy the full SHA 0a60ab8View commit details
Commits on May 11, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 5143307 - Browse repository at this point
Copy the full SHA 5143307View commit details
Commits on May 14, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 37bbb85 - Browse repository at this point
Copy the full SHA 37bbb85View commit details -
Configuration menu - View commit details
-
Copy full SHA for b5c54a7 - Browse repository at this point
Copy the full SHA b5c54a7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 340db8c - Browse repository at this point
Copy the full SHA 340db8cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 28ad415 - Browse repository at this point
Copy the full SHA 28ad415View commit details
Commits on May 15, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 67d03d5 - Browse repository at this point
Copy the full SHA 67d03d5View commit details
Commits on May 17, 2024
-
Configuration menu - View commit details
-
Copy full SHA for ca6b57e - Browse repository at this point
Copy the full SHA ca6b57eView commit details
Commits on May 18, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 7eb0074 - Browse repository at this point
Copy the full SHA 7eb0074View commit details
Commits on May 20, 2024
-
Configuration menu - View commit details
-
Copy full SHA for a685772 - Browse repository at this point
Copy the full SHA a685772View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0b0dbe5 - Browse repository at this point
Copy the full SHA 0b0dbe5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 84d24ce - Browse repository at this point
Copy the full SHA 84d24ceView commit details
Commits on May 22, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 203bf49 - Browse repository at this point
Copy the full SHA 203bf49View commit details
Commits on May 23, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 43af90a - Browse repository at this point
Copy the full SHA 43af90aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7b0a732 - Browse repository at this point
Copy the full SHA 7b0a732View commit details -
Configuration menu - View commit details
-
Copy full SHA for d218ad3 - Browse repository at this point
Copy the full SHA d218ad3View commit details
Commits on May 28, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 692bb6d - Browse repository at this point
Copy the full SHA 692bb6dView commit details -
Configuration menu - View commit details
-
Copy full SHA for a11a916 - Browse repository at this point
Copy the full SHA a11a916View commit details -
Configuration menu - View commit details
-
Copy full SHA for a9e600d - Browse repository at this point
Copy the full SHA a9e600dView commit details
Commits on May 29, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 907eb8f - Browse repository at this point
Copy the full SHA 907eb8fView commit details
Commits on May 31, 2024
-
Configuration menu - View commit details
-
Copy full SHA for c2ffce7 - Browse repository at this point
Copy the full SHA c2ffce7View commit details
Commits on Jun 6, 2024
-
Configuration menu - View commit details
-
Copy full SHA for f8eab0c - Browse repository at this point
Copy the full SHA f8eab0cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1d9874c - Browse repository at this point
Copy the full SHA 1d9874cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2480fd9 - Browse repository at this point
Copy the full SHA 2480fd9View commit details
Commits on Jun 7, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 65fd609 - Browse repository at this point
Copy the full SHA 65fd609View commit details -
Configuration menu - View commit details
-
Copy full SHA for d1a62fd - Browse repository at this point
Copy the full SHA d1a62fdView commit details -
Configuration menu - View commit details
-
Copy full SHA for eaee216 - Browse repository at this point
Copy the full SHA eaee216View commit details -
Configuration menu - View commit details
-
Copy full SHA for 001183f - Browse repository at this point
Copy the full SHA 001183fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 318d9f3 - Browse repository at this point
Copy the full SHA 318d9f3View commit details
Commits on Jun 10, 2024
-
Configuration menu - View commit details
-
Copy full SHA for f8ee8a8 - Browse repository at this point
Copy the full SHA f8ee8a8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 22e0092 - Browse repository at this point
Copy the full SHA 22e0092View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3fbfb97 - Browse repository at this point
Copy the full SHA 3fbfb97View commit details -
Configuration menu - View commit details
-
Copy full SHA for e8d8c63 - Browse repository at this point
Copy the full SHA e8d8c63View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4a2d439 - Browse repository at this point
Copy the full SHA 4a2d439View commit details -
Configuration menu - View commit details
-
Copy full SHA for b7e7151 - Browse repository at this point
Copy the full SHA b7e7151View commit details
Commits on Jun 11, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 5fd3105 - Browse repository at this point
Copy the full SHA 5fd3105View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5cb3798 - Browse repository at this point
Copy the full SHA 5cb3798View commit details
Commits on Jun 12, 2024
-
Configuration menu - View commit details
-
Copy full SHA for ada51ff - Browse repository at this point
Copy the full SHA ada51ffView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4242a76 - Browse repository at this point
Copy the full SHA 4242a76View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6860074 - Browse repository at this point
Copy the full SHA 6860074View commit details -
Configuration menu - View commit details
-
Copy full SHA for cc02df6 - Browse repository at this point
Copy the full SHA cc02df6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 089409b - Browse repository at this point
Copy the full SHA 089409bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 89be8af - Browse repository at this point
Copy the full SHA 89be8afView commit details -
Configuration menu - View commit details
-
Copy full SHA for ca690e6 - Browse repository at this point
Copy the full SHA ca690e6View commit details
Commits on Jun 13, 2024
-
Configuration menu - View commit details
-
Copy full SHA for e865b8c - Browse repository at this point
Copy the full SHA e865b8cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 50f10f3 - Browse repository at this point
Copy the full SHA 50f10f3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 19c33ac - Browse repository at this point
Copy the full SHA 19c33acView commit details
Commits on Jun 14, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 2913f73 - Browse repository at this point
Copy the full SHA 2913f73View commit details -
Configuration menu - View commit details
-
Copy full SHA for ab46985 - Browse repository at this point
Copy the full SHA ab46985View commit details -
Configuration menu - View commit details
-
Copy full SHA for bdde2fa - Browse repository at this point
Copy the full SHA bdde2faView commit details
Commits on Jun 15, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 7ef7f86 - Browse repository at this point
Copy the full SHA 7ef7f86View commit details
Commits on Jun 17, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 048b0eb - Browse repository at this point
Copy the full SHA 048b0ebView commit details
Commits on Jun 18, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 68e8cc5 - Browse repository at this point
Copy the full SHA 68e8cc5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9656234 - Browse repository at this point
Copy the full SHA 9656234View commit details -
Configuration menu - View commit details
-
Copy full SHA for aaa5e98 - Browse repository at this point
Copy the full SHA aaa5e98View commit details
Commits on Jun 20, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 623b072 - Browse repository at this point
Copy the full SHA 623b072View commit details -
Configuration menu - View commit details
-
Copy full SHA for 45920af - Browse repository at this point
Copy the full SHA 45920afView commit details
Commits on Jun 21, 2024
-
Configuration menu - View commit details
-
Copy full SHA for e1487dc - Browse repository at this point
Copy the full SHA e1487dcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 973a064 - Browse repository at this point
Copy the full SHA 973a064View commit details -
Configuration menu - View commit details
-
Copy full SHA for a99cb97 - Browse repository at this point
Copy the full SHA a99cb97View commit details -
Configuration menu - View commit details
-
Copy full SHA for a070a7a - Browse repository at this point
Copy the full SHA a070a7aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7f3d538 - Browse repository at this point
Copy the full SHA 7f3d538View commit details
Commits on Jun 24, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 5679bb1 - Browse repository at this point
Copy the full SHA 5679bb1View commit details
Commits on Jun 26, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 165a42b - Browse repository at this point
Copy the full SHA 165a42bView commit details
Commits on Jun 27, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 45dc8b6 - Browse repository at this point
Copy the full SHA 45dc8b6View commit details
Commits on Jul 2, 2024
-
Configuration menu - View commit details
-
Copy full SHA for c0640b2 - Browse repository at this point
Copy the full SHA c0640b2View commit details
Commits on Jul 3, 2024
-
Add a dockerfile for developers (#560)
* Add a dockerfile for developers
Configuration menu - View commit details
-
Copy full SHA for 66ad255 - Browse repository at this point
Copy the full SHA 66ad255View commit details
Commits on Jul 5, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 87b2c63 - Browse repository at this point
Copy the full SHA 87b2c63View commit details
Commits on Jul 8, 2024
-
Configuration menu - View commit details
-
Copy full SHA for f6f6d4a - Browse repository at this point
Copy the full SHA f6f6d4aView commit details
Commits on Jul 9, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 4143a84 - Browse repository at this point
Copy the full SHA 4143a84View commit details
Commits on Jul 10, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 729dbcc - Browse repository at this point
Copy the full SHA 729dbccView commit details -
Configuration menu - View commit details
-
Copy full SHA for 74f0749 - Browse repository at this point
Copy the full SHA 74f0749View commit details
Commits on Jul 11, 2024
-
Configuration menu - View commit details
-
Copy full SHA for ff5395e - Browse repository at this point
Copy the full SHA ff5395eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 95bb908 - Browse repository at this point
Copy the full SHA 95bb908View commit details
Commits on Jul 16, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 4d375cd - Browse repository at this point
Copy the full SHA 4d375cdView commit details
Commits on Jul 17, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 5230c86 - Browse repository at this point
Copy the full SHA 5230c86View commit details -
Configuration menu - View commit details
-
Copy full SHA for b7d77fb - Browse repository at this point
Copy the full SHA b7d77fbView commit details
Commits on Jul 25, 2024
-
Configuration menu - View commit details
-
Copy full SHA for f5b3490 - Browse repository at this point
Copy the full SHA f5b3490View commit details
Commits on Jul 26, 2024
-
Configuration menu - View commit details
-
Copy full SHA for cb2a143 - Browse repository at this point
Copy the full SHA cb2a143View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6b8e240 - Browse repository at this point
Copy the full SHA 6b8e240View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7e8e889 - Browse repository at this point
Copy the full SHA 7e8e889View commit details
Commits on Jul 30, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 3c0ba1f - Browse repository at this point
Copy the full SHA 3c0ba1fView commit details -
Configuration menu - View commit details
-
Copy full SHA for d30da7e - Browse repository at this point
Copy the full SHA d30da7eView commit details
Commits on Aug 2, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 7a72842 - Browse repository at this point
Copy the full SHA 7a72842View commit details -
Configuration menu - View commit details
-
Copy full SHA for febfad2 - Browse repository at this point
Copy the full SHA febfad2View commit details
Commits on Aug 6, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 2dc3947 - Browse repository at this point
Copy the full SHA 2dc3947View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7983cb7 - Browse repository at this point
Copy the full SHA 7983cb7View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for f47c272 - Browse repository at this point
Copy the full SHA f47c272View commit details -
Configuration menu - View commit details
-
Copy full SHA for 01306cc - Browse repository at this point
Copy the full SHA 01306ccView commit details
Commits on Aug 8, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 8d7255c - Browse repository at this point
Copy the full SHA 8d7255cView commit details
Commits on Aug 9, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 199ea5b - Browse repository at this point
Copy the full SHA 199ea5bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 565f80e - Browse repository at this point
Copy the full SHA 565f80eView commit details
Commits on Aug 10, 2024
-
Configuration menu - View commit details
-
Copy full SHA for abc04b3 - Browse repository at this point
Copy the full SHA abc04b3View commit details -
[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.
Configuration menu - View commit details
-
Copy full SHA for 40b244c - Browse repository at this point
Copy the full SHA 40b244cView commit details
Commits on Aug 13, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 5f09284 - Browse repository at this point
Copy the full SHA 5f09284View commit details -
Configuration menu - View commit details
-
Copy full SHA for 48008bf - Browse repository at this point
Copy the full SHA 48008bfView commit details
Commits on Aug 14, 2024
-
Configuration menu - View commit details
-
Copy full SHA for a9cb492 - Browse repository at this point
Copy the full SHA a9cb492View commit details -
Configuration menu - View commit details
-
Copy full SHA for e8ec34a - Browse repository at this point
Copy the full SHA e8ec34aView commit details -
Configuration menu - View commit details
-
Copy full SHA for f8297c9 - Browse repository at this point
Copy the full SHA f8297c9View commit details
Commits on Aug 15, 2024
-
Configuration menu - View commit details
-
Copy full SHA for d1116ff - Browse repository at this point
Copy the full SHA d1116ffView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8a60f25 - Browse repository at this point
Copy the full SHA 8a60f25View commit details
Commits on Aug 20, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 5212231 - Browse repository at this point
Copy the full SHA 5212231View commit details
Commits on Aug 21, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 505847c - Browse repository at this point
Copy the full SHA 505847cView commit details -
Configuration menu - View commit details
-
Copy full SHA for a546050 - Browse repository at this point
Copy the full SHA a546050View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1903d4c - Browse repository at this point
Copy the full SHA 1903d4cView commit details
Commits on Aug 27, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 6ab0f20 - Browse repository at this point
Copy the full SHA 6ab0f20View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2d7d5c1 - Browse repository at this point
Copy the full SHA 2d7d5c1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 46d1ea7 - Browse repository at this point
Copy the full SHA 46d1ea7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 78c98be - Browse repository at this point
Copy the full SHA 78c98beView commit details
Commits on Aug 28, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 62ee2ee - Browse repository at this point
Copy the full SHA 62ee2eeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 914f24e - Browse repository at this point
Copy the full SHA 914f24eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 30ffd1c - Browse repository at this point
Copy the full SHA 30ffd1cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 88d8f9c - Browse repository at this point
Copy the full SHA 88d8f9cView commit details
Commits on Aug 29, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 5497085 - Browse repository at this point
Copy the full SHA 5497085View commit details
Commits on Aug 30, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 6d524ef - Browse repository at this point
Copy the full SHA 6d524efView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7e101cd - Browse repository at this point
Copy the full SHA 7e101cdView commit details -
Configuration menu - View commit details
-
Copy full SHA for db869bf - Browse repository at this point
Copy the full SHA db869bfView commit details
Commits on Sep 3, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 875e1b1 - Browse repository at this point
Copy the full SHA 875e1b1View commit details
Commits on Sep 4, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 0cab709 - Browse repository at this point
Copy the full SHA 0cab709View commit details -
Configuration menu - View commit details
-
Copy full SHA for a5c9296 - Browse repository at this point
Copy the full SHA a5c9296View commit details
Commits on Sep 6, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 1ea163f - Browse repository at this point
Copy the full SHA 1ea163fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2a9eeb3 - Browse repository at this point
Copy the full SHA 2a9eeb3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4d12618 - Browse repository at this point
Copy the full SHA 4d12618View commit details -
Configuration menu - View commit details
-
Copy full SHA for 91fe6ae - Browse repository at this point
Copy the full SHA 91fe6aeView commit details
Commits on Sep 9, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 548c93d - Browse repository at this point
Copy the full SHA 548c93dView commit details
Commits on Sep 10, 2024
-
Configuration menu - View commit details
-
Copy full SHA for ebc44c6 - Browse repository at this point
Copy the full SHA ebc44c6View commit details
Commits on Sep 11, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 8326a0c - Browse repository at this point
Copy the full SHA 8326a0cView commit details
Commits on Sep 12, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 66ff41f - Browse repository at this point
Copy the full SHA 66ff41fView commit details
Commits on Sep 13, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 188875d - Browse repository at this point
Copy the full SHA 188875dView commit details
Commits on Sep 17, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 2c98bb2 - Browse repository at this point
Copy the full SHA 2c98bb2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9e36a6c - Browse repository at this point
Copy the full SHA 9e36a6cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1975ddb - Browse repository at this point
Copy the full SHA 1975ddbView commit details
Commits on Sep 18, 2024
-
[General] separate out load and prefetch configs (#712)
separate out load and prefetch configs
Configuration menu - View commit details
-
Copy full SHA for 0f6a96b - Browse repository at this point
Copy the full SHA 0f6a96bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0df8922 - Browse repository at this point
Copy the full SHA 0df8922View commit details -
Configuration menu - View commit details
-
Copy full SHA for b0bf45b - Browse repository at this point
Copy the full SHA b0bf45bView commit details
Commits on Sep 19, 2024
-
Configuration menu - View commit details
-
Copy full SHA for bd2053a - Browse repository at this point
Copy the full SHA bd2053aView commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 483fcd7 - Browse repository at this point
Copy the full SHA 483fcd7View commit details -
Configuration menu - View commit details
-
Copy full SHA for dbc0be8 - Browse repository at this point
Copy the full SHA dbc0be8View commit details
Commits on Sep 20, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 91de97d - Browse repository at this point
Copy the full SHA 91de97dView commit details -
Configuration menu - View commit details
-
Copy full SHA for ef77915 - Browse repository at this point
Copy the full SHA ef77915View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6baae5b - Browse repository at this point
Copy the full SHA 6baae5bView commit details -
Configuration menu - View commit details
-
Copy full SHA for ec12ae1 - Browse repository at this point
Copy the full SHA ec12ae1View commit details
Commits on Sep 23, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 77966d0 - Browse repository at this point
Copy the full SHA 77966d0View commit details
Commits on Sep 24, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 1b4d9a7 - Browse repository at this point
Copy the full SHA 1b4d9a7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2bf5b2b - Browse repository at this point
Copy the full SHA 2bf5b2bView commit details
Commits on Sep 25, 2024
-
Configuration menu - View commit details
-
Copy full SHA for e7f9fb2 - Browse repository at this point
Copy the full SHA e7f9fb2View commit details
Commits on Sep 27, 2024
-
Configuration menu - View commit details
-
Copy full SHA for ae0e1e2 - Browse repository at this point
Copy the full SHA ae0e1e2View commit details
Commits on Sep 30, 2024
-
Configuration menu - View commit details
-
Copy full SHA for a626acc - Browse repository at this point
Copy the full SHA a626accView commit details
Commits on Oct 1, 2024
-
Configuration menu - View commit details
-
Copy full SHA for e1bf9b0 - Browse repository at this point
Copy the full SHA e1bf9b0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8b1bb85 - Browse repository at this point
Copy the full SHA 8b1bb85View commit details -
Configuration menu - View commit details
-
Copy full SHA for e9c0ddd - Browse repository at this point
Copy the full SHA e9c0dddView commit details -
Configuration menu - View commit details
-
Copy full SHA for 18694e2 - Browse repository at this point
Copy the full SHA 18694e2View commit details -
Configuration menu - View commit details
-
Copy full SHA for d44d0f6 - Browse repository at this point
Copy the full SHA d44d0f6View commit details
Commits on Oct 2, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 16cfcda - Browse repository at this point
Copy the full SHA 16cfcdaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 98c4822 - Browse repository at this point
Copy the full SHA 98c4822View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8776eaf - Browse repository at this point
Copy the full SHA 8776eafView commit details -
Configuration menu - View commit details
-
Copy full SHA for eeca12c - Browse repository at this point
Copy the full SHA eeca12cView commit details
Commits on Oct 7, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 77b4b81 - Browse repository at this point
Copy the full SHA 77b4b81View commit details
Commits on Oct 10, 2024
-
Configuration menu - View commit details
-
Copy full SHA for b8ab4cf - Browse repository at this point
Copy the full SHA b8ab4cfView commit details