Skip to content

Commit

Permalink
files
Browse files Browse the repository at this point in the history
  • Loading branch information
Nizben committed Nov 29, 2024
1 parent 3477b8b commit 41d319f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions keopscore/keopscore/config/cuda.py
Original file line number Diff line number Diff line change
Expand Up @@ -305,8 +305,8 @@ def print_all(self):
# Define status indicators
check_mark = "✅"
cross_mark = "❌"
print("cudas", self.libcuda_folder)
print("nvrtc:", self.libnvrtc_folder)
#print("cuda", self.libcuda_folder)
#print("nvrtc:", self.libnvrtc_folder)

# CUDA Support
cuda_status = check_mark if self.get_use_cuda() else cross_mark
Expand Down

0 comments on commit 41d319f

Please sign in to comment.