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
Commits
de402ccf
Commit
de402ccf
authored
4 years ago
by
Yifan Zhao
Browse files
Options
Downloads
Patches
Plain Diff
Ready to release to testpypi
parent
d1f7a925
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
README.md
+15
-6
15 additions, 6 deletions
README.md
pyproject.toml
+6
-0
6 additions, 0 deletions
pyproject.toml
with
21 additions
and
6 deletions
README.md
+
15
−
6
View file @
de402ccf
...
...
@@ -2,19 +2,28 @@
`predtuner`
performs autotuning on program approximation knobs using an error-predictive proxy
in place of the original program, to greatly speedup autotuning while getting results
comparable in quality.
Work in progress.
comparable in quality.
`current_version == 0.1`
.
## Requirements
`pip`
is needed for installing this package. At the root directory of this repo, do:
`predtuner`
requires
`python >= 3.7`
and
`pip`
, preferrably
`pip >= 20`
.
To install from PyPI (currently TestPyPI), use
```
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:
```
bash
pip
install
-e
.
python
-m
pip
install
-e
.
/
```
`-e`
can be omitted if you don't intend to modify the code in this package.
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.
## Getting Started
...
...
This diff is collapsed.
Click to expand it.
pyproject.toml
0 → 100644
+
6
−
0
View file @
de402ccf
[build-system]
requires
=
[
"setuptools>
=
42
",
"wheel"
]
build-backend
=
"setuptools.build_meta"
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment