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

Does one need access to the target HW? #309

Open
roman955b opened this issue Oct 4, 2021 · 1 comment
Open

Does one need access to the target HW? #309

roman955b opened this issue Oct 4, 2021 · 1 comment

Comments

@roman955b
Copy link

In order to use Antares, does one need to have access to the target HW or is it enough to fill in one of those cfg files?
What is required by the targeted HW if one wants to optimize for it?

@ghostplant
Copy link
Contributor

If you only want to generate "valid code" that can run correctly on the target HW, you don't need the target HW.

But to generate "fastest code" for that target HW, Antares need to access that HW since it will evaluate a number of different implementations and finally pick up one of the most efficient codes.

To optimize code for the target HW, you need to install the SDK for that HW. For example, CUDA SDK is needed to make nvcc command work.

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