Skip to content

Commit

Permalink
format =
Browse files Browse the repository at this point in the history
  • Loading branch information
mehrdadh committed Jul 21, 2021
1 parent 54597b7 commit c5836f8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions python/tvm/target/target.py
Original file line number Diff line number Diff line change
Expand Up @@ -278,6 +278,7 @@ def intel_graphics(model="unknown", options=None):
opts = _merge_opts(opts, options)
return Target(" ".join(["opencl"] + opts))


MICRO_SUPPORTED_MODELS = {
"host": [],
"mps2_an521": ["-mcpu=cortex-m33"],
Expand Down

0 comments on commit c5836f8

Please sign in to comment.