Skip to content

Commit 29ca18d

Browse files
authored
Merge pull request #2 from ROCm-Developer-Tools/develop
Merge from develop
2 parents 539f16c + 2c48269 commit 29ca18d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

amd/hipcc/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@
1616

1717
## <a name="hipcc"></a> hipcc
1818

19-
`hipcc` is a compiler driver utility that will call clang or nvcc, depending on target, and pass the appropriate include and library options for the target compiler and HIP infrastructure.
19+
`hipcc` is a compiler driver utility that will call clang or nvcc, depending on target, and pass the appropriate include and library options for the target compiler and HIP infrastructure. Historically, `hipcc` was provided as a script in the HIP repo ( https://github.com/ROCm-Developer-Tools/HIP/blob/main/bin/hipcc ). The `hipcc` provided in this project provides the same functionality, but is a binary rather than a script. At some point in the future, the hipcc script will be deprecated and ultimately removed from the HIP repo.
2020

21-
It will pass-through options to the target compiler. The tools calling hipcc must ensure the compiler options are appropriate for the target compiler.
21+
`hipcc` will pass-through options to the target compiler. The tools calling hipcc must ensure the compiler options are appropriate for the target compiler.
2222

2323
### <a name="envVar"></a> Environment Variables
2424

0 commit comments

Comments
 (0)