-
Notifications
You must be signed in to change notification settings - Fork 29
/
Copy pathDESCRIPTION
18 lines (18 loc) · 855 Bytes
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Package: gputools
Version: 1.2
Title: A Few GPU Enabled Functions
Authors@R: c(person("Josh", "Buckner", email = "nullsatz@gmail.com",
role = c("aut", "cre")),
person("Mark", "Seligman", email = "mseligman@suiji.org", role = "aut"),
person("Fan", "Meng", email = "mengf@umich.edu", role = "aut"),
person("Justin", "Wilson", role = "ctb"))
Depends: R (>= 3.1.2)
SystemRequirements: Nvidia's CUDA toolkit (>= release 7.0)
Description: Provides R interfaces to a handful of common
functions implemented using the Nvidia CUDA toolkit. Some of the
functions require at least GPU Compute Capability 1.3.
Thanks to Craig Stark at UC Irvine for donating time on his lab's Mac.
License: GPL-3
URL: https://github.com/nullsatz/gputools/wiki
BugReports: https://github.com/nullsatz/gputools/issues
Repository: CRAN