cuda.utils: fix load error
parent
423f9c607a
commit
d1e2554ebf
|
@ -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
|
||||||
|
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue