Skip to content

Commit

Permalink
[ Meson ] BCQTensor dependency is added for Android build
Browse files Browse the repository at this point in the history
- This commit add BiQGEMM path to nntrainer_inc_abs to support Android
  build with enable-biqgemm option.

**Self evaluation:**

Build test: [X]Passed [ ]Failed [ ]Skipped
Run test: [X]Passed [ ]Failed [ ]Skipped

Signed-off-by: Eunju Yang <[email protected]>
  • Loading branch information
EunjuYang authored and jijoongmoon committed Dec 11, 2024
1 parent cd17a66 commit bff8025
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nntrainer/tensor/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ if get_option('enable-biqgemm')
tensor_headers += 'bcq_tensor.h'
tensor_sources += 'bcq_tensor.cpp'
nntrainer_inc += biqgemm_inc
nntrainer_inc_abs += meson.source_root() / '..' / 'BiQGEMM'
endif

if get_option('enable-opencl')
Expand Down

0 comments on commit bff8025

Please sign in to comment.