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

rebase #1

Merged
merged 9 commits into from
Jan 21, 2022
Merged

rebase #1

merged 9 commits into from
Jan 21, 2022

Conversation

ninesheep
Copy link
Owner

No description provided.

ashutosh-arm and others added 9 commits January 20, 2022 09:59
* [microNPU][2d] Add more Part matchers for the cascader

Adds Part matchers for ethosu_depthwise_conv2d,
ethosu_pooling and ethosu_binary_elementwise. Also
adds additional testing for the CascaderGraph
creation.

Co-authored-by: Jacob Bohlin <jacob.bohlin@arm.com>

* Extended testing for block config

* Add test guards

Co-authored-by: Matthew Barrett <matthew.barrett@arm.com>
…ey (#9831)

are running

Moves LayoutOptimizer and LUTOptimizer passes to be a module pass,
rather than a function pass. This is because it was found that these
passes were not running in the NPU compilation flow. In addition, a
test for both LayoutOptimizer and LUTOptimizer has been added to check
that the passes are running in the compilation pipeline of the NPU.

Change-Id: I5145c6f02eeb0daea3cdba56198e0804ec32f351
This fixes the Rust path to ensure `cargo` is accessible in the
container.

As ci_qemu is targetted at microTVM it likely won't make use of wasmtime
as a dependency - it's used instead for the JS and WASM standalone applications as
far as I can see.
* [Relay] Fix a bug in tensor_array_scatter

  tensor_array_scatter constructs helper functions according to dtype
  and shape of element. When there are multiple scatter operations with
  same dtype and element shape but different indicies_shape, there will
  be name conflict in prelude.

* Refine get_name
* Fix typos.

* Missed funtion -> function.
* [skip ci] Make cc bot skip errors

This adds some better logging and ignores errors (this job shouldn't ever show up as a PR failure) so we can diagnose things like https://github.com/apache/tvm/runs/4873810315?check_suite_focus=true

* Submit cc'ed reviewers one at a time

Co-authored-by: driazati <driazati@users.noreply.github.com>
* Don't use std::move in WithFields

* lint
@ninesheep ninesheep merged commit f032b20 into ninesheep:main Jan 21, 2022
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.

10 participants