Skip to content

Commit

Permalink
Merge pull request #2 from ROCm-Developer-Tools/develop
Browse files Browse the repository at this point in the history
Merge from develop
  • Loading branch information
searlmc1 authored Nov 20, 2021
2 parents 539f16c + 2c48269 commit 29ca18d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions amd/hipcc/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@

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

`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.
`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.

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

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

Expand Down

0 comments on commit 29ca18d

Please sign in to comment.