compute-runtime icon indicating copy to clipboard operation
compute-runtime copied to clipboard

Test failure in Skylake AUB

Open ArchangeGabriel opened this issue 2 years ago • 6 comments

While building latest release (22.43.24595.30) on ArchLinux with IGC 1.0.12812.4 built with a LLVM15 stack, I’m seeing one test failure:

========================
==  SKL AUBs FAILED   ==
========================
Tests run:      1401
Tests passed:   1053
Tests skipped:  347
Tests failed:   1
Tests disabled: 2
 Time elapsed:  10922 ms
========================
[  FAILED  ][ SKL ][ 0 ] AUBRunKernelIntegrateTest.GivenDeviceSideVmeThenExpectationsMet

make[2]: *** [target_aub_tests/gen9/skl/CMakeFiles/run_skl_9_aub_tests.dir/build.make:76: run_skl_9_aub_tests] Error 1
make[1]: *** [CMakeFiles/Makefile2:20621: target_aub_tests/gen9/skl/CMakeFiles/run_skl_9_aub_tests.dir/all] Error 2

ArchangeGabriel avatar Jan 07 '23 18:01 ArchangeGabriel

thanks @ArchangeGabriel . Dont know if you actually need to run those tests. Could you try with this cmake rule? DO_NOT_RUN_AUB_TESTS=1

https://github.com/intel/compute-runtime/blob/9cec84d3d4627a60306476c190f37e199b477764/CMakeLists.txt#L248

jandres742 avatar Jan 09 '23 02:01 jandres742

I don’t specifically need to run tests, I just run all of them by default as part of packaging for ArchLinux. I can indeed just disable those one for now thanks to this env var you’ve pointed me at. ;)

ArchangeGabriel avatar Jan 09 '23 03:01 ArchangeGabriel

That being said I then face other errors: https://gist.github.com/ArchangeGabriel/cdb9917a8f136ca6cabd1951686ebf9d

ArchangeGabriel avatar Jan 09 '23 03:01 ArchangeGabriel

@ArchangeGabriel please try building with same IGC as mentioned in release notes: intel/[email protected]

JablonskiMateusz avatar Jan 12 '23 15:01 JablonskiMateusz

I can’t since that one does not compile on LLVM15, but I would understand if you consider this issue to be related to incompatible versions between igc and neo.

ArchangeGabriel avatar Jan 12 '23 16:01 ArchangeGabriel

Could you share the entire build log and cmake flags used to build?

JablonskiMateusz avatar Jan 25 '23 10:01 JablonskiMateusz