Closed maleadt closed 4 years ago
Maybe I'm missing something obvious here, sorry for the noise in that case, but it looks like there's quite some instances where the validator stumbles on otherwise-valid enum values (which I verified function as expected without the validator).
Thanks for the reports... you're not missing anything. This bug with flag checking exists at multiple locations in the validation layer. We are currently working towards a version 1.0 candidate that will have these issues fixed.
This issue has been fixed in the latest code.
https://github.com/oneapi-src/level-zero/blob/f50b570045e320264b9d46eb83d01838a06feca8/include/core/ze_event.h#L127-L138 vs https://github.com/oneapi-src/level-zero/blob/f50b570045e320264b9d46eb83d01838a06feca8/source/layers/validation/ze_core_layer.cpp#L1345-L1349