]> gitweb.factorcode.org Git - factor.git/commitdiff
add cuda.constants vocab
authorJoe Groff <arcata@gmail.com>
Wed, 5 May 2010 02:49:44 +0000 (19:49 -0700)
committerJoe Groff <arcata@gmail.com>
Wed, 5 May 2010 02:49:44 +0000 (19:49 -0700)
extra/cuda/constants/constants.factor [new file with mode: 0644]

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