• Steve Bronder's avatar
    New functions: · ace3e458
    Steve Bronder authored
      - set_kernel_args is a helper function that passes in kernel arguments
       using variadic templating.
      - sub_block places a submatrix of a source matrix into another matrix.
        The subset always starts at position (0,0) in the destination matrix.
    
    set_kernel_args added to the gpu code.
    ace3e458
copy_submatrix_kernel.cl 1.44 KB