mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-05 18:06:32 +08:00
Store bcsEngine in an std::vector in OpenCL CommandQUeue
Related-To: NEO-6057 Signed-off-by: Maciej Dziuban <maciej.dziuban@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
eccebfb49d
commit
c910a58aa0
@@ -12,7 +12,8 @@
|
||||
|
||||
namespace NEO {
|
||||
|
||||
using BcsInfoMask = std::bitset<1>;
|
||||
constexpr inline size_t bcsInfoMaskSize = 1u;
|
||||
using BcsInfoMask = std::bitset<bcsInfoMaskSize>;
|
||||
|
||||
struct FeatureTable : FeatureTableBase {
|
||||
BcsInfoMask ftrBcsInfo = 0;
|
||||
|
||||
Reference in New Issue
Block a user