mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-26 23:33:20 +08:00
Register read/write implementation was unnecessarily checking magic values which were taking significant time. By removing those checks, register access is speed-up by a factor of 3. Resolves: NEO-7754 Signed-off-by: Mateusz Hoppe <mateusz.hoppe@intel.com>