forked from nullsatz/gputools
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
18 lines (18 loc) · 855 Bytes
/
DESCRIPTION
File metadata and controls
18 lines (18 loc) · 855 Bytes
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