]> gitweb.factorcode.org Git - factor.git/commitdiff
remove cuda.constants; it's better to get those values from device-properties
authorJoe Groff <arcata@gmail.com>
Sat, 8 May 2010 01:03:30 +0000 (18:03 -0700)
committerJoe Groff <arcata@gmail.com>
Sat, 8 May 2010 01:03:30 +0000 (18:03 -0700)
extra/cuda/constants/constants.factor [deleted file]

diff --git a/extra/cuda/constants/constants.factor b/extra/cuda/constants/constants.factor
deleted file mode 100644 (file)
index d66cabe..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-IN: cuda.constants
-
-CONSTANT: cuda-shared-size 16384
-CONSTANT: cuda-warp-size 32