Fixed copyright and header names

Change-Id: Id595c65ea3b7289e87be4c42db5d8a31905a4fdd
This commit is contained in:
Aditya Atluri
2017-03-31 12:40:29 -05:00
parent e0133e627d
commit 1ef7222c3a
14 changed files with 54 additions and 912 deletions
+2
View File
@@ -284,3 +284,5 @@ static inline hipError_t hipHostMalloc( T** ptr, size_t size, unsigned int flags
return hipHostMalloc((void**)ptr, size, flags);
}
#endif
#endif