Skip to content

Conversation

@aelovikov-intel
Copy link
Contributor

  1. String literal is always true, it should have been
assert(false && "Message");
  1. Avoid unnecessary if/else

1) String literal is always true, it should have been

```
assert(false && "Message");
```

2) Avoid unnecessary `if/else`
@dm-vodopyanov
Copy link
Contributor

@intel/sycl-graphs-reviewers please review ASAP. This patch should fix post-commit failures.

@EwanC
Copy link
Contributor

EwanC commented Aug 28, 2023

@intel/sycl-graphs-reviewers please review ASAP. This patch should fix post-commit failures.

I think we have a preference for this fix #10969

@aelovikov-intel aelovikov-intel deleted the fix-assert branch August 28, 2023 14:56
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