Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test post #85

Open
wants to merge 27 commits into
base: develop
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
52f8fa8
Update dev-requirements.txt
IgorMirosavljevicHTEC Jun 14, 2024
986a2e4
Update requirements.txt
IgorMirosavljevicHTEC Jun 14, 2024
d2e3776
Update requirements.txt
IgorMirosavljevicHTEC Jun 14, 2024
c70b01c
Update requirements.txt
IgorMirosavljevicHTEC Jun 14, 2024
f88796d
Update dev-requirements.txt
IgorMirosavljevicHTEC Jun 14, 2024
0da7f0b
Update dev-requirements.txt
IgorMirosavljevicHTEC Jun 14, 2024
992eac1
Update requirements.txt
IgorMirosavljevicHTEC Jun 14, 2024
7bf5811
Update dev-requirements.txt
IgorMirosavljevicHTEC Jun 14, 2024
f2e894e
Update dev-requirements.txt
IgorMirosavljevicHTEC Jun 14, 2024
f84eeca
Update dev-requirements.txt
IgorMirosavljevicHTEC Jun 14, 2024
a7ada23
Update dev-requirements.txt
IgorMirosavljevicHTEC Jun 14, 2024
7b46c55
Update dev-requirements.txt
IgorMirosavljevicHTEC Jun 14, 2024
452c28e
Update README.md
IgorMirosavljevicHTEC Aug 7, 2024
0cfab4f
Update README.md
IgorMirosavljevicHTEC Aug 7, 2024
ed3f694
Update README.md
IgorMirosavljevicHTEC Aug 7, 2024
9b054c0
Update README.md
IgorMirosavljevicHTEC Aug 7, 2024
d9dbf59
Update README.md
IgorMirosavljevicHTEC Aug 9, 2024
904a4b4
Update README.md
IgorMirosavljevicHTEC Aug 9, 2024
b3ca088
Update README.md
IgorMirosavljevicHTEC Aug 12, 2024
686b20c
Update README.md
IgorMirosavljevicHTEC Aug 12, 2024
c8451b8
Update README.md
IgorMirosavljevicHTEC Aug 12, 2024
a25aa5f
Update README.md
IgorMirosavljevicHTEC Aug 12, 2024
3be0bdd
Update README.md
IgorMirosavljevicHTEC Aug 12, 2024
01791fd
Update README.md
IgorMirosavljevicHTEC Aug 12, 2024
0277cd7
Update README.md
IgorMirosavljevicHTEC Aug 12, 2024
a860ed6
Update dev-requirements.txt
IgorMirosavljevicHTEC Aug 14, 2024
dbfa195
Update README.md
IgorMirosavljevicHTEC Aug 14, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# AMD MIGraphX

# AMD MIGraphX
AMD MIGraphX is AMD's graph inference engine, which accelerates machine learning model inference.
To use MIGraphX, you can install the binaries or build from source code. Refer to the following sections
for Ubuntu installation instructions (we'll provide instructions for other Linux distributions in the future).

> [!NOTE]
> You must [install ROCm](https://rocm.docs.amd.com/en/latest/deploy/linux/quick_start.html) before
> installing MIGraphX.

## Installing from binaries

Install binaries using:
Expand Down
8 changes: 4 additions & 4 deletions dev-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#####################################################################################
# The MIT License (MIT)
#
# The MIT License (MIT)
#
# Copyright (c) 2015-2023 Advanced Micro Devices, Inc. All rights reserved.
#
#
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to deal
# in the Software without restriction, including without limitation the rights
Expand All @@ -12,7 +12,7 @@
#
# The above copyright notice and this permission notice shall be included in
# all copies or substantial portions of the Software.
#
#
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
Expand Down
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#####################################################################################
# The MIT License (MIT)
#
# The MIT License (MIT)
#
# Copyright (c) 2015-2024 Advanced Micro Devices, Inc. All rights reserved.
#
# Permission is hereby granted, free of charge, to any person obtaining a copy
Expand All @@ -19,7 +19,7 @@
# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
# THE SOFTWARE.
# THE SOFTWARE.
#####################################################################################
google/[email protected] -DCMAKE_POSITION_INDEPENDENT_CODE=On -X subdir -Dprotobuf_BUILD_TESTS=Off
nlohmann/[email protected]
Expand Down
Loading