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.
[ROCm/hip commit: f3cafd5855]
This commit is contained in:
committed by
Maneesh Gupta
parent
3dae7945ff
commit
86dbb13897
@@ -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__)
|
||||
|
||||
Reference in New Issue
Block a user