Skip to content

Commit

Permalink
Added new BO strategies to interface
Browse files Browse the repository at this point in the history
  • Loading branch information
fjwillemsen committed Oct 25, 2024
1 parent 208fe7b commit 6281a0c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions kernel_tuner/interface.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,10 @@
from kernel_tuner.strategies import (
basinhopping,
bayes_opt,
bayes_opt_alt_BOTorch,
bayes_opt_GPyTorch,
bayes_opt_GPyTorch_lean,
bayes_opt_old,
brute_force,
diff_evo,
dual_annealing,
Expand Down
3 changes: 2 additions & 1 deletion test/context.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,8 @@
cupy_present = False

try:

import cuda
print(cuda)
cuda_present = True
except Exception:
cuda_present = False
Expand Down

0 comments on commit 6281a0c

Please sign in to comment.