-
Notifications
You must be signed in to change notification settings - Fork 0
/
run2.bat
29 lines (23 loc) · 3.21 KB
/
run2.bat
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
BufferBandwidth.exe --testType 0 --numBytes 2048 --numLoops 2000 --printLog --deviceId 2 > "AT_2KiB_type0_eGPU_active.txt"
timeout 2
BufferBandwidth.exe --testType 1 --numBytes 2048 --numLoops 2000 --printLog --deviceId 2 > "AT_2KiB_type1_eGPU_active.txt"
timeout 2
BufferBandwidth.exe --testType 2 --numBytes 2048 --numLoops 2000 --printLog --deviceId 2 > "AT_2KiB_type2_eGPU_active.txt"
timeout 2
BufferBandwidth.exe --testType 3 --numBytes 2048 --numLoops 2000 --printLog --deviceId 2 > "AT_2KiB_type3_eGPU_active.txt"
timeout 2
BufferBandwidth.exe --testType 0 --numBytes 2048 --numLoops 2000 --printLog --deviceId 1 > "AT_2KiB_type0_dGPU_active.txt"
timeout 2
BufferBandwidth.exe --testType 1 --numBytes 2048 --numLoops 2000 --printLog --deviceId 1 > "AT_2KiB_type1_dGPU_active.txt"
timeout 2
BufferBandwidth.exe --testType 2 --numBytes 2048 --numLoops 2000 --printLog --deviceId 1 > "AT_2KiB_type2_dGPU_active.txt"
timeout 2
BufferBandwidth.exe --testType 3 --numBytes 2048 --numLoops 2000 --printLog --deviceId 1 > "AT_2KiB_type3_dGPU_active.txt"
timeout 2
BufferBandwidth.exe --testType 0 --numBytes 2048 --numLoops 2000 --printLog --deviceId 0 > "AT_2KiB_type0_iGPU_idle.txt"
timeout 2
BufferBandwidth.exe --testType 1 --numBytes 2048 --numLoops 2000 --printLog --deviceId 0 > "AT_2KiB_type1_iGPU_idle.txt"
timeout 2
BufferBandwidth.exe --testType 2 --numBytes 2048 --numLoops 2000 --printLog --deviceId 0 > "AT_2KiB_type2_iGPU_idle.txt"
timeout 2
BufferBandwidth.exe --testType 3 --numBytes 2048 --numLoops 2000 --printLog --deviceId 0 > "AT_2KiB_type3_iGPU_idle.txt"