Skip to content

Commit

Permalink
[blas/OpenCL] Updated doxygen docs
Browse files Browse the repository at this point in the history
Modified doxygen docs as required

Signed-off-by: Debadri Samaddar <[email protected]>
  • Loading branch information
s-debadri committed Jun 21, 2024
1 parent 8baf1c6 commit cb9c323
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion nntrainer/tensor/cl_operations/blas_kernel_interface.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ namespace nntrainer {
* @brief Process data and dimensions for OpenCL dot operation
* @param[in] input Tensor
* @param[in] m Tensor
* @param[in] result Tensor
* @param[in] RunLayerContext reference
* @param[in] trans bool
* @param[in] trans_m bool
Expand Down
2 changes: 1 addition & 1 deletion nntrainer/tensor/cl_operations/blas_kernels.h
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ void sgemm_cl(const __fp16 *A, const __fp16 *B, __fp16 *C, unsigned int M,

/**
* @brief fp16 sscal value element by element immediately
* @param[in] X float * input
* @param[in] X __fp16 * input
* @param[in] N unsigned int number of elements
* @param[in] alpha float multiplier
* @param[in] context RunLayerContext reference
Expand Down

0 comments on commit cb9c323

Please sign in to comment.