Launcher.launch

convinient launch function

  1. void launch(uint[3] grid, uint[3] block, uint sharedMemBytes = 0, CUstream stream = null)
  2. void launch(uint n = 1, uint sharedMemBytes = 0, CUstream stream = null)
    struct Launcher(Args...)
    void
    launch
    (
    uint n = 1
    ,
    uint sharedMemBytes = 0
    ,
    CUstream stream = null
    )

Meta