Spaces:
Running
Running
Update Cache | Improve Intel HD 4000 documentation
Browse files
routers/tool_find_related_cache.pkl
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9aabfbc84fb1d6d552d398be564c32a43ecb74eaa38346633026211937f81d85
|
3 |
+
size 21475965
|
routers/tool_gpu_checker.py
CHANGED
@@ -118,7 +118,7 @@ def _check_intel(graphics_card_info):
|
|
118 |
}
|
119 |
|
120 |
unsupported_models = {
|
121 |
-
r"HD (Graphics )?4\d{3}\b": "it has the Haswell architecture that is older than Broadwell architecture",
|
122 |
r"HD Graphics 3\d{3}\b": "Sandy Bridge is older than Broadwell architecture"
|
123 |
# Add unsupported model-to-architecture mappings if needed
|
124 |
}
|
|
|
118 |
}
|
119 |
|
120 |
unsupported_models = {
|
121 |
+
r"HD (Graphics )?4\d{3}\b": "it has the Haswell architecture that is older than Broadwell architecture. Also [Due to driver issues, support for Intel HD4000 series GPUs has been dropped](https://wiki.blender.org/wiki/Reference/Release_Notes/4.0#:~:text=Due%20to%20driver%20issues%2C%20support%20for%20Intel%20HD4000%20series%20GPUs%20has%20been%20dropped)",
|
122 |
r"HD Graphics 3\d{3}\b": "Sandy Bridge is older than Broadwell architecture"
|
123 |
# Add unsupported model-to-architecture mappings if needed
|
124 |
}
|