- It won't distinguish host and device code and trigger compilation failure on irrelevant code.
Details
Details
- Reviewers
sameerds yaxunl ashi1 - Commits
- rG49f7bc9e1e50: [hip] Remove `-Werror=format-nonliteral`
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Have to remove this as it causes compilation failures on irrelevant host code during device compilation. Maybe we need to introduce a new warning option to issue that warning on device code only.