mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-03 06:49:52 +08:00
feature: is48bResourceNeededForRayTracing specialization for rt encoder
Related-to: NEO-10074 Signed-off-by: Damian Tomczak <damian.tomczak@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
a6ad9caf6c
commit
98331e7d63
@@ -508,6 +508,11 @@ uint32_t ProductHelperHw<IGFX_UNKNOWN>::getCacheLineSize() const {
|
||||
return 0x40;
|
||||
}
|
||||
|
||||
template <>
|
||||
bool ProductHelperHw<IGFX_UNKNOWN>::is48bResourceNeededForRayTracing() const {
|
||||
return true;
|
||||
}
|
||||
|
||||
} // namespace NEO
|
||||
|
||||
#include "shared/source/os_interface/product_helper.inl"
|
||||
|
||||
Reference in New Issue
Block a user