|
@@ -2400,7 +2400,7 @@ class Cuda(object):
|
|
if not self.cuda_version.from_user:
|
|
if not self.cuda_version.from_user:
|
|
return False
|
|
return False
|
|
|
|
|
|
- if self.cuda_version.value in ('11.4', '11.8', '12.1'):
|
|
|
|
|
|
+ if self.cuda_version.value in ('11.4', '11.8', '12.1', '12.2'):
|
|
return True
|
|
return True
|
|
else:
|
|
else:
|
|
raise ConfigureError('CUDA version {} is not supported in Arcadia'.format(self.cuda_version.value))
|
|
raise ConfigureError('CUDA version {} is not supported in Arcadia'.format(self.cuda_version.value))
|