[bugfix] Resolve fp16 enabled build error
authorDonghyeon Jeong <dhyeon.jeong@samsung.com>
Fri, 23 Aug 2024 02:27:29 +0000 (11:27 +0900)
committerMyungJoo Ham <myungjoo.ham@samsung.com>
Sat, 24 Aug 2024 00:02:28 +0000 (09:02 +0900)
commita8993a2b0a6a15628480eb91520d5c6aa6d65586
tree181aa2ae3e2f6c3d76d060c1b4e988c366c94853
parent6623e3057bddbc03afea04c2ff2e02244db12289
[bugfix] Resolve fp16 enabled build error

This PR resolves the build error after #2704 when enable_fp16 is true.

This fixes:
blas_interface.cpp:141:9: error: ‘order’ was not declared in this scope
  141 |   sgemv(order, TransA, M, N, alpha, A_, lda, X_, incX, beta, Y_, incY);
      |         ^~~~~

**Self-evaluation:**
1. Build test: [X]Passed [ ]Failed [ ]Skipped
2. Run test:   [ ]Passed [X]Failed [ ]Skipped

Signed-off-by: Donghyeon Jeong <dhyeon.jeong@samsung.com>
nntrainer/tensor/blas_interface.cpp