Searched refs:_cuda_paths_nix (Results 1 – 7 of 7) sorted by relevance
138 + (self._cuda_paths_win() if self._is_windows() else self._cuda_paths_nix())144 def _cuda_paths_nix(self): member in CudaDependency
147 + (self._cuda_paths_win() if self._is_windows() else self._cuda_paths_nix())153 def _cuda_paths_nix(self) -> T.List[T.Tuple[str, bool]]: member in CudaDependency