SWDEV-345870 - Correct include paths for new directory layout

Use hsa header files from /opt/rocm-ver/include rather than using wrapper files from /opt/rocm-ver/hsa/include/hsa

Change-Id: Id7a9bde19447cd2a0fd6e03b11c08471f09c2a46
This commit is contained in:
Ranjith Ramakrishnan
2022-07-14 16:05:00 -07:00
orang tua c565e2f329
melakukan e7eb195924
24 mengubah file dengan 48 tambahan dan 48 penghapusan
+1 -1
Melihat File
@@ -20,7 +20,7 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
*******************************************************************************/
#include <hsa.h>
#include <hsa/hsa.h>
#include <string.h>
#include <unistd.h>
#include <dlfcn.h>