docs: mention cuda multi-arch capability (#36321)
This commit is contained in:
		@@ -28,11 +28,14 @@ This package provides the following variants:
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
* **cuda_arch**
 | 
					* **cuda_arch**
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  This variant supports the optional specification of the architecture.
 | 
					  This variant supports the optional specification of one or multiple architectures.
 | 
				
			||||||
  Valid values are maintained in the ``cuda_arch_values`` property and
 | 
					  Valid values are maintained in the ``cuda_arch_values`` property and
 | 
				
			||||||
  are the numeric character equivalent of the compute capability version
 | 
					  are the numeric character equivalent of the compute capability version
 | 
				
			||||||
  (e.g., '10' for version 1.0). Each provided value affects associated
 | 
					  (e.g., '10' for version 1.0). Each provided value affects associated
 | 
				
			||||||
  ``CUDA`` dependencies and compiler conflicts.
 | 
					  ``CUDA`` dependencies and compiler conflicts.
 | 
				
			||||||
 | 
					  
 | 
				
			||||||
 | 
					  The variant builds both PTX code for the _virtual_ architecture
 | 
				
			||||||
 | 
					  (e.g. ``compute_10``) and binary code for the _real_ architecture (e.g. ``sm_10``).
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  GPUs and their compute capability versions are listed at
 | 
					  GPUs and their compute capability versions are listed at
 | 
				
			||||||
  https://developer.nvidia.com/cuda-gpus .
 | 
					  https://developer.nvidia.com/cuda-gpus .
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user