]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/cuda/demos/hello-world/hello-world.factor
assocs: Make map-index-as support seq or assoc exemplars and move map-index, map...
[factor.git] / extra / cuda / demos / hello-world / hello-world.factor
index 8a7adb7b4deff499d7f8524ab08e30bf53acb2d9..68c3064be13bef654a7e9dd7fcc47e2319bed37e 100644 (file)
@@ -3,7 +3,7 @@
 USING: accessors alien.c-types alien.strings byte-arrays cuda
 cuda.contexts cuda.devices cuda.libraries cuda.memory cuda.syntax
 destructors io io.encodings.string io.encodings.utf8 kernel locals
-math math.parser namespaces sequences strings ;
+math math.parser namespaces sequences strings assocs ;
 IN: cuda.demos.hello-world
 
 CUDA-LIBRARY: hello cuda32 vocab:cuda/demos/hello-world/hello.ptx