Skip to content
Snippets Groups Projects
Commit 811b26e6 authored by yaskovet's avatar yaskovet
Browse files

Fix vector_dist_sparse with CUDA_BACKEND=SEQUENTIAL (static blockDim)

parent 05b3b07d
No related branches found
No related tags found
No related merge requests found
Pipeline #6248 passed
......@@ -31,8 +31,8 @@ extern std::vector<void *>mem_stack;
extern thread_local dim3 threadIdx;
extern thread_local dim3 blockIdx;
static dim3 blockDim;
static dim3 gridDim;
extern dim3 blockDim;
extern dim3 gridDim;
extern std::vector<void *> mem_stack;
extern std::vector<boost::context::detail::fcontext_t> contexts;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment