1 //------------------------------------------------------------------------------
2 // GB_cuda_global.h: global variables needed for GraphBLAS/CUDA
3 //------------------------------------------------------------------------------
4 
5 // SuiteSparse:GraphBLAS/CUDA, (c) NVIDIA Corp. 2017-2019, All Rights Reserved.
6 // SPDX-License-Identifier: Apache-2.0
7 
8 //------------------------------------------------------------------------------
9 
10 #ifndef GB_CUDA_GLOBAL_H
11 #define GB_CUDA_GLOBAL_H
12 
13 #include "GB_cuda_stringifier.hpp"
14 
15 std::istream* callback_wrapper( std::string file_name, std::iostream& tmp) ;
16 
17 #endif
18 
19