Open pwaller opened 5 years ago
chris.holgate [10:13 AM] OK - I'll revisit that at some point. IIRC, the 'Process' function is called repeatedly from the benchmark framework, which could be where the AFI reload attempt occurs. Some refactoring will probably be required.
Peter Waller [10:14 AM] Interestingly though, the reload is happening also with test-histogram, and it prints a warning as it starts but happily runs repeatedly.
chris.holgate [10:16 AM] That's an initial load attempt at the start of the application, so maybe is handled. The benchmark would try multiple load attempts, where the first one may fail gracefully but subsequent ones cause the error. That's my guess at the moment.
This is a reminder to come back to this issue:
test-histogram
works fine with real hardware on anf1
AWS instance, butbench-histogram
does not:(taken from the example in this repository)
Chris made this comment:
I have very briefly considered the 'user code' and I don't see anything obviously wrong with it, implying that our problem is likely deeper within our use of SDAccel.