Files
apache--tvm/python
Krzysztof Parzyszek 6af3f36184 [Hexagon] Pass extra parameters to link_params via Map (#10830)
There is no way to pass kwargs dictionary from C++ code, so the previous
way never worked. Use TVM's Map instead, and pass the target architecture
version to the linker to use libraries specific to the architecture.
2022-03-31 13:45:15 +09:00
..