From 1063b89f2dff0bd08d5d0fa0242f27c5617ce5ef Mon Sep 17 00:00:00 2001 From: "Besar Wicaksono (xN/A) TX [TEXT]" Date: Fri, 8 Apr 2016 16:51:45 -0500 Subject: [PATCH] Fix unit test build error due to CL#1256098 [git-p4: depot-paths = "//depot/stg/hsa/drivers/hsa/runtime/": change = 1256119] [ROCm/ROCR-Runtime commit: 2ebde5d2a7fd3569058f16861b7c74f4bfa29808] --- projects/rocr-runtime/runtime/hsa-runtime/inc/hsa_ext_amd.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/projects/rocr-runtime/runtime/hsa-runtime/inc/hsa_ext_amd.h b/projects/rocr-runtime/runtime/hsa-runtime/inc/hsa_ext_amd.h index 0218762f41..7a4ed5727a 100644 --- a/projects/rocr-runtime/runtime/hsa-runtime/inc/hsa_ext_amd.h +++ b/projects/rocr-runtime/runtime/hsa-runtime/inc/hsa_ext_amd.h @@ -48,8 +48,8 @@ #include "hsa.h" #include "hsa_ext_image.h" -#define HSA_AMD_INTERFACE_VERSION_MAJOR 1 -#define HSA_AMD_INTERFACE_VERSION_MINOR 0 +#define HSA_AMD_INTERFACE_VERSION_MAJOR 1 +#define HSA_AMD_INTERFACE_VERSION_MINOR 0 #ifdef __cplusplus extern "C" {