]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/cuda/demos/hello-world/hello-world.factor
factor: more using trim
[factor.git] / extra / cuda / demos / hello-world / hello-world.factor
index 980f7ba179dab14893e8d8b28ee43ba0a495eda2..8d40090e5f4f0469f6d409cf7e89a758161c16d1 100644 (file)
@@ -1,9 +1,9 @@
 ! Copyright (C) 2010 Doug Coleman.
 ! See http://factorcode.org/license.txt for BSD license.
-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 ;
+USING: alien.c-types cuda cuda.contexts cuda.devices
+cuda.libraries cuda.memory cuda.syntax destructors io
+io.encodings.string io.encodings.utf8 kernel math math.parser
+sequences strings ;
 IN: cuda.demos.hello-world
 
 CUDA-LIBRARY: hello cuda32 "vocab:cuda/demos/hello-world/hello.ptx"