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

Info about amd_acs_x64.dll library used in prepackaged binary? #1

Open
oscarbg opened this issue Aug 10, 2024 · 1 comment
Open

Info about amd_acs_x64.dll library used in prepackaged binary? #1

oscarbg opened this issue Aug 10, 2024 · 1 comment

Comments

@oscarbg
Copy link

oscarbg commented Aug 10, 2024

Hi,

just curious the WorkGraphsIvyGenerationSample-v1.0.0 prebuilt binary includes amd_acs_x64.dll library in addition to known amd_ags_x64.dll..
can share more info about this library?..

sample source code seems not using it..
seems the dll has entrypoints:

acsGetRecommendedThreadCountForGameInit
acsGetRecommendedThreadCountForGameplay
acsPrintProcessorInfo

and exe uses:

acsGetRecommendedThreadCountForGameInit
acsPrintProcessorInfo
@maxoberberger
Copy link
Contributor

Hi,
AMD CPU services (ACS) is a library for querying information about the CPU at runtime (e.g. such as the recommended thread count). The library and the pre-built binary are part of the Cauldron framework, which is the framework used for the FidelityFX samples and also this sample.
That's why this DLL is included in the sample binaries, even though the sample code does not directly call any of the DLL's entry points.

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

No branches or pull requests

2 participants