refactor: improve compilation time

Limit bitset includes,
stl bitset is slow to compile

Related-To: NEO-15390

Signed-off-by: Kamil Kopryk <kamil.kopryk@intel.com>
This commit is contained in:
Kamil Kopryk
2025-10-03 15:56:03 +00:00
committed by Compute-Runtime-Automation
parent 8ea8e78471
commit f17ac35108
7 changed files with 13 additions and 8 deletions

View File

@@ -9,6 +9,7 @@
#include "shared/source/command_stream/wait_status.h"
#include "shared/source/helpers/constants.h"
#include "shared/source/helpers/device_bitfield.h"
#include "shared/source/helpers/non_copyable_or_moveable.h"
#include "shared/source/utilities/stackvec.h"