X-Git-Url: https://gitweb.factorcode.org/gitweb.cgi?p=factor.git;a=blobdiff_plain;f=extra%2Fcuda%2Fnvcc%2Fnvcc.factor;h=a5b7f08fb8edbcdcfdd324cbb291c9e62dd0ecbf;hp=c1e35c32caea95275cfbcad681eae616b8b2f608;hb=96d543056491bfd71e65a093f4add5a6a5bb780d;hpb=6206ba5583b7616c59741963dbf01d8c9c88e223 diff --git a/extra/cuda/nvcc/nvcc.factor b/extra/cuda/nvcc/nvcc.factor index c1e35c32ca..a5b7f08fb8 100644 --- a/extra/cuda/nvcc/nvcc.factor +++ b/extra/cuda/nvcc/nvcc.factor @@ -1,8 +1,7 @@ ! Copyright (C) 2010 Doug Coleman. ! See http://factorcode.org/license.txt for BSD license. -USING: arrays combinators.smart io.backend io.directories -io.launcher io.pathnames kernel locals math sequences splitting -system ; +USING: combinators.smart io.backend io.directories io.launcher +io.pathnames kernel math sequences splitting system ; IN: cuda.nvcc HOOK: nvcc-path os ( -- path )