• Joseph Noir's avatar
    added configureable result buffer size to spawn_cl · bf49e5f1
    Joseph Noir authored
    This is a new argument for the function spawn_cl. It defaults to zero,
    which causes the implementation to calculate the buffer size according
    to the number of create work-items.
    
    The simple matrix example sets the buffer size manually.
    bf49e5f1
simple_matrix.cpp 5.39 KB