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

[VTA] Infinite recursive device_api.ext_dev call fix. #3843

Merged
merged 1 commit into from
Aug 29, 2019
Merged

[VTA] Infinite recursive device_api.ext_dev call fix. #3843

merged 1 commit into from
Aug 29, 2019

Commits on Aug 29, 2019

  1. [VTA] Infinite recursive device_api.ext_dev call fix.

    Issue
    when try vta on fpga board, would see a Infinite recursive
    device_api.ext_dev issue that cause stack overflow and vta
    failed.
    
    Analysis:
    device_api.ext_dev function in rpc_server.py is use to load
    vta library, once vta library get load, device_api.ext_dev would
    get replaced with vta function by vta library, vta device_api.cc
    did such work, but because a logic issue in VTA.cmake, the said file
    not get compiled, then vta would keep failing on rpc_server.py.
    
    Solution:
    fix the logic issue in VTA.cmake.
    huajsj committed Aug 29, 2019
    Configuration menu
    Copy the full SHA
    bf93e13 View commit details
    Browse the repository at this point in the history