remove init-cuda from a combinator because it's a startup-hook now
parent
656f8987a1
commit
8ae600124c
|
@ -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 ]
|
||||||
|
|
Loading…
Reference in New Issue