Fix hipcc warning related to hipVersion (#1767)

* Fix hipcc warning related to hipVersion
* Rename hipVersion.h to hip_version.h
* Remove HIP_VERSION splitting
* Update .gitignore
- Ignore generated include/hip/hip_version.h
- Removed some stale entries
- Added executables from samples/1_Utils/*/ for consistency with bin/ entries.
This commit is contained in:
Rahul Garg
2020-01-05 23:03:23 -08:00
committed by Maneesh Gupta
parent c80c2bf234
commit 3fe1695c3a
4 changed files with 6 additions and 8 deletions
+1 -1
View File
@@ -49,7 +49,7 @@ THE SOFTWARE.
#include <thread>
#endif
#include <hip/hipVersion.h>
#include <hip/hip_version.h>
#include <hip/hip_common.h>
#if defined(__HIP_PLATFORM_HCC__) && !defined(__HIP_PLATFORM_NVCC__)