3fe1695c3a
* 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.
19 lines
325 B
Plaintext
19 lines
325 B
Plaintext
.*
|
|
!.gitignore
|
|
*.o
|
|
*.exe
|
|
*.swp
|
|
lib
|
|
packages
|
|
build
|
|
bin/hipInfo
|
|
bin/hipBusBandwidth
|
|
bin/hipDispatchLatency
|
|
bin/hipify-clang
|
|
include/hip/hcc_detail/hip_prof_str.h
|
|
include/hip/hip_version.h
|
|
tags
|
|
samples/1_Utils/hipInfo/hipInfo
|
|
samples/1_Utils/hipBusBandwidth/hipBusBandwidth
|
|
samples/1_Utils/hipDispatchLatency/hipDispatchLatency
|