-
Notifications
You must be signed in to change notification settings - Fork 20
/
setup.cfg
50 lines (49 loc) · 1.54 KB
/
setup.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
[metadata]
name = accera
author = Microsoft Research AI Compilers Team
author_email = [email protected]
summary = Accera - An optimizing cross-compiler for compute-intensive code
long_description = file: README.md
long_description_content_type = text/markdown
license = MIT License
license_files = LICENSE
platforms = Linux, Darwin, Windows
classifiers =
License :: OSI Approved :: MIT License
Intended Audience :: Developers
Intended Audience :: Science/Research
Topic :: Scientific/Engineering
Topic :: Scientific/Engineering :: Mathematics
Topic :: Scientific/Engineering :: Artificial Intelligence
Topic :: Software Development
Topic :: Software Development :: Libraries
Topic :: Software Development :: Libraries :: Python Modules
Programming Language :: C++
Programming Language :: Python :: 3
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
[options]
python_requires = ~=3.7
zip_safe = False
setup_requires =
setuptools>=31
setuptools_scm
install_requires =
termcolor
py-cpuinfo
varname
hatlib==0.0.39
numpy
pyyaml
tomlkit>=0.11.1, <0.11.5
accera-compilers
accera-gpu
accera-llvm==15.0.101 # keep in sync with accera/python/llvm/setup.cfg
package_dir =
accera = accera/python/accera
accera.hat = accera/hat/scripts
accera.lang = accera/python/accera/lang
accera.samples = accera/python/samples
accera.test = accera/python/accera/test