Closed pjaaskel closed 1 year ago
iGPU and ICL do not play well. This is why we don't event test ICL with iGPU
OK, could we automatically disable ICL at runtime if we detect a non-functioning GPU? I just tested and all tests pass with the regular cmd list. Also #652 doesn't appear.
@pjaaskel yes, Added TODO https://github.com/CHIP-SPV/chipStar/pull/650
ICL does not work well on iGPU due to driver issues but on dGPU ICL works well. We throw a warning when ICL is used on iGPU
It looks like there is some sort of synch issue that affects some of the memcpy/memset tests. For example:
This has started to appear after the ICL / last event dep work were pulled in. Perhaps the latter as I (think I) tested the ICL-by-default PR separately.