Skip to content

Commit

Permalink
revert to enable python wrapper.
Browse files Browse the repository at this point in the history
  • Loading branch information
hunghaoti committed Jan 2, 2025
1 parent c3eab5f commit 35098ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ def build_extension(self, ext):

cfg = 'Debug' if self.debug else 'Release'
build_args = ['--config', cfg]
cmake_args += ['-DBUILD_PYTHON=OFF','-DUSE_CUDA=OFF','-DUSE_MKL=ON','-DUSE_HPTT=ON']
cmake_args += ['-DBUILD_PYTHON=ON','-DUSE_CUDA=OFF','-DUSE_MKL=ON','-DUSE_HPTT=ON']
cmake_args += ['-DCMAKE_BUILD_TYPE=' + cfg]

import multiprocessing
Expand Down

0 comments on commit 35098ca

Please sign in to comment.