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
|
||||
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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue