Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torch/cutorch.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/rocks
diff options
context:
space:
mode:
authorPavan Yalamanchili <contact@pavanky.com>2017-02-07 06:04:20 +0300
committerSoumith Chintala <soumith@gmail.com>2017-02-07 06:04:20 +0300
commita7f7ddc01f1a068d99abe670b55603a601b9873f (patch)
treea71e13f3e3cd81f0a05c1df73ab8923cd407a469 /rocks
parent19af1a8af6a8431fb532cc18c4c130de34af08ab (diff)
Static build support + Query CUDA driver, runtime versions (#695)
Diffstat (limited to 'rocks')
-rw-r--r--rocks/cutorch-1.0-0.rockspec1
1 files changed, 0 insertions, 1 deletions
diff --git a/rocks/cutorch-1.0-0.rockspec b/rocks/cutorch-1.0-0.rockspec
index 07e309e..1783d61 100644
--- a/rocks/cutorch-1.0-0.rockspec
+++ b/rocks/cutorch-1.0-0.rockspec
@@ -21,7 +21,6 @@ dependencies = {
build = {
type = "command",
build_command = [[
-
jopts=$(getconf _NPROCESSORS_CONF)
echo "Building on $jopts cores"