Skip to content

Commit

Permalink
Fixes #340: Shared memory size determiner type fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
eyalroz committed May 27, 2022
1 parent 3d8e406 commit 53dad01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cuda/api/kernel.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ class kernel_t;

namespace kernel {

using shared_memory_size_determiner_t = size_t (*)(int block_size);
using shared_memory_size_determiner_t = size_t (CUDA_CB *)(int block_size);

/**
* Obtain a proxy object for a CUDA kernel
Expand Down

0 comments on commit 53dad01

Please sign in to comment.