-
Notifications
You must be signed in to change notification settings - Fork 2
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
#include "hsa_ext_finalize.h" should be "hsa_ext.h" #1
Comments
I am going to let Boris know he needs to update this. |
Hi! The conformance suite needs HSAIL-Tools repository and two HSA Runtime header files pointed to by environment variables to be built.Detailed description is in the manual at docs/HsaPrmConformance.html, section "Building test suite". Does it work if you follow the description? Or do the build instructions look unclear, or somehow incorrect? |
I've updated instructions (https://github.com/HSAFoundation/HSA-Conformance-Tests-PRM/blob/master/docs/HsaPrmConformance.md#building-the-test-suite) in the test suite manual and added a reference to the document itself from the README file. |
Yes, I am able to build the conformance suite if I work around these issues. That is no problem. I'm looking at this in the spirit of a standard conformance test. Currently the header the conformance test is looking for is hsa_ext_finalize.h and the spec bundle from the runtime group provides hsa_ext.h. One of these should be renamed. |
I'll raise this with Mario. |
Mark,
Thanks for the great feedback! Please keep it coming :) |
The official specification bundle for the HSA Runtime group includes a "hsa_ext.h" as a header, whereas the code here looks for "hsa_ext_finalize.h".
The text was updated successfully, but these errors were encountered: