Skip to content

Commit

Permalink
Fix @param in/out error 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 4cca98a commit d737672
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 @@ -83,7 +83,7 @@ __global__ void device_kernel_predict_poly(real_type *out_d, const real_type *da
* @brief Predicts the labels for data points using the radial basis functions 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 d737672

Please sign in to comment.