Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Eclipse C++ analysis errors #17

Closed
Lugatod opened this issue Feb 27, 2017 · 3 comments
Closed

Eclipse C++ analysis errors #17

Lugatod opened this issue Feb 27, 2017 · 3 comments

Comments

@Lugatod
Copy link
Contributor

Lugatod commented Feb 27, 2017

3 errors in lower.cpp

'lower' is ambiguous '
Candidates are:
std::vector<taco::ir::Stmt,std::allocatortaco::ir::Stmt> lower(const taco::Expr &, const taco::Var &, taco::lower::Context &)
taco::ir::Stmt lower(const taco::internal::Tensor &, std::__cxx11::basic_string<char,std::char_traits,std::allocator>, const std::set<enum taco::lower::Property,std::less,std::allocator> &)
' lower.cpp /Taco/src/lower line 220 Semantic Error

'lower' is ambiguous '
Candidates are:
std::vector<taco::ir::Stmt,std::allocatortaco::ir::Stmt> lower(const taco::Expr &, const taco::Var &, taco::lower::Context &)
taco::ir::Stmt lower(const taco::internal::Tensor &, std::__cxx11::basic_string<char,std::char_traits,std::allocator>, const std::set<enum taco::lower::Property,std::less,std::allocator> &)
' lower.cpp /Taco/src/lower line 431 Semantic Error

Invalid arguments '
Candidates are:
void append(std::vector<#0,std::allocator<#0>> &, const #1 &)
void append(std::vector<#0,std::allocator<#0>> &, const std::initializer_list<#0> &)
' lower.cpp /Taco/src/lower line 221 Semantic Error

@fredrikbk
Copy link
Contributor

@Lugatod is this still a problem?

@Lugatod
Copy link
Contributor Author

Lugatod commented Mar 19, 2017

Yes, but all of them are caused by the for auto loops.

@Lugatod
Copy link
Contributor Author

Lugatod commented Apr 25, 2017

Fixed in 98ac43d

@Lugatod Lugatod closed this as completed Apr 25, 2017
rohany added a commit that referenced this issue Oct 2, 2021
*: add code generation ability just for top level partitions
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

No branches or pull requests

2 participants