Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
gaoqiong
MIGraphX
Commits
a22ec139
Commit
a22ec139
authored
Oct 18, 2023
by
Manupa Karunaratne
Browse files
Merge branch 'develop' of
https://github.com/ROCmSoftwarePlatform/AMDMIGraphX
into mlir-attention
parents
9898823d
650ba45f
Changes
102
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
4 deletions
+8
-4
tools/install_prereqs.sh
tools/install_prereqs.sh
+2
-1
tools/te.py
tools/te.py
+6
-3
No files found.
tools/install_prereqs.sh
View file @
a22ec139
...
...
@@ -3,7 +3,7 @@
#####################################################################################
# The MIT License (MIT)
#
# Copyright (c) 2015-202
2
Advanced Micro Devices, Inc. All rights reserved.
# Copyright (c) 2015-202
3
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
...
...
@@ -51,6 +51,7 @@ else
openmp-extras
\
python3-dev
\
python3-pip
\
python3-venv
\
rocblas-dev
\
rocm-cmake
fi
...
...
tools/te.py
View file @
a22ec139
...
...
@@ -431,6 +431,9 @@ def template_eval(template, **kwargs):
return
template
f
=
open
(
sys
.
argv
[
1
]).
read
()
r
=
template_eval
(
f
)
sys
.
stdout
.
write
(
r
)
def
run
(
p
):
return
template_eval
(
open
(
p
).
read
())
if
__name__
==
'__main__'
:
sys
.
stdout
.
write
(
run
(
sys
.
argv
[
1
]))
Prev
1
2
3
4
5
6
Next
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment