mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-29 17:13:29 +08:00
feature: add peer access check on driver init
Related-To: NEO-14885, HSD-14024947073 Signed-off-by: Alicja Lukaszewicz <alicja.lukaszewicz@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
2e58669fe9
commit
bca503548a
@@ -1126,6 +1126,10 @@ bool CommandStreamReceiver::isAubMode() const {
|
||||
return (getType() == NEO::CommandStreamReceiverType::aub || getType() == NEO::CommandStreamReceiverType::tbxWithAub || getType() == NEO::CommandStreamReceiverType::hardwareWithAub || getType() == NEO::CommandStreamReceiverType::nullAub);
|
||||
}
|
||||
|
||||
bool CommandStreamReceiver::isHardwareMode() const {
|
||||
return (getType() == NEO::CommandStreamReceiverType::hardware);
|
||||
}
|
||||
|
||||
TaskCountType CompletionStamp::getTaskCountFromSubmissionStatusError(SubmissionStatus status) {
|
||||
switch (status) {
|
||||
case SubmissionStatus::outOfHostMemory:
|
||||
|
||||
Reference in New Issue
Block a user