Skip to content

Commit

Permalink
Add missing import in LBFGS cupy
Browse files Browse the repository at this point in the history
  • Loading branch information
ptim0626 committed Sep 10, 2024
1 parent 8147dfe commit 8ecccf2
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions ptypy/custom/LBFGS_cupy.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,7 @@
:license: GPLv2, see LICENSE for details.
"""
import numpy as np
# from pycuda import gpuarray
# import pycuda.driver as cuda
# import pycuda.cumath
# from pycuda.tools import DeviceMemoryPool
import cupy as cp

from ptypy.engines import register
from ptypy.custom.LBFGS_serial import LBFGS_serial
Expand Down

0 comments on commit 8ecccf2

Please sign in to comment.