-
Notifications
You must be signed in to change notification settings - Fork 152
loading AFI error #22
Comments
By the way, shouldn't we first build .xclbin file into .awsxclbin and create AFI first? I haven't seen this part in the provided tutorial.
I guess this is of the same problem as this, not sure if this help... |
The overlays aka "xclbin" files which are stored in ml-suite/overlaybins/aws are in actuality *.awsxclbin files. I have already created the AFIs for our users. They should work fine if you are using an instance in us-east. We dropped the *.awsxclbin naming convention to make it easier to run all our code on any platform. Sorry about this confusion. Also, can you start from the FPGA Developer AMI for now? We need to update the ml-suite AMI to support the included xclbins. The included xclbins were built for Amazon's 2017.4 DSA shell. https://aws.amazon.com/marketplace/pp/B06VVYBLZZ |
Really thanks for your help! I currently use an instance in us-west-2, that's probably why I got the error. Is it possible for you to support different region to load your AFIs ? Or I'll have to change my region to us-east to use your product? |
You are welcome! Thanks for your patience in trying out the ml-suite. Once
we bundle up the new ml-suite AMI, the region problem will be automatically
handled when you launch the AMI. Also, I urge you to do your work on a
fresh FPGA Developer AMI to start off with, because that AMI includes the
latest Amazon shell, which is compatible with the xclbins we've included in
the repo.
…On Wed, Jul 25, 2018 at 6:54 PM, b04902036 ***@***.***> wrote:
Really thanks for your help! I currently use an instance in us-west-2,
that's probably why I got the error. Is it possible for you to support
different region to load your AFIs ? Or I'll have to change my region to
us-east to use your product?
Thank you !
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#22 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AO_Gp4fAFV64dtESyhAQnpsAt2QHYWQFks5uKSE_gaJpZM4VfkEQ>
.
|
Uh, just to comfirm, so I don't have to deal with the region and just launch a fresh FPGA Developer AMI? |
Just use us east for now. Is there a major reason you want to be in a different region? If so I can look into testing it tomorrow.
…Sent from my iPhone
On Jul 25, 2018, at 7:27 PM, b04902036 ***@***.***> wrote:
Uh, just to comfirm, so I don't have to deal with the region and just launch a fresh FPGA Developer AMI?
My instance is in us-west-2, do I need to set a special aws configure to load your AFIs in us-east?
Thank you for your patience and answers!
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub, or mute the thread.
|
Nevermind, I just wonder if I can load AFIs in different region or not. |
I use the Xilinx ML Suite AMI, and I am trying to run the same demo app with the same command "./run.sh aws e2e" in this issue, I also do the
source sdaccel_setup.sh
after the recomanded modification. However it gives me the following error:I also tried the Jupyter tutorial provided by ml-suite, it also gives me the error:
Could someone help me out with this?
Sincerely thanks!
UPDATE: I use master branch.
The text was updated successfully, but these errors were encountered: