! Copyright (C) 2010 Doug Coleman. ! See https://factorcode.org/license.txt for BSD license. USING: cuda kernel tools.test ; IN: cuda.tests ! [ ] [ [ 0 0 [ drop ] with-cuda-context ] with-cuda ] unit-test ! [ ] [ 100 cuda-malloc cuda-free ] unit-test