Build: Introduce new Device ID to OIDN 2.3.3
This ensures that OIDN 2.3.3 will support additional Intel IP, which is important for the LTS version that will be supported for two years into the future. Pull Request: https://projects.blender.org/blender/blender/pulls/139267
This commit is contained in:
committed by
Nikita Sirgienko
parent
e40a9c6193
commit
980624cc91
@@ -76,3 +76,15 @@ index 35c6291..5cc2d84 100644
|
||||
else
|
||||
return HIPArch::Unknown;
|
||||
}
|
||||
diff --git a/devices/sycl/sycl_device_table.h b/devices/sycl/sycl_device_table.h
|
||||
index 70dd493..7a773ea 100644
|
||||
--- a/devices/sycl/sycl_device_table.h
|
||||
+++ b/devices/sycl/sycl_device_table.h
|
||||
@@ -77,6 +77,7 @@ OIDN_NAMESPACE_BEGIN
|
||||
SYCLArch::Xe2HPG,
|
||||
{
|
||||
0x05004000, // bmg-g21
|
||||
+ 0x05008000,
|
||||
}
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user