mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-08 14:02:58 +08:00
feature: add bindless addressing support query to releaseHelper
Related-To: NEO-7063 Signed-off-by: Mateusz Hoppe <mateusz.hoppe@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
099a3f30e3
commit
92a2d6df27
@@ -92,4 +92,9 @@ template <ReleaseType releaseType>
|
||||
std::vector<uint32_t> ReleaseHelperHw<releaseType>::getSupportedNumGrfs() const {
|
||||
return {128u, 256u};
|
||||
}
|
||||
|
||||
template <ReleaseType releaseType>
|
||||
bool ReleaseHelperHw<releaseType>::isBindlessAddressingDisabled() const {
|
||||
return true;
|
||||
}
|
||||
} // namespace NEO
|
||||
|
||||
Reference in New Issue
Block a user