-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathcontrol
28 lines (26 loc) · 833 Bytes
/
control
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
##===- control - KernelGen Debian package header --------------------------===//
##
## KernelGen -- A prototype of LLVM-based auto-parallelizing Fortran/C
## compiler for NVIDIA GPUs, targeting numerical modeling code.
##
## This file is distributed under the University of Illinois Open Source
## License. See LICENSE.TXT for details.
##
##===----------------------------------------------------------------------===//
Package: kernelgen
Version: 0.2
Section: development
Priority: optional
Architecture: amd64
Essential: no
Depends:
Pre-Depends:
Recommends:
Suggests:
Installed-Size:
Maintainer: Dmitry Mikushin <maemarcus@gmail.com>
Conflicts:
Replaces:
Provides: kernelgen
Description: A prototype of LLVM-based auto-parallelizing Fortran/C
compiler for NVIDIA GPUs, targeting numerical modeling code.