Home
last modified time | relevance | path

Searched refs:cudaArchSingle (Results 1 – 4 of 4) sorted by relevance

/petsc/config/BuildSystem/config/packages/
H A Dkokkos.py153 gen = self.cuda.cudaArchSingle() # cudaArchSingle() returns a number, such as '75' or '120'
161 deviceArchName = foundName + self.cuda.cudaArchSingle()
163 … RuntimeError('Could not find a Kokkos arch name for CUDA gen number '+ self.cuda.cudaArchSingle())
H A DlibCEED.py49 'CUDA_ARCH=sm_' + self.cuda.cudaArchSingle()
H A DMFEM.py178 g.write('CUDA_ARCH = sm_' + self.cuda.cudaArchSingle() + '\n')
H A DCUDA.py91 def cudaArchSingle(self): member in Configure