Skip to content

Commit

Permalink
update doc string following name change
Browse files Browse the repository at this point in the history
  • Loading branch information
masa committed Jul 20, 2021
1 parent a4105db commit 614b95d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/runtime/thread_storage_scope.h
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ struct ThreadWorkLoad {
*/
inline size_t grid_dim(size_t i) const { return work_size[i]; }
};
/*! \brief Thread axis configuration */
/*! \brief Launch parameters configuration */
class LaunchParamConfig {
public:
void Init(size_t base, const std::vector<std::string>& launch_param_tags) {
Expand Down

0 comments on commit 614b95d

Please sign in to comment.