X-Git-Url: https://gitweb.factorcode.org/gitweb.cgi?p=factor.git;a=blobdiff_plain;f=extra%2Fcuda%2Fmemory%2Fmemory.factor;h=92cb9dec31ca452e815f13e06baaae1f6e8083f8;hp=45bcf29e4a762e87506c241d7f7d2957f11bc6c7;hb=96d543056491bfd71e65a093f4add5a6a5bb780d;hpb=6206ba5583b7616c59741963dbf01d8c9c88e223 diff --git a/extra/cuda/memory/memory.factor b/extra/cuda/memory/memory.factor index 45bcf29e4a..92cb9dec31 100644 --- a/extra/cuda/memory/memory.factor +++ b/extra/cuda/memory/memory.factor @@ -1,9 +1,7 @@ ! Copyright (C) 2010 Doug Coleman. ! See http://factorcode.org/license.txt for BSD license. -USING: accessors alien alien.data alien.destructors assocs -byte-arrays cuda cuda.ffi destructors fry io.encodings.string -io.encodings.utf8 kernel locals math namespaces sequences -strings ; +USING: alien alien.c-types alien.data alien.destructors +byte-arrays cuda cuda.ffi kernel math ; QUALIFIED-WITH: alien.c-types c IN: cuda.memory