Skip to content

Commit

Permalink
lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
LeiWang1999 committed Jul 11, 2024
1 parent fb78244 commit 706e227
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion bitblas/builder/lib_generator/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,6 @@ def get_lib_path(self):

def set_lib_path(self, libpath):
self.libpath = libpath

def set_src_path(self, srcpath):
self.srcpath = srcpath
1 change: 1 addition & 0 deletions bitblas/ops/operator.py
Original file line number Diff line number Diff line change
Expand Up @@ -309,6 +309,7 @@ def update_runtime_module(self, rt_mod, srcpath=None, libpath=None):
self.lib_generator.set_lib_path(libpath)
self.lib = ctypes.CDLL(libpath)
self.lib.init()
# TODO: update the lib code from srcpath

@abstractmethod
def _select_implementation(self) -> IRModule:
Expand Down

0 comments on commit 706e227

Please sign in to comment.