You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
t.T().Fatalf("Expected environment variable %s not found, please use this environment variable to specify the cuda training image to be tested.", cudaTrainingImageEnvVar)
65
-
}
66
-
returnimage
67
-
}
68
-
69
-
funcGetROCmTrainingImage(tTest) string {
70
-
t.T().Helper()
71
-
image, ok:=os.LookupEnv(rocmTrainingImageEnvVar)
72
-
if!ok {
73
-
t.T().Fatalf("Expected environment variable %s not found, please use this environment variable to specify the cuda training image to be tested.", rocmTrainingImageEnvVar)
0 commit comments