-
Notifications
You must be signed in to change notification settings - Fork 1k
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
all: clean graph compiler backend #2966
Conversation
10. LLVM (src/graph/backend/graph_compiler/core/src/util/array_ref.hpp) | ||
============================================================================== | ||
The LLVM Project is under the Apache License v2.0 with LLVM Exceptions: | ||
============================================================================== |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @vgvozdeva , please note that the TPP file is changed here. It may affect the BOM file as well. Thanks.
make test |
Boolean is only supported in the Graph Compiler in CPU engines. No | ||
primitives support boolean during primitive computation. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If boolean
is not supported by any other functionality shall we drop it from the table above as well?
+@uxlfoundation/onednn-arch
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's supported by graph API to define the causal masks.
The graph compiler backend has been under deprecation since v3.6 release.
We decide to clean it in v3.8 to reduce the maintenance burden.
MFDNN-13407