mirror of
https://github.com/intel/compute-runtime.git
synced 2025-11-15 10:14:56 +08:00
Refactor and enable MI_MEM_FENCE programming for DirectSubmission dispatch
Signed-off-by: Bartosz Dunajski <bartosz.dunajski@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
3c4b442c79
commit
db9c0d1103
@@ -7085,7 +7085,7 @@ struct MI_MEM_FENCE {
|
||||
inline void setFenceType(const FENCE_TYPE value) {
|
||||
TheStructure.Common.FenceType = value;
|
||||
}
|
||||
inline FENCE_TYPE getAFenceType() const {
|
||||
inline FENCE_TYPE getFenceType() const {
|
||||
return static_cast<FENCE_TYPE>(TheStructure.Common.FenceType);
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user