remove init-cuda from a combinator because it's a startup-hook now

db4
Doug Coleman 2010-04-23 14:28:17 -05:00
parent 656f8987a1
commit 8ae600124c
1 changed files with 0 additions and 1 deletions

View File

@ -34,7 +34,6 @@ dim-block dim-grid shared-size stream ;
'[ cuda-context set _ call ] with-cuda-context ; inline '[ cuda-context set _ call ] with-cuda-context ; inline
: with-cuda ( launcher quot -- ) : with-cuda ( launcher quot -- )
init-cuda
[ H{ } clone cuda-memory-hashtable ] 2dip '[ [ H{ } clone cuda-memory-hashtable ] 2dip '[
_ _
[ cuda-launcher set ] [ cuda-launcher set ]