cuda.utils: fix load error

Slava Pestov 2010-05-10 20:50:28 -04:00
parent 86d2e3c990
commit 095c9543e9
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 combinators continuations cuda.ffi cuda.memory cuda.utils
destructors fry init io io.backend io.encodings.string destructors fry init io io.backend io.encodings.string
io.encodings.utf8 kernel lexer locals macros math math.parser io.encodings.utf8 kernel lexer locals macros math math.parser
namespaces nested-comments opengl.gl.extensions parser namespaces opengl.gl.extensions parser prettyprint quotations
prettyprint quotations sequences words cuda.libraries ; sequences words cuda.libraries ;
QUALIFIED-WITH: alien.c-types c QUALIFIED-WITH: alien.c-types c
IN: cuda IN: cuda

View File

@ -1,7 +1,7 @@
! Copyright (C) 2010 Doug Coleman. ! Copyright (C) 2010 Doug Coleman.
! See http://factorcode.org/license.txt for BSD license. ! See http://factorcode.org/license.txt for BSD license.
USING: accessors alien.c-types alien.data alien.strings arrays 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 io io.backend io.encodings.utf8 kernel math.parser namespaces
prettyprint sequences ; prettyprint sequences ;
IN: cuda.utils IN: cuda.utils