Add using
parent
b34c75a6a3
commit
b8c10dc2cd
|
@ -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: alien.parser cuda cuda.utils io.backend kernel lexer
|
USING: alien.parser cuda cuda.libraries cuda.utils io.backend
|
||||||
namespaces parser ;
|
kernel lexer namespaces parser ;
|
||||||
IN: cuda.syntax
|
IN: cuda.syntax
|
||||||
|
|
||||||
SYNTAX: CUDA-LIBRARY:
|
SYNTAX: CUDA-LIBRARY:
|
||||||
|
|
Loading…
Reference in New Issue