1
2
3
4
5
6
7
8
/*
 * opencl stream executor
 * Copyright (C) 2021 trivernis
 * See LICENSE for more information
 */

pub mod result;
pub mod shared_buffer;