Merge pull request #1270 from JeLuF/patch-26

Add GTX1630 to list of FP32 GPUs
This commit is contained in:
cmdr2 2023-05-16 18:11:39 +05:30 committed by GitHub
commit 1dc326cc41
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -165,6 +165,7 @@ def needs_to_force_full_precision(context):
and (
" 1660" in device_name
or " 1650" in device_name
or " 1630" in device_name
or " t400" in device_name
or " t550" in device_name
or " t600" in device_name