.. _program_listing_file_src_sparsebase_converter_converter_cuda.cuh: Program Listing for File converter_cuda.cuh =========================================== |exhale_lsh| :ref:`Return to documentation for file ` (``src/sparsebase/converter/converter_cuda.cuh``) .. |exhale_lsh| unicode:: U+021B0 .. UPWARDS ARROW WITH TIP LEFTWARDS .. code-block:: cpp /******************************************************* * Copyright (c) 2022 SparCity, Amro Alabsi Aljundi, Taha Atahan Akyildiz, Arda *Sener All rights reserved. * * This file is distributed under MIT license. * The complete license agreement can be obtained at: * https://sparcityeu.github.io/sparsebase/pages/license.html ********************************************************/ #include "sparsebase/config.h" #include "sparsebase/converter/converter.h" #include "sparsebase/format/format.h" #include "sparsebase/format/format_order_one.h" #include "sparsebase/format/format_order_two.h" #ifndef SPARSEBASE_SPARSEBASE_UTILS_CONVERTER_CUDA_CONVERTER_H_ #define SPARSEBASE_SPARSEBASE_UTILS_CONVERTER_CUDA_CONVERTER_H_ namespace sparsebase::converter { bool CUDAPeerToPeer(sparsebase::context::Context *from, sparsebase::context::Context *to); } // namespace sparsebase::converter #endif // SPARSEBASE_SPARSEBASE_UTILS_CONVERTER_CONVERTER_H_