iree-org / iree

A retargetable MLIR-based machine learning compiler and runtime toolkit.
http://iree.dev/
Apache License 2.0
2.82k stars 608 forks source link

Tracy on MacOS #9410

Open jpienaar opened 2 years ago

jpienaar commented 2 years ago

Request description

I noticed https://github.com/google/iree/blob/c16f33e0ba239ea7966d692f3ec6eaba21a66ea5/build_tools/python_deploy/build_macos_packages.sh#L89 but not sure if specific to Python whl or what work remains there. Tracking bug for support.

What component(s) does this issue relate to?

Runtime

Additional context

No response

powderluv commented 2 years ago

it builds and runs on macOS :D

julianwa commented 2 years ago

@jpienaar can you confirm that this works and perhaps we just need to clean up the TODO?

jpienaar commented 2 years ago

Not working for me if ran using the python deploy script: hit compiler error while building NFD (nfd_portal, which I don't think should compile) and then "building for macOS-x86_64 but attempting to link with file built for macOS-arm64". Perhaps a platform identification mismatch on M1.