diff options
Diffstat (limited to 'xmake/modules/lib/detect/find_cudadevices.lua')
| -rw-r--r-- | xmake/modules/lib/detect/find_cudadevices.lua | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/xmake/modules/lib/detect/find_cudadevices.lua b/xmake/modules/lib/detect/find_cudadevices.lua index d2c83c663..dcf4a4229 100644 --- a/xmake/modules/lib/detect/find_cudadevices.lua +++ b/xmake/modules/lib/detect/find_cudadevices.lua @@ -240,6 +240,8 @@ function _order_by_flops(devices) , [72] = 64 , [75] = 64 , [80] = 64 + , [86] = 128 + , [87] = 128 } for _, dev in ipairs(devices) do |
