Handbook
Glossary
distribute-jobs ( job-count per-job-shared -- launcher )
Vocabulary
cuda
.
devices
Inputs
job-count
an
object
per-job-shared
an
object
Outputs
launcher
an
object
Definition
USING:
accessors
cuda.libraries
kernel
;
IN:
cuda.devices
:
distribute-jobs
( job-count per-job-shared -- launcher )
context-device-properties
[
sharedMemPerBlock>>
]
[
maxThreadsPerBlock>>
]
bi
(distribute-jobs)
<grid-shared>
;
inline