-
Notifications
You must be signed in to change notification settings - Fork 8
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
the problem when run autodse #8
Comments
To run AutoDSE, you should first have a Merlin project. If you don't know how to use Merlin, you can learn by going through this repo. In the |
Thank you very much! I build the merlin-compiler from https://github.com/Xilinx/merlin-compiler and run make mcc_estimate. But it crash with the following error. I have set $XILINX_XRT to the install directory of xinlinx xrt and find opencl header files. what dose this ERROR mean? please help me. |
I guess the problem is that you haven't sourced the Vitis/XRT setup files. You can try running the following two commands to see if it helps: $ source /PATH/TO/VITIS/settings64.sh
$ source /opt/xilinx/xrt/setup.sh |
I have already run these two commands, but it still report the same error |
AutoDSE needs to see candidate pragmas with |
The Merlin project that AutoDSE runs is stored inside the BTW, if you're using this Makefile, add |
I can't Invoke Autodse,but i successfully run docker-build-sh,must the os be centos? And should i install the merlin,if so,where should i install it? Could you help me?Thank you very much |
You need to have Merlin installed for AutoDSE to work. You can get our Merlin image from here: https://github.com/UCLA-VAST/Merlin-UCLA |
i have successfully invoke AutoDSE in docker, but i don't know how to run AutoDSE . It's difficult to understand the parameters of each command (autodse/dse/ds_generator). Is there a tutorial for AutoDSE ?
I try to run autodse, but it seemes that the parameters are not correct.
could you please give me an example to perform (autodse/dse/ds_generator)
The text was updated successfully, but these errors were encountered: