mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-25 13:33:02 +08:00
Limit pipeline selection to Xe
Related-To: NEO-6624 Signed-off-by: Daniel Chabrowski <daniel.chabrowski@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
b429df1b55
commit
b42a49eb4b
@@ -52,6 +52,11 @@ struct HardwareParse {
|
||||
template <typename FamilyType>
|
||||
void findCsrBaseAddress();
|
||||
|
||||
template <typename FamilyType>
|
||||
bool requiresPipelineSelectBeforeMediaState() {
|
||||
return true;
|
||||
}
|
||||
|
||||
template <typename FamilyType>
|
||||
void findHardwareCommands();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user