Skip to content

Commit

Permalink
Fix @params annotation in include/plssvm/backends/HIP/predict_kernel.…
Browse files Browse the repository at this point in the history
…hip.hpp

Co-authored-by: Alexander Van Craen <[email protected]>
  • Loading branch information
breyerml and vancraar authored May 10, 2022
1 parent 049ae44 commit 4cca98a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/plssvm/backends/HIP/predict_kernel.hip.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ __global__ void device_kernel_w_linear(real_type *w_d, const real_type *data_d,
* @brief Predicts the labels for data points using the polynomial kernel function.
* @details Currently only single GPU execution is supported.
* @tparam real_type the type of the data
* @param[in] out_d the calculated predictions
* @param[out] out_d the calculated predictions
* @param[in] data_d the one-dimension support vector matrix
* @param[in] data_last_d the last row of the support vector matrix
* @param[in] alpha_d the previously calculated weight for each data point
Expand Down

0 comments on commit 4cca98a

Please sign in to comment.