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

FPGA: Update README to include note about emulator environment variables #2502

Open
wants to merge 1 commit into
base: development
Choose a base branch
from

Conversation

justin-rosner
Copy link
Contributor

Description

The FPGA Emulator has modified how pipe depth is emulated. If a design wishes to increase the host buffer capacity (in emulation) of a host pipe to larger than the buffer on the device, CL_CONFIG_CHANNEL_DEPTH_EMULATION_MODE will have to be set to ignore-depth.

This change updates the README's of designs that do exactly that, and were previously relying on the emulator defaulting to this behaviour.

External Dependencies

  • N/A

Type of change

Please delete options that are not relevant. Add a 'X' to the one that is applicable.

  • Bug fix (non-breaking change which fixes an issue)

How Has This Been Tested?

Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration

  • These are just changes to the README. No code was touched.

@yuguen-intel yuguen-intel changed the title [FPGA] Update README to include note about emulator environment variables FPGA: Update README to include note about emulator environment variables Sep 30, 2024
@whitepau
Copy link
Contributor

@justin-rosner I thought we were setting the 'infinite host pipe host buffer depth' behaviour to be default:

https://hsdes.intel.com/appstore/article/#/14019216094

why do we need to set an environment variable?

@justin-rosner
Copy link
Contributor Author

@justin-rosner I thought we were setting the 'infinite host pipe host buffer depth' behaviour to be default:

https://hsdes.intel.com/appstore/article/#/14019216094

why do we need to set an environment variable?

We made that change for the simulator, but when testing the latest sycl/rel resource it appears that the emulator team made the opposite decision. We will have to file a case to the emulator team for the 2025.1 release to have the default once again be infinite pipe depth .

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants