mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-24 21:18:24 +08:00
A change related to the tbx fault manager incorrectly removed a switch case from `AubHelper::isOneTimeAubWritableAllocationType`. This fixes that and refactors some APIs to prevent similar mistakes from happening again by cleaning up logic. Addresses show stopper for pre-si pytorch workflows. Resolves: NEO-14399 Signed-off-by: Jack Myers <jack.myers@intel.com>