Skip to content

Commit

Permalink
Update base.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Routhleck committed Mar 15, 2024
1 parent 3e8be0b commit c2b412c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion brainpy/_src/math/op_register/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,6 @@ def __init__(
if gpu_kernel is None:
gpu_checked = True
elif isinstance(gpu_kernel, str): # cupy
# TODO: register cupy translation rule
register_cupy_gpu_translation_rule(self.primitive, gpu_kernel)
gpu_checked = True
elif hasattr(gpu_kernel, '_is_wrapped_kernel') and gpu_kernel._is_wrapped_kernel: # taichi
Expand Down

0 comments on commit c2b412c

Please sign in to comment.