cuda.utils: fix load error

db4
Slava Pestov 2010-05-10 20:50:28 -04:00
parent 423f9c607a
commit d1e2554ebf
2 changed files with 3 additions and 3 deletions

View File

@ -5,8 +5,8 @@ alien.syntax arrays assocs byte-arrays classes.struct
combinators continuations cuda.ffi cuda.memory cuda.utils
destructors fry init io io.backend io.encodings.string
io.encodings.utf8 kernel lexer locals macros math math.parser
namespaces nested-comments opengl.gl.extensions parser
prettyprint quotations sequences words cuda.libraries ;
namespaces opengl.gl.extensions parser prettyprint quotations
sequences words cuda.libraries ;
QUALIFIED-WITH: alien.c-types c
IN: cuda

View File

@ -1,7 +1,7 @@
! Copyright (C) 2010 Doug Coleman.
! See http://factorcode.org/license.txt for BSD license.
USING: accessors alien.c-types alien.data alien.strings arrays
assocs byte-arrays classes.struct combinators cuda.devices cuda.ffi
assocs byte-arrays classes.struct combinators cuda.ffi
io io.backend io.encodings.utf8 kernel math.parser namespaces
prettyprint sequences ;
IN: cuda.utils