Skip to content

Conversation

@arnej27959
Copy link

this change removes template parameters that should not be present; with gcc 14 and -Wall I get these warnings:

/git/mine/cutlass/include/cutlass/exmy_base.h:1024:39: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
 1024 |   explicit float_exmy_base<T, Derived>(float x) {
      |                                       ^
/git/mine/cutlass/include/cutlass/exmy_base.h:1024:39: note: remove the ‘< >’
/git/mine/cutlass/include/cutlass/exmy_base.h:1030:39: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
 1030 |   explicit float_exmy_base<T, Derived>(int x) {
      |                                       ^
/git/mine/cutlass/include/cutlass/exmy_base.h:1030:39: note: remove the ‘< >’
/git/mine/cutlass/include/cutlass/exmy_base.h:1035:39: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
 1035 |   explicit float_exmy_base<T, Derived>(unsigned x) {
      |                                       ^
/git/mine/cutlass/include/cutlass/exmy_base.h:1035:39: note: remove the ‘< >’

@arnej27959
Copy link
Author

@hwu36 please review

@arnej27959
Copy link
Author

@ANIKET-SHIVAM can you take a look at this pull request please?

@github-actions
Copy link

github-actions bot commented Dec 5, 2025

This PR has been labeled inactive-30d due to no recent activity in the past 30 days. Please close this PR if it is no longer required. Otherwise, please respond with a comment indicating any updates. This PR will be labeled inactive-90d if there is no activity in the next 60 days.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant