Skip to content

Commit

Permalink
尝试在AMD GPU上使用兼容模式运行
Browse files Browse the repository at this point in the history
发布V2.5.7
  • Loading branch information
molanp committed Sep 14, 2024
1 parent 7730036 commit 3e6ba22
Show file tree
Hide file tree
Showing 5 changed files with 2,784 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,10 @@
import string
import random


# ------------------------------------------判断AMD显卡-----------------------------------------------------------------
import torch
if not torch.cuda.is_available():
torch.backends.cudnn.enabled = False
# ------------------------------------------类声明----------------------------------------------------------------------


Expand Down
7 changes: 6 additions & 1 deletion Beta/V2.5.0(beta)/版本说明.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ lockSpeed = stage1_intensity + t * (stage2_intensity - stage1_intensity)
-移除: 坐标死锁瞄准机制。高风险低收益,受限于游戏对于鼠标的固定策略不通用,故移除。
```

### 2024/9/6: V2.5.6.1(beta)
### 2024/9/6: V2.5.7(beta)
```diff
+新增: 新增一些热键
```
Expand All @@ -68,3 +68,8 @@ lockSpeed = stage1_intensity + t * (stage2_intensity - stage1_intensity)
| `右Shift` | `0xA1` |
| `左Alt` | `0xA4` |
| `右Alt` | `0xA5` |

### 2024/9/14: V2.5.7
```diff
+新增: 尝试在AMD GPU上使用兼容模式运行
```
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,13 @@ Ps:二者在最终使用效果上无任何区别,仅视觉差异

### 更新日志:

9/14/2024更新:

🎛️版本更新:V2.5.7

概要:尝试在AMD GPU上使用兼容模式运行

___
9/6/2024更新:

🎛️版本更新:V2.5.6.1(beta)
Expand Down Expand Up @@ -588,4 +595,4 @@ ___

___

Current latest version: V2.4.3
Current latest version: V2.5.7
Loading

0 comments on commit 3e6ba22

Please sign in to comment.