Skip to content

Commit

Permalink
cuDevice
Browse files Browse the repository at this point in the history
  • Loading branch information
Nizben committed Nov 29, 2024
1 parent f2d3edc commit 3477b8b
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 9 deletions.
3 changes: 0 additions & 3 deletions keopscore/keopscore/binders/nvrtc/testing.py

This file was deleted.

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("cudas", self.libcuda_folder)
print("nvrtc:", self.libnvrtc_folder)

# CUDA Support
cuda_status = check_mark if self.get_use_cuda() else cross_mark
Expand Down
3 changes: 0 additions & 3 deletions keopscore/keopscore/testing.py

This file was deleted.

1 change: 0 additions & 1 deletion pykeops/pykeops/common/keops_io/LoadKeOps_nvrtc.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
from keopscore.utils.misc_utils import KeOps_OS_Run

get_build_folder = config.get_build_folder
print(get_build_folder())

class LoadKeOps_nvrtc_class(LoadKeOps):
def __init__(self, *args, fast_init=False):
Expand Down

0 comments on commit 3477b8b

Please sign in to comment.