compute-runtime
compute-runtime copied to clipboard
Test failure in Skylake AUB
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
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
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. ;)
That being said I then face other errors: https://gist.github.com/ArchangeGabriel/cdb9917a8f136ca6cabd1951686ebf9d
@ArchangeGabriel please try building with same IGC as mentioned in release notes: intel/[email protected]
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.
Could you share the entire build log and cmake flags used to build?