86dbb13897
* 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]
19 líneas
325 B
Plaintext
19 líneas
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
|