Loading graph_framework/cuda_context.hpp +1 −1 Original line number Diff line number Diff line Loading @@ -35,7 +35,7 @@ namespace gpu { /// @params[in] result Result code of the operation. /// @params[in] name Name of the operation. //------------------------------------------------------------------------------ static check_error(CUresult result, static void check_error(CUresult result, const std::string &name) { #ifndef NDEBUG const char *error; Loading graph_framework/jit.hpp +4 −2 Original line number Diff line number Diff line Loading @@ -58,7 +58,9 @@ namespace jit { /// @returns The maximum available concurrency. //------------------------------------------------------------------------------ static size_t max_concurrency() { return gpu_context_type::max_concurrency(); const size_t num = gpu_context_type::max_concurrency(); std::cout << "Located " << num << " devices." << std::endl; return num; } //------------------------------------------------------------------------------ Loading graph_framework/solver.hpp +2 −2 File changed.Contains only whitespace changes. Show changes Loading
graph_framework/cuda_context.hpp +1 −1 Original line number Diff line number Diff line Loading @@ -35,7 +35,7 @@ namespace gpu { /// @params[in] result Result code of the operation. /// @params[in] name Name of the operation. //------------------------------------------------------------------------------ static check_error(CUresult result, static void check_error(CUresult result, const std::string &name) { #ifndef NDEBUG const char *error; Loading
graph_framework/jit.hpp +4 −2 Original line number Diff line number Diff line Loading @@ -58,7 +58,9 @@ namespace jit { /// @returns The maximum available concurrency. //------------------------------------------------------------------------------ static size_t max_concurrency() { return gpu_context_type::max_concurrency(); const size_t num = gpu_context_type::max_concurrency(); std::cout << "Located " << num << " devices." << std::endl; return num; } //------------------------------------------------------------------------------ Loading