Browse Source

Restoring authorship annotation for <dimdi-y@yandex-team.ru>. Commit 1 of 2.

dimdi-y 3 years ago
parent
commit
9056deae3c
2 changed files with 3 additions and 3 deletions
  1. 2 2
      build/platform/cuda/ya.make
  2. 1 1
      build/ymake_conf.py

+ 2 - 2
build/platform/cuda/ya.make

@@ -11,9 +11,9 @@ ENDIF()
 IF (USE_ARCADIA_CUDA)
     IF (HOST_OS_LINUX AND HOST_ARCH_X86_64)
         IF (OS_LINUX AND ARCH_X86_64)
-            IF (CUDA_VERSION == "11.4")
+            IF (CUDA_VERSION == "11.4") 
                 DECLARE_EXTERNAL_RESOURCE(CUDA sbr:2410761119) # CUDA Toolkit 11.4.2 for Linux x86-64
-            ELSEIF (CUDA_VERSION == "11.3")
+            ELSEIF (CUDA_VERSION == "11.3") 
                 DECLARE_EXTERNAL_RESOURCE(CUDA sbr:2213063565) # CUDA Toolkit 11.3.1 for Linux x86-64
             ELSEIF (CUDA_VERSION == "11.2")
                 DECLARE_EXTERNAL_RESOURCE(CUDA sbr:2073566375) # CUDA Toolkit 11.2.2 for Linux x86-64

+ 1 - 1
build/ymake_conf.py

@@ -3079,7 +3079,7 @@ class Cuda(object):
         if self.cuda_version.value in ('8.0', '9.0', '9.1', '9.2', '10.0'):
             raise ConfigureError('CUDA versions 8.x, 9.x and 10.0 are no longer supported.\nSee DEVTOOLS-7108.')
 
-        if self.cuda_version.value in ('10.1', '11.0', '11.1', '11.2', '11.3', '11.4'):
+        if self.cuda_version.value in ('10.1', '11.0', '11.1', '11.2', '11.3', '11.4'): 
             return True
 
         return False