X-Git-Url: https://gitweb.factorcode.org/gitweb.cgi?p=factor.git;a=blobdiff_plain;f=extra%2Fcuda%2Fcuda.factor;h=4278ab938b8da5b32b2339bd5b30b844568cd260;hp=9ecaebce29b37bf18dd3571abf4f066518600424;hb=96d543056491bfd71e65a093f4add5a6a5bb780d;hpb=6206ba5583b7616c59741963dbf01d8c9c88e223 diff --git a/extra/cuda/cuda.factor b/extra/cuda/cuda.factor index 9ecaebce29..4278ab938b 100644 --- a/extra/cuda/cuda.factor +++ b/extra/cuda/cuda.factor @@ -1,12 +1,6 @@ ! Copyright (C) 2010 Doug Coleman. ! See http://factorcode.org/license.txt for BSD license. -USING: accessors alien alien.data alien.parser alien.strings -alien.syntax arrays assocs byte-arrays classes.struct -combinators continuations cuda.ffi -destructors fry init io io.backend io.encodings.string -io.encodings.utf8 kernel lexer locals macros math math.parser -namespaces opengl.gl.extensions parser prettyprint quotations -sequences words ; +USING: alien.c-types alien.data cuda.ffi kernel ; QUALIFIED-WITH: alien.c-types c IN: cuda