Skip to content

Conversation

@junrushao
Copy link
Member

This PR fixes an error reporting from Clang on the line below:

/.../include/tvm/runtime/packed_func.h:1706:3: error: no matching function for call to 'F'
  detail::parameter_pack::EnumerateWithArg<Args...>::template F<TVMArgsSetterApply>(
  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

@junrushao junrushao marked this pull request as ready for review August 28, 2023 16:32
@junrushao
Copy link
Member Author

CC: @spectrometerHBH

@junrushao junrushao changed the title [Disco] Fix ICE from Clang [Runtime] Fix ICE from Clang Aug 28, 2023
This PR fixes an error reporting from Clang on the line below:

```
/.../include/tvm/runtime/packed_func.h:1706:3: error: no matching function for call to 'F'
  detail::parameter_pack::EnumerateWithArg<Args...>::template F<TVMArgsSetterApply>(
  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
```
@junrushao junrushao merged commit 06ae46e into apache:unity Aug 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants