-
Notifications
You must be signed in to change notification settings - Fork 0
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
Improve et feeder #6
Conversation
et_feeder/et_feeder.cpp
Outdated
{ | ||
// The usage of the logical not operator in this case is unlikely to be correct | ||
// as the output is being used as an operator for a bit-wise and operation | ||
if (i & !FLAGS) |
Check failure
Code scanning / CodeQL
Incorrect 'not' operator usage
MLCommons CLA bot: |
16b4d26
to
a37f9f5
Compare
Refactor chakra_converter and Add Tests
Refactor chakra_trace_link and Add Tests
…u_op_fix fixes is_cpu_op conversion in constructor
37b9a1a
to
d594fb1
Compare
extracted_dir.mkdir() | ||
|
||
with tarfile.open(tar_gz_file, "r:gz") as tar: | ||
tar.extractall(path=extracted_dir) |
Check failure
Code scanning / CodeQL
Arbitrary file write during tarfile extraction High test
aaaaaaaaa