ci: nvidia persistence mode isn't a hard requirement
This commit is contained in:
		
				
					committed by
					
						
						Trent Nelson
					
				
			
			
				
	
			
			
			
						parent
						
							554002b73c
						
					
				
				
					commit
					f213e48067
				
			@@ -57,7 +57,7 @@ test-stable-perf)
 | 
				
			|||||||
    # Enable persistence mode to keep the CUDA kernel driver loaded, avoiding a
 | 
					    # Enable persistence mode to keep the CUDA kernel driver loaded, avoiding a
 | 
				
			||||||
    # lengthy and unexpected delay the first time CUDA is involved when the driver
 | 
					    # lengthy and unexpected delay the first time CUDA is involved when the driver
 | 
				
			||||||
    # is not yet loaded.
 | 
					    # is not yet loaded.
 | 
				
			||||||
    sudo --non-interactive ./net/scripts/enable-nvidia-persistence-mode.sh
 | 
					    sudo --non-interactive ./net/scripts/enable-nvidia-persistence-mode.sh || true
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    rm -rf target/perf-libs
 | 
					    rm -rf target/perf-libs
 | 
				
			||||||
    ./fetch-perf-libs.sh
 | 
					    ./fetch-perf-libs.sh
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user