Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
predtuner
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
llvm
predtuner
Compare revisions
aa28a41ca12b15af31e1d15b687367e27cde3878 to a149e365170263666db764664ad8ed6b03f258d3
Compare revisions
Changes are shown as if the
source
revision was being merged into the
target
revision.
Learn more about comparing revisions.
Source
llvm/predtuner
Select target project
No results found
a149e365170263666db764664ad8ed6b03f258d3
Select Git revision
Branches
dev
hpvm
ilp
main
ssd
Swap
Target
llvm/predtuner
Select target project
llvm/predtuner
1 result
aa28a41ca12b15af31e1d15b687367e27cde3878
Select Git revision
Branches
dev
hpvm
ilp
main
ssd
Show changes
Only incoming changes from source
Include changes to target since source was created
Compare
Commits on Source (1)
Fixed readme
· a149e365
Yifan Zhao
authored
3 years ago
a149e365
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.rst
+4
-14
4 additions, 14 deletions
README.rst
with
4 additions
and
14 deletions
README.rst
View file @
a149e365
...
...
@@ -5,25 +5,15 @@ Autotuning and Predictive Autotuning
in place of the original program, to greatly speedup autotuning while getting results
comparable in quality. ``current_version == 0.3``.
Requirements
Installation
------------
``predtuner`` requires ``python >= 3.
7
`` and ``pip``, preferrably ``pip >= 20``.
To install
from PyPI (currently TestPyPI), use
``predtuner`` requires ``python >= 3.
6
`` and ``pip``, preferrably ``pip >= 20``.
To install
this package from source, at the root directory of this repository, do:
.. code-block:: bash
python -m pip install -i https://test.pypi.org/simple/ predtuner
Install from Source
^^^^^^^^^^^^^^^^^^^
Alternatively, you can install this package from source.
At the root directory of this repository, do:
.. code-block:: bash
python -m pip install -e ./
python3 -m pip install -e ./
With the flag ``-e``, any changes to code in this repo is reflected on the installed version automatically.
It can be omitted if you don't intend to modify the code in this package.
...
...
This diff is collapsed.
Click to expand it.