8 lines
251 B
Factor
8 lines
251 B
Factor
|
! Copyright (C) 2010 Doug Coleman.
|
||
|
! See http://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
|