Skip to content

Commit

Permalink
README update (#730)
Browse files Browse the repository at this point in the history
* README update

* Addressing review comments
  • Loading branch information
bgopesh authored Apr 2, 2024
1 parent 872aa1b commit 5e4dd50
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ release to customers.

## Overview

ROCProfiler-SDK is AMD’s new and improved tooling infrastructure that provides a hardware specific low level performance analysis interface for the profiling and the tracing of GPU compute applications. To see whats changed [Click Here](https://github.com/ROCm/rocprofiler-sdk-internal/blob/main/source/docs/about.md)
ROCProfiler-SDK is AMD’s new and improved tooling infrastructure that provides a hardware specific low level performance analysis interface for the profiling and the tracing of GPU compute applications. To see whats changed [Click Here](source/docs/about.md)

## GPU Metrics

Expand All @@ -22,7 +22,7 @@ ROCProfiler-SDK is AMD’s new and improved tooling infrastructure that provides

rocprofv3 is the command line tool that is built using rocprofiler-sdk library and shipped with ROCm stack. To see details on
the command line options of rocprofv3, please see rocprofv3 user guide
[Click Here](https://github.com/ROCm/rocprofiler-sdk-internal/blob/main/source/docs/rocprofv3.md)
[Click Here](source/docs/rocprofv3.md)

## Documentation

Expand Down Expand Up @@ -56,7 +56,7 @@ To install ROCprofiler, run:
cmake --build rocprofiler-sdk-build --target install
```

Please see detailed section on build and installation here: [click](https://github.com/ROCm/rocprofiler-sdk-internal/blob/main/source/docs/about.md)
Please see detailed section on build and installation here: [Click Here](/source/docs/installation.md)

## Support

Expand Down
2 changes: 1 addition & 1 deletion source/docs/rocprofiler-sdk.dox.in
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ WARN_IF_DOC_ERROR = YES
WARN_IF_INCOMPLETE_DOC = YES
WARN_NO_PARAMDOC = YES
WARN_IF_UNDOC_ENUM_VAL = NO
WARN_AS_ERROR = YES
WARN_AS_ERROR = NO
WARN_FORMAT = "---> WARNING! $file:$line: $text"
WARN_LINE_FORMAT = "at line $line of file $file"
WARN_LOGFILE =
Expand Down

0 comments on commit 5e4dd50

Please sign in to comment.