Skip to content

Commit

Permalink
Fix tarball.
Browse files Browse the repository at this point in the history
  • Loading branch information
xuchen-amd committed Oct 23, 2024
1 parent d0179ac commit 4644a79
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 23 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tarball.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ jobs:
- name: Query version (setting PYTHONPATH by hand)
run: |
export PYTHONPATH=${INSTALL_DIR}/python-libs:$PYTHONPATH
$INSTALL_DIR/rocprofiler-compute/bin/rocprofiler-compute --version
$INSTALL_DIR/rocprofiler-compute/bin/rocprof-compute --version
- name: Install Lmod
run: sudo apt-get install -y lmod
- name: Access rocprofiler-compute using modulefile
Expand Down
35 changes: 13 additions & 22 deletions tests/4gpus.json
Original file line number Diff line number Diff line change
@@ -1,24 +1,15 @@
{
"version": {
"major": 1,
"minor": 0
},
"local": [
{
"gpus": [
{
"id": "0",
},
{
"id": "1"
},
{
"id": "2"
},
{
"id": "3"
}
]
}
]
"version": {"major": 1, "minor": 0},
"local": [
{
"gpus": [
{
"id": "0",
},
{"id": "1"},
{"id": "2"},
{"id": "3"},
]
}
],
}

0 comments on commit 4644a79

Please sign in to comment.