Skip to content

Commit

Permalink
Additional updates for v1.0 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
AmitBM committed Aug 17, 2023
1 parent 4afc8a4 commit d04c01d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# radeon_gpu_detective
# Radeon™ GPU Detective (RGD)
RGD is a tool for post-mortem analysis of GPU crashes.

The tool performs offline processing of AMD GPU crash dump files and generates crash analysis reports in text and JSON formats.
Expand Down
6 changes: 1 addition & 5 deletions build/fetch_dependencies.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,7 @@
#
# Script to fetch all external git and/or downloadable dependencies needed to build the project
#
# fetch_dependencies.py (--internal)
#
# If --internal is specified, then any additional dependencies required for internal builds will also
# be checked out.
# fetch_dependencies.py
#
# Each git repo will be updated to the commit specified in the "gitMapping" table.

Expand Down Expand Up @@ -162,7 +159,6 @@ def do_fetch_dependencies(update, internal):

# parse the command line arguments
parser = argparse.ArgumentParser(description="A script that fetches all the necessary build dependencies for the project")
parser.add_argument("--internal", action="store_true", help="fetch dependencies required for internal builds of the tool (only used within AMD")
args = parser.parse_args()

do_fetch_dependencies(True, args.internal)

0 comments on commit d04c01d

Please sign in to comment.